]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(loadhist-hook-functions): Remove before-change-function,
[gnu-emacs] / lisp / ChangeLog
1 2000-05-31 Dave Love <fx@gnu.org>
2
3 * loadhist.el (loadhist-hook-functions): Remove
4 before-change-function, after-change-function.
5 (unload-feature): Deal with symbols which are both bound and
6 fbound.
7
8 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9 before-change-function, after-change-function.
10
11 * simple.el (newline): Don't bind before-change-function,
12 after-change-function.
13
14 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15
16 * whitespace.el (whitespace-rescan-timer-time): Update interval
17 set to 600 seconds (10 minutes) instead of 60 seconds since
18 a large number of whitespace buffers causes emacs to `freeze'
19 for a considerable amount of time.
20
21 * whitespace.el: Updated e-mail address
22
23 2000-05-31 Dave Love <fx@gnu.org>
24
25 * add-log.el (change-log-font-lock-keywords) <function>: Add
26 pattern for function of change.
27 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
28 acknowledgements patterns.
29
30 2000-05-31 Kenichi Handa <handa@etl.go.jp>
31
32 * isearch.el (isearch-printing-char): If keyboard coding system is
33 being used, call isearch-process-search-multibyte-characters.
34
35 * international/isearch-x.el: Mostly rewritten.
36
37 * international/quail.el (quail-start-conversion): Don't include
38 unhandled events in the returned events, but set them in
39 unread-command-events. Exit if all inputs are deleted.
40
41 2000-05-30 Jason Rumney <jasonr@gnu.org>
42
43 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
44
45 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
46 Reenable code to create initial fontsets.
47 Use set-fontset-font in place of put-charset-property.
48
49 2000-05-30 Gerd Moellmann <gerd@gnu.org>
50
51 * progmodes/perl-mode.el (perl-indent-line): When looking for a
52 label, ensure that the first colon isn't followed by another.
53
54 * paths.el (Info-default-directory-list): Doc fix.
55
56 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
57 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
58 send a query containing USER only, not USER@HOST.
59
60 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
61 and rmail-msgend to compute the restriction at the end, instead of
62 computing it.
63
64 2000-05-29 Gerd Moellmann <gerd@gnu.org>
65
66 * dabbrev.el (dabbrev-expand): Don't display messages in the
67 echo area if the minibuffer window is active.
68
69 * jit-lock.el (jit-lock-mode): Add after change function to
70 local hook.
71
72 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
73
74 * antlr-mode.el: New commands: hide/unhide actions,
75 upcase/downcase literals.
76 (antlr-tiny-action-length): New user option.
77 (antlr-hide-actions): New command. Suggested by
78 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
79 (antlr-mode-map): New binding [C-c C-v].
80 (antlr-mode-menu): New entries.
81 (antlr-downcase-literals): New command.
82 (antlr-upcase-literals): Ditto.
83
84 * antlr-mode.el: Minor changes: indendation, mode-name.
85 (antlr-indent-line): Indent cpp directive at column 0.
86 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
87
88 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
89 (antlr-font-lock-additional-keywords): Workaround for intentional
90 bug in XEmacs version of font-lock.
91 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
92 be used by a smarter version of `buffers-menu-grouping-function'.
93
94 2000-05-29 Gerd Moellmann <gerd@gnu.org>
95
96 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
97 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
98
99 2000-05-29 Kenichi Handa <handa@etl.go.jp>
100
101 * international/encoded-kb.el
102 (encoded-kbd-iso2022-designation-map): Pay attention to that
103 charset-iso-final-char return -1 for eight-bit-control and
104 eight-bit-graphic.
105
106 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
107
108 * speedbar.el (speedbar-use-images, speedbar-update-flag)
109 (speedbar-easymenu-definition-base): Use display-graphic-p where
110 available, instead of window-system.
111
112 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
113
114 * international/codepage.el (cp-coding-system-for-codepage-1): Add
115 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
116 coding systems.
117
118 2000-05-26 Dave Love <fx@gnu.org>
119
120 * disp-table.el (standard-display-underline): Don't use
121 internal-find-face.
122
123 * mail/reporter.el: Maintainer change. Doc fixes.
124 (reporter-version): Deleted.
125
126 * emacs-lisp/elp.el: Maintainer change.
127 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
128
129 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
130
131 * add-log.el (add-change-log-entry): Merge the current entry with the
132 previous one if the previous one is empty.
133
134 2000-05-26 Dave Love <fx@gnu.org>
135
136 * loadhist.el (unload-feature): Fix interactive spec [from
137 lijnzaad@ebi.ac.uk].
138
139 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
140 subr-arity to check primitives.
141 (byte-compile-flush-pending, byte-compile-file-form-progn)
142 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
143 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
144 mapcar.
145
146 2000-05-26 Kenichi Handa <handa@etl.go.jp>
147
148 * international/fontset.el: Set family names of non-latin charsets
149 in default fontset to "*".
150
151 * international/mule-diag.el (print-fontset): Combine family part
152 and registry part of the fontname by "-*-" instead of "-".
153
154 * international/mule-cmds.el (encode-coding-char): Make strings
155 multibyte before calling encode-coding-string.
156
157 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
158
159 * derived.el: Fix keywords.
160 (define-derived-mode): Only define if needed.
161
162 * simple.el (fill-comment, comment-column, comment-start)
163 (comment-start-skip, comment-end, comment-indent-function)
164 (block-comment-start, block-comment-end, indent-for-comment)
165 (set-comment-column, kill-comment, comment-padding, comment-region)
166 (comment-multi-line, indent-new-comment-line): Remove.
167
168 * bindings.el (esc-map): Change ; to comment-dwim and use the new
169 function names for comment operations.
170
171 * newcomment.el: Add abundant autoload cookies.
172 (comment-style): Don't depend on runtime data at compile-time.
173 (comment-indent-hook): Remove.
174 (comment-indent): Check if comment-indent-hook is bound.
175 (comment-region): Docstring fix.
176
177 2000-05-25 Dave Love <fx@gnu.org>
178
179 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
180 byte-code-function-p.
181
182 * mail/rmailsum.el: Add provide.
183
184 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
185
186 * smerge-mode.el (smerge-diff-switches): Don't use list* in
187 defcustom.
188
189 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
190
191 * ediff-diff.el (ediff-exec-process): delete --binary option from
192 non-buffer ediff jobs.
193
194 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
195
196 * hilit-chg.el (highlight-changes-mode): Ask about color or
197 grayscale support, not about window-system.
198
199 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
200 window-system.
201 (ffap-highlight): Always default to t.
202
203 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
204 display-popup-menus-p instead of looking at window-system.
205
206 * disp-table.el (standard-display-g1, standard-display-graphic):
207 Only refuse to use string glyphs on X and MS-Windows.
208
209 * avoid.el: Remove window-system from commentary, suggest to use
210 display-*-p instead.
211
212 * apropos.el (apropos-print): Use display-mouse-p instead of
213 window-system.
214
215 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
216
217 * international/codepage.el (cp-decoding-vector-for-codepage):
218 Fill up unsupported characters with their own codes. From Kenichi
219 Handa.
220
221 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
222
223 * international/mule-diag.el (describe-char-after): Use
224 display-graphic-p instead of window-system, so that this function
225 works on MS-DOS.
226
227 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
228
229 * international/codepage.el (cp-make-coding-systems-for-codepage):
230 Remove the eight-bit-graphic and eight-bit-control charsets from
231 the list of charsets which we convert into `?'.
232
233 2000-05-25 Kenichi Handa <handa@etl.go.jp>
234
235 * international/mule-conf.el: Specify CHARSET-ID explicitely for
236 private charsets.
237 (mule-unicode-0100-24ff, japanese-jisx0213-1,
238 japanese-jisx0213-2): New charsets.
239
240 * international/fontset.el: Setup default fontset for new charsets.
241
242 2000-05-24 Dave Love <fx@gnu.org>
243
244 * info.el (Info-find-node-2): Restructure [following "Vadim
245 S. Solomin" <sovs@uic.nnov.ru>].
246
247 * icomplete.el: Fix header for Finder.
248
249 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
250
251 * rmailout.el (rmail-output-to-rmail-file): Added optional param
252 STAY.
253
254 * rmail.el (rmail-automatic-folder-directives): New user variable.
255 (rmail-show-message): Add call to `rmail-auto-file' during
256 display.
257 (rmail-auto-file): New function.
258
259 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
260
261 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
262 account.
263 (ediff-test-utility,ediff-diff-mandatory-option)
264 (ediff-reset-diff-options): Utilities for proper initialization of
265 ediff-diff-options and ediff-diff3-options on Windows.
266
267 * ediff-init.el (ediff-merge-filename-prefix): New customizable
268 variable.
269
270 * ediff-mult.el (ediff-filegroup-action): Use
271 ediff-merge-filename-prefix.
272
273 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
274
275 * viper-ex.el (ex-write): Set selective display to nil.
276
277 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
278
279 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
280 aliases for hebrew-iso-8bit.
281
282 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
283
284 * woman.el: New version from Francis J. Wright
285 <F.J.Wright@Maths.QMW.ac.uk>.
286 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
287 names in environment variables regardless of the path separator.
288 (woman-topic-all-completions-1): Don't call file-name-directory-p
289 on all files, since woman-file-regexp already filters out any
290 directories.
291
292 2000-05-24 Kenichi Handa <handa@etl.go.jp>
293
294 * international/quail.el (quail-start-translation): Don't change
295 modified-p of the current buffer.
296 (quail-start-conversion): Likewise.
297
298 * international/kkc.el (kkc-region): Don't change modified-p of
299 the current buffer.
300
301 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
302 conform to RFC1468.
303 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
304
305 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
306
307 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
308 (speedbar-insert-button): Invisible text property fix.
309 (speedbar-directory-plus): Renamed from speedbar-directory-+
310 (speedbar-directory-minus): Renamed from speedbar-directory--
311 (speedbar-page-plus): Renamed from speedbar-file-+
312 (speedbar-page-minus): Renamed from speedbar-file--
313 (speedbar-page): Renamed from speedbar-file-
314 (speedbar-tag): Renamed from speedbar-tag-
315 (speedbar-tag-plus): Renamed from speedbar-tag-+
316 (speedbar-tag-minus): Renamed from speedbar-tag--
317 (speedbar-expand-image-button-alist): Use above renames.
318
319 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
320 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
321 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
322 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
323 * sb-pg.xpm: Renamed from sb-file.xpm
324 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
325 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
326
327 2000-05-24 Kenichi Handa <handa@etl.go.jp>
328
329 * international/quail.el (quail-show-guidance-buf): Set
330 current-input-method of the guidance buffer to the name of the
331 curren input method.
332
333 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
334
335 * progmodes/compile.el (compile-internal): Style typo.
336
337 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
338 quote vars and functions in the docstring.
339
340 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
341
342 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
343 Don't quote lambdas.
344
345 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
346
347 2000-05-23 Gerd Moellmann <gerd@gnu.org>
348
349 * startup.el (command-line): Determine source file of compiled
350 user init file differently. Warn if compiled user init file
351 is older than its source file.
352
353 * ffap.el (ffap-url-regexp): Add `https'.
354
355 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
356
357 * files.el (make-backup-file-name-1): Replace slashes with `!'
358 rather than `|' (which is not allowed on Windows). Replace the
359 drive letters with a string "drive_X".
360
361 2000-05-23 Gerd Moellmann <gerd@gnu.org>
362
363 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
364
365 * files.el (interpreter-mode-alist): Add `bash2'.
366
367 2000-05-22 Dave Love <fx@gnu.org>
368
369 * loadhist.el (feature-symbols, file-provides, file-requires): Use
370 mapc.
371 (feature-file): Avoid calling symbol-name. Doc fix.
372 (file-set-intersect, file-dependents): Use dolist, not mapcar.
373 (loadhist-hook-functions): Add mouse-position-function.
374 (unload-feature): Change uses of mapcar.
375
376 * files.el (parse-colon-path): Doc fix.
377 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
378 (set-auto-mode): Use mapc.
379
380 * complete.el (PC-look-for-include-file): Use :alnum: character
381 class.
382 (partial-completion-mode): Add autoload cookie.
383
384 2000-05-22 Sam Steingold <sds@gnu.org>
385
386 * info.el (Info-fontify-node): Fixed the call to
387 `add-text-properties' (bug introduced on 2000-05-18).
388
389 2000-05-22 Dave Love <fx@gnu.org>
390
391 * bindings.el: Remove debug-ignored-errors set in other files.
392
393 * progmodes/etags.el: Add to debug-ignored-errors.
394 (visit-tags-table-buffer): Clear out buffers holding old tables
395 when making a new list.
396 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
397 mapc.
398
399 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
400 quote keywords.
401 (cmpl-string-case-type): Use character classes.
402
403 * comint.el:
404 * textmodes/ispell.el:
405 * imenu.el:
406 * mail/mh-e.el:
407 * progmodes/compile.el: Add to debug-ignored-errors.
408
409 * dabbrev.el: Add to debug-ignored-errors.
410 (dabbrev-completion): Use mapc.
411
412 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
413
414 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
415 (woman-mapcan, woman-parse-man.conf)
416 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
417 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
418 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
419 path syntax better.
420 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
421 (woman-manpath): Call woman-parse-man.conf.
422 (woman-emulation): New defcustom, defaults to nroff.
423 (woman-font-support): New defconst.
424 (woman-use-symbol-font): New defcustom.
425 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
426 "Emulation".
427 Many functions: Doc fix.
428
429 2000-05-22 Kenichi Handa <handa@etl.go.jp>
430
431 * international/quail.el (quail-simple-translation-keymap): Map
432 128..255 to quail-self-insert-command.
433 (quail-keyboard-layout-alist): Add definition for "pc102-de".
434
435 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
436
437 * help.el (help-manyarg-func-alist): Typo.
438
439 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
440 intervals which makes it heaps simpler.
441
442 * newcomment.el (comment-region-internal): Go back to BEG after quoting
443 the nested comment markers.
444
445 * subr.el (remove-hook): Don't turn the hook's value into a list.
446
447 2000-05-21 Dave Love <fx@gnu.org>
448
449 * edmacro.el (edmacro-parse-keys): Return vector if any elements
450 are invalid characters.
451
452 * international/mule-util.el (detect-coding-with-priority): Use
453 mapc. Remove redundant lambda.
454
455 * international/mule-diag.el (list-non-iso-charset-chars)
456 (describe-fontset): Remove redundant lambda.
457
458 * emulation/crisp.el (brief-mode): New alias.
459
460 * emacs-lisp/ring.el (ring-elements): New function.
461
462 * emacs-lisp/easymenu.el (easy-menu-create-menu)
463 (easy-menu-do-add-item): Use keywordp.
464
465 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
466
467 * replace.el: Doc and error message fixes.
468 (replace-highlight): Use facep, not internal-find-face.
469
470 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
471
472 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
473
474 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
475 (log-edit-insert-changelog): Drop `:' as well.
476
477 * log-view.el: Fix file description.
478 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
479 available.
480 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
481 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
482
483 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
484 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
485 Print a status message if the toggle is called interactively.
486 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
487 for global minor modes and use `defcustom' for them.
488 Use add-minor-mode.
489 (easy-mmode-define-derived-mode): Remove.
490 (define-derived-mode): Fancier default docstring.
491 (easy-mmode-define-navigation): Signal an error rather than (ding).
492
493 * newcomment.el (comment-styles): New `box-multi'.
494 (comment-normalize-vars): Better default for comment-continue to
495 avoid whitespace-only continuations.
496 (comment-search-forward): Always move even in the no-syntax case.
497 (comment-padright): Only obey N if it's only obeyed for padleft.
498 (comment-make-extra-lines): Better handling of empty continuations.
499 Use `=' for the filler if comment-start has only one character.
500 (uncomment-region): Try handling the special `=' filler.
501 (comment-region): Allow LINES even if MULTI is nil.
502 (comment-box): Choose box style based on comment-style.
503
504 2000-05-20 Kenichi Handa <handa@etl.go.jp>
505
506 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
507 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
508
509 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
510
511 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
512 and insert, not subst-char-in-region.
513
514 * international/mule-diag.el (list-character-sets-1): Handle
515 charsets eight-bit-control and eight-bit-graphic.
516 (list-iso-charset-chars): Likewise.
517 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
518 charactes as is. Use indent-to to align characters.
519
520 * international/mule-cmds.el (find-multibyte-characters): Never
521 exclude charsets eight-bit-control and eight-bit-graphic.
522
523 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
524
525 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
526 Don't quote lambdas.
527
528 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
529
530 2000-05-19 Gerd Moellmann <gerd@gnu.org>
531
532 * gud.el (gud-jdb-directories): Doc fix.
533
534 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
535
536 * newcomment.el: New file.
537
538 2000-05-19 Gerd Moellmann <gerd@gnu.org>
539
540 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
541
542 2000-05-18 Andreas Schwab <schwab@suse.de>
543
544 * dired.el (dired-between-files): Also skip lines beginning with
545 `used'.
546
547 2000-05-18 Gerd Moellmann <gerd@gnu.org>
548
549 * msb.el (msb-menu-cond): Add choice `user'.
550
551 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
552
553 * ps-print.el: Compatibility, customization and doc fix.
554 (ps-printer-name-option): Replace defconst by defvar.
555 (ps-postscript-code-directory): XEmacs compatibility.
556 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
557 fix.
558 (ps-user-defined-prologue, ps-print-prologue-header)
559 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
560 compatibility and code fix.
561 (ps-print-background-image, ps-print-background-text):
562 Customization fix.
563 (ps-line-number-start, ps-n-up-on): New vars.
564
565 2000-05-18 Espen Skoglund <esk@ira.uka.de>
566
567 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
568 the indent-comment function to just return the appropriate indent.
569
570 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
571
572 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
573 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
574 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
575
576 2000-05-18 Dave Love <fx@gnu.org>
577
578 * info.el (Info-fontify-node): Add intangible property as well as
579 invisible.
580
581 * calendar/appt.el (appt-make-list): Match all lines of entry.
582 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
583
584 2000-05-18 Kenichi Handa <handa@etl.go.jp>
585
586 * international/mule-diag.el (describe-char-after): Call
587 internal-char-font, not char-font. If internal-char-font returns
588 nil, display "-- none --".
589
590 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
591
592 * image.el (image-type-available-p): Don't reference image-types
593 if it isn't bound.
594
595 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
596
597 * autoarg.el (autoarg-mode): Typo in the :set argument.
598
599 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
600
601 * startup.el (command-line-1): Don't signal an error if the
602 directory for auto-save-list files does not yet exist.
603
604 2000-05-17 Kenichi Handa <handa@etl.go.jp>
605
606 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
607
608 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
609
610 * subr.el (remove-hook): `setq' hook-value, not `set'.
611
612 2000-05-16 Sam Steingold <sds@gnu.org>
613
614 * info.el (debug-ignored-errors): More errors to ignore.
615
616 2000-05-16 Dave Love <fx@gnu.org>
617
618 * cus-edit.el: Don't require cl or easymenu.
619 (custom-variable-prompt): Test standard-value property, not
620 user-variable-p.
621
622 2000-05-16 Sam Steingold <sds@gnu.org>
623
624 * subr.el (add-hook): `setq' hook-value, not `set'.
625
626 2000-05-16 Gerd Moellmann <gerd@gnu.org>
627
628 * startup.el (command-line-1): Mention the FAQ in the startup
629 message.
630
631 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
632
633 * progmodes/compile.el (compilation-parse-errors): Collect
634 `nomessage' regexps last.
635
636 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
637
638 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
639 to the function name.
640
641 2000-05-15 Dave Love <fx@gnu.org>
642
643 * speedbar.el (speedbar-recenter): Typo.
644 (speedbar-expand-line): Make arg optional.
645 (speedbar-mode): Avoid a compiler warning.
646
647 2000-05-15 Gerd Moellmann <gerd@gnu.org>
648
649 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
650 user-specified option string is empty.
651
652 * mouse.el (mouse-yank-at-click): Doc fix.
653
654 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
655
656 * term/internal.el (IT-character-translations): More updates of
657 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
658 documents.
659
660 2000-05-15 Gerd Moellmann <gerd@gnu.org>
661
662 * env.el (getenv): New function, interactively callable.
663 (setenv, getenv): Remove autoload cookies.
664
665 * loadup.el: Load `env'.
666
667 * progmodes/f90.el: Change author's mail address.
668
669 2000-05-14 Dave Love <fx@gnu.org>
670
671 * mail/rmail.el (rmail-show-message-hook): Customize and offer
672 goto-addr as an option.
673
674 * help.el (help-xref-stack): Doc fix.
675 (help-xref-following): New variable.
676 (help-make-xrefs): Use it.
677 (help-xref-go-back): Use position information from stack element.
678 (help-follow): Make position in stack element a pair. Use
679 help-xref-following.
680
681 * autoarg.el: New file.
682
683 * faces.el: Declare more functions obsolete.
684
685 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
686 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
687 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
688 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
689 Remove all the setup-...-environment functions.
690
691 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
692
693 * speedbar.el: Updated the commentary section. xemacs20p now uses
694 >= when detecting. Require `defimage' safely.
695 (speedbar-easymenu-definition-base): Add toggle for images.
696 (speedbar-easymenu-definition-special): Add flush cache & expand.
697 (speedbar-visiting-tag-hook): Set new defaults. Added options.
698 (speedbar-reconfigure-keymaps-hook): New variable.
699 (speedbar-frame-parameters): Updated documentation.
700 (speedbar-use-imenu-flag): Updated custom tag
701 (speedbar-dynamic-tags-function-list): New variable.
702 (speedbar-tag-hierarchy-method): Updated doc & custom.
703 (speedbar-indentation-width, speedbar-indentation-width) New
704 variables.
705 (speedbar-hide-button-brackets-flag): Customizable.
706 (speedbar-vc-indicator): Doc update.
707 (speedbar-ignored-path-expressions): Updated default value.
708 (speedbar-supported-extension-expressions): Updated default value.
709 (speedbar-syntax-table): Remove {} paren status.
710 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
711 as "+". Added overlay aliases.
712 (speedbar-mode): Use `speedbar-mode-line-update' instead of
713 `force-mode-line-update'.
714 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
715 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
716 `mouse-set-point'
717 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
718 (speedbar-item-info-tag-helper): Revamped to handle a wider range
719 of arbitrary text, and new helper functions.
720 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
721 filename finder.
722 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
723 (speedbar-directory-buttons): Update path search/expansion.
724 (speedbar-make-tag-line): Pay attention to
725 `speedbar-indentation-width'. Use more care w/ invisible
726 properties.
727 (speedbar-change-expand-button-char): Call
728 `speedbar-insert-image-button-maybe'.
729 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
730 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
731 (speedbar-trim-words-tag-hierarchy)
732 (speedbar-simple-group-tag-hierarchy): New functions
733 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
734 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
735 functions.
736 (speedbar-mouse-set-point): New function
737 (speedbar-power-click): Updated documentation.
738 (speedbar-line-token, speedbar-goto-this-file): Handle more types
739 of tag prefix text.
740 (speedbar-expand-line, speedbar-contract-line): Make more robust
741 to strange text.
742 (speedbar-expand-line): Takes universal argument to flush the
743 cache.
744 (speedbar-flush-expand-line): New function.
745 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
746 Use new generator insertion method.
747 (speedbar-fetch-dynamic-tags): New function.
748 (speedbar-fetch-dynamic-imenu): Removed code now handled in
749 `speedbar-fetch-dynamic-imenu'.
750 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
751 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
752 "Revert Buffer" menu items.
753 (speedbar-buffer-buttons-engine): Be smarter when creating a
754 filename tag (for expansion purposes.).
755 (speedbar-highlight-one-tag-line,
756 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
757 (speedbar-recenter): New functions.
758 (defimage-speedbar): Image loading abstraction.
759 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
760 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
761 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
762 (speedbar-tag-type, speedbar-tag-mail): New images.
763 (speedbar-expand-image-button-alist): New variable.
764 (speedbar-insert-image-button-maybe): Insert an image over some
765 buttons.
766
767 2000-05-13 Kenichi Handa <handa@etl.go.jp>
768
769 * international/mule-cmds.el (encode-coding-char): An ASCII
770 character is always encodable.
771
772 * international/mule-conf.el: Add more information in descriptions
773 of character sets.
774
775 * international/mule-diag.el (describe-char-after): New function.
776 (describe-font-internal): Adjusted for the change of font-info.
777 (describe-font): Likewise.
778 (print-fontset): Rewritten for the new fontset implementation.
779 (describe-fontset): Include fontset alias names in completion.
780 (list-fontsets): Adjusted for the change of print-fontset.
781
782 * simple.el (what-cursor-position): If DETAIL is non-nil, call
783 describe-char-after instead of displaying the detail in the echo
784 area.
785 (syntax-code-table): Format changed.
786 (string-to-syntax): Adjusted for the above change.
787
788 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
789
790 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
791
792 2000-05-12 Dave Love <fx@gnu.org>
793
794 * calendar/todo-mode.el: Remove some compatibility stuff and CL
795 dependence. Use line-{beginning,end}-position, not
796 point-at{b,e}ol. Some doc fixes.
797 (todo-position): New function. Fix callers of position to use it.
798 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
799
800 2000-05-12 Gerd Moellmann <gerd@gnu.org>
801
802 * time.el (display-time-mail-icon): Use `:ascent center'.
803
804 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
805 handling FTP security extensions.
806
807 2000-05-11 Dave Love <fx@gnu.org>
808
809 * calendar/todo-mode.el: New file.
810
811 2000-05-11 Gerd Moellmann <gerd@gnu.org>
812
813 * comint.el (comint-read-input-ring): Move reference to
814 comint-input-ring-size outside of the save-excursion. It was
815 causing the default value to be the only one ever seen.
816
817 * font-lock.el: Update copyright. Remove Simon Marshall's email
818 address on request from him.
819
820 * subr.el (substitute-key-definition): Add comment describing
821 the meaning of PREFIX.
822
823 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
824
825 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
826
827 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
828 (add-minor-mode): Don't make the variable buffer-local and add a
829 reference to define-minor-mode in the docstring.
830
831 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
832 HEADER/FOOTER and fix bug with trailing empty directory.
833 (cvs-append-to-ignore): Use vc-editable-p if available.
834 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
835 (vc-do-command): Tweak advice to handle the new VC.
836
837 * log-view.el (log-view-goto-rev): New function for the new VC.
838 (log-view-minor-wrap): Use mark-active.
839
840 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
841 (log-edit-changelog-full-paragraphs): New var.
842 (log-edit-insert-changelog): Remove a lonely leading `* file'.
843 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
844 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
845 (log-edit-changelog-ours-p, log-edit-changelog-entries)
846 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
847 Replace the `cvs' prefix with `log-edit'.
848
849 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
850
851 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
852 (diff-font-lock-defaults): Explicitly turn off multiline.
853 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
854 (diff-ediff-patch): Fix call to ediff-patch-file.
855 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
856 Handle comments.
857
858 * frame.el (automatic-hscrolling): Typo.
859
860 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
861
862 2000-05-09 Sam Steingold <sds@goems.com>
863
864 * apropos.el (apropos-print): use `describe-face' instead of
865 `customize-face-other-window'.
866
867 2000-05-09 Dave Love <fx@gnu.org>
868
869 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
870
871 * help.el (describe-variable): Have customize button pop the
872 help-xref stack when invoked.
873 (help-xref-symbol-regexp): Add `face'.
874 (help-make-xrefs): Check for quoted face names and adapt regexp
875 submatch numbers to cope.
876 (help-xref-interned): Maybe insert face doc too. Separate
877 sections with a line of hyphens.
878
879 * faces.el: Some doc fixes. Declare some functions obsolete.
880 (describe-face): Add customize button. Return the help
881 text. Fix prompt.
882
883 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
884
885 * term/internal.el (IT-character-translations): Fix last change.
886
887 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
888
889 * woman.el: New file
890 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
891
892 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
893
894 * term/internal.el (IT-character-translations): Update ASCII
895 simulations for greek-iso8859-7, add latin-iso8859-14 and
896 latin-iso8859-15.
897
898 * international/mule-cmds.el (set-language-info-alist): Call
899 define-prefix-command with 3 arguments, to make the map suitable
900 for a menu.
901
902 2000-05-07 Dave Love <fx@gnu.org>
903
904 * time.el: Small doc fixes from Pavel Janík ml..
905
906 2000-05-05 Dave Love <fx@gnu.org>
907
908 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
909 list in doc string. Don't quote keyword symbols.
910 * emacs-lisp/cl.el: Likewise
911 * emacs-lisp/cl-seq.el: Likewise
912
913 2000-05-05 Gerd Moellmann <gerd@gnu.org>
914
915 * abbrev.el (abbrev-mode): Make ARG optional.
916
917 2000-05-04 Gerd Moellmann <gerd@gnu.org>
918
919 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
920
921 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
922
923 * subr.el (substitute-key-definition): Clarify documentation.
924
925 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
926
927 * glasses.el (glasses-convert-to-unreadable): Use
928 `glasses-separator' instead of the hard-wired "_".
929 (glasses-mode): Call `glasses-make-unreadable' only in a single
930 place.
931
932 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
933
934 * term/internal.el (cjk-codepages-alist): Add associations for
935 Chinese and Korean codepages. Remove FIXME comment.
936
937 2000-05-03 Dave Love <fx@gnu.org>
938
939 * time.el (display-time-mail-face, display-time-use-mail-icon):
940 New option.
941 (display-time-mail-icon): New variable.
942 (display-time-string-forms): Use the above. Fix the local-map.
943
944 2000-05-03 Gerd Moellmann <gerd@gnu.org>
945
946 * replace.el (query-replace-map): Add binding for `E'.
947 (query-replace-help): Extend help text.
948 (perform-replace): Allow editing the replacement string.
949
950 * make-mode.el (makefile-mode-abbrev-table): New variable.
951 (makefile-mode): Set local abbrev table to
952 makefile-mode-abbrev-table.
953 (makefile-font-lock-keywords): Fontify includes and conditionals.
954
955 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
956 set TOGGLE's value.
957
958 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
959 mail-interactive-insert-alias.
960 (mail-abbrev-complete-alias): New command.
961 (mail-mode-map): Bind it to `M-TAB'.
962
963 2000-05-03 Kenichi Handa <handa@etl.go.jp>
964
965 * language/lao-util.el (lao-compose-region): New function.
966
967 2000-05-02 Gerd Moellmann <gerd@gnu.org>
968
969 * files.el (recover-session): Make directories as necessary
970 if they don't exist yet.
971
972 * calendar/cal-french.el
973 (french-calendar-multibyte-special-days-array)
974 (french-calendar-special-days-array): Change French text.
975 (calendar-french-date-string): Change output.
976 (calendar-goto-french-date): Likewise.
977
978 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
979
980 * wid-edit.el (widget-default-active): Obey `:always-active'.
981 (widget-documentation-string-value-create): Set `:always-active'.
982
983 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
984
985 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
986 default prefix to `~/_emacs.d/auto-save.list/_s'.
987 (normal-top-level): Create the directory for auto-save files, if
988 it doesn't already exist (in the ms-dos case only).
989
990 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
991
992 * international/mule-cmds.el (set-language-environment): Don't
993 concat an integer (dos-codepage), use format instead.
994
995 2000-05-02 Dave Love <fx@gnu.org>
996
997 * help.el (help-xref-on-pp): Check for constant symbols.
998
999 2000-04-29 Gerd Moellmann <gerd@gnu.org>
1000
1001 * startup.el (normal-top-level): Put a condition-case around
1002 the code loading subdirs.el.
1003
1004 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1005
1006 * ps-print.el: Upside-down and face background color printing,
1007 line number step, doc fix.
1008 (ps-print-version): New version number (5.2).
1009 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1010 (ps-face-attribute-list, ps-plot-with-face): Code fix.
1011 (ps-spool-config): Var fix.
1012 (ps-printer-name-option): Const fix.
1013 (ps-print-upside-down, ps-use-face-background)
1014 (ps-line-number-step): New vars.
1015 (ps-window-system, ps-lp-system): New consts.
1016 (ps-face-background): New fun.
1017
1018 2000-04-28 Richard Stallman <rms@gnu.org>
1019
1020 * files.el (make-auto-save-file-name):
1021 Apply auto-save-file-name-transforms to visited file name
1022 before generating auto save file name.
1023 (auto-save-file-name-transforms): New variable.
1024
1025 * files.el (backup-enable-predicate):
1026 Correctly test for a file under a temporary directory.
1027
1028 2000-04-28 Gerd Moellmann <gerd@gnu.org>
1029
1030 * subr.el (add-minor-mode): Rewritten.
1031
1032 2000-04-28 Kenichi Handa <handa@etl.go.jp>
1033
1034 * mail/sendmail.el (sendmail-send-it): Set
1035 buffer-file-coding-system to the selected coding system for MIME
1036 header.
1037
1038 2000-04-27 Gerd Moellmann <gerd@gnu.org>
1039
1040 * dired.el (dired-move-to-filename-regexp): Allow format where
1041 YYYY is followed by two spaces.
1042
1043 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1044 in the second character class of the regexp.
1045
1046 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1047 mh-etc, too.
1048
1049 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1050 nil.
1051
1052 * subr.el (add-minor-mode): Use `set' instead of `setq'.
1053
1054 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1055 argument.
1056
1057 2000-04-27 Sen Nagata <sen@eccosys.com>
1058
1059 * emacs-lisp/crm.el (crm-completion-table): New variable.
1060 (crm-collection-fn, crm-test-completion)
1061 (completing-read-multiple): Use it.
1062
1063 2000-04-27 Dave Love <fx@gnu.org>
1064
1065 * help.el (locate-library): Use mapc.
1066 (help-manyarg-func-alist): Add call-process-region.
1067
1068 2000-04-26 Gerd Moellmann <gerd@gnu.org>
1069
1070 * subr.el (add-minor-mode): Make argument MAP optional.
1071
1072 * desktop.el (desktop-save): Save list of minor modes.
1073 (desktop-create-buffer): Restore minor modes.
1074 (desktop-minor-mode-table): New user-option.
1075
1076 * subr.el (add-minor-mode): New function.
1077
1078 * image.el (find-image): New function.
1079 (defimage): Rewritten to find image at load time.
1080
1081 * startup.el (normal-top-level-add-to-load-path): Handle
1082 case that the default directory is not in load-path.
1083
1084 * help.el: Old patch from Stefan Monnier.
1085 (help-xref-on-pp): New function.
1086 (describe-variable): Use it to display xrefs in a symbol's value.
1087
1088 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
1089
1090 * cus-edit.el (custom-face): Fix parenthesis.
1091
1092 2000-04-26 Kenichi Handa <handa@etl.go.jp>
1093
1094 * mail/rmail.el (rmail-expunge): When there are no deleted
1095 messages, do nothing.
1096
1097 2000-04-26 Dave Love <fx@gnu.org>
1098
1099 * international/mule-cmds.el (locale-translation-file-name):
1100 Defvar to nil.
1101 (set-locale-environment): Set it here (at runtime).
1102
1103 2000-04-25 Gerd Moellmann <gerd@gnu.org>
1104
1105 * replace.el (perform-replace): Add parameters START and END. Use
1106 them instead of the check for a region in Transient Mark mode.
1107 (query-replace-read-args): Return two more list elements for the
1108 start and end of the region in Transient Mark mode.
1109 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1110 (map-query-replace-regexp, replace-string, replace-regexp): Add
1111 optional last arguments START and END and pass them to
1112 perform-replace.
1113
1114 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1115 form with additional arguments for perform-replace.
1116
1117 * progmodes/etags.el (tags-query-replace): Add parameters START
1118 and END. Construct a form with additional arguments for
1119 perform-replace.
1120
1121 * simple.el (shell-command): Set default directory for "*Shell
1122 Command Output" buffer.
1123
1124 * language/european.el (iso-latin-4): Fix typo.
1125
1126 * emacs-lisp/crm.el: New file.
1127
1128 2000-04-24 Dave Love <fx@gnu.org>
1129
1130 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1131 (Custom-reset-saved, Custom-reset-standard)
1132 (custom-group-value-create, custom-group-set, custom-group-save)
1133 (custom-group-reset-current, custom-group-reset-saved)
1134 (custom-group-reset-standard): Use mapc.
1135 (custom-buffer-create-internal): Disable undo when creating items.
1136 Use mapc.
1137 (custom-face): Avoid redundant lambda.
1138
1139 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1140
1141 * startup.el (auto-save-list-file-prefix): Set default to
1142 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1143
1144 2000-04-24 Sam Steingold <sds@gnu.org>
1145
1146 * time-stamp.el (time-stamp-string-preprocess): Always convert
1147 `field-result' to a string.
1148
1149 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1150
1151 * frame.el (scrolling): New group.
1152 (automatic-hscrolling): New user-option.
1153
1154 * startup.el (command-line-x-option-alist): Add `-lsp' and
1155 `--line-spacing'.
1156
1157 2000-04-19 Dave Love <fx@gnu.org>
1158
1159 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1160 (cl-mapc): Rename from mapc. Fix the funcall.
1161
1162 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1163
1164 * simple.el (clone-indirect-buffer-other-window): New command.
1165 (clone-indirect-buffer): Add optional arg NORECROD.
1166 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1167
1168 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1169
1170 * window.el (count-screen-lines): New function.
1171 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1172 instead of window-buffer-height.
1173
1174 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1175 non-existing variable comint-input-sentinel.
1176 (inferior-lisp-args-to-list): Removed.
1177 (inferior-lisp): Use split-string instead of
1178 inferior-lisp-args-to-list.
1179
1180 * hexl.el (hexl-insert-hex-string): New command.
1181
1182 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1183 instead of concat.
1184
1185 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1186
1187 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1188 at the start of an existing but empty folder.
1189
1190 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1191
1192 * ps-mule.el: Customization fix, doc fix.
1193 (ps-multibyte-buffer): Customization fix.
1194
1195 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1196
1197 * subr.el (read-passwd): Use read-char-exclusive.
1198
1199 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1200
1201 * textmodes/texinfo.el (texinfo-insert-@email)
1202 (texinfo-insert-@emph, texinfo-insert-@quotation)
1203 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1204 (texinfo-mode-map): Add key bindings for them.
1205
1206 * files.el (basic-save-buffer-2): Use a template with `$'
1207 instead of `#' for VMS.
1208
1209 * simple.el (clone-indirect-buffer): New function.
1210
1211 2000-04-16 Stephen Eglen <stephen@gnu.org>
1212
1213 * iswitchb.el (iswitchb-case): New function. If the user input
1214 contains any upper-case characters, the search is made
1215 case-sensitive.
1216
1217 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1218
1219 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1220 comment-end.
1221 (texinfo-font-lock-syntactic-keywords): New var.
1222 (texinfo-font-lock-keywords): Remove comment regexp.
1223 (texinfo-insert-block): New function.
1224 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1225 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1226 and font-lock-defaults. Use regexp-opt for outline-regexp.
1227 (texinfo-environments): New var.
1228 (texinfo-environment-regexp): Use regexp-opt and
1229 texinfo-environments.
1230
1231 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1232 ispell-process is bound since this might be eval'd before ispell
1233 is loaded.
1234 (ispell-message): Use a tiny bit less magic and a bit more hard
1235 data to figure out what kind of sc-cite-regexp to use.
1236
1237 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1238
1239 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1240 (insert-cyclic-diary-entry): Unquote the lambda.
1241
1242 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1243
1244 * files.el (backup-enable-predicate): Unquote the lambda.
1245
1246 * cus-edit.el (custom-face, face): Unquote the lambda.
1247
1248 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1249
1250 * ps-print.el: Check for line-beginning-position definition.
1251
1252 * ps-print.el: Fix counting lines in a region.
1253 (ps-print-version): New version number (5.1.5).
1254 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1255 (ps-printing-region): Fun code fix.
1256
1257 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1258
1259 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1260 to file-directory-p.
1261
1262 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1263
1264 * gud.el (gud-jdb-build-source-files-list): Check that directory
1265 exists before calling directory-files.
1266
1267 2000-04-13 Dave Love <fx@gnu.org>
1268
1269 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1270 syntax.
1271
1272 * emacs-lisp/cl-specs.el: Remove when, unless.
1273
1274 * emacs-lisp/cl-extra.el: Don't quote keywords.
1275 (cl-old-mapc): New variable.
1276 (mapc): Use it.
1277 (cl-map-intervals): Use with-current-buffer. Don't check for
1278 next-property-change.
1279 (cl-map-overlays): Use with-current-buffer.
1280 (cl-expt): Remove.
1281 (copy-tree, remprop): Define unconditionally.
1282
1283 * emacs-lisp/cl-compat.el (keywordp): Remove.
1284
1285 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1286 to use keywordp.
1287 (edebug-spec): Enable keywordp.
1288
1289 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1290 string-lessp.
1291
1292 * cus-start.el: Use keywordp.
1293
1294 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1295
1296 * diary-lib.el (include-other-diary-files): Fix the fix of
1297 2000-02-18 by doing a save-excursion.
1298
1299 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1300
1301 * ps-print.el: Customization fix, doc fix.
1302 (ps-print-version): New version number (5.1.4).
1303 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1304 (ps-print-preprint): Adjust code.
1305 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1306 (ps-print-prologue-header, ps-print-control-characters)
1307 (ps-spool-config): Customization fix.
1308
1309 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1310
1311 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1312 converted to the new menu-item format, names silightly changed,
1313 help strings added.
1314
1315 Support for spelling without async subprocesses:
1316
1317 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1318 (ispell-session-buffer): New variables.
1319 (ispell-start-process, ispell-process-status,
1320 ispell-accept-output, ispell-send-string): New functions, for
1321 Ispell invocation when async subprocesses aren't supported.
1322 (ispell-word, ispell-pdict-save, ispell-command-loop,
1323 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1324 to process-send-string with calls to ispell-send-string, and
1325 accept-process-output with ispell-accept-output.
1326 (ispell-init-process): Call ispell-process-status instead of
1327 process-status with.
1328 (ispell-init-process): Call ispell-start-process. Call
1329 ispell-accept-output and ispell-send-string. Don't call
1330 process-kill-without-query and kill-process if they are unbound.
1331 (ispell-async-processp): New function.
1332
1333 2000-04-12 Dave Love <fx@gnu.org>
1334
1335 * info.el: Add debug-ignored-errors.
1336 (Info-mode-menu): Add some items.
1337 (Info-directory): Add autoload cookie.
1338
1339 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1340 Modify `truncate-lines'. Make `describe-language-environment'
1341 always visible and add help. Modify `describe-key' help. Invoke
1342 Info-directory from `info'. New entry `emacs-manual'.
1343
1344 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1345
1346 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1347 propertized-buffer-identification.
1348 (ebrowse-update-member-buffer-mode-line): Likewise.
1349 (ebrowse--mode-strings): Removed.
1350 (ebrowse--mode-line-props): Removed.
1351
1352 * files.el (auto-mode-alist): Add `EBROWSE'.
1353
1354 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1355 space before testing for end of buffer.
1356 (ebrowse-load): Removed.
1357 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1358 (ebrowse-create-tree-buffer): Rewritten.
1359 (ebrowse-tree-mode): Read tree from buffer.
1360
1361 * progmodes/ebrowse-ffh.el: Removed.
1362
1363 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1364
1365 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1366
1367 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1368
1369 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1370 at the wrong place.
1371
1372 2000-04-09 Dave Love <fx@gnu.org>
1373
1374 * files.el (backup-enable-predicate): Use
1375 temporary-file-directory, small-temporary-file-directory.
1376 (make-backup-file-name-function, backup-directory-alist): New
1377 variables.
1378 (make-backup-file-name-1): New function.
1379 (make-backup-file-name): Use it.
1380 (find-backup-file-name): Likewise. Use format for clarity, not
1381 concat.
1382 (file-newest-backup): Use make-backup-file-name.
1383
1384 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1385
1386 * progmodes/ebrowse-ffh.el: New file.
1387
1388 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1389 to ebrowse-ffh.el.
1390 (ebrowse-load): Add autoload.
1391
1392 * finder.el (finder-commentary): Add autoload cookie.
1393
1394 * mail/rfc2368.el: Correct author's email address.
1395
1396 * progmodes/ebrowse.el: New file.
1397
1398 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1399 item help string.
1400 (easy-menu-do-add-item): Ditto.
1401 (easy-menu-define): Extend doc string.
1402
1403 * jit-lock.el (with-buffer-unmodified): Use
1404 restore-buffer-modified-p.
1405 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1406 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1407 with-buffer-unmodified.
1408
1409 2000-04-08 Dave Love <fx@gnu.org>
1410
1411 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1412 unless, when.
1413
1414 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1415
1416 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1417 (viper-flash-search-pattern): No operation when using Emacs
1418 doesn't support face.
1419 Use `viper-put-on-search-overlay'.
1420
1421 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1422
1423 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1424 like C-r.
1425
1426 * progmodes/make-mode.el: Some doc fixes.
1427 (makefile-mode-abbrev-table): New variable.
1428 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1429 (makefile-font-lock-keywords): Fontify includes and conditionals.
1430 (toplevel): Require `dabbrev' and `add-log' when compiling.
1431
1432 * replace.el (perform-replace): Don't move forward one char
1433 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1434 to do that because it leaves point 1 position after the last
1435 replacement, after everything has been replaced.
1436
1437 * jit-lock.el (with-buffer-unmodified): New macro.
1438 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1439 modified state.
1440 (jit-lock-function-1): Extracted from jit-lock-function; not
1441 preserving buffer's modified state.
1442 (jit-lock-function, jit-lock-stealth-fontify): Call
1443 jit-lock-function-1.
1444
1445 * mail/rfc2368.el: Remove supernumerary copyright line.
1446
1447 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1448
1449 * glasses.el: Provide facilities for inserting space before left
1450 parentheses and uncapitalization of identifiers.
1451 (glasses-mode): Try to remove old overlays in all cases.
1452
1453 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1454
1455 * progmodes/compile.el (compile-internal): Display the compilation
1456 buffer in a different frame, if it's already displayed there.
1457
1458 * mail/rfc2368.el: New file.
1459
1460 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1461 header and insert its value as mail body.
1462
1463 * subr.el (member-ignore-case): New function.
1464
1465 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1466 (dabbrev--find-expansion): Ignore buffers matching a regexp
1467 from dabbrev-ignored-regexps.
1468
1469 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1470 to extensions handled by gzip.
1471
1472 2000-04-03 Richard M. Stallman <rms@gnu.org>
1473
1474 * files.el (insert-directory): List the total free space
1475 along with the used space.
1476
1477 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1478 line is followed by one that matches CITATION-REGEXP, end the
1479 paragraph.
1480
1481 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1482
1483 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1484 (rmail-make-basic-summary-line): Use that option.
1485
1486 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1487
1488 * international/mule-cmds.el (encoded-string-description):
1489 Rewritten. Try pretty description for ISO 2022 escape sequences
1490 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1491 for hexadecimal format.
1492
1493 2000-04-01 Dave Love <fx@gnu.org>
1494
1495 * cpp.el: Change customization group to `c' from `C'.
1496
1497 * vcursor.el (vcursor-move): Use display-color-p.
1498
1499 * international/mule-util.el: Provide mule-utils.
1500 (string-to-sequence): Simplify and speed up.
1501
1502 * international/mule.el (make-coding-system): Purecopy doc-string.
1503
1504 * international/mule-cmds.el: Various menu changes.
1505 (describe-specified-language-support): Handle `Default'.
1506 (set-language-info): Purecopy `info'.
1507
1508 2000-03-31 Andrew Innes <andrewi@gnu.org>
1509
1510 * vc.el (vc-backend-diff): Return the correct status if we had to
1511 retry the rcsdiff command without the --brief option.
1512
1513 2000-03-31 Dave Love <fx@gnu.org>
1514
1515 * help.el (help-manyarg-func-alist): Correct several omissions.
1516
1517 * add-log.el: Don't require cl, fortran.
1518 (add-log-current-defun-function): Doc fix.
1519 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1520 fix.
1521 (change-log-version-rcs): Function deleted.
1522 (change-log-version-number-search): Doc fix. Use
1523 vc-workfile-version. Avoid CL dolist.
1524 (add-change-log-entry): Just call add-log-current-defun to get
1525 defun. Simplify somewhat.
1526 (change-log-get-method-definition-1): Likewise.
1527 (add-log-current-defun): Return nil if calling
1528 add-log-current-defun-function does so. Move Fortran stuff to
1529 fortran.el. Return string without properties.
1530
1531 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1532 and :alpha: char classes.
1533
1534 * mail/supercite.el: Defvar curline when compiling.
1535 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1536 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1537 rather than a-zA-Z0-9 to allow non-ASCII characters.
1538
1539 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1540
1541 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1542
1543 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1544 Re-enable new code.
1545
1546 * lpr.el (print-region-1): Use -d to specify printer name for
1547 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1548
1549 2000-03-31 Dave Love <fx@gnu.org>
1550
1551 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1552 for function definition in symbol's function value slot first
1553 instead of first consulting byte-compile-function-environment.
1554
1555 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1556
1557 * language/european.el ("Polish"): New language environment.
1558 (setup-polish-environment): New function.
1559
1560 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1561
1562 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1563 Disable new code.
1564
1565 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1566 trying to `load' the symbol of an autoload instead of the file
1567 recorded in the autoload. Fix error messages.
1568
1569 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1570
1571 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1572 (ps-print-version): New version number (5.1.3).
1573 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1574 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1575 (ps-generate-postscript-with-faces): Code fix.
1576 (ps-color-values): XEmacs compatibility.
1577 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1578 (ps-default-fg, ps-default-bg): Adjust customization.
1579 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1580 (ps-color-scale): Renaming old ps-color-value fun.
1581 (ps-print-headers): Replace ps-print-header group to avoid conflict
1582 with ps-print-header variable.
1583 (ps-print-miscellany): New group.
1584 (ps-format-color, ps-rgb-color): New funs.
1585 (ps-default-foreground): New var.
1586 (ps-printer-name-option): New const.
1587
1588 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1589
1590 * net/net-utils.el:
1591 (network-connection-host, network-connection-service): New variables
1592 (network-connection-mode): New mode, derived from comint-mode
1593 (network-connection-mode-setup): New function, saves host and
1594 service information in local variables.
1595
1596 * lisp/locate.el:
1597 (locate-word-at-point): Added this function
1598 (locate): Default to using locate-word-at-point as input
1599 Run dired-mode-hook
1600
1601 2000-03-29 Dave Love <fx@gnu.org>
1602
1603 * calendar/appt.el: Doc fixes.
1604 (appt-check): Convert min-to-app to a string before passing to
1605 appt-disp-window-function or concat.
1606 (appt-delete-window): Remove test for frame-root-window.
1607 (appt-select-lowest-window, appt-convert-time): Simplify.
1608
1609 * emacs-lisp/bytecomp.el: Doc fixes.
1610 (byte-compile-file-form-autoload): Update
1611 byte-compile-function-environment.
1612
1613 2000-03-29 Andreas Schwab <schwab@suse.de>
1614
1615 * emacs-lisp/autoload.el: Also print defsubst doc string
1616 specially.
1617
1618 * dired.el (dired-insert-directory): If dired-free-space-program
1619 failed just delete its output.
1620
1621 2000-03-29 Dave Love <fx@gnu.org>
1622
1623 * international/iso-cvt.el: Move provide to end. Doc fixes.
1624 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1625 (iso-iso2sgml, iso-sgml2iso): New functions.
1626 (iso-cvt-define-menu): Fix some entries and use backquote for
1627 clarity.
1628
1629 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1630
1631 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1632
1633 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1634 ISO-DATE. If non-nil, return date in ISO 8601 format.
1635
1636 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1637
1638 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1639 if it ever becomes used.
1640 (log-edit-mode-hook): Default to vc-log-mode-hook.
1641 (log-edit-mode): Fix the docstring.
1642
1643 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1644 the code.
1645
1646 2000-03-26 Dave Love <fx@gnu.org>
1647
1648 * net/browse-url.el (browse-url): Re-fix case of
1649 browse-url-browser-function being an alist.
1650 (browse-url): Add :link to defgroup.
1651
1652 * files.el: Doc fixes.
1653 (file-truename): Include `[' in wildcard characters.
1654 (automount-dir-prefix): Customize.
1655 (find-file-wildcards): Add :version.
1656 (find-file-noselect): Simplify a mapcar call.
1657
1658 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1659 compatible with inf-lisp version.
1660 (eval-defun-1): Fix custom-declare-variable case.
1661
1662 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1663
1664 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1665
1666 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1667
1668 * Makefile (COMPILE_FIRST): New macro.
1669 (compile-files): Compile files from COMPILE_FIRST first.
1670
1671 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1672 code.
1673
1674 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1675 matching open parenthesis in column 0 to defun-prompt-regexp
1676 only if open-paren-in-column-0-is-defun-start is set.
1677
1678 * sun-curs.el: Require CL at compile-time only.
1679
1680 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1681 instead of copy-list which is a function from CL.
1682 (msb--choose-menu, msb--mode-menu-cond)
1683 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1684 (msb--init-file-alist): Use mapcar instead of mapcan.
1685 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1686 `(' in column 0 in doc string.
1687 (msb--add-separators): Use mapcar instead of mapcan.
1688
1689 * cus-dep.el: Require CL at compile-time only.
1690
1691 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1692
1693 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1694 (byte-compile-warnings): New warning `noruntime'.
1695 (byte-compile-constants, byte-compile-variables): Fix docstring.
1696 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1697 execute `eval-whenc-compile's body.
1698 (byte-compile-unresolved-functions): Fix docstring.
1699 (byte-compile-eval): New function.
1700 (byte-compile-callargs-warn): Check if the function will be available
1701 at runtime (via property `byte-compile-noruntime').
1702 (byte-compile-print-syms): New function.
1703 (byte-compile-warn-about-unresolved-functions): Also warn about
1704 `noruntime' functions (and use `byte-compile-print-syms').
1705 (byte-compile-file): Capitalize the message.
1706
1707 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1708
1709 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1710 (rmail-expunge): Ask for confirmation depending on the setting
1711 of rmail-confirm-expunge.
1712
1713 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1714
1715 * Makefile (bootstrap-clean): If $(emacs) exists, build
1716 loaddefs.el first. A loaddefs.el that's not up-to-date might
1717 cause a bootstrap failure because things don't autoload as
1718 expected.
1719
1720 2000-03-23 Dave Love <fx@gnu.org>
1721
1722 * net/browse-url.el: Restore previous use of
1723 browse-url-maybe-new-window.
1724
1725 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1726
1727 * ps-print.el: Skip banner page fix.
1728 (ps-print-version): New version number (5.1.2).
1729 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1730
1731 2000-03-23 Dave Pearson <davep@davep.org>
1732
1733 * net/quickurl.el Changed the type of parameter passed to the
1734 function defined by `quickurl-format-function'. Before only the
1735 text of the URL was passed. Now the whole URL structure is passed
1736 and the function is responsible for extracting the parts it
1737 requires. Changed the default of `quickurl-format-function'
1738 accordingly.
1739 (quickurl-insert): Changed the `funcall' of
1740 `quickurl-format-function' to match the above change.
1741 (quickurl-list-insert): Changed the `url' case so that it makes
1742 use of `quickurl-format-function', previous to this the format was
1743 hard wired.
1744
1745 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1746
1747 * startup.el: Change some spellings for the X Window System.
1748
1749 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1750
1751 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1752 up the code and the regexp and make sure the cursor is temporarily
1753 moved to the suspicious line while querying the user.
1754
1755 2000-03-22 Jason Rumney <jasonr@gnu.org>
1756
1757 * w32-fns.el (w32-charset-info-alist): Initialize.
1758
1759 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1760
1761 * ps-print.el: N-up last page fix.
1762 (ps-print-version): New version number (5.1.1).
1763 (ps-end-file, ps-end-job, ps-generate): Code fix.
1764
1765 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1766
1767 * files.el (find-file-run-dired): Update docstring.
1768 (find-directory-functions): New hook.
1769 (find-file-noselect): Run find-directory-functions rather than
1770 calling dired directly.
1771
1772 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1773
1774 * pcvs.el: Add a minimal leading commentary.
1775 (cvs-make-cvs-buffer): Change the header part by removing the startup
1776 message and adding a `Module' entry. Also replace the FOOTER and
1777 HEADER special fileinfos with the new support in ewoc for updating
1778 its own footer and header.
1779 (cvs-update-header): Update to use the header/footer of the ewoc.
1780 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1781 (cvs-is-within-p): New function.
1782 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1783 to only examine some subset of the buffers.
1784
1785 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1786 `format' instead of our own ad-hoc functions.
1787 Remove HEADER and FOOTER cases, now handled in the EWOC.
1788 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1789
1790 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1791 output to avoid scaring the user.
1792 (cvs-parse-table): Catch message for non-up-to-date commits.
1793
1794 * pcvs-defs.el (cvs-startup-message): Remove.
1795 (cvs-global-menu): New autoloaded menu.
1796
1797 * pcvs-util.el (cvs-string-fill): Remove.
1798
1799 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1800 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1801 PP part of it and also make it work for footers and headers.
1802 (ewoc-create): Drop POS and BUFFER arguments.
1803 Use the DLL's dummy node to store the end-of-footer position.
1804 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1805 (ewoc-refresh): Remove unused `header' variable.
1806 (ewoc-(get|set)-hf): New functions.
1807
1808 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1809 log-view-*-(message|file) and use easy-mmode-define-navigation.
1810 (log-view-message-re): Match SCCS format as well.
1811 And match the revision line rather than the dashed separator line.
1812 (log-view-mode): Use the new define-derived-mode.
1813 (log-view-current-tag): Fill in with an actual implementation.
1814
1815 * cvs-status.el (cvs-status-(prev|next)): Rename from
1816 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1817 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1818 to let the output "breathe" a little more (more readable).
1819 (cvs-status-mode): Use the new define-derived-mode.
1820
1821 * smerge-mode.el (smerge-auto-leave): New function and variable.
1822 (smerge-basic-map): Rename from smerge-basic-keymap.
1823 Change the bindings for smerge-diff-*.
1824 (smerge-*-map): Use easy-mmode-defmap.
1825 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1826 (smerge-keep-*): Use smerge-auto-leave.
1827
1828 2000-03-21 Jason Rumney <jasonr@gnu.org>
1829
1830 * cus-edit.el (custom-button-face): Use 3D look for w32.
1831 (custom-button-pressed-face): Likewise.
1832
1833 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1834
1835 * progmodes/etags.el (tags-case-fold-search): New user-option.
1836 (tags-loop-eval): New function. Bind case-fold-search around eval
1837 depending on the value of tags-case-fold-search.
1838 (tags-loop-continue): Use tags-loop-eval.
1839 (find-tag-in-order): Bind case-fold-search depending on the value
1840 of tags-case-fold-search.
1841
1842 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1843
1844 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1845 (diff-end-of-hunk): Return the end position for use in
1846 `easy-mmode-define-navigation'.
1847 (diff-recenter): Remove.
1848 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1849 of `easy-mmode-define-navigation'.
1850 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1851 previous renaming) and fix to use new names.
1852 (diff-merge-strings): Use \n as separator: simpler, faster.
1853 (diff-mode): Use `define-derived-mode'.
1854
1855 * derived.el (define-derived-mode): Don't autoload anymore.
1856 Prefer the macro-only version provided by easy-mmode.el.
1857
1858 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1859 `easy-mmode-define-derived-mode'.
1860 Use `combine-run-hooks'.
1861 (easy-mmode-define-navigation): New macro.
1862
1863 * subr.el (combine-run-hooks): New function.
1864
1865 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1866
1867 * term/x-win.el: Fontsets related initialization is simplified.
1868
1869 * international/mule-diag.el (describe-font): Don't refer to
1870 global-fontset-alist, instead call font-list.
1871 (describe-fontset, list-fontsets, mule-diag): Likewise.
1872 (print-fontset): Adjusted for the change of fontset
1873 implementation.
1874
1875 * international/fontset.el (x-charset-registries): Variable
1876 removed, instead the corresponding data is stored in the default
1877 fontset.
1878 (register-alternate-fontnames): Function removed.
1879 (resolved-ascii-font): Variable removed.
1880 (x-compose-font-name): Ignore the second argument REDOCE.
1881 (x-complement-fontset-spec): Complement only an ASCII font and
1882 element for those charsets than can use that ASCII font.
1883 (generate-fontset-menu): Don't refer to global-fontset-alist,
1884 instead call fontset-list.
1885 (uninstantiated-fontset-alist): Variable removed.
1886 (x-style-funcs-alist): Likewise.
1887 (fontset-default-styles): Likewise.
1888 (x-modify-font-name): Function removed.
1889 (create-fontset-from-fontset-spec): Ignore the argument
1890 STYLE-VARIANT.
1891 (create-fontset-from-ascii-font): Docsting adjusted for the above
1892 change.
1893 (instantiate-fontset, resolve-fontset-name): Functions removed.
1894 (fontset-list): Now implemented by C code.
1895
1896 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1897 (describe-face): Include `font' attribute in the description.
1898
1899 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1900
1901 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1902
1903 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1904
1905 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1906 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1907 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1908
1909 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1910 about behavior of set-buffer-modified-p wrt redisplay.
1911
1912 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1913
1914 * view.el (view-mode-disable): Kill local binding of view-read-only.
1915
1916 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1917
1918 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1919 is a string, convert it to a syntax cell using string-to-syntax.
1920
1921 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1922 (string-to-syntax): New function.
1923
1924 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1925 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1926 try to use passive ftp mode.
1927
1928 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1929
1930 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1931
1932 * simple.el (append-to-buffer): Update point of windows after
1933 insertion.
1934
1935 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1936 forward then moving backward. Reindent.
1937
1938 * frame.el (other-frame): Call x-focus-frame only if
1939 focus-follows-mouse is off.
1940
1941 2000-03-17 Dave Love <fx@gnu.org>
1942
1943 * pcvs-util.el (cvs-strings->string): Rename
1944 replace-regexps-in-string.
1945
1946 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1947
1948 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1949 regexp for labels cannot span several lines.
1950
1951 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1952 `(setq :<key> ':<key>)' to the macro expansion.
1953
1954 2000-03-16 Dave Love <fx@gnu.org>
1955
1956 * progmodes/f90.el (f90): Put custom group under `languages', not
1957 `fortran'.
1958 (f90-mode-hook): Customize.
1959 (f90-mode): Set add-log-current-defun-function.
1960 (f90-current-defun): New function.
1961
1962 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1963
1964 * cus-edit.el (custom-variable-tag-face): Handle case that
1965 default face's height is not a number.
1966 (custom-face-tag-face, custom-group-tag-face-1)
1967 (custom-group-tag-face): Ditto.
1968 (custom-group-tag-face-1): Add :group.
1969
1970 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1971
1972 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1973
1974 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1975 requiring easymenu.
1976
1977 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1978
1979 * ps-print.el: PostScript user-defined prologue, PostScript error
1980 handler, doc fix.
1981 (ps-print-version): New version number (5.1).
1982 (ps-user-defined-prologue, ps-error-handler-message)
1983 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1984 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1985 (ps-insert-string): New function.
1986
1987 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1988
1989 * international/ccl.el (ccl-compile-expression): Don't generate
1990 invalid self-assignment code.
1991
1992 2000-03-14 Dave Love <fx@gnu.org>
1993
1994 * subr.el (replace-regexp-in-string): Renamed from
1995 replace-regexps-in-string. Doc fix.
1996
1997 2000-03-12 Dave Love <fx@gnu.org>
1998
1999 * cus-edit.el: Doc fixes.
2000 (customize-set-variable, customize-save-variable): Rename args for
2001 doc.
2002 (custom-variable-tag-face, custom-face-tag-face)
2003 (custom-group-tag-face-1, custom-group-tag-face): Modify from
2004 style which user identify as hyperlink.
2005 (hook): Don't add undefined functions to the hook.
2006 (debug-ignored-errors): Transfer message from bindings.el.
2007
2008 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2009
2010 * recentf.el (recentf-keep-non-readable-files-p): Remove
2011 double/nested definition.
2012
2013 2000-03-12 Dave Love <fx@gnu.org>
2014
2015 * facemenu.el (facemenu-get-face): Use display-color-p.
2016 * enriched.el (enriched-decode-foreground): Likewise.
2017 (enriched-decode-background): Likewise.
2018 * isearch.el (isearch-highlight): Likewise.
2019 * info-look.el (info-lookup): Likewise.
2020 * simple.el (completion-setup-function): Likewise.
2021
2022 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2023 :options.
2024
2025 * bindings.el (mode-line-format): Fix line-number and
2026 column-number items. Add help-echo for the background.
2027 (mode-line-mule-info): Modify help-echo.
2028
2029 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2030 defcustom.
2031
2032 * files.el (load-file): Allow completion to .elc.
2033
2034 * man.el: Doc fixes.
2035 (Man-init-defvars): Use display-color-p to set fontification.
2036
2037 * play/hanoi.el (hanoi-internal): Don't use oddp.
2038
2039 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2040
2041 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2042
2043 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2044
2045 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2046
2047 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2048 Fix comment.
2049
2050 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
2051
2052 * font-lock.el (font-lock-keywords): Fix the doc now that
2053 regexp-opt-depth is unnecessary.
2054 (save-buffer-state): Set an edebug spec.
2055 (font-lock-fontify-anchored-keywords): Properly handle the case when
2056 the matcher goes past the limit.
2057
2058 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2059 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2060
2061 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
2062 dll.el and cookie.el (from Elib) with heavy renaming and other
2063 massaging.
2064
2065 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2066 Autoload the functions used.
2067 (easy-mmode-define-syntax): Fix CL typo.
2068 (easy-mmode-define-derived-mode): Improve the docstring generation.
2069
2070 2000-03-10 Gerd Moellmann <gerd@gnu.org>
2071
2072 * textmodes/texinfo.el (texinfo-version): Variable and function
2073 removed.
2074
2075 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
2076
2077 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2078 allow more flexibility.
2079 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2080 fns.
2081 (easy-mmode-defmap, easy-mmode-defsyntax)
2082 (easy-mmode-define-derived-mode): New macros.
2083
2084 2000-03-09 Didier Verna <didier@xemacs.org>
2085
2086 * rect.el (replace-rectangle): New function.
2087
2088 2000-03-09 Dave Love <fx@gnu.org>
2089
2090 * progmodes/fortran.el (fortran-comment-line-start): Define as
2091 "C".
2092 (fortran-comment-line-start-skip): Don't match cpp stuff.
2093 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
2094 (fortran-mode-map): Remove over-eager custom-menu-create for now.
2095 (fortran-mode): Don't set fortran-comment-line-start-skip,
2096 fortran-comment-line-start here. Set comment-start,
2097 add-log-current-defun.
2098 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2099 (fortran-current-defun): New function.
2100
2101 2000-03-09 Gerd Moellmann <gerd@gnu.org>
2102
2103 * emacs-lisp/re-builder.el: New file.
2104
2105 * mouse.el (mouse-drag-region): Don't run up-event handler
2106 if hscroll has changed.
2107
2108 * octave-mod.el (octave-font-lock-keywords): To font-lock the
2109 builtin operators, use `font-lock-builtin-face' for Emacs and
2110 `font-lock-preprocessor-face' otherwise.
2111
2112 * font-lock.el (lisp-font-lock-keywords-1): Highlight
2113 `(defun (setf foo)' differently.
2114
2115 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
2116
2117 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2118 (regexp-opt): Update comment and adapt the code the new meaning of
2119 the `paren' argument of regex-opt-group for shy-groups.
2120 (regexp-opt-depth): Handle shy groups as well as backslashed
2121 backslashes.
2122 (regexp-opt-group): Turn the leading comment into a docstring.
2123 Allow `paren' to be a string (the string to use to open a group).
2124 Remove open-presuf and close-presuf. Instead of checking for `all
2125 one-char' and then later on check for `several one-char', handle
2126 both cases close together. Also apply a more generic algorithm
2127 for suffixes (the mirror image of the algorithm used for
2128 prefixes). Use shy-groups. Use nreverse rather than reverse.
2129 (regexp-opt-try-suffix): Removed.
2130
2131 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2132 from comint-mode-map, so we can just inherit from it. Also, move
2133 the initialization into the `defvar' since there's no docstring
2134 anyway and it's fairly short.
2135 (inferior-scheme-mode): Define it as derived-mode: the code is
2136 shorter and this way we inherit from comint-mode-map rather than
2137 copying it.
2138
2139 * subr.el (replace-regexps-in-string): Properly handle the case
2140 where we match an empty string.
2141
2142 * comint.el (comint-exec-1): Add the current-dir to the exec-path
2143 when the command has a directory component (such as "./testml").
2144 Also fix a typo in the comment.
2145
2146 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2147
2148 * Makefile (compile-files): Compile files one by one because
2149 that's the only way to ensure a clean compilation environment for
2150 each individual file.
2151
2152 * frame.el (other-frame): Call x-focus-frame.
2153
2154 2000-03-07 Dave Love <fx@gnu.org>
2155
2156 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2157 :require to defcustom.
2158
2159 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2160 lists.
2161
2162 * files.el (auto-mode-alist): Add configure.in.
2163
2164 * progmodes/autoconf.el: New file.
2165
2166 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2167
2168 * mail/mh-e.el: Change maintainer to `none'.
2169
2170 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2171 to remove-hook and add-hook.
2172
2173 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2174
2175 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2176 it as the default.
2177 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2178 (sendmail-send-it): Conditionally add MIME headers specifying the
2179 used character set.
2180
2181 2000-03-07 Dave Love <fx@gnu.org>
2182
2183 * winner.el: Fix keywords, autoload cookies. Split
2184 eval-when-compile form to avoid compilation failure.
2185
2186 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2187
2188 * international/mule.el: Modify comment about coding system
2189 property `coding-category'.
2190 (make-coding-system): New argument EOL-TYPE. Pay attention to
2191 coding-category property of PROPERTIES.
2192
2193 * international/mule-conf.el (coding-category-utf-8,
2194 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2195 categories. Include them in the argument for set-coding-priority.
2196
2197 * international/mule-cmds.el (reset-language-environment): Include
2198 coding-category-utf-8, coding-category-utf-16-be, and
2199 coding-category-utf-16-le in the argument for set-coding-priority.
2200 (reset-language-environment): Initialize coding-category-utf-8,
2201 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2202
2203 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2204
2205 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2206 code abstracted out of `bookmark-jump-noselect'. Now tries info
2207 extensions as well as compression extensions.
2208 (bookmark-jump-noselect): Use above new func.
2209
2210 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2211
2212 * strokes.el: Change maintainer's mail address.
2213
2214 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2215
2216 * international/mule-diag.el (list-character-sets): Make help-echo
2217 string by substitute-command-keys.
2218 (list-character-sets): Likewise.
2219 (sort-listed-character-sets): Call help-setup-xref.
2220
2221 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2222
2223 * time.el (display-time-mail-file): Add `none' to the list of
2224 choices.
2225
2226 2000-03-01 Dave Love <fx@gnu.org>
2227
2228 * help.el (help-xref-go-back): Don't try to set position.
2229
2230 * international/mule-diag.el (list-character-sets): Call
2231 help-setup-xref. Add help-echo to xrefs.
2232 (list-character-sets-1): Add help-echo to xrefs.
2233
2234 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2235
2236 * frame.el (blink-cursor-mode): Switch cursor on when turning
2237 the mode off.
2238
2239 * add-log.el (add-log-current-defun): Add support for
2240 Autoconf mode.
2241
2242 * mail/rmail.el (rmail-quit-hook): New variable.
2243
2244 2000-03-01 Dave Love <fx@gnu.org>
2245
2246 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2247
2248 * help.el (help-xref-button): Add help-echo arg.
2249 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2250
2251 * faces.el (list-faces-display): Supply help-echo with
2252 help-make-xrefs.
2253
2254 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2255 nil.
2256
2257 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2258
2259 * image.el (defimage): Look for image files in load-path.
2260
2261 * frame.el (busy-cursor-delay-seconds): Change type to
2262 `number'.
2263
2264 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2265
2266 * recentf.el (recentf): Added version tag to the defgroup of
2267 recentf.
2268
2269 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2270
2271 * recentf.el (recentf-cleanup): Changed to remove excluded file
2272 too.
2273 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2274 action to select/unselect a file.
2275 (recentf-edit-list): Code cleanup and improvement.
2276 (recentf-open-more-files-action): `recentf-open-more-files' button
2277 widget action to open a file.
2278 (recentf-open-more-files): No more use standard completion but
2279 widgets.
2280 (recentf-more-collection): Deleted.
2281 (recentf-more-history): Deleted.
2282 (recentf-setup-more-completion): Deleted.
2283
2284 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2285
2286 * recentf.el (recentf-mode): No more needs that Emacs is running
2287 under a window-system.
2288
2289 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2290
2291 * recentf.el (recentf-edit-list): New command to edit the recent
2292 list which allow the user to remove files.
2293 (recentf-edit-selected-items): New global variable, used by
2294 `recentf-edit-list' to hold the list of files to be removed from
2295 the recent list.
2296 (recentf-make-menu-items): Updated to display a "Edit list..."
2297 menu item. Minor code cleanup.
2298
2299 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2300
2301 * recentf.el (recentf-open-more-files): New command to open files
2302 that are not displayed in the menu.
2303 (recentf-more-collection): New global variable holding the set of
2304 permissible completions used by `recentf-open-more-files'.
2305 (recentf-more-history): New global variable holding the history list
2306 used by `recentf-open-more-files' completion.
2307 (recentf-setup-more-completion): New function to setup completion for
2308 `recentf-open-more-files'.
2309 (recentf-make-menu-items): Updated to display a "More..." menu item.
2310
2311 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2312
2313 * recentf.el (recentf-menu-action): Doc fixed.
2314
2315 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2316
2317 * recentf.el (recentf-menu-filter): Doc updated.
2318 (recentf-update-menu-hook): Allow menu filters to force menu update.
2319 (recentf-make-menu-items): New menu filter handling.
2320 (recentf-make-menu-item): New helper function.
2321 (recentf-menu-elements): New menu handling function.
2322 (recentf-sort-ascending): Updated to new menu filter handling.
2323 (recentf-sort-descending): Updated to new menu filter handling.
2324 (recentf-sort-basenames-ascending): New menu filter function.
2325 (recentf-sort-basenames-descending): New menu filter function.
2326 (recentf-show-basenames): New menu filter function.
2327 (recentf-show-basenames-ascending): New menu filter function.
2328 (recentf-show-basenames-descending): New menu filter function.
2329
2330 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2331
2332 * diary-lib.el (list-diary-entries): Don't try to go forward at
2333 the end of the buffer.
2334
2335 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2336
2337 * international/mule-diag.el (list-character-sets): Completely
2338 rewritten.
2339 (sort-listed-character-sets): New function.
2340 (list-character-sets-1): Completely rewritten.
2341 (list-character-sets-2): New function.
2342 (non-iso-charset-alist): New variable.
2343 (decode-codepage-char): New function.
2344 (charset-history): New variable.
2345 (read-charset) (list-block-of-chars)
2346 (list-iso-charset-chars)
2347 (list-non-iso-charset-chars)
2348 (list-charset-chars): New functions.
2349 (mule-diag): Call list-character-sets-2, not
2350 list-character-sets-2.
2351 (dump-charsets): Likewise.
2352
2353 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2354
2355 * dired-x.el (dired-filename-at-point): Add `@' to valid
2356 file name characters.
2357 (dired-filename-at-point): Handle ange-ftp file names.
2358
2359 * frame.el (frame-notice-user-settings): Use assq-delete-all
2360 instead of assoc-delete-all.
2361 (frame-notice-user-settings): Ditto.
2362
2363 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2364 Don't copy alist.
2365
2366 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2367
2368 * calculator.el (calculator-use-menu): New option.
2369 (calculator-initial-bindings): Changed some bindings to work as
2370 macros.
2371 (calculator-forced-input): Removed.
2372 (calculator-restart-other-mode): New variable.
2373 (calculator-mode-map): Set up menu.
2374
2375 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2376
2377 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2378 tags.
2379
2380 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2381
2382 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2383 translate all ESC key sequences.
2384 (viper-goto-mark-subr): restore markers for files for which
2385 they were saved.
2386 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2387 * viper-util.el (viper-set-replace-overlay-glyphs,
2388 viper-set-replace-overlay): always check if the replacement
2389 overlay is live.
2390 * viper.el (viper-vi-state-mode-list): added major modes.
2391 * ediff-wind.el: minor comment changes.
2392 * ediff.el: copyright notice date fix.
2393
2394 2000-02-27 Jason Rumney <jasonr@gnu.org>
2395
2396 * faces.el (face-font-family-alternatives): Add arial to helv.
2397 (mode-line, header-line, tool-bar): Same default as x for w32.
2398 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2399 face-font-family-alternatives from working.
2400 * term/w32-win.el (mouse-set-font): Do not build fontset from
2401 chosen font.
2402
2403 2000-02-25 Sam Steingold <sds@goems.com>
2404
2405 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2406 properly.
2407
2408 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2409
2410 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2411
2412 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2413
2414 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2415 writable.
2416
2417 * frame.el (busy-cursor-delay-seconds): New option.
2418
2419 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2420
2421 * frame.el (show-cursor-in-non-selected-windows): New option.
2422
2423 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2424
2425 * diary-lib.el (include-other-diary-files): Undo the selective
2426 display in any included file and don't kill it.
2427
2428 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2429
2430 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2431 bar. Menu items converted to (menu-item format, help strings
2432 added.
2433 [downcase, upcase]: Don't enable on MS-DOS.
2434 [symlink, symlinks]: Don't show if make-symbolic-link is not
2435 bound.
2436 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2437
2438 2000-02-23 Dave Love <fx@gnu.org>
2439
2440 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2441 (backward-kill-word): Revert addition of * to interactive spec --
2442 it's a feature.
2443
2444 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2445 (backward-kill-sentence, kill-sentence): Likewise.
2446
2447 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2448 scratch buffer name.
2449 (gud-format-command): Use int-to-string in ?l case. Simplify
2450 slightly.
2451
2452 * term/w32-win.el (internal-face-interactive): Update prompt for
2453 new read-face-name.
2454
2455 * mail/footnote.el (footnote): Add :version to defgroup.
2456 (footnote-section-tag-regexp): Customize.
2457 (footnote-start-tag, footnote-end-tag): New option.
2458 (footnote-latin-regexp): New variable.
2459 (Footnote-latin): New function.
2460 (footnote-style-alist): Add element for latin style.
2461 (footnote-style): Moved.
2462 (Footnote-goto-footnote): Use eq to test arg.
2463
2464 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2465
2466 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2467 (byte-compile-trueconstp): Include keywords.
2468 (byte-optimize-quote, byte-optimize-lapcode): Use
2469 byte-compile-const-symbol-p.
2470 (byte-optimize-char-before): New optimization.
2471
2472 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2473 (byte-compile-const-symbol-p): New function.
2474 (byte-compile-constp, byte-compile-out-toplevel)
2475 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2476 Use it.
2477
2478 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2479
2480 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2481
2482 * international/encoded-kb.el: Be sure to update minor-mode-alist
2483 and minor-mode-map-alist.
2484 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2485 codes SS2 and SS3 correctly.
2486 (encoded-kbd-self-insert-ccl): New function.
2487 (encoded-kbd-setup-keymap): New function.
2488 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2489 by calling encoded-kbd-setup-keymap.
2490
2491 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2492 characters.
2493 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2494 locally.
2495
2496 2000-02-22 Dave Love <fx@gnu.org>
2497
2498 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2499 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2500 defvar.
2501 (lisp-mode-syntax-table): Set up for #|...|# comments.
2502 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2503 classes. Match `defface'.
2504 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2505 (eval-defun-1): Fix for defcustom.
2506 (lisp-indent-region): Doc fix.
2507
2508 * subr.el (when, unless, split-string): Doc fix.
2509 (read-passwd): Move call of clear-this-command-keys to the right
2510 place.
2511 (replace-regexps-in-string): New function.
2512
2513 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2514
2515 * help.el (describe-variable): Set syntax table to
2516 emacs-lisp-mode-syntax-table when moving forward over the
2517 symbol's name.
2518
2519 2000-02-22 Dave Love <fx@gnu.org>
2520
2521 * xt-mouse.el: Doc fixes.
2522 (xterm-mouse-position-function): New function, replacing advice of
2523 mouse-position.
2524 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2525
2526 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2527
2528 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2529
2530 * format.el (format-annotate-single-property-change): Handle
2531 properties.with dotted-list values.
2532 (format-proper-list-p): New function.
2533
2534 * enriched.el (enriched-face-ans): Handle '(foreground-color
2535 . COLOR) and (background-color . COLOR).
2536
2537 2000-02-20 Dave Love <fx@gnu.org>
2538
2539 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2540 and assignments to it.
2541 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2542 current local map.
2543 (make-flyspell-overlay): Use it.
2544 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2545
2546 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2547 (lm-get-header-re): Defun, not defsubst.
2548 (lm-get-package-name): Defun, not defsubst. Simplify.
2549 (lm-version): Doc fix. Simplify.
2550 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2551 (lm-crack-address, lm-last-modified-date, lm-commentary)
2552 (lm-verify, lm-synopsis): Simplify.
2553 (lm-report-bug): Require emacsbug. Use compose-mail.
2554
2555 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2556
2557 * dired.el (dired-mode): Call propertized-buffer-identification
2558 to set mode-line-buffer-identification to something having
2559 the right text properties.
2560
2561 * bindings.el (propertized-buffer-identification): New function.
2562
2563 2000-02-20 Dave Love <fx@gnu.org>
2564
2565 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2566 check for t-mouse too.
2567
2568 * cus-start.el: Make echo-keystrokes `number'.
2569
2570 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2571
2572 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2573 Don't call ring-empty-p unless tags-location-ring is bound.
2574 From Noah Friedman <friedman@splode.com>.
2575
2576 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2577
2578 * progmodes/hideshow.el (hs-flag-region): No longer use
2579 `intangible' overlay property.
2580
2581 (hs-toggle-hiding): New command.
2582 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2583
2584 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2585 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2586 and deactivation.
2587
2588 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2589
2590 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2591
2592 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2593
2594 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2595
2596 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2597 of `*' to handle `(* ... *)' comments.
2598
2599 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2600
2601 * faces.el (list-faces-display): Use display-mouse-p instead of
2602 window-system.
2603
2604 * menu-bar.el (global-map): Menu-bar items converted to the new
2605 format (menu-item..., rearranged for better CUA compliance, and
2606 their names changed for better clarity. Help strings added.
2607
2608 * international/mule-cmds.el (mule-menu-keymap)
2609 (describe-language-environment-map, set-coding-system-map)
2610 (setup-language-environment-map): Convert to new (menu-item...
2611 form, add help strings. Change names of menu items for better
2612 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2613 submenu).
2614
2615 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2616
2617 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2618 within the code.
2619
2620 2000-02-16 Dave Love <fx@gnu.org>
2621
2622 * faces.el: Don't require custom. Add more specific :groups to
2623 various deffaces.
2624 (set-face-attribute): Purecopy args.
2625 (read-face-name): Default to name at point and use it in prompt.
2626 Remove colon from arg in all callers.
2627 (list-faces-display): Hyperlink to face descriptions and customize
2628 buffers.
2629
2630 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2631
2632 * wid-edit.el (widget-match-inline): An atom never matches a
2633 list.
2634
2635 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2636
2637 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2638 at ':' characters by call to split-string.
2639
2640 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2641
2642 * textmodes/bibtex.el: Added RCS version identification.
2643
2644 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2645
2646 * textmodes/bibtex.el: Some temporary comments removed.
2647 (bibtex-field-name, bibtex-entry-type): Made the relationship
2648 explicit.
2649 (bibtex-field-const): Allow capital letters.
2650 (bibtex-start-of-string): Deleted because unused.
2651
2652 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2653 use the term 'reference' to describe a bibtex entry as a whole.
2654 Further, reference keys are no longer called 'labels'.
2655 (bibtex-keys): Renamed to bibtex-reference-keys.
2656 (bibtex-reformat-previous-labels): Renamed to
2657 bibtex-reformat-previous-reference-keys.
2658 (bibtex-reference-type): Renamed to bibtex-entry-type.
2659 (bibtex-reference-head): Renamed to bibtex-entry-head.
2660 (bibtex-reference-maybe-empty-head): Renamed to
2661 bibtex-entry-maybe-empty-head.
2662 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2663 (bibtex-search-reference): Renamed to bibtex-search-entry.
2664 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2665 bibtex-enclosing-entry-maybe-empty-head.
2666 (bibtex-entry-field-alist, bibtex-entry-head,
2667 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2668 bibtex-map-entries, bibtex-search-entry,
2669 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2670 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2671 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2672 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2673 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2674 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2675 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2676
2677 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2678
2679 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2680 comment.
2681 (bibtex-format-field-delimiters): New function, functionality
2682 extracted from bibtex-format-entry.
2683 (bibtex-autokey-get-yearfield-digits): New function, functionality
2684 extracted from bibtex-autokey-get-yearfield.
2685
2686 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2687 entries in order to avoid stack overflow in the regexp matcher if
2688 field contents become large.
2689 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2690 bibtex-field-string-part-not-braced,
2691 bibtex-field-string-part-no-inner-braces,
2692 bibtex-field-string-part-1-inner-brace,
2693 bibtex-field-string-part-2-inner-braces,
2694 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2695 bibtex-field-string-quoted, bibtex-field-string,
2696 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2697 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2698 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2699 as parsing is now performed by the following functions.
2700 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2701 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2702 bibtex-parse-field-string, bibtex-search-forward-field-string,
2703 bibtex-parse-association, bibtex-field-name-for-parsing,
2704 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2705 bibtex-search-forward-field, bibtex-search-backward-field,
2706 bibtex-start-of-field, bibtex-end-of-field,
2707 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2708 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2709 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2710 bibtex-parse-string, bibtex-search-forward-string,
2711 bibtex-search-backward-string, bibtex-start-of-string,
2712 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2713 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2714 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2715 entries. Instead of reporting the results of the parsing by
2716 match-beginning or match-end, these functions return data structures
2717 that hold the corresponding positions.
2718 (bibtex-enclosing-field): Changed to also report field boundaries by
2719 return values rather than by match-beginning or match-end. The
2720 following functions have been adapted to use the new parsing
2721 functions.
2722 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2723 bibtex-enclosing-field, bibtex-format-entry,
2724 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2725 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2726 bibtex-print-help-message, bibtex-end-of-entry,
2727 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2728 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2729 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2730 method for parsing.
2731 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2732 bibtex-map-entries, bibtex-flash-head,
2733 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2734 bibtex-autokey-change, bibtex-autokey-get-namefield,
2735 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2736 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2737 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2738 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2739 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2740 order to make the new binding of case-fold-search immediately
2741 visible.
2742
2743 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2744
2745 * textmodes/bibtex.el: Copyright notice is up to date.
2746 Added constant 'bibtex-maintainer-salutation.
2747
2748 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2749 than make-temp-name, use match-string-no-properties and eliminate
2750 a quadratic behavior when building bibtex-strings.
2751
2752 * bibtex.el (bibtex-reference-key): Accept string entries whose
2753 reference key contains upper case letters.
2754
2755 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2756
2757 * bibtex.el (bibtex-reference-head): Allow entries to start with
2758 a new line.
2759
2760 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2761
2762 * bibtex.el: Hiding of entry bodies is not longer provided by
2763 bibtex.el directly. Instead the hideshow package can be used.
2764 Added a special bibtex entry to hs-special-modes-alist.
2765 (bibtex-hs-forward-sexp): Added for hideshow.el.
2766
2767 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2768
2769 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2770 at ':' characters by call to split-string.
2771
2772 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2773
2774 * textmodes/bibtex.el: Added RCS version identification.
2775
2776 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2777
2778 * textmodes/bibtex.el: Some temporary comments removed.
2779 (bibtex-field-name, bibtex-entry-type): Made the relationship
2780 explicit.
2781 (bibtex-field-const): Allow capital letters.
2782 (bibtex-start-of-string): Deleted because unused.
2783
2784 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2785 use the term 'reference' to describe a bibtex entry as a whole.
2786 Further, reference keys are no longer called 'labels'.
2787 (bibtex-keys): Renamed to bibtex-reference-keys.
2788 (bibtex-reformat-previous-labels): Renamed to
2789 bibtex-reformat-previous-reference-keys.
2790 (bibtex-reference-type): Renamed to bibtex-entry-type.
2791 (bibtex-reference-head): Renamed to bibtex-entry-head.
2792 (bibtex-reference-maybe-empty-head): Renamed to
2793 bibtex-entry-maybe-empty-head.
2794 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2795 (bibtex-search-reference): Renamed to bibtex-search-entry.
2796 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2797 bibtex-enclosing-entry-maybe-empty-head.
2798 (bibtex-entry-field-alist, bibtex-entry-head,
2799 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2800 bibtex-map-entries, bibtex-search-entry,
2801 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2802 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2803 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2804 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2805 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2806 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2807 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2808
2809 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2810
2811 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2812 comment.
2813 (bibtex-format-field-delimiters): New function, functionality
2814 extracted from bibtex-format-entry.
2815 (bibtex-autokey-get-yearfield-digits): New function, functionality
2816 extracted from bibtex-autokey-get-yearfield.
2817
2818 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2819 entries in order to avoid stack overflow in the regexp matcher if
2820 field contents become large.
2821 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2822 bibtex-field-string-part-not-braced,
2823 bibtex-field-string-part-no-inner-braces,
2824 bibtex-field-string-part-1-inner-brace,
2825 bibtex-field-string-part-2-inner-braces,
2826 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2827 bibtex-field-string-quoted, bibtex-field-string,
2828 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2829 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2830 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2831 as parsing is now performed by the following functions.
2832 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2833 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2834 bibtex-parse-field-string, bibtex-search-forward-field-string,
2835 bibtex-parse-association, bibtex-field-name-for-parsing,
2836 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2837 bibtex-search-forward-field, bibtex-search-backward-field,
2838 bibtex-start-of-field, bibtex-end-of-field,
2839 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2840 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2841 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2842 bibtex-parse-string, bibtex-search-forward-string,
2843 bibtex-search-backward-string, bibtex-start-of-string,
2844 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2845 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2846 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2847 entries. Instead of reporting the results of the parsing by
2848 match-beginning or match-end, these functions return data structures
2849 that hold the corresponding positions.
2850 (bibtex-enclosing-field): Changed to also report field boundaries by
2851 return values rather than by match-beginning or match-end. The
2852 following functions have been adapted to use the new parsing
2853 functions.
2854 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2855 bibtex-enclosing-field, bibtex-format-entry,
2856 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2857 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2858 bibtex-print-help-message, bibtex-end-of-entry,
2859 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2860 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2861 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2862 method for parsing.
2863 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2864 bibtex-map-entries, bibtex-flash-head,
2865 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2866 bibtex-autokey-change, bibtex-autokey-get-namefield,
2867 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2868 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2869 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2870 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2871 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2872 order to make the new binding of case-fold-search immediately
2873 visible.
2874
2875 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2876
2877 * textmodes/bibtex.el: Copyright notice is up to date.
2878 Added constant 'bibtex-maintainer-salutation.
2879
2880 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2881 than make-temp-name, use match-string-no-properties and eliminate
2882 a quadratic behavior when building bibtex-strings.
2883
2884 * bibtex.el (bibtex-reference-key): Accept string entries whose
2885 reference key contains upper case letters.
2886
2887 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2888
2889 * bibtex.el (bibtex-reference-head): Allow entries to start with
2890 a new line.
2891
2892 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2893
2894 * bibtex.el: Hiding of entry bodies is not longer provided by
2895 bibtex.el directly. Instead the hideshow package can be used.
2896 Added a special bibtex entry to hs-special-modes-alist.
2897 (bibtex-hs-forward-sexp): Added for hideshow.el.
2898
2899 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2900
2901 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2902 proceedings entry type (for cross referencing). Thanks to Wagner
2903 Toledo Correa for the suggestion.
2904
2905 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2906
2907 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2908
2909 * international/characters.el: Setup case table for Vietnamese.
2910
2911 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2912
2913 * uniquify.el (toplevel): Require CL at compile time.
2914 (uniquify-push): Removed.
2915
2916 * shadowfile.el (shadow-when): Removed.
2917
2918 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2919 (tempo-process-and-insert-string): Use dolist instead of
2920 tempo-dolist.
2921
2922 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2923 regexp for paragraph-start.
2924
2925 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2926 commas as well.
2927
2928 2000-02-10 Dave Love <fx@gnu.org>
2929
2930 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2931 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2932 Deleted.
2933 (widget-specify-field, widget-specify-button): Don't use
2934 widget-mouse-help as help-echo property.
2935 (default): Use #'ignore for :validate and :mouse-down-action.
2936 (checkbox): Add help-echo.
2937 (widget-sexp-validate): Rewritten to clarify error messages.
2938 (character): Use char-valid-p in :match function.
2939 (widget-color-complete): Use facemenu-color-alist.
2940 (widget-color-action): Use facemenu-read-color.
2941
2942 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2943 set up `caar' &c that we now have.
2944
2945 2000-02-09 Ray Blaak <blaak@gnu.org>
2946
2947 * delphi.el: Make resourcestring a declaration region, like const
2948 and var.
2949
2950 2000-02-09 Dave Love <fx@gnu.org>
2951
2952 * bindings.el (mode-line-input-method-map): New variable.
2953 (mode-line-mule-info): Use it; fix last change.
2954 (mode-line-mode-menu): Move definition.
2955 (mode-line-mouse-sensitive-p): Deleted.
2956 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2957 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2958 level.
2959
2960 * startup.el (command-line-1): Don't call
2961 make-mode-line-mouse-sensitive.
2962
2963 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2964
2965 * mail/rmail.el (rmail-retry-failure): Use
2966 rmail-beginning-of-message before rmail-toggle-header, because the
2967 former toggles headers.
2968
2969 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2970
2971 * diff-mode.el (diff-kill-junk): New interactive function.
2972 (diff-reverse-direction): Use delete-and-extract-region.
2973 (diff-post-command-hook): Restrict the area so that the hook also works
2974 outside of any diff hunk. This is necessary for the minor-mode.
2975 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2976 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2977
2978 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2979 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2980 so that it can be used more easily in <foo>-mode-hook. Also make sure
2981 to avoid duplicate entries.
2982 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2983 (font-lock-remove-keywords): Just as was done for `add', allow it to
2984 work even if font-lock-mode is nil. Also make sure we don't modify
2985 any pre-existing list by forcing a copy-sequence. Finally rename
2986 `major-mode' to `mode'.
2987 (font-lock-fontify-syntactic-anchored-keywords)
2988 (font-lock-fontify-anchored-keywords)
2989 (font-lock-fontify-keywords-region): Use line-end-position.
2990 Don't make `font-lock-multiline' local (it's now done in
2991 font-lock-set-defaults).
2992 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2993 move the `font-lock-fontified' creation to inside the `unless'.
2994
2995 2000-02-06 Andrew Innes <andrewi@gnu.org>
2996
2997 * term/w32-win.el (x-handle-args): Comment out call to message,
2998 which occurs before window system is initialized.
2999
3000 * makefile.nt: Add support for recompiling lisp code.
3001
3002 2000-02-04 Dave Love <fx@gnu.org>
3003
3004 * bindings.el (mode-line-mule-info): Fix/extend last change.
3005
3006 * completion.el: Replace completion-dolist with dolist.
3007
3008 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3009 dotimes.
3010
3011 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
3012
3013 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3014 environment names before they go into the section regexp.
3015
3016 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3017 char class in regexp.
3018
3019 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3020 `case-fold-search' to nil.
3021
3022 * progmodes/idlwave.el (idlwave-template): Respect
3023 `idlwave-abbrev-change-case'.
3024 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3025 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3026 idlwave-while): respect `idlwave-reserved-word-upcase'.
3027 (idlwave-rw-case): New function.
3028 (idlwave-statement-match): Fixed problem with assignment regexp.
3029 (idlwave-font-lock-keywords): Improved regexp for keyword
3030 parameters.
3031 (idlwave-surround): New argument LENGTH to support padding of
3032 operators longer than 1 char.
3033
3034 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3035 idlwave-shell-expression-overlay. Implemented printing of
3036 expressions on higher levels of the calling stack.
3037 (idlwave-shell-display-level-in-calling-stack): Restore stack
3038 level.
3039 (idlwave-retrieve-expression-from-level): New function.
3040 (idlwave-shell-last-calling-stack): Variable removed.
3041 (idlwave-shell-reset): Argument action reversed (`visible' to
3042 `hidden'). Also remove stop-line overlay.
3043 (idlwave-shell-calling-stack-routine): New variable.
3044 (idlwave-shell-parse-stack-and-display): Messages now display
3045 negative level numbers.
3046 (idlwave-shell-mode): Set `modeline-format'.
3047 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3048 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3049 21.
3050 (idlwave-shell-print-expression-function): New option.
3051
3052 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3053 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3054 `tool-bar' instead of `toolbar'.
3055
3056 2000-02-02 Dave Love <fx@gnu.org>
3057
3058 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3059 emacs-lisp-mode-hook. Don't check for defalias being defined.
3060
3061 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3062 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
3063 the new builtins directly.
3064
3065 * whitespace.el (whitespace): Add :version to defgroup.
3066
3067 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3068 Doc fix.
3069
3070 * thingatpt.el (sexp-at-point, symbol-at-point)
3071 (number-at-point, list-at-point): Add autoload cookie.
3072
3073 * recentf.el (recentf): Add :version to defgroup.
3074
3075 * quickurl.el (quickurl): Add :version to defgroup.
3076
3077 * elide-head.el (elide-head): Use point-marker more.
3078
3079 * bs.el (bs): Add :version to defgroup.
3080
3081 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3082
3083 * progmodes/delphi.el (delphi): Add :version to defgroup.
3084
3085 2000-02-02 Gerd Moellmann <gerd@gnu.org>
3086
3087 * ange-ftp.el (ange-ftp-write-region): Handle case that
3088 succeeding process operation sets a different coding system.
3089
3090 * calculator.el: New file.
3091
3092 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3093
3094 * frame.el (frames-on-display-list, framep-on-display): New
3095 functions.
3096 (display-mouse-p, display-popup-menus-p, display-graphic-p)
3097 (display-selections-p, display-screens, display-pixel-width)
3098 (display-pixel-height, display-mm-width, display-mm-height)
3099 (display-backing-store, display-save-under, display-planes)
3100 (display-color-cells, display-visual-class): New functions.
3101
3102 * term/tty-colors.el (tty-color-gray-shades): New function.
3103
3104 * faces.el (display-color-p): Use framep-on-display.
3105 (display-grayscale-p): New function.
3106
3107 2000-01-31 Dave Love <fx@gnu.org>
3108
3109 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3110 (create-fontset-from-x-resource): Don't concat integers.
3111
3112 2000-01-31 Inge Frick <inge@nada.kth.se>
3113
3114 * view.el: Some changes in documentation. Removed some trailing
3115 whitespace. Changed some parameter names to agree with
3116 documentation.
3117 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3118 window is not deleted. Modifies change 1998-04-26.
3119
3120 2000-01-31 Gerd Moellmann <gerd@gnu.org>
3121
3122 * windmove.el: New file.
3123
3124 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3125 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3126 progmodes/ebnf-yac.el: Update copyright and license info.
3127
3128 * jit-lock.el (jit-lock-function): Widen before calculating end
3129 position.
3130 (jit-lock-stealth-chunk-start): Rewritten.
3131
3132 * info.el (Info-title-face-alist): Removed.
3133 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3134 faces.
3135 (Info-fontify-node): Use these faces.
3136
3137 2000-01-30 Gerd Moellmann <gerd@gnu.org>
3138
3139 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3140 (cl-macro-list1): Recognize `&allow-other-keys' instead of
3141 `&allow-other-keywords'.
3142
3143 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3144 the list of directories scanned heuristically.
3145
3146 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3147 exist.
3148
3149 2000-01-30 Jason Rumney <jasonr@gnu.org>
3150
3151 * w32-fns.el: Define w32-tty-standard-colors.
3152
3153 * startup.el (command-line): Use w32-tty-standard-colors when in
3154 w32 console mode.
3155
3156 2000-01-30 Dave Love <fx@gnu.org>
3157
3158 * jka-compr.el (jka-compr-load): Fix up load-history.
3159
3160 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3161
3162 * emacs-lisp/cl-macs.el: Revert previous change.
3163
3164 2000-01-29 Dave Love <fx@gnu.org>
3165
3166 * facemenu.el: Purecopy various strings.
3167
3168 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3169 years. Deal with three-digit years.
3170
3171 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3172 defconst, purecopy.
3173 (help-back-label): Purecopy it.
3174
3175 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3176
3177 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3178 variable. If non-nil, order the buffer list according to the
3179 currently selected frame.
3180 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3181 non-nil, pass the selected frame to function buffer-list.
3182
3183 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3184
3185 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3186
3187 2000-01-28 Dave Love <fx@gnu.org>
3188
3189 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3190
3191 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3192 Don't use lisp-indent-hook property.
3193 (cl-abs): Remove.
3194
3195 * subr.el: Move out indent and edebug specs for when and unless.
3196
3197 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3198 when, unless.
3199
3200 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3201 unless, when.
3202
3203 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3204
3205 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3206 `collecting' as synonym for `collect'.
3207
3208 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3209 for the case it contains spaces.
3210
3211 * simple.el (what-cursor-position): Change formatting of
3212 messages.
3213
3214 * frame.el (delete-other-frames): New function.
3215 (toplevel): Bind it to C-x 5 1.
3216
3217 * sort.el (sort-numeric-base): New option.
3218 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3219 interpret it as octal or hexadecimal. Use sort-numeric-base
3220 as default base.
3221
3222 * progmodes/glasses.el: New file.
3223
3224 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3225
3226 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3227 userids differently.
3228
3229 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3230 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3231 progmodes/ebnf-yac.el: New files.
3232
3233 2000-01-26 Dave Love <fx@gnu.org>
3234
3235 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3236 on a function with an empty body. [From Eric Ludlam.]
3237
3238 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3239
3240 * vc.el (vc-version-diff): Make sure file name is expanded.
3241
3242 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3243
3244 * scroll-bar.el (scroll-bar-timer): Variable removed.
3245 (scroll-bar-toolkit-scroll): Don't use a timer.
3246
3247 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3248
3249 * language/thai-util.el (thai-composition-function): Delete
3250 superfluous `a'.
3251
3252 2000-01-24 Dave Love <fx@gnu.org>
3253
3254 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3255 end-of-defun-function.
3256
3257 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3258 &c.
3259
3260 2000-01-22 Jason Rumney <jasonr@gnu.org>
3261
3262 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3263 conflicts with new face support.
3264
3265 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3266
3267 * replace.el (query-replace): Rename last arg to DELIMITED.
3268 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3269 (query-replace-regexp): Likewise.
3270
3271 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3272
3273 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3274
3275 * emacs-lisp/lisp.el (beginning-of-defun-function):
3276 Variable renamed from beginning-of-defun.
3277 Do not call make-variable-buffer-local.
3278 (beginning-of-defun-raw): Use new variable name; doc fix.
3279 (beginning-of-defun): Doc fix.
3280 (end-of-defun-function): Variable renamed from end-of-defun.
3281 Do not call make-variable-buffer-local.
3282 (end-of-defun): Use new variable name; doc fix.
3283
3284 * subr.el (dolist, dotimes): Copied from cl-macs.el
3285 and made to work.
3286
3287 * mail/undigest.el (rmail-digest-end-regexps):
3288 Variable replaces rmail-digest-end-regexp.
3289 Allows multiple regexps for detecting the end line.
3290 (undigestify-rmail-message): Corresponding changes.
3291
3292 2000-01-19 Dave Love <fx@gnu.org>
3293
3294 * files.el (user-init-file): Don't declare here -- is primitive.
3295
3296 * startup.el (command-line): Check for compiled user-init-file and
3297 set to uncompiled version if necessary.
3298
3299 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3300
3301 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3302 (undigestify-rmail-message): Use it.
3303
3304 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3305
3306 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3307
3308 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3309 of mini-buffer.
3310
3311 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3312
3313 * emacs-lisp/copyright.el (copyright-update): Removed the
3314 requirement for a trailing space from `copyright-regexp', to
3315 support copyrights with owner specified on a separate line..
3316
3317 * align.el: New file.
3318
3319 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3320
3321 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3322
3323 2000-01-13 Dave Love <fx@gnu.org>
3324
3325 * ph.el: Removed. (Obsoleted by EUDC.)
3326
3327 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3328
3329 * net/eudc.el (toplevel): Remove autoloaded code installing
3330 menu with easymenu, because that causes build problems.
3331
3332 * frame.el (frame-notice-user-settings): New variable.
3333 (frame-notice-user-settings): Don't modify frame parameters
3334 if called a second time.
3335
3336 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3337
3338 * frame.el (frame-notice-user-settings):
3339 Notice default-frame-parameters even for non-window frames.
3340
3341 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3342
3343 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3344 for Emacs.
3345 (eudc-bob-can-display-inline-images): Extend for Emacs.
3346 (eudc-bob-toggle-inline-display): Ditto.
3347 (eudc-bob-display-jpeg): Ditto.
3348
3349 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3350
3351 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3352 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3353 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3354
3355 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3356 nil)'.
3357
3358 * subdirs.el: Add `net' directory.
3359
3360 * net: New directory.
3361
3362 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3363 eval-last-sexp. Don't bind debug-on-error here.
3364 (eval-last-sexp): New function. Bind debug-on-error if
3365 eval-expression-debug-on-error is non-nil.
3366 (eval-defun-2, eval-defun): Likewise.
3367
3368 * simple.el (eval-expression): Don't bind debug-on-error if
3369 eval-expression-debug-on-error is nil. Detect changed
3370 debug-on-error, and propagate new value to global binding, if
3371 eval-expression-debug-on-error is non-nil,
3372 (eval-expression-debug-on-error): Change doc string.
3373
3374 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3375
3376 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3377
3378 * emacs-lisp/lisp-mode.el (with-syntax-table):
3379 Set up lisp-indent-function property.
3380
3381 * subr.el (with-syntax-table): Moved from simple.el.
3382
3383 * simple.el (with-syntax-table): Moved to subr.el.
3384
3385 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3386
3387 * tmm.el (tmm-shortcut): Delete region after prompt instead
3388 of erasing buffer.
3389
3390 * textmodes/fill.el (fill-common-string-prefix): New function.
3391 (fill-context-prefix): Use the longest common prefix of first
3392 and second line fill prefix, if there is one.
3393
3394 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3395
3396 * array.el (array-mode): Don't use make-variable-buffer-local.
3397 Use make-local-variable for `truncate-lines'.
3398
3399 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3400
3401 * add-log.el (add-log-current-defun): Handle user-defined
3402 add-log-current-function returning nil,
3403
3404 * add-log.el (add-change-log-entry): Insert version number
3405 if having found a current function
3406
3407 * add-log.el (add-log-current-defun): Call
3408 `add-log-current-defun-function'. Try matches at level 0 and
3409 level 1. Strip whitespace from defun found.
3410
3411 2000-01-10 John Wiegley <johnw@gnu.org>
3412
3413 * allout.el (isearch-done/outline-provisions): Added `edit'
3414 argument to correspond with the current definition of
3415 `isearch-done'.
3416
3417 2000-01-10 Dave Love <fx@gnu.org>
3418
3419 * elide-head.el (elide-head): Use point-marker, not point.
3420
3421 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3422
3423 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3424 before and after the year 2000.
3425
3426 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3427 Add ispell- prefix.
3428
3429 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3430
3431 * ispell.el: Only define dictionaries in menus when they exist.
3432 (version18p): New variable.
3433 (version20p): New variable.
3434 (xemacsp): New variable.
3435 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3436 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3437 (ispell-dictionary-alist6): Russian command lines no longer accept
3438 run-together words.
3439 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3440 (ispell-dictionary-alist): Add koi8-r to customize definition.
3441 (check-ispell-version): Added documentation string. Returns
3442 library path when called non-interactively.
3443 (ispell-menu-map-needed): Uses new variables.
3444 (ispell-library-path): New variable.
3445 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3446 (ispell-word): Improved documentation string. Test for valid
3447 character mappings. Correctly check typed in word changes that can
3448 result in single words split into multiple words. Returns
3449 replacement word.
3450 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3451 replace in recursive query replace mode. Help message for
3452 recursive edit mode.
3453 (ispell-show-choices): Protect against bad framepop bindings.
3454 (ispell-help): Fix to work with XEmacs.
3455 (ispell-highlight-spelling-error): Use new variables.
3456 (ispell-overlay-window): Fix to work with XEmacs.
3457 (ispell-parse-output): Passed and returns location information
3458 tracking spelling corrections. Doesn't recheck same word on
3459 current line.
3460 (ispell-init-process): Protect against bogus XEmacs variable binding.
3461 Fix call to single argument in sleep-for. Use new variables.
3462 (ispell-region): Passed and returns location information tracking
3463 spelling corrections. Doesn't check same word on current line.
3464 Improved documentation string. Doesn't resend a line already
3465 checked to the ispell process - fixes bug in LaTeX parsing.
3466 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3467 (ispell-skip-region): No longer skips <TT> in SGML.
3468 (ispell-process-line): Tracks location information with spelling
3469 corrections. Added documentation string. Accounts for words
3470 already accepted on this line. Don't allow query-replace on line
3471 starting with math characters. Doesn't resend a line already sent
3472 to ispell process. Fixes alignment error bug.
3473
3474 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3475
3476 * dired-x.el (dired-guess-shell-alist-default):
3477 Suggest xloadimage, which is free, not xv, which isn't.
3478
3479 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3480 Don't ever include the host name or user name in the value.
3481
3482 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3483
3484 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3485 of a real newline.
3486
3487 2000-01-09 Stephen Eglen <stephen@gnu.org>
3488
3489 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3490 for .png files.
3491
3492 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3493
3494 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3495
3496 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3497
3498 * progmodes/cperl-mode.el: Replace ^F with ^L.
3499
3500 * sendmail.el (toplevel): Provide `sendmail' when compiling
3501 before `require'ing rmail and mailalias to prevent infinite
3502 recursion.
3503
3504 2000-01-08 Dave Love <fx@gnu.org>
3505
3506 * emacs-lisp/backquote.el: Remove inappropriate customization
3507 (allowing custom.el to use backquote).
3508
3509 2000-01-07 Dave Love <fx@gnu.org>
3510
3511 * add-log.el (add-log-debugging): Deleted.
3512 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3513 file. Remove debugging code.
3514 (change-log-get-method-definition, change-log-name): Add doc.
3515 (change-log-sortable-date-at): New function.
3516 (change-log-merge): New command.
3517
3518 * time.el (display-time-string-forms): Make the Mail string active.
3519 (display-time-update): Provide help-echo for load average.
3520
3521 * bindings.el (make-mode-line-mouse2-map): New function.
3522 (mode-line-modified): Use it and simplify.
3523 (mode-line-mule-info): Provide help-echo info.
3524 (minor-mode-alist): Activate the strings.
3525 (make-mode-line-mouse-sensitive): Simplify for
3526 mode-line-buffer-identification.
3527
3528 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3529
3530 * play/pong.el: New file.
3531
3532 2000-01-06 Dave Love <fx@gnu.org>
3533
3534 * array.el: Assorted cleanups for compiler warnings, doc strings,
3535 `array-' prefix for symbols.
3536
3537 2000-01-05 Dave Love <fx@gnu.org>
3538
3539 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3540 outline-headers-as-kill.
3541 (outline-mode): Define imenu-generic-expression.
3542 (outline-headers-as-kill): New command.
3543
3544 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3545 from paragraph-start.
3546 (paragraph-indent-minor-mode): New command.
3547
3548 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3549 M-C-e, M-C-h, C-j, C-xnd, TAB.
3550 (fortran-mode): Set beginning-of-defun, end-of-defun.
3551 (fortran-column-ruler): Simplify.
3552 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3553 (fortran-with-subprogram-narrowing): Likewise.
3554 (fortran-indent-subprogram): Call mark-defun.
3555 (fortran-check-for-matching-do): Change narrowing.
3556
3557 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3558 (cl-lucid-hash-tag): Delete.
3559 (cl-hash-table-p): Correct test for native table.
3560 (cl-hash-table-count): Use hash-table-count.
3561
3562 * browse-url.el (browse-url): Fix case of
3563 browse-url-browser-function being an alist.
3564
3565 2000-01-05 Carsten Dominik <cd@gnu.org>
3566
3567 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3568 (reftex-index-phrase-file-extension): New options.
3569
3570 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3571 Use new option `reftex-index-phrase-file-extension'.
3572
3573 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3574 `reftex-parse-file-extension'.
3575
3576 2000-01-05 Dave Love <fx@gnu.org>
3577
3578 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3579 (beginning-of-defun-raw): Use it.
3580 (end-of-defun): New variable.
3581 (end-of-defun): Use it.
3582 (check-parens): New command.
3583
3584 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3585
3586 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3587 (hs-show-block): Don't use `mapcar' when not accumulating.
3588
3589 Fix buglet in local variables initialization.
3590
3591 2000-01-05 Andreas Schwab <schwab@suse.de>
3592
3593 * hscroll.el (hscroll): Doc fix.
3594
3595 2000-01-05 Carsten Dominik <cd@gnu.org>
3596
3597 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3598 idlw-toolbar.
3599
3600 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3601 file idlw-rinfo.el.
3602 (idlwave-customize): load must read file idlw-shell.el.
3603 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3604
3605 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3606
3607 * progmodes/idlw-shell.el: Also provide idlwave-shell
3608 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3609 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3610
3611 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3612 both reftex-dcr and reftex-vcr.
3613
3614 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3615
3616 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3617
3618 * ps-print.el: PostScript code now is in separate files, doc fix.
3619 (ps-print-version): New version number (5.0.3).
3620 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3621 local.
3622 (ps-spool-config): Initialization fix.
3623 (ps-print-prologue-1, ps-print-prologue-2)
3624 (ps-print-duplex-feature): PostScript code moved to separated file.
3625 (ps-background-image): Little code reformating.
3626 (ps-begin-file, ps-begin-job): Fix code.
3627 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3628 (ps-prologue-file): New fun.
3629
3630 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3631
3632 * ps-vars.el: Eliminated.
3633
3634 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3635 `;;;###autoload'.
3636
3637 * ps-print.el: ps-vars eliminated, doc fix.
3638 (ps-print-version): New version number (5.0.2).
3639 (ps-spool-config): Initialization fix.
3640 (ps-print-customize): New fun.
3641
3642 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3643
3644 * autorevert.el (auto-revert-mode): Return value of
3645 auto-revert-mode.
3646
3647 2000-01-04 Dave Love <fx@gnu.org>
3648
3649 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3650 menu items.
3651
3652 2000-01-03 Dave Love <fx@gnu.org>
3653
3654 * elide-head.el (elide-head) [defgroup]: Add :version.
3655
3656 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3657 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3658 `cl-hash-table-p', not `hash-table-p'.
3659 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3660
3661 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3662
3663 * faces.el (face-read-integer, read-face-attribute)
3664 (color-defined-p, color-values): unspecified-{f,b}g are now
3665 strings.
3666
3667 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3668
3669 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3670 at comment end, and re-insert them after filling.
3671
3672 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3673
3674 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3675 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3676 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3677
3678 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3679
3680 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3681 the new name of face-color-supported-p.
3682
3683 * term/w32-win.el (xw-defined-colors): Likewise.
3684
3685 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3686
3687 * simple.el (completion-setup-function): Count completion-size
3688 from minibuffer-prompt-end, not from point-min.
3689
3690 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3691
3692 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3693 Pass the frame to tty-color-* functions.
3694 (display-color-p, frame-set-background-mode): Pass the frame to
3695 tty-display-color-p.
3696
3697 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3698 tty-color-alist.
3699 (tty-color-alist, tty-modify-color-alist): New functions.
3700 (tty-color-define, tty-color-clear, tty-color-approximate)
3701 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3702 an optional parameter FRAME.
3703
3704 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3705
3706 * image.el (create-image, defimage): Don't assume image data is a
3707 string.
3708
3709 * image.el (defimage): Handle specifications containing :data
3710 instead of :file.
3711 (image-type-from-data): New function.
3712 (image-type-from-file-header): Use it.
3713 (create-image): Add parameter DATA-P.
3714
3715 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3716
3717 * echistory.el (electric-command-history): Call Command-history-setup
3718 and command-history-mode using their new conventions.
3719
3720 * chistory.el (Command-history-setup): Don't switch buffers. Take
3721 no args, and do not set major-mode, mode-name or the local map.
3722 (command-history-mode): New function, does some of those things
3723 Command-history-setup used to do.
3724 (list-command-history): Call command-history-mode, not
3725 Command-history-setup.
3726 (command-history): Renamed from command-history-mode.
3727
3728 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3729
3730 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3731
3732 1999-12-31 William M. Perry <wmperry@aventail.com>
3733
3734 * image.el (defimage): Images with the `:data' keyword should be
3735 considered valid as well.
3736
3737 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3738
3739 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3740 with FILE if FILE is nil.
3741
3742 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3743
3744 * simple.el (choose-completion-string): In minibuffer,
3745 do not delete the prompt string.
3746
3747 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3748
3749 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3750 assigned to mode-line-mode-menu because bindings.el is dumped with
3751 Emacs, and thus the lists used for menu-item definition will be
3752 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3753 like pure menu item definitions.
3754
3755 * expand.el (expand-abbrev-hook): Return t if expansion was
3756 done, nil otherwise.
3757
3758 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3759
3760 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3761 (tar-quit): Function deleted.
3762
3763 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3764
3765 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3766 was used but not declared.
3767
3768 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3769 hs-find-block-beginning): Add or modify docstrings.
3770
3771 (hs-isearch-show): Rewrite.
3772
3773 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3774
3775 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3776
3777 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3778 space in front of a C-style comment end.
3779
3780 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3781
3782 * startup.el (command-line-1): Make mode line mouse-sensitive for
3783 the MS-DOS version as well.
3784
3785 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3786
3787 * bs.el: New file.
3788
3789 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3790
3791 * textmodes/ispell.el (ispell-process-line):
3792 Add local var line-offset to adjust for the change
3793 in positions within the line, due to previous replacements.
3794
3795 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3796
3797 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3798 Doc fixes.
3799
3800 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3801
3802 * add-log.el (change-log-version-number-regexp-list)
3803 (change-log-version-info-enabled): Change :version to 21.1.
3804 (toplevel): Require CL when compiling.
3805
3806 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3807
3808 * add-log.el (change-log-version-number-regexp-list): Added tag
3809 :version 20.6
3810 (change-log-version-info-enabled): Added tag :version 20.6
3811
3812 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3813
3814 * add-log.el: More general version number search with
3815 user-configurable regexp list.
3816 (change-log-version-number-regexp-list): New user variable.
3817 (change-log-find-version): Rewritten. Use user-configurable
3818 version numbering regexp list
3819 change-log-version-number-regexp-list.
3820 (change-log-find-version): Renamed to
3821 change-log-version-number-search
3822 (add-log-file-name-function): New.
3823 (change-log-search-vc-number): Added END paramaeter. Added doc
3824 string to function.
3825 (change-log-version-rcs): Renamed. Was
3826 change-log-search-vc-number.
3827
3828 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3829
3830 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3831 overlays if they interfere.
3832 (compilation-find-file): Make intangible overlays tangible.
3833
3834 * progmodes/hideshow.el: Generally, synch w/ maintainer
3835 version 5.9.
3836
3837 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3838
3839 (hs-minor-mode-hook): Don't initialize.
3840
3841 (hs-special-modes-alist): Rewrite value and docstring.
3842
3843 (hs-minor-mode-prefix): Delete unused var.
3844
3845 (hs-block-start-mdata-select): New var, buffer local.
3846
3847 (hs-headline): New var.
3848
3849 (hs-match-data, hs-forward-sexp): New funcs.
3850
3851 (hs-hide-comment-region): New func.
3852
3853 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3854 hs-safety-is-job-n, hs-hide-initial-comment-block,
3855 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3856 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3857 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3858 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3859 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3860
3861 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3862 (hs-isearch-show-temporary): New funcs.
3863
3864 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3865
3866 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3867
3868 When constructing menu, use `[(shift button2)]' notation.
3869
3870 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3871
3872 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3873 (jka-compr-compression-info-list): Add new elt to each vector.
3874 (jka-compr-write-region): Don't compress the data if it is
3875 already compressed.
3876
3877 * jka-compr.el (jka-compr-really-do-compress): New variable.
3878 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3879 if visiting.
3880 (jka-compr-write-region): Set jka-compr-really-do-compress
3881 if visiting. Test it when deciding to compress.
3882
3883 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3884
3885 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3886 with third argument t.
3887
3888 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3889
3890 * antlr-mode.el: Version 1.2 is released.
3891 (antlr): This package has a web page.
3892
3893 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3894
3895 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3896 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3897 (antlr-mode-map): New binding [C-c C-c].
3898 (antlr-mode-menu): New entries.
3899
3900 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3901
3902 * antlr-mode.el: Respect Emacs conventions.
3903 ((require 'cl)): Only use during compilation.
3904 (antlr-language-for-option): New function to avoid using `find'.
3905 (antlr-mode): Use it.
3906 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3907 (antlr-imenu-create-index-function): Change accordingly.
3908 (antlr-inside-rule-p): Ditto.
3909 (antlr-end-of-rule): Ditto.
3910 (antlr-end-of-body): Ditto.
3911 (antlr-beginning-of-rule): Ditto.
3912 (antlr-indent-line): Ditto.
3913
3914 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3915
3916 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3917 (antlr-set-tabs): Don't use hard-coded values.
3918
3919 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3920 won't be possible without a huge time penalty.
3921 (antlr-skip-exception-part): Be more specific.
3922 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3923 Renamed from `antlr-skip-grammar-header'.
3924 (antlr-next-rule): Change accordingly.
3925 (antlr-end-of-body): Ditto. Better error message.
3926 (antlr-beginning-of-body): Better error message.
3927 (antlr-imenu-create-index-function): Skip rule action prelude.
3928
3929 * antlr-mode.el: Minor syntax highlighting changes.
3930 (antlr-font-lock-default-face): Deletia.
3931 (antlr-font-lock-tokendef-face): Changed color.
3932 (antlr-font-lock-tokenref-face): Changed color.
3933 (antlr-font-lock-literal-face): Changed color.
3934 (antlr-font-lock-additional-keywords): Minor changes.
3935
3936 1999-12-20 Carsten Dominik <cd@gnu.org>
3937
3938 * progmodes/idlwave.el: New file.
3939
3940 * progmodes/idlwave-rinfo.el: New file.
3941
3942 * progmodes/idlwave-shell.el: New file.
3943
3944 * progmodes/idlwave-toolbar.el: New file.
3945
3946 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3947
3948 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3949
3950 * progmodes/cwarn.el: New file.
3951
3952 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3953
3954 * bindings.el (completion-ignored-extensions): Add .pdf.
3955
3956 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3957
3958 * version.el: Put the version info into binary on MS-DOS as well.
3959
3960 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3961
3962 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3963 debugger-may-continue is nil.
3964
3965 1999-12-18 Dave Love <fx@gnu.org>
3966
3967 * emacs-lisp/cl-macs.el: Remove conditional definition of
3968 eval-when-compile. Don't specify abs, expt, gethash,
3969 hash-table-count, hash-table-p as side-effect-free here.
3970 (cl-emacs-type): Don't declare.
3971 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3972 (cl-parse-loop-clause): Remove compatibility code.
3973
3974 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3975 (side-effect-free-fns): Add gethash, hash-table-count.
3976 (side-effect-and-error-free-fns): Add hash-table-p.
3977
3978 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3979 `cl-' to autoload names for some hash functions. Don't autoload
3980 eval-when-compile. Don't provide mini-cl.
3981 (cl-emacs-type): Remove.
3982 (cl-map-extents): Remove compatibility code.
3983
3984 * emacs-lisp/float.el: Bind free variables.
3985
3986 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3987
3988 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3989
3990 * bindings.el (completion-ignored-extensions): Add .tfm.
3991
3992 1999-12-16 Dave Love <fx@gnu.org>
3993
3994 * faces.el (set-face-attribute): Purecopy the attributes set.
3995
3996 * custom.el (custom-declare-variable): Purecopy value.
3997
3998 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3999 (byte-extrude-byte-code-vectors): Use remprop.
4000 (byte-compile-lambda): Check that arg is a lambda.
4001
4002 1999-11-16 Anders Lindgren <AndersL@andersl.com>
4003
4004 * font-lock.el: System for adding and removing keywords.
4005 Both local (previously added keyword) and global keywords
4006 can be removed.
4007 (font-lock-remove-keywords): New user-level function.
4008 (font-lock-update-removed-keyword-alist): New internal function.
4009 (font-lock-removed-keywords-alist): New variable.
4010 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4011 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4012 growing datastructures.
4013 (font-lock-set-defaults): Removes keywords stored in
4014 `font-lock-removed-keywords-alist' after local keywords added.
4015
4016 1999-12-16 Anders Lindgren <andersl@andersl.com>
4017
4018 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4019 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4020
4021 * font-lock.el (c-keywords): Only highlight preprocessor
4022 directives when spelled correctly.
4023
4024 * font-lock.el (font-lock-match-c++-structor-declaration,
4025 c++-keywords): Fontify constructors and destructors with function
4026 face inside C++ class declarations.
4027
4028 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4029
4030 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4031 the shell from sh-shell-file.
4032
4033 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4034
4035 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4036
4037 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4038 if one of the files specified cannot be accessed by
4039 file-attributes. Do not strip any leading directories from the
4040 file names, to behave more like `ls' does.
4041
4042 * dired.el (dired-get-filename): Handle absolute file names.
4043 (dired-readin-insert): If argument is a cons, don't print
4044 "wildcard" on the ``total'' line.
4045
4046 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4047
4048 * faces.el (face-read-integer, read-face-attribute)
4049 (color-defined-p, color-values): Allow color values unspecified-fg
4050 and unspecified-bg, handle them as unspecified.
4051
4052 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
4053
4054 * textmodes/reftex.el: (reftex-compile-variables): respect new
4055 structure of `reftex-index-macro'
4056 (reftex-compile-variables): Use the changed structure of
4057 `reftex-label-alist'.
4058
4059 * textmodes/reftex-vars.el (reftex-index-math-format,
4060 (reftex-toc-max-level): New option.
4061 reftex-index-phrases-search-whole-words,
4062 reftex-index-phrases-case-fold-search,
4063 reftex-index-phrases-skip-indexed-matches,
4064 reftex-index-phrases-wrap-long-lines,
4065 reftex-index-phrases-sort-prefers-entry,
4066 reftex-index-phrases-sort-in-blocks): New options.
4067 (reftex-index-macros): Option structure changed.
4068 (reftex-index-macros-builtin): Added `repeat' item to each entry.
4069 (reftex-label-alist): Additional item in each entry to specify if
4070 the environment should be listed in the TOC.
4071 (eval-when-compile (require 'cl)) added.
4072
4073 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4074 longer deals with "repeat".
4075 (reftex-index): "repeat property in `reftex-index-macro-alist' is
4076 now used.
4077 (reftex-index-phrases-comment-regexp,
4078 reftex-index-phrases-macrodef-regexp,
4079 reftex-index-phrases-phrase-regexp1,
4080 reftex-index-phrases-phrase-regexp2,
4081 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4082 New constants.
4083 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4084 reftex-index-phrases-font-lock-keywords,
4085 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4086 reftex-index-phrases-restrict-file): New variables.
4087 (reftex-index-phrase-selection-or-word,
4088 reftex-index-visit-phrases-buffer,
4089 reftex-index-initialize-phrases-buffer,
4090 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4091 reftex-index-next-phrase, reftex-index-this-phrase,
4092 reftex-index-all-phrases, reftex-index-region-phrases,
4093 reftex-index-phrases-parse-header,
4094 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4095 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4096 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4097 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4098 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4099 reftex-index-make-replace-string,
4100 reftex-query-index-phrase-globally, reftex-query-index-phrase,
4101 reftex-index-phrase-match-is-indexed,
4102 reftex-index-phrases-fixup-line,
4103 reftex-index-phrases-replace-space,
4104 reftex-index-select-phrases-macro): New functions.
4105 (reftex-index-globalize, reftex-index-globally): functions removed
4106 (eval-when-compile (require 'cl)) added.
4107
4108 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4109 for max level.
4110 (reftex-toc-max-level-indicator): New variable.
4111 (reftex-toc-max-level): New command.
4112 (reftex-toc-map): New keybinding `t'.
4113 (reftex-toc-help): Constant updated.
4114 (eval-when-compile (require 'cl)) added.
4115
4116 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4117 `t' command key can change `reftex-toc-max-level'
4118 (eval-when-compile (require 'cl)) added.
4119
4120 * textmode/reftex-sel (reftex-insert-docstruct): Respect
4121 `reftex-toc-max-level'
4122 (eval-when-compile (require 'cl)) added.
4123
4124 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4125 added.
4126
4127 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4128 added.
4129
4130 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4131 commands.
4132 (reftex-citation, reftex-do-citation,
4133 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4134 preselect a citation format.
4135 (eval-when-compile (require 'cl)) added.
4136
4137 * textmodes/reftex-parse.el (reftex-context-substring): Optional
4138 parameter to-end
4139 (reftex-section-info): Deal with environment matches.
4140 (eval-when-compile (require 'cl)) added.
4141
4142 * reftex-global.el (eval-when-compile (require 'cl)) added.
4143
4144 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4145
4146 The following changes are for the new composition mechanism. We
4147 have deleted `composition' charset and composite characters,
4148 instead introduced a special text property `composition'.
4149
4150 * composite.el: New file.
4151
4152 * ps-mule.el: Define encode-composition-rule and find-composition
4153 for Emacs 20.4 and the earlier versions.
4154 (ps-mule-init-external-library): Just require a feature for
4155 external libraries.
4156 (ps-mule-prologue): Postscript code modified for new composition.
4157 (ps-mule-find-wrappoint): New arg COMPOSITION.
4158 (ps-mule-plot-string): Delete code for composite characaters.
4159 (ps-mule-plot-composition): New funcion.
4160 (ps-mule-prepare-font-for-components): New function.
4161 (ps-mule-plot-components): New function.
4162 (ps-mule-composition-prologue-generated): Renamed from
4163 ps-mule-cmpchar-prologue-generated.
4164 (ps-mule-composition-prologue): New named from
4165 ps-mule-cmpchar-prologue. Modified for new composition.
4166 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4167 ps-mule-prepare-cmpchar-font): Deleted.
4168 (ps-mule-string-encoding): New arg NO-SETFONT.
4169 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4170 check Composing, not Cmpchar
4171 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4172 to nil.
4173 (ps-mule-begin-job): Check existence of new composition.
4174
4175 * ps-print.el (ps-plot-region): Handle new composition.
4176
4177 * simple.el (what-cursor-position): Show "(composed)" if the
4178 character is composed.
4179
4180 * international/characters.el: Fix cateogries of Lao symbols.
4181
4182 * international/fontset.el (vertical-centering-font-regexp): New
4183 variable.
4184
4185 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4186 (mule-version-date): Updated to 1999.12.7.
4187 (with-category-table): New macro.
4188
4189 * international/mule-cmds.el (encode-coding-char): Don't check
4190 composite character.
4191
4192 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4193 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4194 x-ctext): Give `composition' property t.
4195
4196 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4197 non-nil) at the tail of ALIST.
4198 (compose-region, decompose-region, decompse-string,
4199 reference-point-alist, compose-chars): Moved to composite.el.
4200 (compose-chars-component, compose-chars-rule,
4201 decompose-composite-char): Deleted.
4202
4203 * international/quail.el (quail-install-map): New optional arg
4204 NAME.
4205 (quail-get-translation): If DEF is a symbol but not a function,
4206 ignore it.
4207 (quail-start-translation): Put a key sequence undefined in the
4208 translation keymap in unread-command-events, not generated-events.
4209 Return parameterized event (compose-last-chars N) if the input
4210 characters should be composed.
4211 (quail-map-definition): If DEF is t, treat it as nil.
4212 (quail-delete-last-char): Delete the quail region.
4213 (quail-show-translations): Don't show list of translations if the
4214 quail package is deterministic.
4215 (quail-completion-max-depth): New variable.
4216 (quail-completion-1): Pay attention to the above variable. Fix
4217 for the case that a translation is a function.
4218 (quail-map-from-table, quail-map-from-table-1,
4219 quail-map-from-table-2): New functions.
4220 (quail-lookup-map-and-concat): New function
4221
4222 * language/devan-util.el: Mostly rewritten.
4223
4224 * language/lao.el: Register lao-composition-function in
4225 composition-function-table.
4226
4227 * language/lao-util.el: Mostly rewritten.
4228
4229 * language/thai.el: Register thai-composition-function in
4230 composition-function-table.
4231 (thai-tis620): Delete `pre-write-conversion' property.
4232
4233 * language/thai-util.el: (thai-category-table): Make it by
4234 make-category-table.
4235 (thai-composition-pattern): New variable.
4236 (thai-compose-region, thai-compose-string): Use
4237 with-category-table.
4238 (thai-post-read-conversion): Just call thai-compose-region.
4239 (thai-pre-write-conversion): Deleted.
4240 (thai-composition-function): New funciton.
4241
4242 * language/tibet-util.el: Most functions rewritten.
4243 (tibetan-char-p): Renamed from tibetan-char-examin.
4244 (tibetan-composable-examin) (tibetan-complete-char-examin)
4245 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4246 (tibetan-add-components): New function.
4247 (tibetan-composition-function): New function.
4248
4249 * language/tibetan.el: Register tibetan-composition-function in
4250 composition-function-table.
4251 (tibetan-composable-pattern): New variable.
4252 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4253 (tibetan-precomposition-rule-alist): Move punctuations to
4254 tibetan-punctuation-transcription-alist and
4255 tibetan-obsolete-glyphs.
4256 (tibetan-punctuation-transcription-alist): New variable.
4257 (tibetan-obsolete-glyphs): New variable.
4258 (tibetan-regexp): Improve the initialization code.
4259
4260 * textmodes/fill.el (fill-find-break-point): Delete codes for
4261 composite characters.
4262 (fill-region-as-paragraph): Likewise.
4263
4264 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4265
4266 * international/mule-cmds.el (default-input-method): Specify
4267 that it should be set after current-language-environment.
4268
4269 * custom.el (custom-handle-keyword): Add :set-after.
4270 (custom-add-dependencies): New function.
4271 (custom-set-variables): Take dependencies between args into
4272 account.
4273
4274 * battery.el (battery): Doc fix.
4275
4276 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4277
4278 * progmodes/cc-make.el: Removed.
4279
4280 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4281
4282 * Release of cc-mode 5.26
4283
4284 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4285
4286 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4287 target depth. Optionally count #else lines as clause limits,
4288 as suggested by don provan <provan@lucent.com>. #elif
4289 handling fixed.
4290
4291 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4292 (c-down-conditional-with-else): New commands that uses the
4293 added functionality in `c-forward-conditional'.
4294
4295 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4296
4297 * cc-align.el (c-lineup-comment): Preserve the alignment with
4298 a comment on the previous line instead of preserving the
4299 comment-column.
4300
4301 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4302
4303 * Fixes to IDL mode after input from Eric Eide
4304 <eeide@cs.utah.edu>:
4305 * cc-engine.el (c-beginning-of-statement-1): Allow
4306 `c-conditional-key' to be nil, for the benefit of IDL mode.
4307 * cc-engine.el (c-guess-basic-syntax): Ditto.
4308 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4309 but do match CORBA 2.3 `valuetype'.
4310 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4311 for IDL.
4312 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4313 be nil for IDL.
4314 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4315 Like C++.
4316 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4317 set `c-method-key' and `c-baseclass-key' to nil.
4318
4319 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4320
4321 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4322 with nonhanging open braces.
4323
4324 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4325
4326 * cc-align.el: Added docstrings to all lineup functions.
4327
4328 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4329 keyword.
4330
4331 * cc-align.el (c-lineup-C-comments): Handle free form text
4332 comments. Use c-comment-prefix-regexp and comment-start-skip
4333 instead of hardcoded regexps.
4334
4335 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4336
4337 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4338 behavior and return value as documented.
4339
4340 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4341
4342 * Changes for new style variable init system:
4343 * cc-langs.el (c-common-init): Dito.
4344 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4345 now customizable.
4346 * cc-vars.el: Style variables may now take a value
4347 'set-from-style to make them take their value from the style
4348 system. This value is now the default on all these variables.
4349 * cc-vars.el (c-valid-offset): New function to verify a
4350 syntactic symbol offset setting.
4351 * cc-vars.el (c-offsets-alist): Variable moved from
4352 cc-styles.el since it's now customizable in a similar way to
4353 the other style variables.
4354 * cc-vars.el (c-old-style-variable-behavior): New variable to
4355 revert to the old style init behavior.
4356
4357 * cc-vars.el (c-file-style, c-file-offsets): Made always
4358 buffer local.
4359
4360 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4361 the throws clause that might follow the function prototype in
4362 C++.
4363
4364 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4365
4366 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4367 could move forward for macros that doesn't start in column 0.
4368
4369 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4370
4371 * cc-align.el (c-indent-multi-line-block,
4372 c-lineup-whitesmith-in-block): Two new lineup functions for
4373 use in whitesmith style.
4374
4375 * cc-styles.el (c-style-alist): More fixes to whitesmith
4376 style. It should now handle all different braces uniformly in
4377 both hanging and non-hanging cases.
4378
4379 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4380
4381 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4382 make it stay in the same position relative to the surrounding
4383 text.
4384
4385 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4386 when adaptive-fill-mode doesn't manage to get it correct.
4387
4388 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4389 with dotted notation, e.g. foo.bar.Gnu.
4390
4391 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4392 within unwind-protect (previously only some were wrapped so it
4393 would be possible to register mode initialization when full
4394 initialization did not finish).
4395
4396 * cc-styles.el (c-style-alist): Corrected the brace placement
4397 in the whitesmith style. Thanks to Sean Luke
4398 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4399 styles with consistent brace placement for all constructs.
4400
4401 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4402
4403 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4404 when point is in the middle of them.
4405
4406 * cc-cmds.el: Line breaking and paragraph filling code
4407 rewritten:
4408 (c-guess-fill-prefix): New function that uses various
4409 heuristics to guess the comment prefix.
4410 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4411 It now assumes adaptive filling is active to preserve the line
4412 prefix inside comments.
4413 (c-indent-new-comment-line): Replacement for the now
4414 obsolete `c-comment-line-break-function' that uses
4415 `c-guess-fill-prefix' when appropriate. It now observes the
4416 setting of `comment-multi-line', which has effect in C-style
4417 block comments.
4418
4419 * cc-cmds.el (c-context-line-break): New function intended to
4420 be put on RET. It's essentially `newline-and-indent', but
4421 continues C block comments with the appropriate line prefix.
4422
4423 * cc-cmds.el (c-do-auto-fill): New function put on
4424 `normal-auto-fill-function' to implement the
4425 `c-ignore-auto-fill' variable.
4426
4427 * cc-cmds.el (c-beginning-of-statement): Use
4428 `c-comment-prefix-regexp' to avoid ending up inside the
4429 comment prefix. Better handling of comment starters and
4430 enders. Catch comments better when traversing code. Stop at
4431 preprocessor directives.
4432
4433 * cc-defs.el (c-forward-comment): New subst to hide platform
4434 dependent quirks in `forward-comment'.
4435
4436 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4437 argument.
4438 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4439 arguments. Activate this function by default when
4440 `parse-partial-sexp' supports it (currently Emacs 20.x).
4441
4442 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4443 on the comment opener to make constants usable as lineup
4444 arguments.
4445
4446 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4447 changed anchor position in the `c' syntactic symbol. Handle
4448 more than stars in the comment prefix; use the new variable
4449 `c-comment-prefix-regexp'. Don't indent text not preceded by
4450 a comment prefix to the right of the comment opener if it's
4451 long.
4452
4453 * cc-langs.el: Fixes to mode initialization for new line
4454 breaking and paragraph filling method. Adaptive fill mode is
4455 now activated at startup instead of deactivated. The
4456 variables used for adaptive filling and paragraph movement are
4457 also changed to incorporate the value of
4458 `c-comment-prefix-regexp'. `substitute-key-definition' is
4459 used to override some functions in the global map instead of
4460 overriding their default bindings.
4461
4462 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4463 javadoc markup at mode init.
4464
4465 * cc-mode.el (c-setup-filladapt): A new convenience function
4466 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4467 function is intended to be used explicitly by the end user
4468 only.
4469
4470 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4471 recognize the comment fill prefix inside comments.
4472 (c-block-comment-prefix): New name for
4473 `c-comment-contiuation-stars', which is now obsolete. It's
4474 generalized to handle any character sequence.
4475 (c-ignore-auto-fill): New variable used to selectively disable
4476 Auto Fill mode in specific contexts.
4477
4478 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4479
4480 * cc-cmds.el (c-comment-indent): Leave at least one space
4481 between the comment and the last nonblank character in the
4482 case where we look at the indentation of the comment on the
4483 previous line (case 4).
4484
4485 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4486 list of characters that may start a statement (it's a sort of
4487 prefix operator in Pike, and isn't used at all in any of the
4488 other languages).
4489
4490 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4491
4492 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4493 inside continued statements as statement-cont instead of
4494 brace-list-open. The reason is that one normally adjusts
4495 brace-list-open for brace lists as top-level constructs, and
4496 brace lists inside statements is a completely different
4497 context. Case 10B.2 changed. Also changed (the somewhat
4498 esoteric) case 9A to cope with this.
4499
4500 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4501
4502 * cc-cmds.el (c-electric-brace): Added electric handling of
4503 the open brace for brace-elseif-brace.
4504
4505 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4506
4507 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4508 syntax tables temporarily.
4509
4510 * cc-engine.el (c-guess-basic-syntax): Handle template and
4511 member init argument lists split over several lines. Case 5D
4512 changed.
4513
4514 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4515 @throws introduced in Javadoc 1.2.
4516
4517 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4518 patch from RMS to avoid infinite backtracking.
4519
4520 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4521
4522 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4523 by [ ].
4524
4525 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4526
4527 * cc-align.el (c-lineup-dont-change): Compensate properly for
4528 the column in langelem.
4529
4530 * cc-engine.el (c-syntactic-information-on-region): New
4531 function to help debugging the syntactic analysis.
4532
4533 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4534
4535 * cc-align.el (c-lineup-template-args): Handle nested template
4536 arglists.
4537
4538 * cc-langs.el (c++-template-syntax-table): New syntax table
4539 that makes `<' and `>' parenthesis characters, which is useful
4540 to switch to temporarily when analyzing template arglists.
4541
4542 * cc-styles.el: Changed default alignment of labels in the
4543 java style to conform to the examples in the Java Language
4544 Specification.
4545
4546 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4547 by default.
4548
4549 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4550
4551 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4552 immediately before the closing paren in an arglist, so don't
4553 check that in Pike mode. Case 7A changed.
4554
4555 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4556
4557 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4558 lines were ignored under certain conditions.
4559
4560 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4561
4562 * cc-align.el (c-lineup-template-args): New function for
4563 aligning continued template argument lists.
4564
4565 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4566 lists containing function arglists split over several lines.
4567 Case 5D.1 changed.
4568
4569 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4570 template-args-cont didn't get recognized when the first
4571 arglist opener line doesn't contain a template argument. New
4572 case 5K.
4573
4574 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4575
4576 * cc-defs.el (c-point): Changed from subst to macro for
4577 efficiency.
4578 (c-beginning-of-defun-1, c-end-of-defun-1): New
4579 beginning-of-defun/end-of-defun wrappers separated from
4580 c-point.
4581
4582 * cc-menus.el (imenu-generic-expression,
4583 imenu-case-fold-search, imenu-progress-message): Dummy
4584 definitions to avoid compiler warnings if imenu can't be
4585 loaded.
4586 * cc-menus.el (cc-imenu-init): New function called at mode
4587 init.
4588 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4589 imenu initializations to cc-imenu-init.
4590
4591 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4592
4593 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4594 for lambda-intro-cont in Pike mode. Case 6 changed.
4595
4596 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4597 anything following "new Foo()" was considered an anonymous
4598 class body in Java mode.
4599
4600 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4601
4602 * cc-cmds.el (c-comment-line-break-function): When breaking in
4603 a string, don't insert a new line.
4604
4605 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4606
4607 * cc-engine.el (c-at-toplevel-p): New interface function which
4608 returns information useful to add-on authors. It tells you
4609 whether you're at a toplevel statement or not.
4610
4611 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4612
4613 * cc-cmds.el (c-comment-line-break-function): It is possible
4614 that forward-line does not land us at the bol, say if we're on
4615 the last line in a file. In that case, do a
4616 back-to-indentation instead of a forward-comment -1.
4617
4618 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4619
4620 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4621 "default:" as normal label in case 4.
4622
4623 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4624
4625 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4626 recognize continued bitfield declarations. Case 5D.1 changed.
4627 * cc-langs.el: New variable c-bitfield-key.
4628 * cc-mode.el: New variable c-bitfield-key.
4629
4630 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4631
4632 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4633 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4634 ..}").
4635
4636 1999-12-12 Dave Love <fx@gnu.org>
4637
4638 * mail/footnote.el: Require cl when compiling. Don't autoload
4639 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4640 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4641 Avoid `acons'.
4642 (footnote-mode-line-string, Footnote-add-footnote): Remove
4643 autoload cookie.
4644
4645 1999-12-12 Richard Sharman <rsharman@pobox.com>
4646
4647 * sh-script.el: Fix for when font-lock mode is active.
4648 (sh-font-lock-unfontify-region-function): New function.
4649
4650 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4651
4652 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4653 if start-process is not bound, since Ispell now supports such
4654 platforms as well.
4655
4656 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4657
4658 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4659 rmail-summary-goto-msg.
4660
4661 * files.el (after-find-file): Fix previous change.
4662
4663 1999-12-11 Dave Love <fx@gnu.org>
4664
4665 * help.el (where-is): Use `commandp' as predicate for
4666 `completing-read'
4667
4668 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4669
4670 * cus-edit.el (custom-save-delete): Delete all occurrences,
4671 leave point where the first occurrence was.
4672 (custom-save-faces): Insert a newline at the end of the comment.
4673 Avoid a double newline there.
4674 If final closeparen is at bol, put a space before it.
4675 (custom-save-variables): Likewise.
4676 (custom-file): Doc fix.
4677
4678 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4679
4680 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4681 regexp matching image and audio files.
4682
4683 1999-12-09 Dave Love <fx@gnu.org>
4684
4685 * mail/footnote.el: New file.
4686
4687 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4688
4689 * files.el (after-find-file): Use auto-save-visited-file-name if
4690 set.
4691
4692 * mail/feedmail.el (feedmail-find-eoh): Take
4693 feedmail-queue-alternative-mail-header-separator into account.
4694
4695 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4696
4697 * smerge-mode.el: New file.
4698
4699 * font-lock.el (font-lock-multiline): New variable.
4700 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4701 (font-lock-remove-keywords): Added a dummy `mode' argument for
4702 potential future support.
4703 (font-lock-fontify-anchored-keywords,
4704 (font-lock-fontify-keywords-region): Only handle multiline strings
4705 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4706
4707 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4708
4709 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4710
4711 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4712
4713 1999-12-07 Dave Love <fx@gnu.org>
4714
4715 * help.el (view-emacs-problems): New command, bound to C-h P.
4716
4717 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4718
4719 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4720
4721 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4722 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4723 New code to support the minor mode version.
4724 (diff-recenter): New function.
4725 (diff-next-hunk, diff-next-file): Use it.
4726 (diff-remembered-files-alist): New var.
4727 (diff-merge-strings): New function.
4728 (diff-find-file-name): Make it smarter and use the user's input more.
4729 (diff-mode): Cosmetic changes.
4730
4731 * files.el (save-some-buffers): Turn EXITING into the more general
4732 PRED argument to allow specifying a subset of buffers.
4733
4734 * simple.el (kill-region): Use the new `delete-and-extract-region'
4735 rather than the undo log (which is incorrect with *-change-functions).
4736
4737 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4738 off-by-one problem that could force re-fontifying the whole buffer.
4739 (font-lock-remove-keywords): New function.
4740 (font-lock-add-keywords): Use the new function to ensure idempotence.
4741
4742 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4743
4744 * viper-cmd.el (viper-minibuffer-standard-hook,
4745 viper-minibuffer-real-start): Mew functions.
4746 (viper-read-string-with-history,viper-file-add-suffix,
4747 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4748 change in the status of the minibuffer prompt.
4749
4750 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4751
4752 * comint.el (comint-redirect-results-list)
4753 (comint-redirect-results-list-from-process): Remove interactive
4754 spec.
4755
4756 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4757
4758 * info.el (info-node, info-menu-5, info-xref): Define colors for
4759 Info faces if the display supports them.
4760
4761 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4762
4763 Changes for automatic remapping of X colors on terminal frames:
4764
4765 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4766 term-setup-hook. Call msdos-remember-default-colors and
4767 msdos-handle-reverse-video.
4768 (msdos-face-setup): Parts of code moved to
4769 msdos-setup-initial-frame.
4770 (msdos-handle-reverse-video): New function, modeled after
4771 x-handle-reverse-video.
4772 (make-msdos-frame): Don't use initial-frame-alist and
4773 default-frame-alist. Call msdos-handle-reverse-video.
4774 (msdos-color-aliases): Remove.
4775 (msdos-color-translate, msdos-approximate-color): Remove.
4776 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4777 for better approximation of X colors.
4778 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4779 up tty-color-alist (it is now on startup.el).
4780 (x-display-color-p, x-color-defined-p, x-color-values,
4781 x-defined-colors, face-color-supported-p, face-color-gray-p):
4782 Remove.
4783
4784 * facemenu.el (facemenu-read-color, list-colors-display): Use
4785 defined-colors for all frame types.
4786 (facemenu-color-equal): Use color-values for all frame types.
4787
4788 * faces.el (read-face-attribute): For :foreground and :background
4789 attributes and frames on character terminals, translate the color
4790 to the closest supported one before looking it up in the list of
4791 valid values.
4792 (face-valid-attribute-values): Call defined-colors for all types
4793 of frames.
4794 (defined-colors, color-defined-p, color-values, display-color-p):
4795 New finctions.
4796 (x-defined-colors, x-color-defined-p, x-color-values,
4797 x-display-color-p): Aliases for the above.
4798
4799 * startup.el (command-line): Register terminal colors for frame
4800 types other than x and w32, but only if the terminal supports
4801 colors. Call tty-color-define instead of face-register-tty-color.
4802
4803 * term/x-win.el (xw-defined-colors): Renamed from
4804 x-defined-colors.
4805 * term/w32-win.el (xw-defined-colors): Likewise.
4806
4807 * term/tty-colors.el: New file.
4808 * loadup.el: Load term/tty-colors.
4809
4810 1999-12-06 Dave Love <fx@gnu.org>
4811
4812 * ffap.el: Autoload the ffap alias directly.
4813
4814 1999-12-06 Inge Frick <inge@nada.kth.se>
4815
4816 * dired-aux.el (dired-do-shell-command): Changed documentation.
4817 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4818 meaning as `*'.
4819
4820 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4821
4822 * simple.el (insert-buffer): Doc fix.
4823
4824 * apropos.el (apropos-mode): Add autoload cookie.
4825
4826 1999-12-06 Sam Steingold <sds@goems.com>
4827
4828 * progmodes/etags.el (etags-tags-completion-table): Modified the
4829 regexp to allow for the CL symbols starting with `+*'.
4830 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4831 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4832 `function' quoting lambda.
4833 (tags-with-face): New macro.
4834 (list-tags, tags-apropos): Use it.
4835 (tags-apropos-additional-actions): New user option.
4836 (etags-tags-apropos-additional): Use it.
4837 (tags-apropos): Call etags-tags-apropos-additional.
4838 (tags-apropos-verbose): New user option.
4839 (etags-tags-apropos): Use it.
4840 (visit-tags-table-buffer, next-file): Use `unless'.
4841 (recognize-empty-tags-table): Renamed to
4842 tags-recognize-empty-tags-table.
4843 (complete-tag): Call tags-complete-tag bypassing try-completion.
4844
4845 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4846
4847 * international/mule.el (set-buffer-file-coding-system): Docstring
4848 modified.
4849
4850 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4851
4852 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4853 using the hideshow package.
4854 (hs-special-modes-alist): Added entry for bibtex to allow the use
4855 of the hideshow package.
4856 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4857 not longer provided by bibtex.el directly. Instead the hideshow
4858 package should be used.
4859 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4860 references to bibtex-hide-entry-bodies.
4861
4862 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4863
4864 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4865 maintainer information closer to the beginning of the bibtex.el
4866 file.
4867 (bibtex-maintainer-salutation): New constant.
4868 (bibtex-version): New constant.
4869 (bibtex-submit-bug-report): Use bibtex-version and
4870 bibtex-maintainer-salutation.
4871 (bibtex-entry-field-alist): Made booktitle field optional for
4872 @inproceedings entries when crossreferenced.
4873 (bibtex-entry-field-alist): Added booktitle field to proceedings
4874 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4875 for the suggestion.
4876 (bibtex-string-file-path): Fixed typo.
4877
4878 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4879
4880 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4881 for reftex.el.
4882 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4883 to menu.
4884
4885 1999-12-04 Dave Love <fx@gnu.org>
4886
4887 * delsel.el: Revert previous change -- region is significant to
4888 skeleton.
4889
4890 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4891
4892 * viper-cmd.el (viper-change-state): Use
4893 viper-ESC-moves-cursor-back to decide whether to move the cursor
4894 back.
4895
4896 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4897
4898 * international/mule-util.el (truncate-string-to-width): Docsting
4899 fixed.
4900
4901 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4902
4903 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4904 use of `cond'.
4905 (lm-with-file): Move all the find-file...kill-buffer stuff into
4906 this macro. Make it use `find-file-noselect' and make it kill
4907 the buffer only if it wasn't already displayed somewhere.
4908 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4909 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4910 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4911 (lm-commentary): Fix to handle the case when the change log is
4912 at the end of the file.
4913
4914 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4915
4916 * international/mule.el (charsetp): Fix typo in docstring.
4917
4918 * international/mule-diag.el (list-coding-categories): Fix typo;
4919 automatic -> autoload.
4920
4921 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4922
4923 * vc.el (vc-update-change-log): Look for rcs2log under
4924 exec-directory.
4925
4926 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4927 outline-regexp, add outline-level.
4928 (lisp-outline-level): New.
4929
4930 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4931 remove extraneous string-match.
4932
4933 * finder.el (finder-commentary): Activate Finder mode.
4934
4935 1999-12-01 Anders Lindgren <andersl@andersl.com>
4936
4937 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4938 off when reverting buffers that contained mode specifiers.
4939 `revert-buffer' is now called with non-nil PRESERVE-MODES
4940 argument.
4941
4942 1999-12-01 Dave Love <fx@gnu.org>
4943
4944 * delsel.el: Grok skeleton-pair-insert-maybe.
4945
4946 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4947
4948 * progmodes/cperl-mode.el (cperl-under-as-char):
4949 Use nil as default.
4950
4951 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4952
4953 * speedbar.el (toplevel): Remove compatibility code for Emacs
4954 versions without custom.el.
4955
4956 1999-11-30 Dave Love <fx@gnu.org>
4957
4958 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4959
4960 * autoinsert.el: Minor doc fixes.
4961 (auto-insert): Return nil.
4962
4963 * faces.el (set-face-documentation): Purecopy STRING.
4964
4965 1999-11-29 Dave Love <fx@gnu.org>
4966
4967 * derived.el: Doc fixes, remove old backquote syntax.
4968
4969 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4970 comment warning about editing.
4971
4972 * help.el (help-mode-hook): Define.
4973
4974 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4975
4976 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4977 invalid translation of old-style backquote syntax to new syntax.
4978
4979 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4980
4981 * Makefile (DONTCOMPILE): Add term/internal.el.
4982
4983 1999-11-26 Dave Love <fx@gnu.org>
4984
4985 * comint.el: Fix last change.
4986
4987 * emacs-lisp/advice.el: Fix last change.
4988
4989 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4990
4991 * cus-edit.el (Custom-reset-standard): Doc fix.
4992 (custom-variable-reset-standard): Doc fix.
4993 (custom-face-reset-standard): Doc fix.
4994 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4995 (custom-variable-menu): Likewise.
4996 (custom-reset-menu): Likewise.
4997 (custom-buffer-create-internal): Likewise.
4998
4999 1999-11-26 Dave Love <fx@gnu.org>
5000
5001 * progmodes/make-mode.el (makefile-mode-hook): Customize.
5002
5003 * font-lock.el: Doc fixes.
5004
5005 * menu-bar.el (menu-bar-mode): Customize.
5006
5007 * cus-start.el: Add use-dialog-box.
5008
5009 * add-log.el (change-log-mode-hook): Customize.
5010 (add-log-current-defun): Use
5011 fortran-{beginning,end}-of-subprogram.
5012
5013 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5014
5015 * emacs-lisp/advice.el: Many doc fixes.
5016
5017 * comint.el (comint-preoutput-filter-functions): Doc fix.
5018
5019 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5020
5021 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5022 Improve messages for capitalization of arg names,
5023 for flag variables, for t and nil, for imperatives.
5024 Call them imperatives rather than infinitives sans "to".
5025 (checkdoc-common-verbs-wrong-voice): Add "moves".
5026 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5027
5028 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5029 Don't convert comments from 3-semicolon to 2-semicolon.
5030 That is a matter of style.
5031 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5032 (checkdoc-comments): Don't bind that variable.
5033
5034 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5035
5036 * files.el (write-file-hooks): Doc fix.
5037
5038 1999-11-26 Gerd Moellmann <gerd@gnu.org>
5039
5040 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5041
5042 1999-11-25 Dave Love <fx@gnu.org>
5043
5044 * hippie-exp.el: Require comint when compiling.
5045 (hippie-expand): Add :links.
5046 (hippie-expand-try-functions-list): Customize.
5047
5048 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5049
5050 * viper*el: Replaced old-style backquotes.
5051
5052 * ediff*el: Replaced old-style backquotes.
5053
5054 * ediff-merge
5055 (ediff-looks-like-combined-merge,ediff-get-combined-region):
5056 Changed to support the new format for ediff-combination-pattern.
5057
5058 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5059 Changed to support the new format for ediff-combination-pattern.
5060
5061 1999-11-24 Dave Love <fx@gnu.org>
5062
5063 * custom.el (custom-declare-group): Purecopy DOC.
5064 (custom-handle-keyword): Purecopy VALUE.
5065 (custom-add-link): Purecopy WIDGET.
5066 (custom-add-version): Purecopy VERSION.
5067 (custom-add-load): Purecopy LOAD.
5068
5069 * cus-face.el (custom-declare-face): Purecopy DOC.
5070
5071 * info.el:
5072 (Info-build-node-completions, Info-search, Info-follow-reference)
5073 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5074 (Info-find-emacs-command-nodes): Avoid properties on matched text
5075 which may appear in minibuffer.
5076
5077 1999-11-24 Gerd Moellmann <gerd@gnu.org>
5078
5079 * locate.el (locate-with-filter): Doc fix.
5080
5081 1999-11-24 Alex Schroeder <alex@gnu.org>
5082
5083 * sql.el (sql-find-sqli-buffer): New function.
5084 (sql-set-sqli-buffer-generally): New function.
5085 (sql-set-sqli-buffer): Better checking of new-buffer.
5086 (sql-copy-column): Add comma after INTO clause, too.
5087
5088 1999-11-24 Alex Schroeder <alex@gnu.org>
5089
5090 * sql.el (sql-imenu-generic-expression): New, used to set
5091 imenu-generic-expression.
5092
5093 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5094 setting font-lock-defaults' SYNTAX-ALIST. Set
5095 imenu-generic-expression, imenu-case-fold-search, and
5096 imenu-syntax-alist.
5097
5098 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5099 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5100
5101 1999-11-23 Andrew Innes <andrewi@gnu.org>
5102
5103 * w32-win.el (w32-drag-n-drop): Load files in current window, if
5104 drop coords aren't over a specific window.
5105
5106 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5107
5108 * ps-print.el: Define mule funs without checking if mule package is
5109 loaded.
5110 (ps-print-version): New version number (5.0.1).
5111 (ps-header-dirpart): Now uses abbreviate-file-name.
5112
5113 1999-11-23 Dave Love <fx@gnu.org>
5114
5115 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5116 comment-line-start.
5117 (fortran-comment-line-start-skip): Renamed from
5118 comment-line-start-skip.
5119 (fortran-mode-map): Use renamed functions. Add manual and custom
5120 entries to menu.
5121 (fortran-mode-hook): Customize.
5122 (fortran-comment-indent-function): Renamed from
5123 fortran-comment-hook.
5124 (delete-horizontal-regexp): Function deleted.
5125 (fortran-electric-line-number): Simplified.
5126 (fortran-beginning-of-subprogram): Renamed from
5127 beginning-of-fortran-subprogram.
5128 (fortran-end-of-subprogram): Renamed from
5129 end-of-fortran-subprogram.
5130 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5131 (fortran-previous-statement, fortran-next-statement): Simplified.
5132 (fortran-blink-match): New function.
5133 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5134 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5135 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5136 line-end-position.
5137 (fortran-fill): No longer interactive. Simplified.
5138 (fortran-break-line): Simplified.
5139 (fortran-analyze-file-format): Use char-after, not looking-at.
5140
5141 * emacs-lisp/find-func.el (find-function-regexp): Use
5142 `define-minor-mode' after easy-menu change.
5143
5144 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5145
5146 * comint.el: Add redirection.from active comint buffers into
5147 another buffer. Written by Peter Breton.
5148
5149 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
5150
5151 * emacs-lisp/autoload.el (make-autoload): Recognize the new
5152 `define-minor-mode'.
5153 (define-minor-mode): Specify `doc-string-elt'.
5154
5155 * emacs-lisp/easy-mmode.el: Changed maintainer.
5156 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5157 Use defcustom for the hooks; Improve the auto-generated docstrings.
5158 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5159 (define-minor-mode): Add BODY arg; Only declare the keymap if
5160 provided; Improve the auto-generated docstrings.
5161
5162 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5163
5164 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5165 that the leading `^' is at the start. This is necessary because
5166 paragraphs.el tries to remove anchors, but can find them only if
5167 they are the first character.
5168
5169 * progmodes/antlr-mode.el: New file.
5170
5171 * calendar/calendar.el: Fix autoload for
5172 calendar-absolute-from-astro. Add autoload for
5173 calendar-print-astro-day-number.
5174
5175 1999-11-21 Anders Lindgren <andersl@andersl.com>
5176
5177 * follow.el: Use modern backquote syntax. Minor comment update.
5178
5179 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5180
5181 * simple.el (with-syntax-table): Don't switch buffers.
5182
5183 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5184 progmodes/hideif.el: Use new backquote syntax.
5185
5186 1999-11-21 Ken Manheimer <klm@python.org>
5187
5188 * icomplete.el (icomplete-completions): Use an explicit variable
5189 `icomplete-prospects-length', obviating the need to use an
5190 apparently faulty throw/catch arrangement.
5191
5192 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5193
5194 * term/internal.el (IT-display-table-setup): Don't overstep
5195 character code 255.
5196
5197 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5198
5199 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5200 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5201
5202 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5203
5204 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5205 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5206
5207 * files.el (auto-mode-alist): Add patterns for diff-mode.
5208
5209 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5210 to detect an empty prompt.
5211
5212 1999-11-18 Dave Love <fx@gnu.org>
5213
5214 * simple.el (input-mode-8-bit): Fix the customization.
5215
5216 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5217
5218 * international/iso-acc.el (iso-languages): Add more
5219 characters for Portuguese.
5220
5221 * speedbar.el: Clean up comment at the start of the file.
5222 Remove RCS id.
5223
5224 * progmodes/compile.el (compilation-parse-errors): Use
5225 compilation-buffer-p instead of testing major-mode.
5226
5227 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5228
5229 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5230 (quickurl-ask): completion-ignore-case is set to the value of
5231 quickurl-completion-ignore-case for the duration of the call to
5232 completing-read.
5233
5234 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5235
5236 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5237
5238 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5239
5240 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5241 instead of ps-print-def.
5242
5243 * ps-print.el: Require ps-vars instead of ps-print-def.
5244
5245 * ps-mule.el: Require ps-vars instead of ps-print-def.
5246
5247 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5248
5249 * simple.el (with-syntax-table): Save buffer explicitly instead of
5250 using save-excursion.
5251
5252 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5253
5254 * mail/supercite.el: New maintainer.
5255
5256 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5257
5258 * progmodes/vhdl-mode.el: Use new backquote syntax.
5259
5260 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5261
5262 * simple.el (with-syntax-table): New.
5263
5264 1999-11-15 Sam Steingold <sds@ksp.com>
5265
5266 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5267
5268 1999-02-22 Sam Steingold <sds@goems.com>
5269
5270 * goto-addr.el (goto-address-at-mouse,
5271 goto-address-find-address-at-point): Use compose-mail.
5272 (goto-address-mail-method): Removed variable.
5273 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5274 goto-address-send-using-mail): Removed functions.
5275
5276 1998-11-03 Sam Steingold <sds@goems.com>
5277
5278 * simple.el (backward-delete-char-untabify):
5279 backward-delete-char-untabify-method can be `all' now - to delete
5280 hungrily including newlines.
5281
5282 1999-11-15 Sam Steingold <sds@ksp.com>
5283
5284 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5285
5286 1999-11-15 Dave Love <fx@gnu.org>
5287
5288 * cus-edit.el (customize-face, customize-face-other-window):
5289 Require match from completing-read.
5290 (custom-buffer-done-function): Default to custom-bury-buffer, not
5291 bury-buffer.
5292
5293 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5294
5295 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5296 progmodes/cperl-mode.el: Use new backquote syntax.
5297
5298 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5299
5300 * uniquify.el: Use new backquote syntax.
5301
5302 1999-11-14 Markus Rost <rost@ias.edu>
5303
5304 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5305 as in ispell-local-dictionary-alist.
5306
5307 1999-11-14 Alex Schroeder <alex@gnu.org>
5308
5309 * ansi-color.el (ansi-color-apply): Updated regexps to include
5310 highlighted face.
5311
5312 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5313
5314 * forms.el (forms--make-format-elt-using-text-properties):
5315 Treat `intangible' differently.
5316
5317 * forms.el: Use new backquote syntax.
5318
5319 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5320
5321 * textmodes/scribe.el (scribe-mode): Doc-fix.
5322
5323 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5324
5325 * net-utils.el (run-network-program, net-utils-run-program): Use
5326 the new backquote syntax.
5327 (smbclient-program, smbclient-program-options)
5328 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5329 variables
5330 (smbclient, smbclient-list-shares): New functions
5331
5332 1999-11-12 Sam Steingold <sds@ksp.com>
5333
5334 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5335 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5336 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5337 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5338 (viper-kbd-global-pair, viper-kbd-global-definition):
5339 Use the new backquote syntax.
5340
5341 * emulation/viper-cmd.el (viper-test-com-defun)
5342 (viper-prefix-arg-value, viper-prefix-arg-com):
5343 Use the new backquote syntax.
5344
5345 * emacs-lisp/debug.el (debugger-env-macro):
5346 Use the new backquote syntax.
5347
5348 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5349 Use the new backquote syntax.
5350
5351 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5352 New user variable.
5353 (calendar-hide-window): Use it.
5354 (increment-calendar-month, calendar-for-loop, calendar-sum):
5355 Use the new backquote syntax.
5356
5357 1999-11-12 Andrew Innes <andrewi@gnu.org>
5358
5359 * select.el (x-set-selection): Call buffer-substring, not
5360 substring. Also fix docstring
5361
5362 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5363
5364 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5365 of customizable variables to bug report message. Added
5366 system-type to package name in bug report.
5367
5368 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5369
5370 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5371 to display file names.
5372
5373 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5374
5375 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5376
5377 * isearch.el: Add lazy-highlighting feature.
5378
5379 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5380
5381 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5382 constant.
5383 (ps-mode-submit-bug-report): New function. Entry added to menu.
5384
5385 1999-11-10 William M. Perry <wmperry@aventail.com>
5386
5387 * mwheel.el: New file to support the new style wheeled mice.
5388
5389 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5390
5391 * startup.el (initial-scratch-message): Add ";;" to the front of
5392 lines in the message.
5393
5394 * files.el (file-local-copy): Remove optional BUFFER argument
5395 because that's not used by anything.
5396
5397 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5398 to-address.
5399
5400 1999-11-08 Markus Rost <rost@ias.edu>
5401
5402 * wid-edit.el (widget-button-click): Wrap with save-excursion
5403 to restore track-mouse in the correct buffer.
5404
5405 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5406
5407 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5408
5409 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5410
5411 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5412 lpr-command to "lp" for some system-types. (copied from lpr.el
5413 Emacs version 20.2.1).
5414
5415 1999-11-04 Markus Rost <rost@ias.edu>
5416
5417 * simple.el (comment-region): Strip off white space at end of
5418 comment-start.
5419
5420 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5421
5422 * faces.el (secondary-selection): Fix wrong color name.
5423
5424 1999-11-04 John Tobey <jtobey@epsilondev.com>
5425
5426 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5427 the default when invoking perldb in a non-Perl buffer, and other
5428 cases involving -e or --.
5429
5430 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5431
5432 * simple.el (previous-matching-history-element)
5433 (next-history-element): Use delete-field instead of erase-field.
5434
5435 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5436 Use delete-field instead of erase-field.
5437
5438 * faces.el (secondary-selection): Change background to yellow.
5439
5440 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5441 find the start of the text. Use field-string to read the user
5442 input.
5443
5444 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5445
5446 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5447 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5448 for compatibility with old face implementation.
5449
5450 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5451 Use erase-field instead of erase-buffer.
5452
5453 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5454 internal-show-cursor with new interface.
5455 (blink-cursor-timer-function): New.
5456 (blink-cursor-start): Use blink-cursor-timer-function.
5457
5458 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5459
5460 * calendar.el (redraw-calendar): Move to nearest date before
5461 redrawing.
5462
5463 * diary-lib.el (simple-diary-display): Reset modeline even if
5464 there are no diary entries since the diary buffer may be displayed.
5465
5466 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5467
5468 * emacs-lisp/debug.el (debug): If noninteractive, display the
5469 backtrace using `message', then exit Emacs.
5470 (debugger-batch-max-lines): New variable.
5471 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5472 Change the messages put at the start, to say that the debugger
5473 was entered.
5474
5475 1999-11-02 Sam Steingold <sds@ksp.com>
5476
5477 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5478
5479 1999-11-01 John Tobey <jtobey@epsilondev.com>
5480
5481 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5482 presence of perl switches other than "-e".
5483
5484 1999-11-01 Markus Rost <rost@ias.edu>
5485
5486 * dired-x.el (dired-smart-shell-command): Use
5487 shell-command-history as in shell-command.
5488
5489 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5490
5491 * userlock.el (ask-user-about-lock): Doc fix.
5492
5493 * frame.el: Doc fixes.
5494
5495 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5496
5497 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5498 of show-cursor.
5499 (blink-cursor-start, blink-cursor-end): Ditto.
5500
5501 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5502
5503 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5504
5505 * window.el (walk-windows): If ALL-FRAMES is a frame,
5506 start on that frame. Use save-selected-window.
5507
5508 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5509
5510 * simple.el (end-of-buffer): Use window-end to find the window end
5511 instead of vertical-motion because this handles variable-height
5512 lines correctly.
5513
5514 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5515
5516 * ediff.el: Version change.
5517
5518 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5519 make sure you are in a good frame before deleting other
5520 windows.
5521 (ediff-file-checked-in-p): Don't consider CVS
5522 files checked in.
5523 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5524 are writing to a newly created empty file.
5525
5526 * ediff-mult.el (ediff-show-session-group-hook): New default.
5527
5528 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5529 First cd to the file directory. reportedly works
5530 better with remote files.
5531
5532 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5533 Use file-name-nondirectory when passing files to CVS.
5534
5535 * ediff-diff.el (ediff-cmp-options): New variable.
5536 (ediff-same-file-contents): Use ediff-cmp-options.
5537
5538 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5539 ediff-get-patch-buffer): Use current buffer if it appears to be a
5540 patch.
5541
5542 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5543 C-g
5544
5545 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5546 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5547 (viper-save-cursor-color,viper-restore-cursor-color):
5548 Improved cursor color handling.
5549 (viper-get-saved-cursor-color-in-replace-mode,
5550 viper-get-saved-cursor-color-in-insert-mode): New functions for
5551 better cursor color handling.
5552
5553 * viper-ex.el (ex-read,ex-edit):
5554 Fixes for correct interpretation of #,%.
5555 (viper-ex): Now works correctly when called from other functions.
5556 (viper-glob-function): New variable.
5557 (viper-ex): Save excursion before doing :global.
5558
5559 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5560
5561 * viper-cmd.el (viper-post-command-sentinel,
5562 viper-insert-state-post-command-sentinel,
5563 viper-insert-state-pre-command-sentinel): Takes better care of
5564 cursor colors.
5565
5566 * viper.el: Version change.
5567
5568 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5569
5570 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5571 that the modeline display was updated *only* when
5572 `whitespace-display-in-modeline' was set, not otherwise.
5573
5574 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5575
5576 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5577 "frac12".
5578
5579 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5580 ad-activate.
5581
5582 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5583
5584 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5585 using fboundp instead of assuming that these are not present in
5586 particular flavors of emacs.
5587 (whitespace-version): Update to 2.8
5588 (whitespace-display-in-modeline): Add custom variable to control
5589 displaying the whitespace errors on the modeline based on
5590 suggestion from <klaus.berndl@sdm.de>
5591 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5592 clean, to enable using as a hook function, as suggested by Puneet
5593 Goel <puneet@computer.org>
5594 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5595 quiet was not set, even with whitespace-auto-cleanup set.
5596 (whitespace-mode-line): Now uses less modeline real estate and
5597 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5598 which is present in the file, and <y> is any type of whitespace
5599 whose check has been suppressed by setting
5600 `whitespace-check-<whitespace-type>' to nil.
5601 (whitespace-unchecked-whitespaces): New function to return the
5602 list of whitespaces for whom checks have been suppressed.
5603 (whitespace-display-unchecked-whitespaces): Renamed to
5604 `whitespace-update-modeline' to reflect its functionality.
5605
5606 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5607
5608 * progmodes/compile.el (compilation-error-regexp-alist):
5609 Undo previous change.
5610
5611 1999-10-28 Dave Love <fx@gnu.org>
5612
5613 * help.el (help-follow): Make arg optional again and really
5614 default to point.
5615
5616 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5617
5618 * paths.el (rmail-file-name): Make it an option.
5619
5620 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5621 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5622 comment fixes.
5623
5624 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5625 MIPS Pro 7.3 compiler error message syntax.
5626
5627 1999-10-27 Dave Love <fx@gnu.org>
5628
5629 * progmodes/compile.el: Checkdoc-inspired fixes.
5630
5631 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5632
5633 * lpr.el (print-buffer): Doc-string fix.
5634
5635 1999-10-27 Dave Love <fx@gnu.org>
5636
5637 * emacs-lisp/advice.el: Doc fixes.
5638 (ad-lemacs-p): Removed.
5639 (advice): Add :link to defgroup.
5640
5641 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5642
5643 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5644 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5645
5646 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5647
5648 * window.el (walk-windows): If ALL-FRAMES is a frame,
5649 start on that frame. Use save-selected-window.
5650
5651 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5652
5653 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5654 ad-activate. All callers changed, including those in data.c.
5655 (ad-activate-internal-off): Renamed from ad-activate-off.
5656 All uses changed.
5657 (ad-activate): Renamed from ad-activate-on. All uses changed.
5658 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5659 Alter the definition of ad-activate-internal, not ad-activate.
5660
5661 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5662
5663 * startup.el (command-line-1): Add support for command line
5664 arguments `file' and `execute'. Fix handling of `visit'.
5665
5666 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5667
5668 * international/mule-cmds.el (read-input-method-name): Handle the
5669 case that the arg DEFAULT is symbol.
5670
5671 * international/mule-diag.el (mule-diag): Handle the case that
5672 default-input-method is symbol.
5673
5674 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5675
5676 * textmodes/tildify.el: New file.
5677
5678 1999-10-25 Sam Steingold <sds@ksp.com>
5679
5680 * Makefile (compile-files): Fixed the "tr" strings.
5681 (EMACS): Set to ../src/emacs.
5682
5683 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5684
5685 * info.el (Info-build-node-completions): Add '("*") to the
5686 completion list.
5687
5688 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5689
5690 * frame.el (auto-raise-mode): When enabling the mode,
5691 immediately raise the selected frame.
5692
5693 * indent.el (indent-region): Doc fix.
5694
5695 * comint.el (comint-output-filter): Make the Comint buffer current
5696 for the comint-preoutput-filter-functions.
5697
5698 * mail/reporter.el: Doc fix.
5699
5700 1999-10-24 Stephen Eglen <stephen@gnu.org>
5701
5702 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5703 that Octave lisp files can also run under XEmacs 20.
5704 (require 'custom) added so that files can run under Emacs 19.34.
5705
5706 * iswitchb.el (iswitchb-default-keybindings): No need to use
5707 read-kbd-macro in keybindings.
5708
5709 1999-10-23 Dave Love <fx@gnu.org>
5710
5711 * elide-head.el: New file.
5712
5713 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5714
5715 * Makefile (compile-files, backup-compiled-files): New targets.
5716 (bootstrap, bootstrap-clean): Ditto.
5717
5718 1999-10-22 Paul Eggert <eggert@twinsun.com>
5719
5720 * international/mule-cmds.c (locale-language-names):
5721 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5722 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5723 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5724 Use Latin-8 for Welsh.
5725 Use Latin-1 for English if "en" is explicitly specified.
5726 Use Latin-1 for Scots Gaelic, Tagalog.
5727 Use Latin-1 (not Latin-4) for Greenlandic.
5728 Use Latin-1 (not Latin-2) for Albanian.
5729 (locale-preferred-coding-systems, locale-language-names):
5730 Remove generic ISO 8859 locales; locale-charset-language-names now
5731 does this.
5732 (locale-charset-language-names): New variable.
5733 (set-locale-environment): Use language name specified by
5734 locale-charset-language-names if its charsets disagree with the
5735 language name specified by locale-language-names.
5736
5737 1999-10-22 Dave Love <fx@gnu.org>
5738
5739 * make-mode.el: Minor doc fixes.
5740
5741 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5742
5743 1999-10-21 Dave Love <fx@gnu.org>
5744
5745 * loadup.el: Add latin-8, latin-9.
5746
5747 1999-10-20 Paul Eggert <eggert@twinsun.com>
5748
5749 * disp-table.el (standard-display-european): Remove undocumented
5750 arg AUTO; no longer used by startup.el. Do not attempt to treat
5751 all non-English language environments as coding system names.
5752 Instead, use the downcased language environment name as a coding
5753 system name if it is one; otherwise, use latin-1.
5754
5755 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5756
5757 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5758 that were split so that part of the comment appeared as Lisp code.
5759
5760 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5761
5762 * ps-bdf.el: Doc fix.
5763
5764 * ps-print-def.el: New file: common definitions for all parts of
5765 ps-print.
5766 (ps-multibyte-buffer): Moved from ps-mule.
5767
5768 * ps-mule.el: File dependence fix.
5769 (ps-multibyte-buffer): Moved to ps-print-def.
5770
5771 * ps-print.el: Doc fix, better customization.
5772 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5773 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5774 (ps-end-file): Doc fix.
5775 (ps-setup, ps-begin-file): Fun fix.
5776 (postscript): New group.
5777 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5778 (ps-print-prologue-1): Adjust PostScript programming.
5779 (ps-print): Adjust group hierarchy.
5780 (ps-print-n-up, ps-print-zebra, ps-print-background,
5781 ps-print-printer)
5782 (ps-print-page): New subgroups.
5783 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5784 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5785 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5786 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5787 (ps-zebra-stripe-height, ps-print-background-image)
5788 (ps-print-background-text, ps-spool-config): Adjust customization.
5789 (dos-ps-printer): Definition eliminated.
5790
5791 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5792
5793 * ps-mule.el: Doc fix, define functions properly if mule package is
5794 loaded or not.
5795 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5796 mule package is loaded or not.
5797
5798 * ps-print.el: Doc fix, n-up printing.
5799 (ps-print-version): New version number (5.0).
5800 (ps-page-dimensions-database): Added document media.
5801 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5802 (ps-page-order, ps-printing-region-p): New vars.
5803 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5804 funs.
5805 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5806 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5807 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5808 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5809 (ps-print-begin-sheet-hook): New hook.
5810 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5811 const.
5812 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5813 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5814 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5815 (ps-count-lines): Changed to defun.
5816 (ps-header-page): Changed to defsubst, fix fun.
5817 (ps-printing-region): Doc fix, adjust programming code.
5818 (ps-output-boolean, ps-background-pages, ps-background-text)
5819 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5820 programming code.
5821
5822 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5823
5824 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5825 (ps-print-version): New version number (4.2).
5826 (ps-spool-config, ps-spool-tumble): New vars.
5827 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5828 programming, new PostScript procedure to handle errors.
5829 (ps-print-prologue-2): Changed to defconst.
5830 (ps-print-duplex-feature): New const: duplex and tumble setting.
5831 (ps-setup, ps-begin-file): Fix funs.
5832 (ps-boolean-capitalized): New fun.
5833
5834 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5835
5836 * Makefile (dontcompilefiles): Obsoleted.
5837 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5838 (EL): Unused.
5839 (temacs): Removed (unused).
5840 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5841 version of the file (necessary for the update to work properly).
5842 (autoloads): Force the use of `pwd`/loaddefs.el.
5843 (updates); Redefined in terms of other targets to reduce redundancy.
5844 (.el.elc): New default rule, just in case you want it.
5845 (compile): Use a single invocation of Emacs.
5846 (bootstrap-compile); Unneeded.
5847 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5848
5849 1999-10-19 Dave Love <fx@gnu.org>
5850
5851 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5852
5853 1999-10-19 Sam Steingold <sds@ksp.com>
5854
5855 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5856 comply with the comment.
5857
5858 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5859
5860 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5861 permanent-local.
5862
5863 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5864
5865 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5866 value: \"lpr\" changed to "lpr"
5867 (ps-mode-version): New constant
5868 (ps-mode-show-version): New function, added key in ps-mode-map
5869 (ps-run-messages): Removed
5870 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5871 ps-run-messages. These keywords now include the value of
5872 ps-run-prompt, making its fontification customizable.
5873 (ps-run-init): Removed \\n from docstring, it is now added when
5874 the value is used
5875 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5876 ps-run-prompt
5877 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5878 customizable variables in doc-string (its equivalent
5879 ps-run-messages was missing in previous version of the doc-string)
5880 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5881 symbols only
5882
5883 1999-10-19 Alex Schroeder <alex@gnu.org>
5884
5885 * ansi-color.el: Complete rewrite.
5886
5887 1999-10-19 Paul Eggert <eggert@twinsun.com>
5888
5889 Fix bootstrapping problems.
5890 Use the system locale to specify Emacs locale defaults.
5891
5892 * international/mule-cmds.el (global-map):
5893 Do not use backquote, because that makes a bootstrapping
5894 problem if you need to recompile all Lisp files using interpreted code.
5895 * international/mule.el (charset-id, charset-bytes,
5896 charset-dimension, charset-chars, charset-width,
5897 charset-direction, charset-iso-final-char,
5898 charset-iso-graphic-plane, charset-reverse-charset,
5899 charset-short-name, charset-long-name, charset-description,
5900 charset-plist): Likewise.
5901 * subr.el (save-match-data): Likewise.
5902
5903 * international/mule-cmds.el
5904 (set-display-table-and-terminal-coding-system): New function,
5905 containing code migrated out of set-language-environment.
5906 (set-language-environment, set-locale-environment): Use it.
5907 (locale-translation-file-name): Moved here from startup.el.
5908 (locale-language-names, locale-preferred-coding-systems):
5909 New vars.
5910 (locale-name-match, set-locale-environment): New functions.
5911
5912 * language/japan-util.el (setup-japanese-environment-internal):
5913 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5914
5915 * startup.el (iso-8859-n-locale-regexp): Remove.
5916 (locale-translation-file-name): Move to mule-cmds.el.
5917 (command-line): Move locale-stuff into set-locale-environment.
5918
5919 1999-10-18 Dave Love <fx@gnu.org>
5920
5921 * abbrev.el (add-abbrev, inverse-add-abbrev)
5922 (expand-region-abbrevs): Remove properties from buffer text.
5923
5924 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5925
5926 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5927 from the mini-buffer, without the prompt.
5928
5929 * simple.el (minibuffer-prompt-end): Return the position
5930 after the prompt, not the position of that last character
5931 of the prompt.
5932
5933 1999-10-17 Miles Bader <miles@gnu.org>
5934
5935 * simple.el: Doc fixes.
5936
5937 1999-10-17 Miles Bader <miles@gnu.org>
5938
5939 * simple.el (previous-matching-history-element, next-history-element):
5940 Change to work correctly even if the point is in the prompt.
5941 (choose-completion-string): Likewise.
5942 (minibuffer-prompt-width): New function (compatibility with old subr).
5943
5944 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5945 When constraining the final position to the current field,
5946 don't use the ONLY-IN-LINE mode of constrain-to-field.
5947
5948 1999-10-17 Miles Bader <miles@gnu.org>
5949
5950 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5951 constrain-to-field.
5952 * textmodes/paragraphs.el (forward-sentence): Likewise.
5953
5954 1999-10-17 Miles Bader <miles@gnu.org>
5955
5956 * simple.el (line-move): Use constrain-to-field to avoid
5957 moving into a prompt.
5958 (previous-complete-history-element): Clarify doc string.
5959 (next-complete-history-element): Likewise.
5960 Use field-beginning instead of point-min.
5961 (next-matching-history-element): Use field-beginning and
5962 erase-field instead of point-min and erase-buffer.
5963 * textmodes/paragraphs.el
5964 (forward-paragraph, forward-sentence): Likewise.
5965 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5966 constrain the kill to an field, as the movement commands now
5967 do this.
5968
5969 1999-10-17 Miles Bader <miles@gnu.org>
5970
5971 * simple.el (previous-matching-history-element): Get the
5972 minibuffer input with field-string instead of buffer-string.
5973 (choose-completion-string): Likewise.
5974 (next-history-element): Likewise.
5975 Erase the minibuffer input with erase-field, not erase-buffer.
5976 Use field-beginning to find the beginning of the input.
5977 * textmodes/paragraphs.el (backward-kill-sentence):
5978 Remove minibuffer-prompt hack.
5979 Constrain to any input field.
5980
5981 1999-10-17 Sam Steingold <sds@ksp.com>
5982
5983 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5984 for CMUCL on sparc and ".ufsl" for LispWorks.
5985 (bound-and-true-p): Bugfix: free variable `v'.
5986
5987 1999-10-16 Dave Love <d.love@dl.ac.uk>
5988
5989 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5990 (edebug-uninstall-read-eval-functions): Use load-read-function,
5991 avoiding elisp-eval.
5992
5993 1999-10-16 Sam Steingold <sds@ksp.com>
5994
5995 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5996 instead of `eql'.
5997
5998 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5999
6000 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6001 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6002 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6003 * ediff-util.el (ediff-make-temp-file):
6004 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6005 * emerge.el (emerge-make-temp-file):
6006 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6007 * vc.el (vc-update-change-log):
6008 * mail/mailpost.el (post-mail-send-it):
6009 * mail/metamail.el (metamail-region):
6010 * progmodes/cmacexp.el (c-macro-expansion):
6011 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6012
6013 1999-10-15 Gerd Moellmann <gerd@gnu.org>
6014
6015 * smtpmail.el (smtpmail-via-smtp): Add support for
6016 automatically appending a domain to RCPT TO: addresses.
6017
6018 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6019
6020 * dired.el (dired-insert-directory): Insert the amount of
6021 free space after the total size.
6022 (dired-free-space-program, dired-free-space-args): New variables.
6023
6024 1999-10-14 Karl Heuer <kwzh@gnu.org>
6025
6026 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6027
6028 1999-10-14 Dave Love <fx@gnu.org>
6029
6030 * international/characters.el:
6031 * international/fontset.el:
6032 * international/mule-conf.el: Add latin-iso8859-1[45].
6033
6034 * language/european.el: Add Latin-8, Latin-9. Modify some doc
6035 strings.
6036
6037 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6038 (command-line): Detect Latin-[89] locales.
6039
6040 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6041
6042 * international/mule-cmds.el (select-safe-coding-system)
6043 (leim-list-header): Avoid the use of strings that start with backslash
6044 newline since lread.c:read1 has a hack to turn those strings into
6045 integer 0 during the loadup.el process.
6046
6047 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6048
6049 1999-10-13 Dave Love <fx@gnu.org>
6050
6051 * image.el (insert-image): Copy the image spec and add an
6052 intangible property.
6053
6054 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6055
6056 * help.el (help-xref-interned): Make it also work on variable-only
6057 and function-only symbols.
6058 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6059 (help-follow): If the point under mouse is not highlighted, try
6060 `help-xref-interned' on the pointed-to symbol anyway.
6061
6062 * info.el (Info-on-current-buffer): New entry point.
6063 (Info-find-node): Split into two for Info-on-current-buffer to
6064 hook into it.
6065 (Info-current-file, Info-set-mode-line, Info-up):
6066 Info-current-file can now be t.
6067 (Info-clone-buffer-hook): Function for `clone-buffer'.
6068 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6069 Make `clone-buffer' available in various ways to the user.
6070
6071 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
6072
6073 * simple.el (shell-command, shell-command-on-region): Use
6074 make-temp-file.
6075 (clone-buffer, clone-process, clone-buffer-hook): New functions.
6076
6077 * subr.el (with-current-buffer): Don't use backquotes to avoid
6078 bootstrapping problems.
6079
6080 * loadup.el (load-path): Add subdirs for bootstrapping.
6081 (docstrings): Ignore errors during bootstrapping.
6082 (args): New `bootstrap' argument (for use in place of `dump').
6083
6084 1999-10-12 Emmanuel Briot <briot@gnat.com>
6085
6086 * ada-stmt.el: Doc-string fixes.
6087
6088 1999-10-12 Gerd Moellmann <gerd@gnu.org>
6089
6090 * recentf.el: New file.
6091
6092 * ps-mode.el: New file.
6093
6094 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6095 case insensitive.
6096
6097 1999-10-12 Richard Sharman <rsharman@pobox.com>
6098
6099 * sh-script.el: Added support for indenting existing scripts.
6100 (sh-mode-map): Added new bindings.
6101 (sh-mode): Updated mode doc-string for new commands, added
6102 make-local-variable calls, initialize mode-specific variables.
6103 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
6104 is now a different function.
6105 (sh-header-marker): Changed docstring.
6106 (sh-set-shell): Initialize mode-specific variables.
6107 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6108 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6109 Changed these define-skeleton calls to work with user-specified
6110 indentation settings.
6111 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6112 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6113 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6114 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6115 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6116 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6117 (sh-guess-basic-offset, sh-handle-after-case-label)
6118 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6119 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6120 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6121 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6122 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6123 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6124 (sh-handle-this-then, sh-help-string-for-variable)
6125 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6126 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6127 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6128 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6129 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6130 (sh-remove-our-text-properties, sh-rescan-buffer)
6131 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6132 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6133 (sh-scan-case, sh-search-word, sh-set-char-syntax)
6134 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6135 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6136 functions.
6137 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6138 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6139 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6140 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6141 (sh-var-list): New variables.
6142
6143 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
6144
6145 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6146 a value one line to high if the cursor wasn't at the start of a
6147 line. A `beginning-of-line' is now performed before making the
6148 call to `count-lines'.
6149
6150 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
6151
6152 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6153
6154 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6155
6156 * Makefile (setwins): Abstract out the command to find subdirectories
6157 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6158 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6159 (autoloads-with-other-emacs): Use it.
6160
6161 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6162
6163 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6164
6165 * Makefile (bootstrap-compile): New target. Compile Lisp
6166 files with ../src/temacs.
6167
6168 1999-10-08 Dave Love <fx@gnu.org>
6169
6170 * ange-ftp.el: Require dired when compiling.
6171 (ange-ftp-normal-login): Allow EFS-style port specification.
6172
6173 1999-10-08 Simon Marshall <simon@gnu.org>
6174
6175 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6176 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6177 If STRINGS is nil, return "" rather than nil.
6178
6179 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6180
6181 * Makefile (compile): Compile files one by one. Set load-path to
6182 current directory and subdirectories when compiling.
6183
6184 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6185
6186 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6187 (emacs): Use it everywhere instead of EMACS.
6188 (compile): New target. Compile all Lisp files from scratch.
6189 (recompile): New target. Recompile lisp directory.
6190 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6191 an Emacs executable not built in the current directory tree.
6192
6193 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6194
6195 * filecache.el (file-cache-completion-ignore-case): New variable,
6196 defaulting to the value of completion-ignore-case.
6197 (file-cache-minibuffer-complete): Use it.
6198 (file-cache-files-matching, file-cache-files-matching-internal):
6199 New functions.
6200
6201 1999-10-07 Emmanuel Briot <briot@gnat.com>
6202
6203 * ada-xref.el: New file
6204
6205 * ada-prj.el: New file
6206
6207 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6208
6209 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6210 subprogram being created.
6211
6212 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6213 ada-indent-newline-indent): Rewritten to support the new indentation
6214 scheme
6215
6216 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6217 New functions
6218
6219 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6220 justification parameter
6221
6222 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6223 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6224 external program
6225
6226 1999-10-07 Dave Love <fx@gnu.org>
6227
6228 * bindings.el (bound-and-true-p): New macro.
6229 (make-mode-line-mouse-sensitive): Don't require easymenu.
6230
6231 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6232
6233 * custom.el (defface): Extend documentation for new values of
6234 `type'.
6235
6236 * faces.el (face-spec-set-match-display): Recognize `type' of
6237 `motif', `lucid', `x-toolkit'.
6238 (menu): New face.
6239
6240 1999-10-05 Dave Love <fx@gnu.org>
6241
6242 * files.el: Recognize temporary crontab files.
6243
6244 * info.el: Require jka-compr when compiling.
6245 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6246
6247 1999-10-04 Dave Love <fx@gnu.org>
6248
6249 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6250 scroll-up-aggressively, scroll-down-aggressively.
6251
6252 * time.el (display-time-mode): Add autoload cookie.
6253
6254 * rect.el (delete-extract-rectangle): Doc fix from verna.
6255
6256 * help-macro.el (three-step-help): Customize.
6257
6258 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6259
6260 * hexl.el (hexlify-buffer): Move point in proper range
6261 if it is too large.
6262 (hexl-after-revert-hook): Update hexl-max-address.
6263 (hexl-address-to-marker): Doc fix.
6264
6265 1999-10-03 Dave Love <fx@gnu.org>
6266
6267 * image.el (defimage): Remove redundant code. Substitute file in
6268 image plist.
6269
6270 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6271
6272 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6273 when doing with-temp-file.
6274
6275 1999-10-01 Dave Love <fx@gnu.org>
6276
6277 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6278
6279 * help.el: Require view when compiling.
6280 (view-emacs-FAQ): Use Info version.
6281
6282 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6283
6284 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6285 (normat->normal). Use correct font names for Korean
6286 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6287
6288 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6289
6290 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6291 code not used by KOI8 to the same 8-bit code instead of mapping to
6292 SPC.
6293 (cyrillic-alternativnyj-decode-table): Likewise.
6294
6295 1999-09-29 Alex Schroeder <alex@gnu.org>
6296
6297 * sql.el (sql-imenu-generic-expression): Aew, used to set
6298 imenu-generic-expression.
6299 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6300 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6301 imenu-case-fold-search, and imenu-syntax-alist.
6302 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6303 setting font-lock-defaults' SYNTAX-ALIST.
6304
6305 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6306
6307 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6308 macro, try again.
6309
6310 1999-09-28 Dave Love <fx@gnu.org>
6311
6312 * cus-edit.el (custom-comment): Change widget definition.
6313 (custom-comment-create, custom-comment-show)
6314 (custom-comment-invisible-p): Don't use :comment-overlay.
6315 (custom-comment-hide): New function.
6316 (custom-variable-set, custom-variable-save)
6317 (custom-variable-reset-standard, custom-face-set)
6318 (custom-face-save): Use it.
6319
6320 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6321
6322 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6323
6324 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6325
6326 * faces.el (region): Doc fix.
6327
6328 1999-09-27 Dave Love <fx@gnu.org>
6329
6330 * isearch.el (isearch): Add :links in defgroup.
6331 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6332 (isearch-switch-frame-handler): Comment out (unused).
6333 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6334 (isearch-ring-retreat-edit): Doc fix.
6335 (isearch-mouse-yank): New command.
6336 (isearch-last-command-char): Removed. Callers changed to use
6337 last-command-char.
6338 (isearch-char-to-string): Removed. Callers changed to use
6339 char-to-string.
6340
6341 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6342
6343 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6344 option for Russian.
6345
6346 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6347
6348 * faces.el (face-differs-from-default-p): Compare face
6349 attributes individually.
6350
6351 * image.el (put-image, insert-image): Add string argument.
6352
6353 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6354
6355 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6356 LANG=de_DE.iso88591 on HPUX 11.0.
6357
6358 * dired.el (dired-move-to-filename-regexp): Make it work
6359 for LANG=de_DE.iso88591 on HPUX 11.0.
6360
6361 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6362
6363 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6364 if we know for some other reason it should not be used.
6365
6366 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6367 New variable.
6368 (edebug-recursive-edit): Save current-prefix-arg there,
6369 bind it, and set it back at the end.
6370 (edebug-outside-excursion): Restore and update the outside
6371 value of current-prefix-arg.
6372 (edebug-emacs-version-specific): Delete support for Epoch.
6373
6374 1999-09-24 Howard Melman <howard@silverstream.com>
6375
6376 * imenu.el (imenu-after-jump-hook): New variable.
6377 (imenu): Run menu-after-jump-hook.
6378 (imenu-name-lookup-function): New variable.
6379 * imenu.el (imenu--in-alist): Use those variables.
6380
6381 1999-09-24 Carsten Dominik <cd@gnu.org>
6382
6383 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6384 multiple thebibliography environments.
6385
6386 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6387 with recentering window.
6388 (reftex-extract-bib-entries-from-thebibliography,
6389 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6390 with multiple thebibliography environments.
6391
6392 * textmodes/reftex-vars.el
6393 (reftex-section-levels): Function allowed as cdr.
6394 (reftex-max-section-depth) New option.
6395
6396 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6397 with multiple thebibliography environments.
6398
6399 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6400
6401 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6402 instead of point-min in call to delete-region.
6403
6404 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6405
6406 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6407 out into arbitrary file names.
6408
6409 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6410
6411 * language/european.el ("Turkish"): New language environment.
6412
6413 1999-09-19 Dave Love <fx@gnu.org>
6414
6415 * delim-col.el: New file.
6416
6417 1999-09-17 Richard Stallman <rms@gnu.org>
6418
6419 * files.el (after-find-file): When visiting a backup file,
6420 make it read-only.
6421
6422 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6423 (apropos-keybinding-face, apropos-label-face): Likewise.
6424 (apropos-property-face, apropos-match-face): Likewise.
6425 (apropos-label-properties): New variable.
6426 (apropos-print-doc): Use apropos-label-properties.
6427 (apropos-print): Set apropos-label-properties.
6428
6429 1999-09-15 Richard Stallman <rms@gnu.org>
6430
6431 * winner.el: Use aref instead of sref.
6432
6433 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6434
6435 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6436
6437 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6438
6439 1999-09-14 Richard Stallman <rms@gnu.org>
6440
6441 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6442 cookie, even if followed by a letter.
6443
6444 1999-09-14 Stephen Eglen <stephen@gnu.org>
6445
6446 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6447 --no-line-editing are passed to Octave by including them here
6448 rather than storing them in inferior-octave-startup-args.
6449
6450 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6451
6452 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6453 command, option, env and sc.
6454
6455 * subr.el (shell-quote-argument): Quote argument with double
6456 quotes for ms-dos.
6457
6458 1999-09-14 Richard Stallman <rms@gnu.org>
6459
6460 * simple.el (eval-expression-print-level): New variable.
6461 (eval-expression-print-length): New variable.
6462 (eval-expression-debug-on-error): New variable.
6463 (eval-expression): Bind print-level, print-length and
6464 debug-on-error from those vars.
6465
6466 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6467 Bind print-level, print-length and debug-on-error.
6468
6469 1999-09-14 Inge Frick <inge@nada.kth.se>
6470
6471 * dired.el (dired-recursive-deletes): New custom variable.
6472 (dired-re-no-dot): New variable.
6473 (dired-delete-file): New function deletes files and directories
6474 recursively.
6475 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6476
6477 * dired-aux.el (dired-recursive-copies): New custom variable.
6478 (dired-handle-overwrite): Broke a long line.
6479 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6480 `copy-file'.
6481 (dired-copy-file-recursive): New function. Copy directories
6482 recursively.
6483 (dired-do-create-files): Added support for generalized directory
6484 target. How-to function may now return a function. New fluid
6485 variable `dired-one-file'.
6486 (dired-copy-how-to-fn): New variable.
6487 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6488 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6489 (dired-do-copy-regexp): No recursive copies.
6490
6491 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6492
6493 * whitespace.el (whitespace-version): Update version to 2.4
6494
6495 * whitespace.el: Add customization variables to conditionally test
6496 any of the five whitespaces, per request from Rune Kleveland
6497 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6498
6499 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6500
6501 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6502 list of modes to be checked for bogus whitespaces.
6503
6504 * whitespace.el (whitespace-rescan-timer-time): Update
6505 documentation.
6506
6507 * whitespace.el (whitespace-display-unchecked-whitespaces):
6508 New function to update modeline with untested whitespaces.
6509
6510 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6511 checking is turned on, and update modeline using the newly created
6512 `whitespace-display-unchecked-whitespaces'.
6513
6514 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6515 whose checking is turned on, and update modeline using the newly
6516 created `whitespace-display-unchecked-whitespaces'.
6517
6518 * whitespace.el (whitespace-describe): Update documentation.
6519
6520 * whitespace.el (whitespace-tickle-timer): Test if
6521 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6522
6523 1999-09-13 Dave Love <fx@gnu.org>
6524
6525 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6526
6527 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6528 for temp buffer.
6529 (checkdoc-this-string-valid): Don't assume default comment-start.
6530
6531 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6532
6533 * rsz-mini.el: Remove code, keep the interface.
6534
6535 1999-09-13 Dave Love <fx@gnu.org>
6536
6537 * help.el (help-highlight-p): Doc fix.
6538
6539 * faces.el (mode-line, header-line, tool-bar): Add :version.
6540 (highlight, secondary-selection): Add :group.
6541 (trailing-whitespace): Add :group, :version.
6542
6543 * wid-edit.el: Remove some compatibility code and checks.
6544 (widget-specify-field, widget-specify-button): Don't use XEmacs
6545 properties.
6546 (widget-overlay-inactive): Change error message.
6547 (widget-button-pressed-face): New variable.
6548 (widget-button-click): Use it.
6549 (widget-documentation-link-add): Specify mouse and button faces.
6550 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6551 removed now the functionality is built in.
6552
6553 * cus-edit.el: Don't define-widget-keywords.
6554 (multimedia): New group.
6555 (custom-last): Function removed.
6556 (custom-quote): Add vectorp case, comment out characterp case.
6557 (custom-buffer-done-function, custom-raised-buttons): New option.
6558 (Custom-buffer-done): New function.
6559 (custom-buffer-create-internal): Obey custom-raised-buttons,
6560 Custom-buffer-done.
6561 (custom-button-face): Make it `released-button'.
6562 (custom-button-pressed-face): Make it `pressed-button'
6563 (custom-mode-map): Bind "q" to Custom-buffer-done.
6564 (custom-mode): Deal with raised/pressed buttons.
6565
6566 Changes from Didier Verna:
6567 (custom-prompt-variable): Optional third arg makes prompt for a
6568 comment string.
6569 (customize-set-value, customize-set-variable,
6570 customize-save-variable): Optional prefix makes function handle
6571 variable comments.
6572 (customize-customized, customize-saved, custom-variable-state-set)
6573 (custom-variable-set, custom-variable-save, custom-face-state-set)
6574 (custom-variable-reset-saved, custom-variable-reset-standard)
6575 (custom-face-set, custom-face-save, custom-face-reset-saved)
6576 (custom-face-reset-standard, customize-save-customized): Handle
6577 custom comments.
6578 (custom-comment-face, custom-comment-tag-face): New face.
6579 (custom-comment): New widget.
6580 (custom-comment-create, custom-comment-delete)
6581 (custom-comment-value-set, custom-comment-show)
6582 ()custom-comment-invisible-p): New functions.
6583 (custom-variable-value-create, custom-face-value-create): Create a
6584 comment field widget.
6585 (custom-variable-menu, custom-face-menu): New entry for custom
6586 comment.
6587 (custom-face-value-create): Remove compatibility code.
6588 (custom-save-variables, custom-save-faces): Possibly save custom
6589 comments.
6590
6591 * cus-face.el (custom-face-attributes): Simplify :underline,
6592 :overline, :inverse-video cases. Fix up :box case (probably needs
6593 more work).
6594
6595 Change from Didier Verna:
6596 (custom-set-faces): The arguments can now have a custom comment as
6597 fourth argument.
6598
6599 * custom.el: Don't define-widget-keywords.
6600 Change from Didier Verna:
6601 (custom-set-variables): The arguments can now have a
6602 custom comment as fifth element.
6603
6604 1999-09-13 Richard Stallman <rms@gnu.org>
6605
6606 * info.el (Info-find-node): Cope better if guesspos is too large.
6607
6608 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6609
6610 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6611 of buffer-substring because buffer-string doesn't copy the
6612 prompt.
6613
6614 * faces.el (mode-line): Replaces `modeline'.
6615 (toplevel): Make `modeline' an alias for `mode-line'.
6616
6617 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6618
6619 * gs.el: Change `ghostscript' to `postscript' in comment.
6620
6621 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6622
6623 * emulation/tpu-edt.el (tpu-version): New version.
6624 (tpu-search-overlay, tpu-replace-overlay): New variables.
6625 (tpu-search-highlight, tpu-toggle-direction): New functions.
6626 (tpu-lm-replace): Set tpu-replace-overlay.
6627 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6628 command hook.
6629
6630 1999-09-11 Richard Stallman <rms@gnu.org>
6631
6632 * isearch.el (isearch-mode-map): Undo previous change.
6633
6634 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6635 use all of that as the sexp.
6636
6637 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6638 and use the initial argument as file name directly.
6639 Likewise if nothing matches.
6640
6641 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6642
6643 * winner.el: Major changes. Avoid changing point and mark.
6644 Save configurations after they change, not before.
6645
6646 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6647
6648 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6649 Bind print-continuous-numbering and print-number-table.
6650
6651 1999-09-10 Dave Love <fx@gnu.org>
6652
6653 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6654
6655 1999-09-09 Richard Stallman <rms@gnu.org>
6656
6657 * whitespace.el: Finish making it fit Emacs conventions.
6658 Add autoloads.
6659
6660 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6661
6662 * generic-x.el (bat-generic-mode): "::"-style comments don't
6663 need to begin with "-". Fix the font-lock definitions of ON/OFF
6664 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6665 from the list of keywords. Add DO to the list of keywords.
6666
6667 1999-09-09 Dave Love <fx@gnu.org>
6668
6669 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6670 (byte-optimize-backward-word): New optimizations.
6671 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6672 entries.
6673
6674 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6675
6676 * image.el (put-image): Remove optional buffer parameter.
6677
6678 * faces.el (face-italic-p): Return t only for values `italic'
6679 and `oblique'.
6680
6681 * mouse.el (mouse-drag-mode-line-1): Extension of former
6682 mouse-drag-mode-line that also drags the header line.
6683 (mouse-drag-mode-line): Call it.
6684 (mouse-drag-header-line): New.
6685 (toplevel): Bind down-mouse-1 on header lines to
6686 mouse-drage-header-line.
6687
6688 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6689
6690 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6691 (make-mode-line-mouse-sensitive): Replace `top-line' by
6692 `header-line'.
6693
6694 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6695
6696 * help.el (describe-function-1): Don't return empty string for keymaps.
6697
6698 * fill.el (fill-region-as-paragraph, canonically-space-region):
6699 Respect colon-double-space at end of line.
6700
6701 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6702
6703 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6704 (backup-buffer): Use it.
6705
6706 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6707
6708 * generic-x.el (generic-define-unix-modes): Added new modes:
6709 inetd-conf-generic-mode, etc-services-generic-mode,
6710 etc-passwd-generic-mode. These are all defined for Unix by default.
6711 (apache-generic-mode): Use an imenu-generic-expression to list
6712 Configuration keywords.
6713 (samba-generic-mode): Use both ; and # as comment characters.
6714 (samba-generic-mode): Font-lock expressions now highlight name
6715 value pairs.
6716 (bat-generic-mode): Keywords are now case-insensitive through
6717 font-lock-defaults setting.
6718 (java-properties-generic-mode): Supports both ! and # as comment
6719 characters.
6720 (java-properties-generic-mode): Added an imenu-generic-expression
6721 (java-properties-generic-mode): Reworked to support the various
6722 different ways to separate name and value (viz, '=', ':' and
6723 whitespace).
6724 (show-tabs-generic-mode): Added this new generic-mode.
6725
6726 1999-09-08 Richard Stallman <rms@gnu.org>
6727
6728 * progmodes/inf-lisp.el: Moved from top directory.
6729
6730 * tar-mode.el (tar-header-block-tokenize):
6731 Use `when' instead of `and'. Fix some clobbered text.
6732
6733 * gud.el (gud-make-debug-menu): Make a child for the
6734 local menu, for its menu bar, and the debug menu.
6735 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6736 Use the history in the simple way.
6737
6738 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6739
6740 * language/korea-util.el (default-korean-keyboard): Initialize it
6741 according to the environment variable HANGUL_KEYBOARD_TYPE.
6742
6743 1999-09-07 Richard Stallman <rms@gnu.org>
6744
6745 * subr.el (make-temp-file): New function.
6746
6747 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6748
6749 * font-lock.el (font-lock-multiline): New text property contains
6750 a boolean to indicate if the char is part of a multiline match.
6751 (font-lock-default-fontify-region): Extend the region appropriately
6752 for multiline keywords.
6753 (font-lock-default-unfontify-region): Also remove the new
6754 font-lock-multiline text property.
6755 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6756 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6757
6758 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6759
6760 * diary-lib.el (list-diary-entries): Make sure two-digit years
6761 have leading zeros.
6762
6763 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6764
6765 * faces.el (face-set-after-frame-default): Initialize some
6766 attributes of some faces from frame parameters.
6767
6768 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6769
6770 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6771
6772 * faces.el (fringe): Replaces face `margin'.
6773
6774 1999-09-07 Dave Love <fx@gnu.org>
6775
6776 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6777
6778 1999-09-07 Richard Stallman <rms@gnu.org>
6779
6780 * subr.el (push): Doc fix.
6781
6782 1999-09-06 Richard Stallman <rms@gnu.org>
6783
6784 * vc.el (vc-annotate-display): Use < 69 not < 70
6785 to distinguish 20YY from 19YY.
6786
6787 * timezone.el (timezone-parse-date): Use < 69 not < 70
6788 to distinguish 20YY from 19YY.
6789
6790 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6791
6792 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6793
6794 * quickurl.el: (quickurl-list-focused-line): Removed.
6795 (quickurl-list-insert): Now works out the focused line using
6796 `count-lines' instead of using `quickurl-list-focused-line'.
6797
6798 1999-09-06 Richard Stallman <rms@gnu.org>
6799
6800 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6801 to beginning of message.
6802
6803 1999-09-06 Dave Love <fx@gnu.org>
6804
6805 * isearch.el (isearch-mode-map): Add mouse-2.
6806
6807 * mail/rmail.el (rmail-read-password): Deleted.
6808 (rmail-get-pop-password): Use read-password.
6809
6810 * quickurl.el: Don't conditionally define caddr.
6811 (quickurl-url-comment): Use nth, not caddr in function and
6812 defsetf.
6813
6814 1999-09-06 Richard Stallman <rms@gnu.org>
6815
6816 * auto-show.el: Doc fixes.
6817
6818 1999-09-06 Stephen Eglen <stephen@gnu.org>
6819
6820 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6821 --no-line-editing so that TABs in source files are not interpreted
6822 as completion requests.
6823
6824 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6825
6826 * hscroll.el, auto-show.el: Remove all code, keep the public
6827 interface as no-ops.
6828
6829 * faces.el (face-bold-p): Don't return t if face has lighter
6830 weight than normal.
6831
6832 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6833
6834 * startup.el (command-line): Make small-temporary-file-directory
6835 be nil except on ms-dos.
6836
6837 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6838
6839 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6840 is defined.
6841
6842 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6843 letters with a colon after d or l.
6844
6845 1999-09-06 Dave Love <fx@gnu.org>
6846
6847 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6848 primitive.)
6849
6850 1999-09-05 Richard Stallman <rms@gnu.org>
6851
6852 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6853
6854 * textmodes/paragraphs.el (backward-kill-sentence):
6855 Don't test minibuffer-prompt-end here.
6856 (forward-sentence): Do handle it here.
6857 (backward-kill-paragraph): Don't test it here.
6858 (forward-paragraph): Handle it here.
6859
6860 * mouse.el (font-menu-add-default): Simplify code.
6861
6862 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6863
6864 * faces.el (header-line): Renamed from `top-line'.
6865
6866 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6867
6868 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6869
6870 1999-09-04 Richard Stallman <rms@gnu.org>
6871
6872 * whitespace.el: New file.
6873
6874 1999-09-04 Dave Love <fx@gnu.org>
6875
6876 * paths.el: Make some doc strings obey the make-docfile convention.
6877
6878 * bindings.el: Likewise.
6879 (debug-ignored-errors): Remove BBDB ones.
6880
6881 1999-09-03 Richard Stallman <rms@gnu.org>
6882
6883 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6884 not from the draft to forward.
6885
6886 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6887
6888 1999-09-03 Dave Love <fx@gnu.org>
6889
6890 * double.el (double-mode): Customize the variable.
6891
6892 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6893
6894 * international/characters.el: Delete duplicated code.
6895
6896 1999-09-02 Richard Stallman <rms@gnu.org>
6897
6898 * indent.el (indent-relative): Doc fix.
6899
6900 * quickurl.el (quickurl): Doc fix.
6901
6902 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6903
6904 * faces.el (margin): Change background to "gray" for mono (this is
6905 drawn with a stipple pattern).
6906
6907 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6908
6909 * simple.el (next-history-element): Use minibuffer-prompt-end once
6910 again. Remove test for minibuffer-prompt-in-buffer.
6911
6912 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6913
6914 * files.el (small-temporary-file-directory): New variable.
6915
6916 * startup.el (command-line): Compute the value of
6917 small-temporary-file-directory.
6918
6919 * ediff-init.el (ediff-temp-file-prefix): Use
6920 small-temporary-file-directory if non-nil.
6921
6922 * vc.el (vc-update-change-log): Likewise.
6923
6924 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6925
6926 * simple.el (shell-command, shell-command-on-region): Use
6927 make-temp-name properly. Use small-temporary-file-directory if
6928 non-nil, otherwise temporary-file-directory, to generate temporary
6929 files.
6930
6931 * dos-w32.el (direct-print-region-helper): Use
6932 temporary-file-directory. (From Stefan Monnier.)
6933
6934 1999-09-02 Richard Stallman <rms@gnu.org>
6935
6936 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6937 from asm-comment-char.
6938 (asm-font-lock-keywords): Recognize instruction width suffixes.
6939
6940 1999-09-01 Richard Stallman <rms@gnu.org>
6941
6942 * play/fortune.el: New file.
6943
6944 1999-08-31 Dave Love <fx@gnu.org>
6945
6946 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6947 after key table.
6948
6949 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6950 redisplay variables.
6951
6952 * subr.el (push): Fix typo.
6953
6954 1999-08-30 Kevin Blake <kblake@ticnet.com>
6955
6956 * emacs-lisp/ring.el: Many doc fixes.
6957 (ring-size, ring-copy): New functions.
6958
6959 1999-08-29 Richard Stallman <rms@gnu.org>
6960
6961 * progmodes/etags.el (tags-loop-continue):
6962 After tags-loop-operate returns, force skip to next file.
6963
6964 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6965 (mail-extr-first-letters, mail-extr-last-letters):
6966 Use character classes [:alpha:] and [:alnum:].
6967
6968 * subr.el (push, pop): New macros.
6969
6970 * progmodes/compile.el (compilation-error-regexp-alist):
6971 New item for SGI IRIX MipsPro compilers.
6972
6973 * speedbar.el (speedbar-directory-buttons): Recognize
6974 device names when checking for file names.
6975
6976 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6977
6978 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6979 and specially handle defvar inside their expansions.
6980 (eval-defun-1): New subroutine.
6981
6982 * progmodes/compile.el (compilation-error-regexp-alist):
6983 Fix the Perl -w entry to allow period after line number.
6984 Don't allow newlines in file name, but allow them after line number
6985 for Perl debugging traces.
6986
6987 * which-func.el (which-func-cleanup-function): New variable.
6988 (which-function): Call that function.
6989
6990 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6991 to end a function name.
6992
6993 * informat.el (Info-tagify): Don't insert more than one newline
6994 before the tag table.
6995
6996 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6997
6998 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6999 than make-temp-name, use match-string-no-properties, and eliminate
7000 a quadratic behavior when building bibtex-strings.
7001
7002 1999-08-29 Alex Schroeder <alex@gnu.org>
7003
7004 * comint.el (comint-input-ring-separator): New variable.
7005 (comint-read-input-ring): Doc change; use
7006 comint-input-ring-separator when reading file.
7007 (comint-write-input-ring): Use
7008 comint-input-ring-separator when writing file.
7009
7010 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
7011
7012 * informat.el (Info-tagify): Start by widening.
7013 Match node headers that don't list the file name,
7014 and more kinds of page separations.
7015 Strip properties during tagification.
7016 Use start of node header line as tag's position.
7017 Fix the "done" message.
7018
7019 (Info-validate): Save and restore match data around narrowing down.
7020
7021 1999-08-28 Richard M. Stallman <rms@gnu.org>
7022
7023 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7024 On repeated call, override previous values put into
7025 minor-mode-map-alist and minor-mode-alist.
7026
7027 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
7028
7029 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7030
7031 1999-08-27 Andreas Schwab <schwab@gnu.org>
7032
7033 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7034 from cvs update.
7035
7036 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7037
7038 * calendar/calendar.el (calendar-move-hook): New hook.
7039
7040 * calendar/cal-move.el: Call the new hook in every movement function.
7041
7042 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7043 the right function name.
7044
7045 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
7046
7047 * time-stamp.el: Put quote-backquote around all symbol names
7048 in doc strings, for mousing.
7049 (time-stamp): Support multi-line patterns.
7050 (time-stamp-inserts-lines): New variable.
7051 (time-stamp-count): New variable.
7052 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7053 "Thu" instead of "%a".
7054
7055 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7056
7057 * simple.el (kill-word): Undo previous change.
7058
7059 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7060
7061 * jit-lock.el (jit-lock-function): Extend the fontified range
7062 to the beginning of the line containing the range start and
7063 the beginning of the line following the range end.
7064
7065 1999-08-24 Dave Love <fx@gnu.org>
7066
7067 * timezone.el: Move provide to end.
7068 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
7069 <70 are 2000+.
7070 (timezone-parse-time): Simplify somewhat.
7071
7072 1999-08-24 Gerd Moellmann <gerd@gnu.org>
7073
7074 * faces.el (margin): Renamed from bitmap-area.
7075
7076 1999-08-24 Alex Schroeder <alex@gnu.org>
7077
7078 * sql.el: Doc changes.
7079 (sql-sybase): Use sql-server instead of sql-database.
7080
7081 1999-08-23 Dave Love <fx@gnu.org>
7082
7083 * rect.el: Add/fix various doc strings. Add `*' to all the
7084 interactive specs.
7085
7086 1999-08-21 Gerd Moellmann <gerd@gnu.org>
7087
7088 * jit-lock.el (jit-lock-function): Use line-beginning-position.
7089 Don't unwind-protect font-lock-fontify-region.
7090
7091 * paragraphs.el (backward-kill-paragraph): Don't move
7092 point into mini-buffer prompt.
7093 (backward-kill-sentence): Ditto.
7094
7095 * simple.el (next-history-element): Use minibuffer-prompt-end.
7096 Remove test for minibuffer-prompt-in-buffer.
7097 (kill-word): Don't move point into mini-buffer prompt.
7098
7099 1999-08-21 Dave Love <fx@gnu.org>
7100
7101 * Makefile: Exclude CVS dirs like RCS.
7102
7103 1999-08-19 Dave Love <fx@gnu.org>
7104
7105 * tooltip.el (tooltip-mode): Customize this, per convention.
7106 (tooltip-active): Option deleted.
7107
7108 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
7109
7110 * hanoi.el, page-ext.el: Declare dynamic vars.
7111
7112 * term.el: Avoid ange-ftp related compilation warnings.
7113
7114 1999-08-18 Gerd Moellmann <gerd@gnu.org>
7115
7116 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7117 the default so that beginners can benefit from it without
7118 searching in manuals.
7119
7120 1999-08-18 Ray Blaak <blaak@gnu.org>
7121
7122 * progmodes/delphi.el: Consider assembly sections as blocks, to
7123 indent them better. Make auto-indent on newline optional.
7124
7125 1999-08-17 Gerd Moellmann <gerd@gnu.org>
7126
7127 * bindings.el (mode-line-modified): Look up key binding for C-x
7128 C-q. If it's bound call that binding, otherwise call
7129 toggle-read-only.
7130
7131 1999-08-17 Dave Love <fx@gnu.org>
7132
7133 * info.el (info): Doc fix.
7134
7135 * finder.el (finder-known-keywords): Add `multimedia'.
7136
7137 * apropos.el: Don't capitalize custom group name.
7138
7139 * info-look.el: Remove compatibility code.
7140 (info-lookup-guess-default*): DTRT for point at start of symbol.
7141 (info-complete): Don't lose with point not at end of symbol.
7142
7143 1999-08-16 Gerd Moellmann <gerd@gnu.org>
7144
7145 * term.el (toplevel): Make face `term-default' an empty face.
7146 The code relied on the fact that Emacs ignored invalid faces in
7147 face text properties in 20.4.
7148
7149 1999-08-16 Richard M. Stallman <rms@gnu.org>
7150
7151 * subr.el (point-at-eol, point-at-bol): New aliases.
7152
7153 * simple.el: Functions reordered.
7154
7155 * rect.el (delete-rectangle-line): Use line-end-position.
7156
7157 1999-08-16 Karl Heuer <kwzh@gnu.org>
7158
7159 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7160 here from simple.el.
7161
7162 1999-08-16 Dave Love <fx@gnu.org>
7163
7164 * mouse.el: Provide `mldrag' for compatibility.
7165 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7166 marked obsolete.
7167
7168 * mldrag.el: Removed since the features are in mouse.el.
7169
7170 * jka-compr.el (auto-compression-mode): New variable for
7171 customization.
7172
7173 * bindings.el (mode-line-mule-info): Doc fix.
7174
7175 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7176 name comparisons.
7177
7178 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7179 (find-file): Doc fix.
7180
7181 1999-08-16 Carsten Dominik <cd@gnu.org>
7182
7183 * textmodes/reftex.el: Most of the code moved to other files.
7184 * textmodes/reftex-auc.el: New file, split out from reftex.el
7185 * textmodes/reftex-cite.el: New file, split out from reftex.el
7186 * textmodes/reftex-global.el: New file, split out from reftex.el
7187 * textmodes/reftex-index.el: New file, split out from reftex.el
7188 * textmodes/reftex-parse.el: New file, split out from reftex.el
7189 * textmodes/reftex-ref.el: New file, split out from reftex.el
7190 * textmodes/reftex-sel.el: New file, split out from reftex.el
7191 * textmodes/reftex-toc.el: New file, split out from reftex.el
7192 * textmodes/reftex-vars.el: New file, split out from reftex.el
7193 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7194
7195 1999-08-16 Carsten Dominik <cd@gnu.org>
7196
7197 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7198 conflict with pop-up-frames.
7199 (reftex-special-environment-parsers): New constant.
7200 (reftex-label-alist): car of an entry can also be a function.
7201 (reftex-what-special-env): Cew function.
7202 (reftex-label-location): Call `reftex-what-special-env'.
7203 (reftex-compile-variables): Check for symbol in
7204 `reftex-label-alist'.
7205 (reftex-what-environment): Fixed bug with stacked environments of
7206 same kind (e.g. enumerate).
7207 (reftex-process-string): Preserve default directory.
7208 (reftex-label-alist-builtin): Changed prefixes of endnote and
7209 footnote. Also the magic words.
7210 (reftex-reference): Interprete new option
7211 `reftex-fref-is-default'.
7212 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7213 (reftex-toc-mouse-view-line): Command removed (had no binding).
7214 (reftex-everything-regexp): New function.
7215 (reftex-nearest-match): Made better.
7216 (reftex-toc-find-section): Use new version of
7217 `reftex-nearest-match'.
7218 (reftex-insert-docstruct): Adapted to work with the index stuff.
7219 (reftex-parse-from-file): Find index entries as well.
7220 (reftex-toc-toggle-index): New function
7221 (reftex-toc-map): `i' is now used to togle the index, File
7222 boundaries has been moved to `F'.
7223 (reftex-select-label-map): Toggling display of file boundaries is
7224 now on the `F' key, for consistency with `reftex-toc-map'.
7225 (reftex-erase-all-selection-and-index-buffers): Renamed from
7226 `reftex-erase-all-selection-buffer'. Now also kills the index
7227 buffers.
7228 (reftex-viewing-cross-references): Customization group renamed
7229 from reftex-viewing-cross-references-and-citations.
7230 (reftex-index-macro-regexp,
7231 reftex-find-index-entry-regexp-format): New variables
7232 (reftex-macros-with-index): New variable
7233 (reftex-add-index-macros): New function
7234 (reftex-renumber-simple-labels, reftex-translate): Allow for
7235 multiple labels in a single ref command.
7236 (reftex-index-support): New customization group
7237 (reftex-support-index, reftex-index-special-chars,
7238 reftex-index-macros, reftex-index-default-macro,
7239 reftex-index-default-tag, reftex-index-math-format,
7240 reftex-index-section-letters, reftex-index-include-context,
7241 reftex-index-follow-mode, reftex-index-header-face,
7242 reftex-index-section-face, reftex-index-tag-face,
7243 reftex-index-face): New options
7244 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7245 reftex-index-tag, reftex-index-return-marker,
7246 reftex-index-restriction-indicator, reftex-index-restriction-data,
7247 reftex-index-macro-regexp, reftex-index-level-re,
7248 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7249 reftex-everything-regexp-no-index, reftex-index-re,
7250 reftex-macros-with-index, reftex-index-macro-alist): New variables
7251 (reftex-index-help, reftex-index-macros-builtin,
7252 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7253 reftex-query-index-macro-help): New constants
7254 (reftex-index-selection-or-word, reftex-index,
7255 reftex-default-index, reftex-update-default-index,
7256 reftex-index-complete-tag, reftex-index-select-tag,
7257 reftex-index-complete-key, reftex-index-update-taglist,
7258 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7259 reftex-display-index, reftex-insert-index,
7260 reftex-index-insert-new-letter, reftex-get-restriction,
7261 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7262 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7263 reftex-index-toggle-follow, reftex-index-toggle-context,
7264 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7265 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7266 reftex-index-quit, reftex-index-quit-and-kill,
7267 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7268 reftex-index-revert, reftex-index-switch-index-tag,
7269 reftex-index-restrict-to-section, reftex-index-widen,
7270 reftex-index-restriction-forward,
7271 reftex-index-restriction-backward, reftex-index-visit-location,
7272 reftex-index-analyze-entry, reftex-index-globalize,
7273 reftex-index-edit, reftex-index-toggle-range-beginning,
7274 reftex-index-toggle-range-end, reftex-index-edit-key,
7275 reftex-index-edit-attribute, reftex-index-edit-visual,
7276 reftex-index-edit-part, reftex-index-level-down,
7277 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7278 reftex-index-change-entry, reftex-index-goto-letter,
7279 reftex-add-index-macros, reftex-ensure-index-support,
7280 reftex-index-info-safe, reftex-index-info): New functions.
7281
7282
7283 1999-08-15 Richard M. Stallman <rms@gnu.org>
7284
7285 * paren.el (show-paren-mode): Support making show-paren-mode
7286 a buffer-local variable. Don't check for a window system.
7287 (show-paren-function): Check whether show-paren-function is
7288 enabled in current buffer; do the right thing if not.
7289 Don't check for a window system.
7290 (show-paren-mode): Make it a user variable.
7291
7292 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7293 Handle `enum' like `struct'.
7294
7295 * server.el (server-process-filter): If a client visits no buffers,
7296 close it immediately before recording it.
7297
7298 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7299 Optimize by calling concat just once. Handle =\n sequence.
7300 (mail-unquote-printable-region): New command.
7301 (mail-quote-printable): Make it autoload.
7302
7303 1999-08-15 Karl Heuer <kwzh@gnu.org>
7304
7305 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7306
7307 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7308
7309 * lisp/texinfmt.el: Handle @ifnottex.
7310
7311 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7312
7313 * frame.el (blink-cursor): Don't turn on cursor blinking for
7314 ms-dos.
7315
7316 * faces.el (face-valid-attribute-values): Look in
7317 x-bitmap-file-path only for x and w32 window systems.
7318
7319 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7320 Do that if width is nil as well.
7321 (x-display-mm-height, x-display-mm-width): Update values.
7322 (x-colors): Compute the list from msdos-color-values.
7323 (x-select-enable-clipboard): Doc fix.
7324 (x-frob-font-weight, x-font-family-list): New functions.
7325
7326 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7327
7328 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7329 back up from beginning of buffer.
7330
7331 1999-08-13 Karl Heuer <kwzh@gnu.org>
7332
7333 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7334
7335 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7336
7337 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7338 doomsday clock, speed control is added and changes are made to
7339 allow large numbers of rings: rings now show the whole ring
7340 number, not just the last digit; consecutive rings are allowed to
7341 be the same size when necessary to fit all the rings in the
7342 window; and poles can be oriented horizontally. Face support is
7343 thrown in gratuitously.
7344 (hanoi): Changed default number of rings back to 3.
7345 (hanoi-unix, hanoi-unix-64): New commands
7346 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7347 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7348 hanoi-odd-ring-face): New variables.
7349 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7350 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7351 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7352 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7353 (hanoi-topos, hanoi-draw-ring): Removed.
7354
7355 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7356
7357 * faces.el (face-valid-attribute-values): Return an alist for
7358 families on ttys.
7359 (face-read-integer): Handle unspecified face attributes. Add
7360 completion for `unspecified'.
7361 (read-face-attribute): Handle unspecified font attributes.
7362 (face-valid-attribute-values): Add `unspecified' to lists so that
7363 it can be chosen via completion.
7364 (face-read-string): Don't recognize "none" as input.
7365
7366 1999-08-10 Dave Love <fx@gnu.org>
7367
7368 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7369 string.
7370
7371 * sun-curs.el: Require sun-fns.
7372
7373 1999-08-10 Dave Love <fx@gnu.org>
7374
7375 * autorevert.el (auto-revert-mode): Add autoload cookie.
7376
7377 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7378 hscroll.
7379
7380 * simple.el (hscroll-step, hscroll-point-visible)
7381 (hscroll-window-column): Remove now we have the mentioned real
7382 horizontal autoscrolling.
7383
7384 1999-08-10 Richard M. Stallman <rms@gnu.org>
7385
7386 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7387 control use of -f option.
7388 (mail-specify-envelope-from): New variable.
7389 (mail-from-style): Doc fix.
7390
7391 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7392 (easy-menu-get-map): New arg TO-MODIFY helps choose
7393 between local and global maps.
7394 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7395 (easy-menu-change): Doc fix.
7396
7397 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7398 (info-lookup-guess-default): Simplified and cleaned up.
7399 (info-lookup-guess-default*): Preserve point.
7400
7401 * view.el (view-mode-disable): If buffer-read-only is nil,
7402 don't change it.
7403
7404 * files.el (after-find-file): Disable View mode if buffer is no
7405 longer read-only.
7406
7407 * view.el (view-mode-enable, view-mode-disable):
7408 Call force-mode-line-update.
7409
7410 1999-08-10 Karl Heuer <kwzh@gnu.org>
7411
7412 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7413 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7414 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7415
7416 1999-08-10 Alex Schroeder <asc@bsiag.com>
7417
7418 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7419 to prevent m-eating-bug.
7420
7421 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7422
7423 * term/pc-win.el (msdos-bg-mode): Remove. Call
7424 frame-set-background-mode instead. All callers changed.
7425 (msdos-face-setup): Don't force color display parameter, it is set
7426 by frame-set-background-mode.
7427 (make-msdos-frame): Call x-handle-reverse-video and
7428 face-set-after-frame-default. Delete frame if creation failed.
7429
7430 * faces.el (face-set-after-frame-default): Don't call
7431 make-face-x-resource-internal for the pc window-system.
7432
7433 1999-08-10 Dave Love <fx@melange.gnu.org>
7434
7435 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7436 case with no docstring specially.
7437
7438 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7439
7440 * complete.el (PC-do-completion): If completing on file name,
7441 reproduce str by concatenating its directory and basename parts.
7442
7443 1999-08-07 Dave Love <fx@gnu.org>
7444
7445 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7446 unibyte to multibyte conversion of search-forward (from Handa),
7447 but avoid the replacement if the language is Latin-N.
7448
7449 1999-08-06 Richard Stallman <rms@gnu.org>
7450
7451 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7452 of eval-buffer.
7453
7454 * international/mule.el (load-with-code-conversion):
7455 Pass t to eval-buffer for DO-ALLOW-PRINT.
7456
7457 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7458
7459 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7460 of filenames and attributes.
7461 (ls-lisp-insert-directory): Use directory-files-and-attributes
7462 for speed.
7463
7464 1999-08-05 Dave Love <fx@gnu.org>
7465
7466 * auto-show.el (auto-show-mode): Fix :set.
7467
7468 * widget.el (define-widget-keywords): Make dummy definition and
7469 comment-out its use.
7470
7471 1999-08-04 Richard Stallman <rms@gnu.org>
7472
7473 * progmodes/tcl.el: Customized.
7474
7475 * sql.el (sql-accumulate-and-indent): Instead of testing
7476 whether this is Emacs 20 before calling comint-accumulate,
7477 test whether comint-accumulate is defined.
7478
7479 1999-08-04 Dave Love <fx@gnu.org>
7480
7481 * sgml-mode.el: Require outline when compiling.
7482 (sgml-mode-hook, html-mode-hook): Customize.
7483 (sgml-validate-command): Fix :version.
7484 (html-autoview-mode): Doc fix.
7485
7486 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7487 nothing in Latin-N environment.
7488
7489 * info.el (Info-find-node): Call info-initialize here.
7490 (info): Not here.
7491 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7492
7493 1999-08-04 Richard Stallman <rms@gnu.org>
7494
7495 * ansi-color.el: New file.
7496
7497 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7498
7499 * dired.el (dired-string-replace-match): Return `nil' when no match
7500 found with global search.
7501
7502 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7503 * terminal.el (te-terminfo-directory):
7504 * mail/mailpost.el (post-mail-send-it):
7505 * mail/metamail.el (metamail-region):
7506 * progmodes/ada-mode.el (ada-tmp-directory):
7507 Use temporary-file-directory.
7508
7509 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7510 (compilation-filter, compilation-forget-errors)
7511 (compilation-parse-errors): Use a marker instead of an integer for
7512 `compilation-parsing-end'.
7513
7514 * progmodes/diff.el (diff-parse-differences):
7515 Use a marker instead of an integer for `compilation-parsing-end'.
7516 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7517 Use a marker instead of an integer for `compilation-parsing-end'.
7518
7519 1999-08-03 Richard Stallman <rms@gnu.org>
7520
7521 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7522 (Buffer-menu-mode): Doc fix.
7523 (Buffer-menu-view): New command.
7524 (Buffer-menu-view-other-window): New command.
7525
7526 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7527
7528 * replace.el (query-replace-regexp-eval)
7529 (replace-eval-replacement, replace-loop-through-replacements)
7530 (replace-match-string-symbols): New functions.
7531 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7532 Use replace-loop-through-replacements.
7533
7534 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7535
7536 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7537 (5x5): Doc fix.
7538
7539 1999-08-03 Dave Love <fx@gnu.org>
7540
7541 * fortran.el (fortran-indent-new-line): Make it an alias
7542 for reindent-then-newline-and-indent.
7543
7544 1999-08-03 Didier Verna <verna@inf.enst.fr>
7545
7546 * rect.el: All functions rewritten, except when noted above
7547 their declaration. Below is a list of interface changes.
7548 (apply-on-rectangle): New function, mostly replaces
7549 `operate-on-rectangle'. All callers changed.
7550 (move-to-column-force): Pass new second argument to `move-to-column'.
7551 (kill-rectangle): Added optional prefix arg to fill lines.
7552 (delete-rectangle): Ditto.
7553 (delete-whitespace-rectangle): Ditto.
7554 (delete-extract-rectangle): Ditto.
7555 (open-rectangle): Ditto.
7556 (clear-rectangle): Ditto.
7557 (delete-whitespace-rectangle-line): New function.
7558 (delete-rectangle-line): Added third arg FILL.
7559 (delete-extract-rectangle-line): Ditto.
7560 (open-rectangle-line): Ditto.
7561 (clear-rectangle-line): Ditto.
7562
7563 1999-08-03 Ray Blaak <blaak@gnu.org>
7564
7565 * progmodes/delphi.el: New file.
7566
7567 1999-08-02 Richard Stallman <rms@gnu.org>
7568
7569 * textmodes/outline.el (outline-previous-heading): New function.
7570 (outline-up-heading-all): Use outline-previous-heading.
7571 (outline-next-heading): Delete definition inserted yesterday.
7572
7573 1999-08-01 Richard Stallman <rms@gnu.org>
7574
7575 * textmodes/outline.el (outline-next-heading): New function.
7576 (outline-up-heading-all): New function.
7577 (outline-font-lock-level): Using outline-up-heading-all.
7578 Tell outline-back-to-heading to accept invisible headings.
7579
7580 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7581
7582 * mail/mh-utils.el (mh-find-path-run): New variable.
7583 (mh-find-path): Test and set that.
7584 Set mail-user-agent only the first time this function is run.
7585 (mail-user-agent): Defvar deleted.
7586
7587 * info.el (info-initialize): New function.
7588 (info): Call info-initialize.
7589 (Info-directory-list): Initialize to nil,
7590 so info-initialize will set it up for real.
7591
7592 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7593
7594 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7595 does not interpret a time as the year in a day-month entry.
7596
7597 * calendar/diary-lib.el: Change syntax table entry for colon in
7598 the diary as part of the european-date-diary-pattern fix.
7599
7600 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7601
7602 * international/mule.el (set-auto-coding): Allow whitespace before
7603 and after the "variable: value" pair.
7604
7605 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7606
7607 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7608 (default-sendmail-coding-system): Doc-string fixed.
7609
7610 1999-07-30 Dave Love <fx@gnu.org>
7611
7612 * subr.el (assoc-delete-all): New function, renamed from
7613 frame-delete-all.
7614
7615 * frame.el: Change comments to doc strings and other doc fixes.
7616 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7617 Callers changed.
7618 (set-background-color, set-foreground-color, set-cursor-color)
7619 (set-mouse-color, set-border-color): Offer completion of colours.
7620 (cursor): Add :version to defgroup.
7621
7622 * facemenu.el (list-colors-display): Make it work on ttys.
7623 (facemenu-read-color): Likewise.
7624
7625 1999-07-30 Richard M. Stallman <rms@gnu.org>
7626
7627 * frame.el (frame-notice-user-settings): If background
7628 color has been changed, update background-mode from it,
7629 then update faces.
7630
7631 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7632
7633 * net-utils.el (finger): Don't do indirect fingering.
7634
7635 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7636
7637 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7638 rules. Add separator at end of holidays.
7639 (cal-tex-rules): New customizable variable.
7640 (cal-tex-latexify-list): Add optional parameter to put separator
7641 at end.
7642
7643 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7644
7645 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7646 fill prefix on each line while looping to the end of paragraph.
7647 End paragraph if it's longer than the existing fill prefix.
7648
7649 * textmodes/fill.el (fill-context-prefix): Doc fix.
7650
7651 1999-07-30 Dave Love <fx@gnu.org>
7652
7653 * font-lock.el (jit-lock): Fix :load, add :version.
7654
7655 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7656
7657 * term/pc-win.el (msdos-face-setup): Register standard colors in
7658 Vface_tty_color_alist.
7659 (face-color-supported-p, face_color_gray_p): New functions.
7660
7661 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7662 is bound.
7663
7664 * startup.el (command-line): Don't register default colors for
7665 MSDOS window-system.
7666
7667 1999-07-29 Dave Love <fx@gnu.org>
7668
7669 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7670 charquote.
7671
7672 * lisp-mode.el (eval-defun): Re-written to avoid
7673 capturing variables.
7674
7675 * picture.el (picture-beginning-of-line): Don't call
7676 hscroll-point-visible now we have real autoscrolling.
7677 (picture-end-of-line, picture-newline, picture-open-line):
7678 Likewise.
7679
7680 * international/latin-8.el: New file.
7681 * international/latin-9.el: New file.
7682
7683 1999-07-28 Dave Love <fx@gnu.org>
7684
7685 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7686
7687 * msb.el: Require cl only when compiling.
7688 (msb--home-dir): Deleted.
7689 (msb--format-title): Use abbreviate-file-name.
7690 (msb--choose-file-menu): Simplify string comparison.
7691
7692 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7693
7694 * faces.el (toolbar): Add face definition for mono displays.
7695
7696 1999-07-27 Richard M. Stallman <rms@gnu.org>
7697
7698 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7699
7700 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7701 force copying of default-frame-alist.
7702
7703 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7704
7705 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7706
7707 1999-07-26 Richard M. Stallman <rms@gnu.org>
7708
7709 * frame.el (set-mouse-color): If new color is nil,
7710 really respecify the current color.
7711
7712 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7713
7714 * faces.el (bitmap-area): Change background of face `bitmap-area'
7715 to white for mono displays.
7716
7717 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7718
7719 * international/ccl.el (ccl-embed-symbol): New function.
7720 (ccl-program-p): Deleted. Now it's implemented in C code.
7721 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7722 (ccl-compile-translate-character): Likewise.
7723 (ccl-compile-map-single): Likewise.
7724 (ccl-compile-multiple-map-function): Likewise.
7725 (declare-ccl-program): Doc-string modified.
7726 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7727
7728 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7729
7730 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7731
7732 1999-07-25 Markus Rost <rost@gnu.org>
7733
7734 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7735 the entries to make custom-file more readable.
7736
7737 1999-07-25 Richard M. Stallman <rms@gnu.org>
7738
7739 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7740
7741 * emacs-lisp/edebug.el: Delete compatibility code.
7742 (edebug-next-token-class): If . is followed by a digit,
7743 return `symbol' for the token class.
7744
7745 * startup.el (command-line): If we don't find the user's init file,
7746 set user-init-file to nil.
7747
7748 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7749
7750 * info-look.el (info-lookup-interactive-arguments): Add optional
7751 argument query for new choice of help mode.
7752 (info-lookup-symbol): Use it.
7753 (info-lookup-file): Ditto.
7754 (info-lookup): Don't switch to other window, if already in Info
7755 buffer.
7756
7757 1999-07-23 Dave Love <fx@gnu.org>
7758
7759 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7760 syntax.
7761 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7762 (fortran-font-lock-syntactic-keywords): New variable.
7763 (fortran-mode): Use it.
7764 (fortran-font-lock-keywords-1): Don't do comments.
7765 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7766 match data.
7767
7768 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7769
7770 * msb.el (msb-menu-bar-update-buffers): Renamed from
7771 menu-bar-update-buffers.
7772 (msb-custom-set, msb--toggle-menu-type): Call
7773 msb-menu-bar-update-buffers.
7774 (msb-mode): Revise the hook setting.
7775
7776 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7777
7778 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7779
7780 * font-lock.el, help.el, simple.el: Re-integrate previously
7781 described changes that were lost due to errors while checking them
7782 in.
7783
7784 1999-07-23 Kevin Blake <kblake@ticnet.com>
7785
7786 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7787
7788 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7789
7790 * international/encoded-kb.el
7791 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7792 but push it to unread-command-events.
7793 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7794 (encoded-kbd-self-insert-sjis): Likewise.
7795 (encoded-kbd-self-insert-big5): Likewise.
7796
7797 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7798 before left margin and fill-prefix by fill-find-break-point.
7799
7800 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7801
7802 * info-look.el (info-lookup-setup-mode): Don't give up, if
7803 info-lookup-make-completions returns an error.
7804 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7805 name latex, not latex2e.
7806
7807 1999-07-21 Richard M. Stallman <rms@gnu.org>
7808
7809 * replace.el (perform-replace): Turn off case-fold-search
7810 if FROM-STRING argument has uppercase in it.
7811
7812 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7813
7814 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7815 mode is on. Don't use end of changed text.
7816
7817 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7818
7819 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7820 (cl-hash-table-p): Renamed from hash-table-p.
7821 (cl-hash-table-count): Renamed from hash-table-count.
7822 (maphash): Alias to cl-maphash removed.
7823 (gethash): Likewise.
7824 (puthash): Likewise.
7825 (remhash): Likewise.
7826 (clrhash): Likewise.
7827
7828 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7829
7830 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7831 third arg non-nil. See comment there why this isn't a good idea.
7832
7833 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7834
7835 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7836
7837 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7838 sit-for with 3rd arg non-nil to prevent redisplay.
7839
7840 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7841
7842 * image.el (image-type-from-file-header): If file doesn't
7843 have a directory part, add data-directory.
7844
7845 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7846
7847 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7848 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7849 motion handling when tooltip-gud-tips-p is nil.
7850
7851 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7852
7853 * tooltip.el (tooltip-mode): Don't use `plusp'.
7854 (tooltip-active): Use initial value of nil.
7855
7856 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7857
7858 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7859
7860 * bindings.el (make-mode-line-mouse-sensitive): Add key
7861 definitions for `top-line'.
7862
7863 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7864
7865 * faces.el (top-line): New face.
7866
7867 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7868
7869 * image.el (image-type-regexps): Add regexp for PS files.
7870
7871 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7872
7873 * faces.el (set-face-attribute): Fix wrong handling of frame
7874 begin equal to t.
7875
7876 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7877
7878 * image.el (image-type-regexps): Add PNG format.
7879
7880 1999-07-21 Dave Love <fx@gnu.org>
7881
7882 * bindings.el (mode-line-modified): New variable.
7883 (mode-line-mode-menu-1): Switch to appropriate window before
7884 showing menu.
7885
7886 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7887
7888 * faces.el (face-underline): Removed.
7889 (face-underline-color): Ditto.
7890
7891 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7892
7893 * faces.el (face-x-resources): Fix typo.
7894
7895 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7896
7897 * faces.el: Remove handling of `:relief', extend handling of
7898 `:box'.
7899 (frame-set-background-mode): Choose new defface specs after
7900 frame parameters have changed.
7901
7902 * cus-face.el: Ditto.
7903
7904 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7905
7906 * custom.el (defface): Extend documentation to include new
7907 face attributes.
7908
7909 * cus-face.el (custom-face-attributes): Add overline,
7910 strike-through, box.
7911
7912 * faces.el (face-valid-attribute-values): Handle overline,
7913 strike-through, box.
7914 (face-attribute-name-alist): Add pairs for new face attributes.
7915 (describe-face): Handle new face attributes.
7916
7917 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7918
7919 * faces.el (face-x-resources): Add overline, strike-through, box.
7920
7921 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7922
7923 * enriched.el (enriched-translations): Add `display' and
7924 "x-display".
7925 (enriched-handle-display-prop): New.
7926 (enriched-decode-display-prop): New.
7927
7928 * format.el (top-level): Give `display' property
7929 `format-list-atomic-p.
7930 (format-annotate-single-property-change): Test that property.
7931 If present, treat list property values like atoms.
7932
7933 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7934
7935 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7936 so that "*" can be entered.
7937
7938 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7939
7940 * cus-face.el (custom-face-attributes): Don't use `#''.
7941
7942 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7943
7944 * cus-face.el (custom-face-attributes): Return underline
7945 face attribute directly from the second lambda of underline.
7946
7947 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7948
7949 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7950
7951 * frame.el (after-setting-font-hooks): New variable.
7952 (set-frame-font): Run those hooks.
7953
7954 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7955
7956 * faces.el (set-face-attribute): Fix doc string.
7957
7958 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7959
7960 * cus-face.el (custom-face-attributes): Accept color name.
7961
7962 * faces.el (face-underline-p): Accept unspecified underlining.
7963 (face-underline): Ditto. Fix doc string.
7964
7965 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7966
7967 * faces.el (face-underline-color): New function.
7968
7969 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7970
7971 * cus-face.el (custom-face-attributes): Support underline coloring.
7972 Added slot to choose a color.
7973
7974 * faces.el (face-underline): New function.
7975 (face-underline-p): Support underline coloring.
7976 Return nil only if the underline attribute is 'normal.
7977 (set-face-underline): New function.
7978 (face-valid-attribute-values): Support underline coloring.
7979
7980 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7981
7982 * image.el (insert-image): Use `display' instead of `glyph'
7983 as text property name.
7984 (put-image): Ditto.
7985 (image-type-from-file-header): Use insert-file-contents-literally.
7986
7987 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7988
7989 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7990 string to indicate separators.
7991
7992 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7993
7994 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7995 instead of message-log.
7996
7997 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7998
7999 * faces.el (bitmap-area): New face.
8000
8001 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8002
8003 * image.el (insert-image): New.
8004
8005 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8006
8007 * frame.el (blink-cursor): Set the symbol's value.
8008 (show-trailing-whitespace): Change group to font-lock.
8009
8010 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8011
8012 * jit-lock.el: New.
8013 * font-lock.el: Add jit-mode as new support mode.
8014
8015 * font-lock.el (font-lock-fontify-keywords-region): Stop when
8016 reaching end instead of letting re-search-forward signal an error.
8017 (demand-lock-mode): New.
8018 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8019 (font-lock-turn-off-thing-lock): Ditto.
8020 (font-lock-after-fontify-buffer): Ditto.
8021 (font-lock-after-unfontify-buffer): Ditto.
8022
8023 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8024
8025 * gs.el: New file.
8026
8027 * startup.el (command-line-1): Activate tooltip mode if
8028 interactive.
8029
8030 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8031
8032 * faces.el (toolbar): Grey default background.
8033 (modeline): Ditto.
8034
8035 * image.el (image-type-regexps): New.
8036 (image-type-from-file-header): New.
8037 (create-image): Call it.
8038
8039 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8040
8041 * image.el: New file.
8042
8043 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8044
8045 * bindings.el (mode-line-format): Replace `mode-name' with
8046 `(:eval mode-line-mode-name)'.
8047 (mode-line-mode-name): New.
8048 (make-mode-line-mouse-sensitive): Don't change default value
8049 of `mode-name'.
8050
8051 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8052
8053 * tooltip.el: New file.
8054
8055 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8056
8057 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8058 instead of mouse-3 to pop up menus.
8059 (mode-line-kill-buffer): Removed.
8060 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8061 buffer name.
8062 (mode-line-buffer-menu-1): Removed.
8063
8064 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8065
8066 * bindings.el (mode-line-buffer-identification-keymap): New.
8067 (mode-line-buffer-menu-keymap): New.
8068 (mode-line-mode-menu-keymap): New.
8069 (mode-line-unbury-buffer): New.
8070 (mode-line-other-buffer): New.
8071 (mode-line-kill-buffer): New.
8072 (mode-line-buffer-menu-1): New.
8073 (mode-line-mode-menu-1): New.
8074 (make-mode-line-mouse-sensitive): New.
8075
8076 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8077
8078 * help.el (describe-key-briefly): Handle mode line strings
8079 with local-map properties.
8080 (describe-key): Ditto.
8081 (mode-line-key-binding): New.
8082
8083 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8084
8085 * scroll-bar.el (scroll-bar-timer): New.
8086 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8087
8088 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8089
8090 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8091 and `bottom'.
8092
8093 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8094
8095 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8096 (global): Use different key bindings if using tookit scroll bars.
8097
8098 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8099
8100 * faces.el (modeline): Define mode line face with relief for
8101 class color, only.
8102 (toolbar): New face.
8103
8104 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8105
8106 * frame.el (frame-initialize): Set frame-creation-function to
8107 tty-create-frame-with-faces.
8108
8109 * faces.el (frame-set-background-mode): Make it work for
8110 window-system nil.
8111
8112 * faces.el (tty-create-frame-with-faces): New.
8113 (face-set-after-frame-default): Make it work for TTY frames.
8114
8115 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8116
8117 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8118 Return a list of one font family for TTYs. Don't return bitmap
8119 file paths for TTY frames.
8120
8121 * faces.el: Add face specs for tty displays to basic faces.
8122
8123 * font-lock.el (font-lock-comment-face): Add spec for color tty.
8124 (font-lock-string-face): Ditto.
8125 (font-lock-keyword-face): Ditto.
8126 (font-lock-builtin-face): Ditto.
8127 (font-lock-function-name-face): Ditto.
8128 (font-lock-variable-name-face): Ditto.
8129 (font-lock-type-face): Ditto.
8130 (font-lock-constant-face): Ditto.
8131 (font-lock-warning-face): Ditto.
8132
8133 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8134
8135 * startup.el (command-line): Register default tty colors.
8136
8137 * faces.el (face-spec-set-match-display): Recognize `type tty'.
8138
8139 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8140
8141 * faces.el (modeline): For X frames, use a modeline with relief.
8142
8143 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8144
8145 * faces.el (frame-update-faces): Copied from 20.2.
8146 (frame-update-face-colors): Ditto. Code removed that isn't
8147 applicable in the new face implementation.
8148
8149 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8150
8151 * frame.el (show-trailing-whitespace): New.
8152
8153 * faces.el (trailing-whitespace): New basic face.
8154
8155 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8156
8157 * cus-face.el (custom-facep): Always define as alias for facep.
8158
8159 * cus-face.el (custom-face-attributes): Use choice widgets.
8160 Remove :bold and :italic.
8161
8162 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8163
8164 * faces.el (face-charset-registries): Removed since fontset.el
8165 is no always loaded.
8166
8167 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8168
8169 * faces.el (internal-get-face): Added as obsolete function for
8170 compatibility.
8171
8172 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8173
8174 * frame.el (blink-cursor-end): Call show-cursor.
8175 (blink-cursor-mode): Ditto.
8176
8177 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8178
8179 * faces.el (face-spec-reset-face): Reset all attributes to
8180 `unspecified'.
8181 (face-spec-set): Use it.
8182
8183 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8184
8185 * faces.el (read-all-face-attributes): Bug fix.
8186 (face-read-integer): Allow nil default value.
8187 (face-valid-attribute-values): Use symbol names of attribute
8188 values for completion list.
8189
8190 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8191
8192 * faces.el (internal-find-face): Define for compatibility with
8193 20.2.
8194 (face-id): Likewise.
8195
8196 * faces.el (face-id): Return the ID of a realized face for ASCII.
8197
8198 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8199 (x-complement-fontset-spec): Use face-charset-registries.
8200
8201 * faces.el (face-font-selection-order): Set font selection order
8202 from Lisp.
8203 (face-alternative-font-family-alist): Set alternative font
8204 families from Lisp.
8205
8206 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8207
8208 * faces.el (set-face-charset-registries): Set symbol value.
8209
8210 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8211
8212 * faces.el (face-set-after-frame-default): Call function
8213 internal-merge-in-global-face.
8214
8215 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8216
8217 * faces.el (face-list): Return symbols from face-global-alist.
8218
8219 * faces.el (face-list): Return a copy of the face name list so
8220 that it cannot be modified from outside (facemenu.el uses
8221 nreverse, for example).
8222
8223 * cus-face.el (custom-face-attributes): Add :bold and :italic
8224 for compatibility with old code.
8225
8226 * faces.el (set-face-attributes-from-resources): Additional
8227 frame parameter.
8228 (make-face-x-resource-internal): Set attributes from resources
8229 for a given frame or all frames.
8230
8231 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8232
8233 * faces.el (all-faces): Removed.
8234
8235 * custom.el (defface): Add new face attributes to function
8236 comment.
8237
8238 * font-lock.el (font-lock-comment-face): Use new face attribute
8239 names.
8240 (font-lock-string-face): Ditto.
8241 (font-lock-keyword-face): Ditto.
8242 (font-lock-builtin-face): Ditto.
8243 (font-lock-function-name-face): Ditto.
8244 (font-lock-variable-name-face): Ditto.
8245 (font-lock-type-face): Ditto.
8246 (font-lock-reference-face): Ditto.
8247 (font-lock-warning-face): Ditto.
8248 ((boundp 'font-lock-face-attributes)): Ditto.
8249
8250 * cus-face.el (custom-face-attributes): Use new face attributes.
8251
8252 * faces.el (set-face-attribute-from-resource): Initialize
8253 from resources only for X and W32.
8254
8255 * cus-face.el (custom-declare-face): Don't make frame-local
8256 faces.
8257
8258 * faces.el (describe-face): Use princ instead of insert.
8259
8260 * faces.el: Add XLFD manipulation functions from 20.2 again
8261 because fontset.el uses them.
8262 (face-set-after-frame-default): Add empty definition.
8263
8264 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8265
8266 * faces.el (make-face): Correct typo.
8267 (set-face-attribute-from-resource): Use let*.
8268 (face-underline-p): Correct typo.
8269 (face-inverse-video-p): Ditto.
8270 (set-face-stipple): Ditto.
8271 (face-read-string): Make completion-list optional parameter.
8272
8273 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8274
8275 * faces.el (face-charset-registries): Alist mapping charset
8276 symbols to registries and encoding.
8277
8278 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8279
8280 * frame.el (blink-cursor-mode): Use interactive spec "P".
8281
8282 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8283
8284 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8285 mode. The cursor of selected_window blinks if the mode is enabled.
8286
8287 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8288
8289 * simple.el (next-history-element): Set point to the end of the
8290 prompt if minibuffer-prompt-in-buffer.
8291
8292 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8293
8294 * faces.el (x-font-regexp): Add sub-expression parentheses for
8295 several font name components.
8296
8297 1999-07-21 Gerd Moellmann <gerd@acm.org>
8298
8299 * faces.el (set-face-relief): Use index 12 for relief.
8300 (face-fill-in): Set relief from data.
8301 (internal-make-face): Init relief to zero.
8302
8303 * faces.el (face-spec-set): Call modify-face with additional
8304 parameters for relief and fixed-p.
8305
8306 1999-07-21 Gerd Moellmann <gerd@acm.org>
8307
8308 * cus-face.el: ':fixed and ':relief added.
8309
8310 * faces.el (describe-face): Add fixed font attribute and relief.
8311 (face-attr-match-p): Ditto.
8312 (face-attr-construct): Ditto.
8313 (face-spec-set): Ditto.
8314
8315 1999-07-21 Gerd Moellmann <gerd@acm.org>
8316
8317 * faces.el (internal-make-face): Function to create a Lisp vector
8318 suitable for representing a face.
8319 (make-face): Use it instead of make-vector.
8320 (x-create-frame-with-faces): Use it instead of vector.
8321 (internal-facep): Increase vector size to 14.
8322 (internal-make-face): Ditto.
8323 (face-relief): Access relief thickness.
8324 (face-fixed-p): Access fixed font attribute.
8325 (set-face-fixed-p): Set fixed font attribute.
8326 (set-face-relief): Set relief attribute.
8327 (internal-face-interactive-int): Read int attribute of face.
8328 (modify-face): Add fixed-p and relief parameters.
8329 (copy-face): Handle fixed-p and relief.
8330 (face-equal): Compare fixed-p and relief.
8331 (face-differs-from-default-p): Ditto.
8332 (face-nontrivial-p): Add fixed-p and relief.
8333
8334 1999-07-21 Gerd Moellmann <gerd@acm.org>
8335
8336 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8337 (internal-facep): Increase vector size.
8338 (make-face): Ditto.
8339 (face-shadow-thickness): Added.
8340 (set-face-shadow-thickness): Added.
8341 (modify-face): Add optional shadow-thickness parameter.
8342 (make-face-x-resource-internal): Add shadows.
8343 (copy-face): Ditto.
8344 (face-equal): Ditto.
8345 (face-differs-from-default-p): Ditto.
8346 (face-nontrivial-p): Ditto.
8347 (face-attr-match-p): Ditto.
8348 (face-attr-construct): Ditto.
8349 (face-spec-set): Ditto.
8350 (face-fill-in): Ditto.
8351
8352 1999-07-21 Gerd Moellmann <gerd@acm.org>
8353
8354 * bench.el (bench-mark-split-window): New bench mark.
8355
8356 1999-07-21 Gerd Moellmann <gerd@acm.org>
8357
8358 * faces.el (set-face-font): Don't pass default font to
8359 x-resolve-font so that font will not have to be of the same
8360 size.
8361
8362 1999-07-20 Dave Love <fx@gnu.org>
8363
8364 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8365 unconditionally t.
8366
8367 1999-07-20 Karl Heuer <kwzh@gnu.org>
8368
8369 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8370
8371 1999-07-20 Dave Love <fx@gnu.org>
8372
8373 * help.el (describe-variable): Fix test for customizability.
8374
8375 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8376 Check for readonly buffer in interactive spec.
8377 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8378 (backward-kill-word): Add * to interactive spec.
8379
8380 * underline.el (underline-region, ununderline-region): Add * to
8381 interactive spec.
8382
8383 * fill.el (canonically-space-region, justify-current-line): Add *
8384 to interactive spec.
8385 (fill-region-as-paragraph, fill-paragraph, fill-region)
8386 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8387 readonly buffer in interactive spec.
8388
8389 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8390 (backward-kill-sentence, kill-sentence): Add * to interactive
8391 spec.
8392
8393 1999-07-19 Richard M. Stallman <rms@gnu.org>
8394
8395 * dired-aux.el (dired-do-shell-command): Doc fix.
8396
8397 * shell.el (shell-unquote-argument): New function.
8398 (shell-directory-tracker): Use shell-unquote-argument.
8399 * comint.el (comint-arguments): Handle \ followed by space or tab.
8400
8401 1999-07-19 John Wiegley <jwiegley@borland.com>
8402
8403 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8404 color codes 39 and 49, which by the way lynx uses them seem to
8405 mean "foreground reset" and "background reset".
8406
8407 1999-07-19 Karl Heuer <kwzh@gnu.org>
8408
8409 * font-lock.el (c++-keywords): Add "typeid".
8410
8411 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8412 selects no font, treat that as zero selections, not one.
8413
8414 1999-07-19 Dave Love <fx@gnu.org>
8415
8416 * info.el (Info-search): Don't lose with empty regexp.
8417
8418 * version.el: Cater for (free) `ident' program, not `which'.
8419
8420 * hl-line.el: New file.
8421
8422 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8423 for modes which don't define menus.
8424
8425 1999-07-16 Richard M. Stallman <rms@gnu.org>
8426
8427 * webjump.el (webjump-sample-sites): Update some URLs.
8428
8429 1999-07-14 Richard Stallman <rms@gnu.org>
8430
8431 * Version 20.4 released.
8432
8433 1999-07-14 Andreas Schwab <schwab@gnu.org>
8434
8435 * compare-w.el (compare-windows): Try to find the next window in
8436 the current frame before looking at the other frames.
8437
8438 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8439
8440 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8441 Use cyrillic-jcuken as default input method.
8442
8443 1999-07-12 Richard Stallman <rms@gnu.org>
8444
8445 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8446 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8447
8448 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8449 (ispell-local-dictionary-alist): Add koi8-r for character set.
8450
8451 * textmodes/flyspell.el (flyspell-get-word):
8452 Add special handling for when ispell-otherchars is empty.
8453
8454 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8455
8456 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8457 when having nested functons.
8458 (pascal-indent-nested-functions) (pascal-indent-line)
8459 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8460 indenting nested functions.
8461
8462 1999-07-09 Richard Stallman <rms@gnu.org>
8463
8464 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8465
8466 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8467
8468 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8469 the `end' keyword was in the very beginning of the buffer.
8470
8471 1999-07-08 Richard Stallman <rms@gnu.org>
8472
8473 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8474
8475 * term.el (term-emulate-terminal): Avoid infinite loop
8476 in strange case where minibuffer window is selected but not active.
8477
8478 1999-07-07 Stephen Eglen <stephen@gnu.org>
8479
8480 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8481 Change regexp so that it doesn't match commands beginning with `cd'.
8482
8483 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8484
8485 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8486
8487 1999-07-06 Richard Stallman <rms@gnu.org>
8488
8489 * hscroll.el (hscroll-minibuffer-hook): New function.
8490 (hscroll-global-mode): Add and remove that hook.
8491 Set hscroll-old-truncate-was-global's default value.
8492
8493 1999-07-05 Richard Stallman <rms@gnu.org>
8494
8495 * files.el (revert-buffer): Don't preserve point here.
8496 (revert-buffer-insert-file-contents-function): Doc fix.
8497
8498 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8499
8500 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8501 doing a `stat' when it isn't necessary because that can cause
8502 trouble when an NFS server is down.
8503
8504 1999-07-04 Richard Stallman <rms@gnu.org>
8505
8506 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8507
8508 1999-07-03 Richard Stallman <rms@gnu.org>
8509
8510 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8511 for \200...\240 also.
8512 (isearch-printing-char): Use unibyte-char-to-multibyte.
8513
8514 1999-07-02 Richard Stallman <rms@gnu.org>
8515
8516 * frame.el (minibuffer-frame-alist): Use defcustom.
8517 (pop-up-frame-alist): Likewise.
8518 (initial-frame-alist): Specify * in the doc string.
8519
8520 * hscroll.el (hscroll-mode): Make it a permanent local.
8521 (hscroll-mode): Don't cancel the timer
8522 if HScroll mode is enabled in some other buffer.
8523
8524 * isearch.el (isearch-done): If search ends in middle of intangible
8525 text (due to text property), move on to the limit of that text.
8526
8527 1999-07-01 Andrew Innes <andrewi@gnu.org>
8528
8529 * man.el (Man-build-man-command): Use value of null-device,
8530 instead of hard-coding "/dev/null".
8531
8532 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8533 ange-ftp file names, which might force ange-ftp to prompt for a
8534 password.
8535
8536 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8537 to prevent references to temp files.
8538
8539 1999-06-30 Richard Stallman <rms@gnu.org>
8540
8541 * progmodes/sh-script.el (sh-feature): If nothing is known
8542 about the given shell, use the values for `sh'.
8543
8544 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8545
8546 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8547 to make it non-recursive.
8548
8549 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8550
8551 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8552
8553 * auto-show.el (auto-show-mode): Fix Typo in :set.
8554
8555 1999-06-29 Richard M. Stallman <rms@gnu.org>
8556
8557 * progmodes/sh-script.el (sh-mode): When setting syntax
8558 table, default to the standard one.
8559
8560 1999-06-27 Richard M. Stallman <rms@gnu.org>
8561
8562 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8563
8564 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8565
8566 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8567 a frame when `return' is requested (even if pop-up-frames = t)
8568 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8569 should only be set for the bibtex buffer.
8570
8571 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8572
8573 * progmodes/compile.el: Deal with compilation-error-screen-columns
8574 being buffer-local.
8575
8576 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8577
8578 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8579
8580 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8581
8582 * cal-x.el (calendar-only-one-frame-setup): New function.
8583 * calendar.el (calendar): Call it if requested.
8584
8585 1999-06-24 Karl Heuer <kwzh@gnu.org>
8586
8587 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8588
8589 1999-06-22 Richard M. Stallman <rms@gnu.org>
8590
8591 * mail/supercite.el (sc-emacs-features): Doc fix.
8592
8593 1999-06-22 Karl Heuer <kwzh@gnu.org>
8594
8595 * files.el (auto-mode-alist): Add pike-mode.
8596
8597 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8598
8599 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8600 last byte of a numeric field is a space or a NUL. Parse it as
8601 potentially part of the number. This is used by GNU tar
8602 1.12.64012 to handle larger values.
8603
8604 1999-06-20 Karl Heuer <kwzh@gnu.org>
8605
8606 * custom.el (custom-handle-keyword): Fix error message.
8607
8608 1999-06-18 Andrew Innes <andrewi@gnu.org>
8609
8610 * mail/smtpmail.el (smtpmail-send-it): Use
8611 convert-standard-filename to make file names for queued mail safe
8612 on Windows (`:' is invalid in file names on Windows).
8613
8614 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8615
8616 * international/mule-cmds.el (describe-current-input-method):
8617 Current-input-method is string.
8618 (toggle-input-method): Docstring fixed.
8619
8620 * international/mule-diag.el
8621 (describe-current-coding-system-briefly): Fix format string.
8622
8623 * international/mule-util.el (coding-system-eol-type-mnemonic):
8624 Docstring modified. Return a string.
8625
8626 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8627
8628 * sql.el (sql-input-ring-file-name): Doc fix.
8629
8630 1999-06-17 Richard M. Stallman <rms@gnu.org>
8631
8632 * calendar/cal-x.el (special-display-buffer-names):
8633 Don't put (get-file-buffer diary-file) on this list.
8634
8635 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8636
8637 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8638 Don't penalize player for certain impossible guesses.
8639
8640 1999-06-16 Andrew Innes <andrewi@gnu.org>
8641
8642 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8643 return the string "Unk 0 0000" so at least it appears to be a
8644 valid timestamp to `dired-move-to-filename-regexp'.
8645
8646 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8647
8648 * ps-print.el (ps-control-character): Fix previous change.
8649
8650 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8651
8652 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8653 multiple output of the last message.
8654
8655 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8656
8657 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8658 the ASCII apostrophe, as most DOS codepages have some other glyph
8659 there.
8660
8661 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8662
8663 * language/ethio-util.el (setup-ethiopic-environment-internal):
8664 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8665 (exit-ethiopic-environment): Likewize.
8666
8667 1999-06-12 Richard M. Stallman <rms@gnu.org>
8668
8669 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8670
8671 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8672
8673 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8674 custom-initialize-default to avoid infinite loop.
8675 (crisp-mode): (defun) Call transient-mark-mode here, not when
8676 loading the file. Run crisp-mode-hook here, and run
8677 crisp-load-hook when loading the file.
8678
8679 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8680 rmail-summary buffer, search for pattern in rmail-file.
8681
8682 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8683
8684 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8685
8686 * ps-print.el (ps-printer-name): Fix custom type.
8687
8688 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8689
8690 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8691 (vhdl-port-paste-generic-map): Fix indentation bug.
8692 (vhdl-port-paste-port-map): Fix indentation bug.
8693 (vhdl-scan-file-contents): Make scanning case insensitive.
8694
8695 1999-06-11 Richard M. Stallman <rms@gnu.org>
8696
8697 * files.el (write-file): When buffer is not already visiting a file,
8698 don't put buffer name in the minibuffer, just make it the default.
8699 Also handle just directory as arg usefully in that case.
8700
8701 * simple.el (sendmail-user-agent-compose):
8702 Ignore case when inserting the rest of the "other" headers.
8703
8704 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8705
8706 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8707 (info-lookup-interactive-arguments): Never insert the default
8708 into the minibuffer automatically.
8709
8710 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8711
8712 1999-06-09 Richard M. Stallman <rms@gnu.org>
8713
8714 * simple.el (shell-command): Avoid printing "mark set" message.
8715
8716 1999-06-09 Dave Love <fx@gnu.org>
8717
8718 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8719 digits in program name in first pattern.
8720
8721 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8722
8723 * vc.el (vc-dired-mode): Don't match anything before the date in
8724 dired-move-to-filename-regexp.
8725
8726 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8727
8728 * international/quail.el (quail-define-rules): Fix typo in
8729 docstring.
8730
8731 1999-06-05 Stephen Eglen <stephen@gnu.org>
8732
8733 * iswitchb.el (iswitchb-default-keybindings): Add
8734 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8735 than when package is loaded.
8736
8737 1999-06-04 Richard M. Stallman <rms@gnu.org>
8738
8739 * startup.el (command-line): Don't set user-init-file directly;
8740 tell `load' to set it.
8741
8742 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8743
8744 * simple.el (next-history-element):
8745 Handle minibuffer-text-before-history properly when reading sexps.
8746
8747 * disp-table.el (standard-display-european):
8748 For an interactive call by the user,
8749 don't set enable-multibyte-characters,
8750 and don't set the terminal coding system.
8751
8752 * textmodes/refbib.el: Don't print any messages or display
8753 a buffer when loading the library.
8754 (r2b-help): Doc fix.
8755 (r2b-help-message): Update the documentation.
8756 (r2b-load-quietly): Variable deleted.
8757 (r2b-convert-buffer): Doc fix.
8758
8759 1999-06-04 Dave Love <fx@gnu.org>
8760
8761 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8762
8763 * auto-show.el: Don't change hooks on loading.
8764 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8765 (auto-show-mode): Add to hooks here.
8766
8767 1999-06-04 Richard Sharman <rsharman@pobox.com>
8768
8769 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8770 recursion on bogus input.
8771
8772 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8773
8774 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8775 does not select a buffer from the buffers menu, then the attached
8776 frame is not switched to anything.
8777
8778 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8779
8780 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8781 (viet-viscii-...->viet-vscii...).
8782
8783 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8784
8785 1999-06-01 Dave Love <fx@gnu.org>
8786
8787 * progmodes/fortran.el: Add :link to defgroup.
8788 (fortran-blink-matching-if): Match ELSE statements too.
8789 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8790 that filling is always done.
8791
8792 1999-05-31 Richard M. Stallman <rms@gnu.org>
8793
8794 * simple.el (append-next-kill): Use an arg to distinguish
8795 interactive calls from Lisp calls, rather than (interactive-p).
8796
8797 * international/iso-transl.el (iso-transl-language-alist):
8798 Interchange n and N.
8799
8800 1999-05-31 Dave Love <fx@gnu.org>
8801
8802 * msb.el Add to minor-mode-map-alist. Remove hook installation
8803 and keymap munging on load.
8804 (msb-mode): New option.
8805 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8806 Doc fix.
8807 (msb-mode-map): New variable.
8808 (msb-mode): New command.
8809
8810 1999-05-31 Dave Love <fx@gnu.org>
8811
8812 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8813 (ispell-complete-word-dict): Likewise.
8814
8815 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8816
8817 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8818 force the data buffer to be saved, even if the data didn't
8819 change, in case the write filter was modified. Restore the
8820 current record after read-file-filter finishes.
8821
8822 1999-05-29 Karl Heuer <kwzh@gnu.org>
8823
8824 * ispell4.el: Obsolete; file deleted.
8825
8826 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8827
8828 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8829 VALUE is a syntax table.
8830
8831 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8832
8833 * simple.el (zap-to-char): Doc fix.
8834
8835 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8836
8837 * isearch.el (isearch-quote-char): Don't assume character codes
8838 0200 - 0237 stand for characters in some single-byte character
8839 charset.
8840
8841 1999-05-27 Dave Love <fx@gnu.org>
8842
8843 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8844
8845 1999-05-27 Andreas Schwab <schwab@gnu.org>
8846
8847 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8848 headerline does not exist already.
8849
8850 1999-05-26 Richard Stallman <rms@gnu.org>
8851
8852 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8853 Avoid nested null-loops.
8854
8855 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8856
8857 * international/characters.el: Typo fixed; prefered->preferred.
8858
8859 * international/mule-cmds.el (find-coding-systems-for-charsets):
8860 Typo fixed; prefered->preferred.
8861
8862 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8863 method in read-event.
8864
8865 * international/mule.el (charset-info): Doc-string fixed.
8866
8867 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8868
8869 * mail/smtpmail.el (smtpmail-send-it): Bind
8870 smtpmail-code-conv-from properly.
8871 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8872 by smtpmail-code-conv-from.
8873
8874 1999-05-24 Richard Stallman <rms@gnu.org>
8875
8876 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8877 Binding deleted also.
8878
8879 1999-05-24 Karl Heuer <kwzh@gnu.org>
8880
8881 * comint.el (comint-bol-or-process-mark): Doc fix.
8882
8883 1999-05-23 Dave Love <fx@gnu.org>
8884
8885 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8886 Enter it on minor-mode-map-alist.
8887 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8888 Autoload. Add custom setter.
8889 (crisp-mark-line): Doc fix.
8890 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8891 (crisp-mode-hook): Define.
8892
8893 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8894
8895 * files.el (recover-file): Recover buffer-file-coding-system.
8896
8897 1999-05-22 Richard Stallman <rms@gnu.org>
8898
8899 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8900 regexp match the date, to avoid treating date as file size.
8901 Add YYYY S option to WESTERN/
8902
8903 * bookmark.el: Delete some XEmacs compatibility code.
8904 (bookmark-jump-noselect): Check vc-backend.
8905
8906 * subr.el (add-to-list): Doc fix.
8907
8908 1999-05-21 Stephen Eglen <stephen@gnu.org>
8909
8910 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8911
8912 1999-05-18 Richard Stallman <rms@gnu.org>
8913
8914 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8915 non-space after the @anchor command.
8916 (texinfo-format-var): Handle other nested constructs, using
8917 texinfo-parse-expanded-arg and texinfo-discard-command, not
8918 texinfo-parse-arg-discard.
8919
8920 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8921 (debug): Bind and use debugger-outer-inhibit-redisplay.
8922 Bind inhibit-redisplay to nil.
8923 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8924
8925 1999-05-17 Dave Love <fx@gnu.org>
8926
8927 * help.el (describe-function-1): Extra arg, interactive-p.
8928 (describe-key, describe-function): Use it.
8929
8930 1999-05-17 Karl Heuer <kwzh@gnu.org>
8931
8932 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8933
8934 1999-05-16 Dave Love <fx@gnu.org>
8935
8936 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8937 scroll-preserve-screen-position, scroll-conservatively.
8938
8939 1999-05-16 Dave Love <fx@gnu.org>
8940
8941 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8942
8943 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8944
8945 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8946
8947 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8948
8949 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8950 magic number and is not associated with a file.
8951
8952 1999-05-14 Richard M. Stallman <rms@gnu.org>
8953
8954 * files.el (find-file-noselect-1): Fix previous change.
8955
8956 1999-05-14 Simon Marshall <simon@gnu.org>
8957
8958 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8959
8960 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8961
8962 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8963 docstring.
8964
8965 * international/mule-cmds.el: Change MULE to Mule in docstrings
8966 and menus.
8967
8968 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8969
8970 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8971 to correctly reflect the value of BaseLineOffset in
8972 RelativeCompose. Now the value of RelativeCompose is an array of
8973 low and high positions.
8974 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8975 RLC for the above change.
8976
8977 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8978
8979 * comint.el (comint-password-prompt-regexp): Modified to match the
8980 output of ksu and ssh-add.
8981
8982 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8983
8984 * language/korea-util.el (isearch-toggle-korean-input-method):
8985 Adjusted for the change of input method handling in isearch.el.
8986 (isearch-hangul-switch-symbol-ksc): Likewise.
8987 (isearch-hangul-switch-hanja): Likewise.
8988
8989 1999-05-10 Dave Love <fx@gnu.org>
8990
8991 * help.el (help-make-xrefs): Fix typo.
8992
8993 1999-05-10 Andreas Schwab <schwab@gnu.org>
8994
8995 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8996 unibyte-display-via-language-environment.
8997
8998 * help.el (help-make-xrefs): Handle more cases when looking for
8999 commands in a keymap description.
9000
9001 1999-05-10 Eli Zaretskii <eliz@gnu.org>
9002
9003 * loadup.el: For ms-dos systems, load ccl and codepage.
9004
9005 1999-05-09 Ken'ichi Handa <handa@gnu.org>
9006
9007 * ps-print.el (ps-control-character): Call
9008 ps-mule-prepare-ascii-font to setup ASCII fonts.
9009
9010 * ps-mule.el (ps-mule-begin-job): Redo this change "if
9011 ps-multibyte-buffer is nil, use
9012 ps-mule-font-info-database-default."
9013
9014 1999-05-08 Ken Stevens <k.stevens@ieee.org>
9015
9016 * ispell.el (ispell-local-dictionary-alist): New variable for
9017 customizing local dictionaries not accessable by everyone.
9018 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9019 (ispell-required-version): Changed format `(major minor
9020 revision)' to support general pattern matching.
9021 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9022 skip region commented out due to incorrect skip potential in std latex.
9023 (ispell-word): Removed `when' macro. Fixed bug of not restoring
9024 cursor point on small words for calls from `ispell-minor-mode'.
9025 (check-ispell-version): Tests and accepts versions major.minor
9026 and above, with adjustments for interactions in 3.1.0-3.1.11.
9027 (ispell-get-line): No longer skips ispell process special characters.
9028 (ispell-comments-and-strings): Removed `when' macro call.
9029 (ispell-minor-check): Requires ispell-word to restore cursor point.
9030 (ispell-buffer-local-parsing): Supports checking comments only.
9031
9032 1999-05-08 Karl Heuer <kwzh@gnu.org>
9033
9034 * comint.el (comint-password-prompt-regexp): Fix last change to be
9035 more specific.
9036
9037 1999-05-07 Richard M. Stallman <rms@gnu.org>
9038
9039 * subr.el (with-temp-message): Fix the other call to message
9040 to use %s.
9041
9042 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
9043
9044 * gud.el (gud-format-command): "%F" means file sans extension.
9045 (jdb): Use %F, not %f, for gud-break.
9046
9047 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
9048
9049 * comint.el (comint-password-prompt-regexp): Modified so that it
9050 matches the output of kinit.
9051
9052 1999-05-06 Greg Stark <gsstark@mit.edu>
9053
9054 * timezone.el (timezone-parse-date): Recognize new format used in
9055 internet cookies.
9056
9057 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
9058
9059 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9060
9061 1999-05-04 Andrew Innes <andrewi@gnu.org>
9062
9063 * time.el (display-time-update): Allow for wrap-around when
9064 checking against display-time-server-down-time.
9065
9066 1999-05-04 Ken'ichi Handa <handa@gnu.org>
9067
9068 * international/mule-diag.el (describe-coding-system): Fix English
9069 message.
9070
9071 1999-05-03 Jason Rumney <jasonr@altavista.net>
9072
9073 * term/w32-win.el: Change the x-charset-registry property for the
9074 Japanese charsets that are supported by Japanese Windows fonts.
9075
9076 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9077
9078 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9079 diary-block diary entries for which the reminders and the diary
9080 entries can overlap.
9081
9082 1999-05-02 Jason Rumney <jasonr@altavista.net>
9083
9084 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9085 matches the font selected in the dialog.
9086
9087 1999-05-02 Dave Love <fx@gnu.org>
9088
9089 * browse-url.el (browse-url-browser-function): Add :version.
9090
9091 * international/mule.el (auto-coding-alist): Add .tgz.
9092
9093 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
9094
9095 * international/codepage.el (cp-coding-system-for-codepage-1):
9096 Make the magnification parameter for the -dos encoder be 2.
9097
9098 1999-05-2 Andrew Innes <andrewi@gnu.org>
9099
9100 * term/w32-win.el (w32-drag-n-drop): Select file in window where
9101 it is dropped, rather than current window.
9102
9103 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9104 after switching buffer, as case-fold-search is a buffer local
9105 variable.
9106
9107 * w32-fns.el (convert-standard-filename): Only convert directory
9108 separators to backslash if the interactive shell is one of the
9109 standard Windows shells that has DOS semantics.
9110
9111 * ls-lisp.el (ls-lisp-format-time): Trap errors from
9112 format-time-string, and return a suitable string to indicate the
9113 timestamp was invalid.
9114
9115 * hexl.el (hexlify-command): Apply shell-quote-argument after
9116 expanding hexl-program in case exec-directory contains a space.
9117 (dehexlify-command): Ditto.
9118
9119 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9120 file extension regexps which aren't necessarily binary files.
9121 (direct-print-region-helper): Use subst-char-in-string instead of
9122 binding directory-sep-char to convert filenames to DOS syntax.
9123 (direct-print-region-use-command-dot-com): New variable.
9124 (direct-print-region-helper): Use it to control whether to invoked
9125 command.com to print on Windows 9x.
9126
9127 * browse-url.el (browse-url-browser-function): Default to
9128 browse-url-default-windows-browser on windows-nt.
9129 (browse-url-default-windows-browser): New function.
9130
9131 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9132
9133 * forms.el (forms-mode): Don't call forms-first-record or
9134 forms-last-record if the data file has zero records.
9135
9136 1999-04-29 Richard M. Stallman <rms@gnu.org>
9137
9138 * files.el (find-file-noselect-1): If buffer-file-name has changed
9139 after find-file-not-found-hooks runs, recompute the truename.
9140 And don't use FILENAME after that point.
9141
9142 1999-04-27 Dave Love <fx@gnu.org>
9143
9144 * paren.el (show-paren-mode)
9145 * which-func.el (which-func-mode-global)
9146 * type-break.el (type-break-mode)
9147 * time.el (display-time-mode)
9148 * rsz-mini.el (resize-minibuffer-mode)
9149 * mouse-sel.el (mouse-sel-mode)
9150 * icomplete.el (icomplete-mode)
9151 * hscroll.el (hscroll-global-mode)
9152 * help.el (temp-buffer-resize-mode)
9153 * font-lock.el (global-font-lock-mode)
9154 * delsel.el (delete-selection-mode)
9155 * avoid.el (mouse-avoidance-mode)
9156 * autoinsert.el (auto-insert-mode)
9157 * winner.el (winner-mode): Doc fix.
9158
9159 1999-04-26 Karl Heuer <kwzh@gnu.org>
9160
9161 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9162 the same whitespace that was ignored in choosing the subject string.
9163
9164 1999-04-26 Richard M. Stallman <rms@gnu.org>
9165
9166 * info.el (Info-find-node): Position properly after finding anchor.
9167
9168 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9169
9170 * simple.el (indent-new-comment-line): Fix previous change.
9171
9172 * complete.el: Delete the wildcard expansion feature
9173 since that is now standard in find-file.
9174 (PC-try-load-many-files): Function deleted.
9175 (PC-after-load-many-files): Function deleted.
9176 (PC-many-files-list): Variable deleted.
9177 (PC-disable-wildcards): Variable deleted.
9178 (partial-completion-mode): Don't enable the wildcard feature.
9179
9180 * complete.el (PC-look-for-include-file): Don't set global variables
9181 `error', `buf' and `filename' here.
9182
9183 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9184
9185 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9186
9187 * textmodes/outline.el (outline-regexp): Doc fix.
9188
9189 1999-04-26 John Wiegley <johnw@borland.com>
9190
9191 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9192 C++Builder 4.0 error message syntax.
9193
9194 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9195
9196 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9197 supported, use find -exec.
9198
9199 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9200
9201 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9202 coding-system-for-write, to avoid hanging when non-interactive.
9203
9204 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9205
9206 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9207 start with a newline.
9208
9209 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9210
9211 * international/mule-conf.el (x-ctext): New coding system.
9212
9213 1999-04-12 Richard M. Stallman <rms@gnu.org>
9214
9215 * international/mule-cmds.el (input-method-function):
9216 Add permanent-local property.
9217
9218 1999-04-12 Dave Love <fx@gnu.org>
9219
9220 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9221 change to use jka-compr-byte-compiler-base-file-name.
9222
9223 * supercite.el (sc-scan-info-alist): Revert last change.
9224 (sc-attrib-selection-list): Fix :type here instead.
9225
9226 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9227
9228 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9229 in the list of case-insensitive filesystems.
9230
9231 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9232
9233 * international/fontset.el (create-fontset-from-fontset-spec):
9234 Don't register duplicated alias fontset names.
9235
9236 1999-04-08 Richard Stallman <rms@gnu.org>
9237
9238 * international/mule.el (auto-coding-alist-lookup): New function.
9239 (set-auto-coding): Use auto-coding-alist-lookup.
9240
9241 * jka-compr.el (jka-compr-insert-file-contents):
9242 Use auto-coding-alist-lookup to check for files that
9243 should not have eol conversion, in the unibyte case.
9244
9245 1999-04-07 Dave Love <fx@gnu.org>
9246
9247 * help.el (describe-variable): Check custom-loads property as well
9248 as custom-type.
9249
9250 * abbrev.el (abbrev-mode): Customizing sets the default value.
9251
9252 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9253
9254 * vc.el (vc-backend-revert): For CVS files that were made
9255 writeable with "cvs edit", call "cvs unedit" to undo that.
9256
9257 1999-04-08 Dave Love <fx@gnu.org>
9258
9259 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9260 more.
9261 (sc-emacs-features): Recognize Emacs 20.
9262 (sc-read-string): Use history arg.
9263 (sc-scan-info-alist): Check for rtnvalue a cons.
9264
9265 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9266
9267 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9268 coding system to encode the message by
9269 select-message-coding-system.
9270
9271 1999-04-07 Richard Stallman <rms@gnu.org>
9272
9273 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9274
9275 * winner.el: Reorder definitions.
9276
9277 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9278
9279 * mail/rmail.el (rmail-decode-babyl-format):
9280 Undo previous change.
9281
9282 1999-04-06 Richard Stallman <rms@gnu.org>
9283
9284 * info.el (Info-find-node): Check for an anchor at the
9285 proper place, before reading an indirect file.
9286
9287 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9288
9289 * jka-compr.el (jka-compr-insert-file-contents):
9290 Use raw-text-unix when we want no conversion.
9291
9292 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9293
9294 * timezone.el (timezone-parse-date): Corrected regexp for
9295 style (5) date format so that tenths of seconds are optional.
9296
9297 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9298
9299 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9300 of dos-codepage-setup.
9301 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9302 codepages for which there's no need to set up cpNNN coding
9303 systems.
9304 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9305
9306 1999-04-05 Richard Stallman <rms@gnu.org>
9307
9308 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9309
9310 1999-04-02 Richard Stallman <rms@gnu.org>
9311
9312 * progmodes/compile.el (compilation-handle-exit): Do right thing
9313 if (car status) doesn't end in a newline.
9314
9315 1999-04-01 Dave Love <fx@gnu.org>
9316
9317 * progmodes/sql.el (SQL): Add defgroup :version.
9318
9319 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9320
9321 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9322 buffer-file-coding-system. If the coding system used is raw-text,
9323 etc., make the *Compiler Input* buffer unibyte.
9324
9325 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9326
9327 * loadup.el: Don't write the fns-...el file if not dumping.
9328
9329 1999-03-31 Dave Love <fx@gnu.org>
9330
9331 * snmp-mode.el (snmp): Fix defgroup :version.
9332
9333 * hilit-chg.el (highlight-changes): Add defgroup :version.
9334
9335 1999-03-31 Andreas Schwab <schwab@gnu.org>
9336
9337 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9338 the gnus-save-hidden-threads macro.
9339
9340 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9341
9342 * faces.el (face-set-after-frame-default): Obey the
9343 `customized-face' for new faces.
9344
9345 1999-03-30 Dave Love <fx@gnu.org>
9346
9347 * international/mule-cmds.el (current-language-environment): Doc fix.
9348 * abbrev.el (abbrev-mode): Doc fix.
9349 * autoinsert.el (auto-insert-mode): Doc fix.
9350 * complete.el (partial-completion-mode): Doc fix.
9351 * avoid.el (mouse-avoidance-mode): Doc fix.
9352 * delsel.el (delete-selection-mode): Doc fix.
9353 * font-lock.el (global-font-lock-mode): Doc fix.
9354 * help.el (temp-buffer-resize-mode): Doc fix.
9355 * hscroll.el (hscroll-global-mode): Doc fix.
9356 * icomplete.el (icomplete-mode): Doc fix.
9357 * mouse-sel.el (mouse-sel-mode): Doc fix.
9358 * paren.el (show-paren-mode): Doc fix.
9359 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9360 * time.el (display-time-mode): Doc fix.
9361 * type-break.el (type-break-mode): Doc fix.
9362 * which-func.el (which-func-mode-global): Doc fix.
9363 * winner.el (winner-mode): Doc fix.
9364
9365 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9366
9367 * wid-edit.el (widget-before-change): Signal text-read-only rather
9368 than an ordinary error.
9369
9370 1999-03-30 Richard M. Stallman <rms@gnu.org>
9371
9372 * repeat.el: Don't require advice.
9373 (repeat): Do function-indirection in check for kbd macro.
9374 In self-insert case, use the *last* char in INSERTION.
9375
9376 1999-03-30 Karl Heuer <kwzh@gnu.org>
9377
9378 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9379
9380 1999-03-29 Andreas Schwab <schwab@gnu.org>
9381
9382 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9383 comint-input-filter-functions. Make variables related to shell
9384 directory tracking local.
9385
9386 1999-03-26 Andreas Schwab <schwab@gnu.org>
9387
9388 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9389
9390 * simple.el (shell-command-on-region): Cope with exit-status being
9391 nil, which happens if call-process-region was interrupted.
9392
9393 1999-03-26 Richard M. Stallman <rms@gnu.org>
9394
9395 * simple.el (indent-new-comment-line): Handle use at a point
9396 after a comment-end. Handle multiple comments.
9397
9398 * mail/rmail.el (rmail-decode-babyl-format):
9399 To prevent locking, bind buffer-file-name to nil.
9400
9401 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9402
9403 * mail-hist.el (mail-hist-current-header-name): Don't make
9404 off-by-one-error when determining if in message body.
9405
9406 1999-03-25 Andrew Innes <andrewi@gnu.org>
9407
9408 * w32-fns.el (set-default-process-coding-system): Copied from
9409 dos-w32.el, but modified to use Unix line endings for process
9410 input, and to add a suitable entry to process-coding-system-alist
9411 for DOS shells.
9412
9413 * dos-fns.el (set-default-process-coding-system): Copied from
9414 dos-w32.el.
9415
9416 * dos-w32.el (set-default-process-coding-system): Move function to
9417 dos-fns.el; a different version is used in w32-fns.el.
9418
9419 1999-03-24 Dave Love <fx@gnu.org>
9420
9421 * info.el (Info-directory-list): Revert change to re-writing
9422 Info-default-directory-list, but put `alternative' first.
9423 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9424
9425 1999-03-23 Simon Marshall <simon@gnu.org>
9426
9427 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9428 on the line by itself.
9429 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9430 it is not in a declarative context.
9431
9432 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9433
9434 * cus-edit.el (custom-variable-prompt): Allow customization of
9435 autoloaded symbols.
9436
9437 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9438
9439 * simple.el (what-cursor-position): Don't cause error when point
9440 is at invalid multibyte sequence.
9441
9442 1999-03-21 Karl Heuer <kwzh@gnu.org>
9443
9444 * complete.el (partial-completion-mode): Doc fix.
9445
9446 1999-03-19 Richard M. Stallman <rms@gnu.org>
9447
9448 * progmodes/cplus-md.el (old-c++): Remove :group.
9449
9450 * progmodes/c-mode.el (old-c): Remove :group.
9451
9452 1999-03-18 Simon Marshall <simon@gnu.org>
9453
9454 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9455 (java-font-lock-keywords-2): Added "strictfp" keyword.
9456
9457 1999-03-17 Jason Rumney <jasonr@altavista.net>
9458
9459 * w32-fns.el (set-w32-system-coding-system) New function.
9460 (w32-system-coding-system) Initialize to 'iso-latin-1.
9461
9462 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9463
9464 * international/mule-cmds.el (set-language-environment): Fix
9465 previous change: don't use dos-codepage when unbound.
9466
9467 1999-03-17 Karl Heuer <kwzh@gnu.org>
9468
9469 * calendar/appt.el (appt-make-list): Fix previous change.
9470
9471 1999-03-16 Richard M. Stallman <rms@gnu.org>
9472
9473 * window.el (shrink-window-if-larger-than-buffer):
9474 Don't try to redisplay with the cursor at the end
9475 on its own line--that would force a scroll and spoil things.
9476
9477 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9478
9479 * international/mule-cmds.el (set-language-environment): Don't use
9480 cpNNN-nonascii-translation-table if it is unbound.
9481
9482 * term/internal.el (dos-codepage-setup): Compute the unibyte
9483 syntax table and bind unibyte-display-via-language-environment
9484 here, rather than at top level, so that resetting to unibyte in
9485 .emacs works as expected.
9486
9487 1999-03-15 Simon Marshall <simon@gnu.org>
9488
9489 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9490
9491 1999-03-14 Milan Zamazal <pdm@pvt.net>
9492
9493 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9494
9495 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9496
9497 * international/mule-util.el (detect-coding-with-priority):
9498 Restore the internal database.
9499
9500 1999-03-14 Stephen Eglen <stephen@gnu.org>
9501
9502 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9503 if mail-from-style has invalid value.
9504
9505 1999-03-12 Karl Heuer <kwzh@gnu.org>
9506
9507 * vc.el (vc-delete-logbuf-window): New var.
9508 (vc-finish-logentry): Use it.
9509
9510 1999-03-12 Richard M. Stallman <rms@gnu.org>
9511
9512 * startup.el (command-line-1): Improve startup msg.
9513
9514 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9515
9516 * speedbar.el: Added commentary about stealthy functions.
9517 (speedbar-message) new function.
9518 (speedbar-y-or-n-p): New function
9519 (speedbar-with-attached-buffer) Moved macro before reference.
9520 Now uses `save-selected-window'.
9521 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9522 speedbar-generic-item-info, speedbar-item-info-file-helper,
9523 speedbar-item-delete, speedbar-insert-generic-list,
9524 speedbar-timer-fn, speedbar-check-vc-this-line,
9525 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9526 speedbar-buffers-item-info) Use speedbar-message.
9527 (speedbar-item-info) Limit `message-log-max'.
9528 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9529 speedbar-item-delete, speedbar-item-object-delete,
9530 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9531
9532 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9533
9534 * server.el (server-start): Set coding system for the server
9535 process to raw-text.
9536 (server-process-filter): Decode file names if necessary.
9537
9538 1999-03-12 Dave Love <fx@gnu.org>
9539
9540 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9541
9542 * textmodes/paragraphs.el (sentence-end): Doc fix.
9543
9544 1999-03-11 Karl Heuer <kwzh@gnu.org>
9545
9546 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9547
9548 1999-03-09 Karl Heuer <kwzh@gnu.org>
9549
9550 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9551 (ispell-dictionary-alist-2): Likewise.
9552 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9553 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9554 (ispell-dictionary-alist): Build from six pieces, not just two.
9555
9556 * ps-bdf.el (bdf-directory-list): Doc fix.
9557
9558 * enriched.el (enriched-mode): Make var permanent-local.
9559
9560 1999-03-09 Dave Love <fx@gnu.org>
9561
9562 * textmodes/sgml-mode.el (html-mode): Use
9563 sentence-end-double-space when setting sentence-end.
9564
9565 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9566
9567 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9568
9569 1999-03-08 Felix Lee <flee@cygnus.com>
9570
9571 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9572
9573 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9574
9575 1999-03-08 Karl Heuer <kwzh@gnu.org>
9576
9577 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9578 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9579
9580 * dired.el (dired-do-copy-regexp): Doc fix.
9581 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9582
9583 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9584
9585 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9586
9587 1999-03-08 Jason Rumney <jasonr@altavista.net>
9588
9589 * international/codepage.el (cp1250-decode-table)
9590 (cp1251-decode-table, cp1253-decode-table)
9591 (cp1257-decode-table): New translation tables for MS Windows codepages.
9592 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9593
9594 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9595
9596 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9597
9598 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9599
9600 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9601
9602 * term/internal.el (top level): Display character 255 as 8bit as well.
9603
9604 1999-03-06 Dave Love <fx@gnu.org>
9605
9606 * progmodes/cc-cmds.el (c-outline-level): Bind
9607 buffer-invisibility-spec.
9608
9609 * progmodes/c-mode.el (c-outline-level): Likewise.
9610
9611 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9612
9613 1999-03-05 Felix Lee <flee@cygnus.com>
9614
9615 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9616
9617 1999-03-05 Richard M. Stallman <rms@gnu.org>
9618
9619 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9620
9621 1999-03-05 Andrew Innes <andrewi@gnu.org>
9622
9623 * w32-fns.el (convert-standard-filename): Convert directory
9624 separators to Windows format.
9625
9626 1999-03-05 Andreas Schwab <schwab@gnu.org>
9627
9628 * international/skkdic-cnv.el: Provide skkdic-cnv.
9629 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9630 (batch-skkdic-convert): Doc fix.
9631
9632 1999-03-04 Dave Love <fx@gnu.org>
9633
9634 * custom.el (custom-set-variables): Protect against setter errors.
9635
9636 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9637
9638 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9639 the file sizes from overflowing.
9640 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9641 Under -s, print the size in blocks with %4.0f, in case they have
9642 a *really* huge file.
9643
9644 1999-03-03 Dave Love <fx@gnu.org>
9645
9646 * options.el (edit-options): Doc fix.
9647 (list-options): Don't lose with unbound symbols. Maintain
9648 Edit-options-mode.
9649
9650 1999-03-01 Dave Love <fx@gnu.org>
9651
9652 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9653
9654 1999-02-28 Richard M. Stallman <rms@gnu.org>
9655
9656 * ispell.el (ispell-dictionary-alist-override): New variable.
9657 (ispell-dictionary-alist): Don't setq it,
9658 if ispell-dictionary-alist-override is set.
9659
9660 * simple.el (shell-command-default-error-buffer): Renamed from
9661 shell-command-on-region-default-error-buffer.
9662 (shell-command-on-region): Mention in echo area when there
9663 is some error output. Mention success or failure, too.
9664 Accumulate multiple error outputs
9665 going forward, with formfeed in between. Display the error buffer
9666 when we have put something in it.
9667 (shell-command): Add the ERROR-BUFFER argument feature.
9668
9669 1999-02-28 Karl Heuer <kwzh@gnu.org>
9670
9671 * mail/mh-utils.el (mh-lib): Doc fix.
9672 (mh-lib-progs, mh-nmh-p): New vars.
9673 (mh-find-progs): Set mh-lib-progs along with other vars.
9674 (mh-path-search): New arg FUNC-P; if specified, use that instead
9675 of mh-file-command-p.
9676 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9677
9678 * mail/mh-comp.el (mh-repl-formfile): New var.
9679 (mh-smail-batch): Don't ignore all arguments.
9680 (mh-reply): Do the right thing when using nmh.
9681
9682 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9683
9684 * international/mule-cmds.el (select-safe-coding-system): Be sure
9685 to show a buffer being decoded.
9686
9687 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9688
9689 * ps-bdf.el (bdf-directory-list): Initialize it to
9690 '("/usr/local/share/emacs/fonts/bdf").
9691
9692 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9693
9694 * ps-print.el: PostScript programming fix.
9695 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9696 setpagedevice operator).
9697
9698 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9699
9700 * ps-print.el: Doc fix, font size specifies landscape and portrait
9701 sizes.
9702 (ps-print-version): New version number (4.1.4).
9703 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9704 Specifies landscape and portrait sizes.
9705 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9706 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9707 fix.
9708 (ps-get-font-size): New fun.
9709 (ps-font-size-internal, ps-header-font-size-internal)
9710 (ps-header-title-font-size-internal): New vars.
9711
9712 * ps-mule.el: Change of ps-print font size variable name.
9713 (ps-mule-generate-font): Fun fix.
9714 (ps-mule-begin-job): Programming uniformization.
9715
9716 1999-02-25 Dave Love <fx@gnu.org>
9717
9718 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9719 (help-make-xrefs): Do Info case first.
9720
9721 * repeat.el: Don't require advice.
9722 (repeat-last-kill-command): Variable deleted.
9723
9724 1999-02-25 Richard Stallman <rms@gnu.org>
9725
9726 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9727 case just because the current buffer is the output buffer.
9728
9729 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9730
9731 * simple.el (what-cursor-position): To show the character's
9732 encoding, use encoded-string-description instead of information
9733 of chaset-origin-alist.
9734
9735 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9736 (encoded-code-description): New function.
9737 (encoded-string-description): New function.
9738 (encode-coding-char): New function.
9739
9740 1999-02-25 Andrew Innes <andrewi@gnu.org>
9741
9742 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9743 checking for .emacs[.el[c]].
9744
9745 1999-02-24 Richard Stallman <rms@gnu.org>
9746
9747 * help.el (describe-function-1): Don't print a whole lambda-function.
9748
9749 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9750
9751 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9752 inputting ?\240.
9753
9754 1999-02-23 Karl Heuer <kwzh@gnu.org>
9755
9756 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9757
9758 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9759 (clean-buffer-list-kill-buffer-names): Doc fix.
9760
9761 * gud.el (gud-jdb-massage-args): Spelling fix.
9762
9763 1999-02-23 Richard M. Stallman <rms@gnu.org>
9764
9765 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9766
9767 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9768
9769 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9770 excursion while calling set-auto-coding-function.
9771
9772 * play/handwrite.el (handwrite): Require ps-print, and use
9773 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9774 if it's defined, instead of forking ps-lpr-command unconditionally.
9775
9776 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9777
9778 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9779 charset-origin-alist property to a coding system for the codepage.
9780
9781 * international/mule.el: Modify comment for charset-origin-alist
9782 property of a coding system.
9783
9784 * simple.el (what-cursor-position): charset-origin-alist property
9785 of a coding system may be a translation table or a symbol of which
9786 `translation-table' property is a translation table.
9787
9788 1999-02-21 Richard Stallman <rms@gnu.org>
9789
9790 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9791 to the "html" template.
9792
9793 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9794
9795 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9796
9797 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9798
9799 * dirtrack.el (dirtrack): Check for the prompt in the input string
9800 instead of the buffer.
9801
9802 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9803
9804 * sql.el: Set version to 1.4.1. Changed mail address to
9805 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9806 (sql-input-ring-separator): Doc fix.
9807 (sql-mode-syntax-table): double-dash starts comments is defined as
9808 ". 56" instead of ". 12b" for XEmacs.
9809 (sql-stop, sql-interactive-mode): Doc fixes.
9810 (sql-postgres): Queries for database and server, not just one.
9811 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9812
9813 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9814 changed. This is needed for master.el to work.
9815 (sql-set-sqli-buffer): Use the new hook.
9816
9817 * sql.el (sql-make-alternate-buffer-name): Function that sets
9818 sql-alternate-buffer-name.
9819 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9820 (sql-interactive-mode): Set sql-alternate-buffer-name.
9821 (sql-rename-buffer): New command.
9822 (sql-interactive-mode-menu): Menu for SQLi buffers.
9823
9824 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9825 and sql-input-ring-file-name are used to temporarily set
9826 comint-input-ring-file-name and comint-input-ring-separator when
9827 reading and writing input history files.
9828
9829 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9830 (sql-input-ring-file-name): New variable with customization.
9831 (sql-input-ring-separator): New variable with customization.
9832 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9833 Callers changed.
9834 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9835 now includes the name of the current buffer.
9836
9837 (sql-mode): Set paragraph-separate and paragraph-start so that
9838 sql-send-paragraph sends the entire SQL statements, even if it
9839 contains indented lines.
9840
9841 1999-02-18 Dave Love <fx@gnu.org>
9842
9843 * format.el (format-encode-run-method, format-decode-run-method):
9844 Fix previous change.
9845
9846 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9847
9848 * international/mule.el (coding-system-list): Moved here from
9849 mule-util.el to avoid autoloading mule-util by the call of
9850 select-safe-coding-system.
9851
9852 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9853
9854 * simple.el (turn-on-auto-fill): Mark it as an option for
9855 `text-mode-hook'.
9856
9857 1999-02-17 Richard Stallman <rms@gnu.org>
9858
9859 * emacs-lisp/easymenu.el (easy-menu-get-map):
9860 Don't crash if (current-local-map) is nil.
9861
9862 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9863
9864 * filecache.el (file-cache-filter-regexps): Added .class.
9865
9866 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9867
9868 * international/mule-util.el (decompose-region): Use
9869 insert-buffer-substring instead of insert-buffer to avoid putting
9870 mark.
9871
9872 1999-02-17 Andreas Schwab <schwab@gnu.org>
9873
9874 * calendar/cal-move.el (scroll-calendar-left): Don't set
9875 displayed-month and displayed-year here, let generate-calendar do
9876 it, after range checking.
9877
9878 1999-02-17 Simon Marshall <simon@gnu.org>
9879
9880 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9881
9882 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9883 correctly between an object declared via a constructor and a method.
9884 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9885 (java-font-lock-keywords-1): Fontify package names individually.
9886 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9887 (java-font-lock-keywords-2): Simplify type fontification.
9888 (java-font-lock-keywords-3): Likewise.
9889
9890 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9891
9892 * language/japanese.el (iso-2022-jp-2): New coding system.
9893 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9894
9895 1999-02-16 Dave Love <fx@gnu.org>
9896
9897 * help.el (describe-function-1): Accept non-symbols.
9898
9899 1999-02-16 Paul Eggert <eggert@twinsun.com>
9900
9901 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9902 find the last match if there are multiple matches.
9903
9904 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9905
9906 * tex-mode.el (tex-run-command, latex-run-command)
9907 (slitex-run-command, tex-command): Doc changes.
9908 (tex-start-options-string): Autoload it. Doc change. Provide
9909 a menu for customization. Allow nil. Quote backslashes only once.
9910 (tex-start-tex): Handle nil value of tex-start-options-string
9911 and apply shell-quote-argument to it.
9912
9913 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9914
9915 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9916 the size in blocks, since it can be a float.
9917 (ls-lisp-format): Likewise
9918
9919 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9920
9921 * language/japanese.el (japanese-shift-jis): Add
9922 charset-origin-alist property.
9923
9924 1999-02-15 Richard Stallman <rms@gnu.org>
9925
9926 * progmodes/compile.el (compile-internal): Use save-selected-window.
9927
9928 * subr.el (momentary-string-display): Bind inhibit-read-only.
9929
9930 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9931
9932 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9933
9934 * mail/rmail.el (rmail-show-message): If an unseen message has a
9935 Summary-line in its header, get past one more line before looking
9936 for the X-Coding-System header.
9937
9938 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9939
9940 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9941 explicitly to accomodate Windows 9X lack of a useful copy program.
9942
9943 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9944
9945 * wid-edit.el (widget-choice-value-create): Use `equal'
9946 instead of `eq'.
9947
9948 1999-02-14 Richard Stallman <rms@gnu.org>
9949
9950 * international/iso-transl.el:
9951 (iso-transl-ae): Renamed from iso-transl-e-slash.
9952 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9953 (iso-transl-AE): Renamed from iso-transl-E-slash.
9954 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9955 (iso-transl-char-map): Related changes.
9956
9957 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9958
9959 1999-02-13 Richard Stallman <rms@gnu.org>
9960
9961 * textmodes/texinfmt.el (texinfo-alias): New function.
9962 (texinfo-fold-nodename-case): Add defvar.
9963 (texinfo-format-node): Do case folding if specified.
9964
9965 * ffap.el (ffap-file-at-point): Test local file names
9966 immediately. Strip off line numbers.
9967
9968 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9969
9970 * sql.el: Set version to 1.3.2
9971 (sql-solid-program): Added support for solid.
9972 (sql-help): Doc mentions sql-solid.
9973 (sql-solid): Entry function for Solid.
9974 (sql-buffer): Doc explains the use of the variable and how to
9975 change it.
9976 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9977 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9978 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9979 is new.
9980 (sql-show-sqli-buffer): New function to display the value of
9981 sql-buffer.
9982 (sql-change-sqli-buffer): New function to change sql-buffer.
9983 (sql-mode): Doc explains how to change sql-buffer.
9984 (sql-send-paragraph): New function to send a paragraph.
9985 (sql-mode-map): Added keybinding for sql-send-paragraph.
9986 (sql-mysql): Doc corrected.
9987 (sql-ms): Doc corrected.
9988
9989 * sql.el (sql-server): Doc fix.
9990 (sql-mysql): Added the use of sql-server to specify the host,
9991 sql-database now specifies database instead of host.
9992 (sql-mode-menu): Send... menu items are only active if sql-buffer
9993 is non-nil.
9994 (sql-help): Changed tag of entry functions a bit.
9995
9996 * sql.el: Added keywords from `finder-by-keyword'.
9997 (sql-mode): Made sql-buffer a local variable, changed the
9998 documentation: removed instructions to add *.sql files to
9999 auto-mode-alist, added documentation for having mutliple SQL
10000 buffers sending their stuff to different SQLi buffers, each
10001 running a different process.
10002 (sql-postgres): Quoted *SQL* in doc string.
10003 (sql-ms): Likewise.
10004 (sql-ingres): Likewise.
10005 (sql-ingres): Quoted *SQL* in doc string, added references to
10006 sql-user and sql-password used during login.
10007 (sql-sybase): Quoted *SQL* in doc string, added comma.
10008 (sql-oracle): Likewise.
10009 (sql-interactive-mode): Added extensive documentation for having
10010 mutliple SQL buffers sending their stuff to different SQLi
10011 buffers, each running a different process.
10012 (sql-buffer): Changed doc from *SQL* to SQLi.
10013 (sql-get-login): Doc fix.
10014
10015 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10016
10017 * international/mule-conf.el (undecided): Set ascii in
10018 safe-charsets property.
10019
10020 1999-02-12 Richard Stallman <rms@gnu.org>
10021
10022 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10023
10024 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10025
10026 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10027 value to ps-mule-font-info-database-latin.
10028
10029 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
10030
10031 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10032 (ps-mule-font-info-database-default): New variable.
10033 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10034 ps-mule-font-info-database-default.
10035
10036 1999-02-12 Dave Love <fx@gnu.org>
10037
10038 * timezone.el (timezone-make-date-sortable)
10039 (timezone-make-date-arpa-standard): Doc fix.
10040
10041 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10042
10043 * international/quail.el (quail-show-kbd-layout): Bind
10044 blink-matching-paren to nil.
10045
10046 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10047 for ASCII and Latin-1.
10048
10049 1999-02-12 Andreas Schwab <schwab@gnu.org>
10050
10051 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10052
10053 1999-02-12 Kenichi Handa <handa@etl.go.jp>
10054
10055 * international/mule-cmds.el (language-info-alist): Remove
10056 description about charset-origin-alist.
10057
10058 * international/mule.el: Comment added for a new coding system
10059 property `charset-origin-alit'.
10060 (make-translation-table): This variable deleted.
10061
10062 * language/chinese.el (chinese-big5): Add charset-origin-alist
10063 property.
10064 ("Chinese-CNS"): Remove charset-origin-alist property.
10065
10066 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10067 property.
10068 (cyrillic-alternativnyj): Likewise.
10069 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10070 ("Cyrillic-ALT"): Likewise.
10071
10072 * language/vietnamese.el (vietnamese-viqr): Add
10073 charset-origin-alist property.
10074 ("Vietnamese"): Remove charset-origin-alist property.
10075
10076 * simple.el (what-cursor-position): Don't use the varialbe
10077 charset-origin-alist, but use charset-origin-alist property of
10078 buffer-file-coding-system to decide external character set code.
10079
10080 1999-02-10 Richard Stallman <rms@gnu.org>
10081
10082 * shadowfile.el: Don't turn on the mode when the file is loaded.
10083
10084 1999-02-09 Richard Stallman <rms@gnu.org>
10085
10086 * progmodes/compile.el (compile-auto-highlight): Customize.
10087
10088 * add-log.el (add-log-file-name-function): New variable.
10089 (add-change-log-entry): Call that function, if non-nil.
10090
10091 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
10092
10093 * rmail.el (rmail-search): Track match with a marker, not an integer.
10094
10095 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10096
10097 * progmodes/compile.el (compilation-setup): Set value of
10098 compilation-directory-stack as in compilation-forget-errors.
10099 (compile-reinitialize-errors): Bind buffer-undo-list and
10100 deactivate-mark.
10101 (compilation-forget-errors): Likewise.
10102
10103 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
10104
10105 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10106 def... constructs.
10107
10108 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10109 Remove calls to sleep-for.
10110
10111 1999-02-08 Eli Zaretskii <eliz@gnu.org>
10112
10113 * international/codepage.el (cp-coding-system-for-codepage-1): On
10114 MS-DOS, use dos-unsupported-char-glyph for characters not
10115 supported by the codepage.
10116 (cp-make-coding-systems-for-codepage): Likewise.
10117
10118 1999-02-08 Andreas Schwab <schwab@gnu.org>
10119
10120 * international/mule-util.el (coding-system-list): Don't sort
10121 coding-system-list here.
10122
10123 * international/mule.el (coding-system-lessp): Moved here from
10124 mule-util.el
10125 (add-to-coding-system-list): New function.
10126 (make-subsidiary-coding-system, make-coding-system,
10127 define-coding-system-alias): Use it instead of setting
10128 coding-system-list directly.
10129
10130 1999-02-07 Dave Love <fx@gnu.org>
10131
10132 * calendar/appt.el (appt-make-list): Don't splice quotes and date
10133 onto message.
10134
10135 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10136
10137 * imenu.el (imenu--last-menubar-index-alist): Add doc.
10138 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
10139
10140 1999-02-06 Richard Stallman <rms@gnu.org>
10141
10142 * language/european.el (setup-slovenian-environment): New function.
10143 ("Slovenian"): New language environment.
10144
10145 * progmodes/sql.el (sql-help): Doc fix.
10146 (sql-mysql): Doc fix.
10147
10148 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10149
10150 * tex-mode.el: When compiling, require compare-w and skeleton
10151 to pacify the byte-compiler. Move the def's of the tex-commands
10152 together. Add a comment on kill-process vs. quit-process.
10153
10154 1999-02-05 Dave Love <fx@gnu.org>
10155
10156 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10157 null markers.
10158 (compile-goto-error): Likewise.
10159
10160 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10161
10162 * time-stamp.el (time-stamp-format): Format doc tighter.
10163 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10164 (time-stamp): Don't re-write the time stamp if it didn't change.
10165
10166 1999-02-05 Alex Schroeder <asc@bsiag.com>
10167
10168 * progmodes/sql.el: Changed version to 1.2.1.
10169 (sql-pop-to-buffer-after-send-region): Improved documentation.
10170 (sql-mysql-program): Added MySQL support.
10171 (sql-prompt-length): Made prompt-length configurable.
10172 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10173 (sql-help): Added MySQL support, changed documentation.
10174 (sql-send-region): A message is displayed if something is sent.
10175 (sql-mode): Added buffer-local comment-start.
10176 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10177 (sql-interactive-mode): Added buffer-local comment-start.
10178 (sql-oracle): Set sql-prompt-length.
10179 (sql-sybase): Set sql-prompt-length.
10180 (sql-mysql): Added MySQL support.
10181 (sql-ingres): Set sql-prompt-length.
10182 (sql-ms): Set sql-prompt-length.
10183 (sql-postgres): Set sql-prompt-length.
10184
10185 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10186
10187 * term/internal.el (dos-codepage-setup): Set selection coding
10188 system to cpNNN-dos.
10189
10190 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10191
10192 * international/characters.el: Let ethiopic use iso-2022-7bit.
10193
10194 1999-02-02 Dave Love <fx@gnu.org>
10195
10196 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10197 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10198
10199 1999-02-02 Karl Heuer <kwzh@gnu.org>
10200
10201 * terminal.el (terminal-emulator): Doc fix.
10202
10203 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10204
10205 * international/mule-util.el (compose-chars): Doc-string
10206 modified. Correctly handle a composition character in ARGS.
10207
10208 1999-02-01 Richard Stallman <rms@gnu.org>
10209
10210 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10211 (makefile-menu-index-function): Function deleted.
10212 (makefile-mode): Use makefile-imenu-generic-expression.
10213
10214 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10215
10216 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10217 change, invoke from before-init-hook.
10218
10219 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10220
10221 * subr.el (remove-from-invisibility-spec): Cope with the case when
10222 buffer-invisibility-spec is t.
10223
10224 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10225
10226 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10227 appt-add and appt-delete.
10228
10229 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10230
10231 * term/pc-win.el (msdos-approximate-color): New function.
10232 (msdos-color-translate): Call it to find a DOS color that best
10233 approximates an X-style "#NNNNNN" color specification.
10234
10235 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10236
10237 * international/mule-util.el (compose-chars-component): Add
10238 autoload cookie.
10239
10240 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10241
10242 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10243 function, replace cdr of MAP by the return value of the function
10244 unconditionally.
10245
10246 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10247
10248 * progmodes/compile.el (compilation-next-error-locus): Don't
10249 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10250
10251 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10252
10253 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10254 and NLs before "charset", and allow the charset name be in double
10255 quotes.
10256
10257 1999-01-31 Richard Stallman <rms@gnu.org>
10258
10259 * imenu.el (imenu-sort-function): Fix custom type.
10260
10261 1999-01-30 Richard Stallman <rms@gnu.org>
10262
10263 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10264 (speedbar-line-token): Likewise.
10265
10266 * play/gametree.el (gametree-default-score): Use defcustom.
10267 (gametree-score-regexp, gametree-score-closer): Likewise.
10268 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10269
10270 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10271
10272 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10273 decoding.
10274
10275 1999-01-29 Markus Rost <rost@gnu.org>
10276
10277 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10278 tex-validate-buffer.
10279 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10280 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10281 now with recent occur-mode.
10282 (tex-validate-region): Really walk through all Sexps.
10283 (tex-region): Bind shell-dirtrack-verbose.
10284 (tex-file, tex-bibtex-file): Likewise.
10285
10286 1999-01-29 Dave Love <fx@gnu.org>
10287
10288 * finder.el: (finder-commentary): Fix interactive spec. Try
10289 appending .el to file name.
10290 (finder-find-library, finder-commentary): Doc fixes.
10291
10292 1999-01-29 Andrew Innes <andrewi@gnu.org>
10293
10294 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10295 where the userid contains directory separators.
10296
10297 1999-01-29 Dave Love <fx@gnu.org>
10298
10299 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10300 (lm-commentary): Doc fix.
10301
10302 1999-01-29 Andreas Schwab <schwab@gnu.org>
10303
10304 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10305 wildcard match. Fix regexp that tests if dirpart contains
10306 wildcard characters.
10307
10308 1999-01-28 Richard Stallman <rms@gnu.org>
10309
10310 * font-lock.el (font-lock-default-unfontify-region):
10311 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10312
10313 1999-01-27 Jason Rumney <jasonr@altavista.net>
10314
10315 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10316 from FAMILY field.
10317 (w32-create-initial-fontsets): Do not use before-init-hook.
10318 (mouse-set-font): Document. Automatically create and use fontsets.
10319
10320 * dos-w32.el (direct-print-region-helper): Check for printer
10321 being t as well as a string.
10322
10323 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10324
10325 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10326 (rmail-mime-charset-pattern): New variable.
10327 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10328 rmail-decode-mime-charset is non-nil.
10329
10330 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10331
10332 * international/characters.el: Set category `q' for all characters
10333 in tibetan and tibetan-1-column.
10334
10335 1999-01-27 Andrew Innes <andrewi@gnu.org>
10336
10337 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10338 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10339
10340 1999-01-27 Dave Love <fx@gnu.org>
10341
10342 * international/mule-cmds.el (current-language-environment):
10343 Provide :link, :type (choices) and appropriate :get.
10344
10345 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10346
10347 * startup.el (command-line): Set default eol-mnemonic-* strings to
10348 display end-of-line format in mode line.
10349
10350 * cus-start.el (all): Add eol-mnemonic-* variables.
10351
10352 1999-01-26 Dave Love <fx@gnu.org>
10353
10354 * startup.el (command-line-1): Up-date copyright.
10355
10356 * paths.el (Info-default-directory-list): Use configdir twice.
10357
10358 * info.el (Info-directory-list): Don't set path-separator now
10359 we're not shipped with Texinfo. Simplify path definition.
10360 Substitute all occurrences of instdir in Info-default-directory-list.
10361
10362 1999-01-25 Richard Stallman <rms@gnu.org>
10363
10364 * startup.el (normal-top-level-add-subdirs-to-load-path):
10365 Record the inode numbers of the dirs processed, to avoid loop.
10366
10367 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10368
10369 1999-01-25 Dave Love <fx@gnu.org>
10370
10371 * browse-url.el (browse-url-netscape-program): Doc addition.
10372
10373 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10374 prefix.
10375
10376 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10377 auto-mode-alist.
10378
10379 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10380
10381 * calendar/diary-lib.el (mark-diary-entries): Use
10382 assoc-ignore-case and do not capitalize when matching month and
10383 day names.
10384
10385 * calendar/calendar.el (calendar-read-date): Ditto.
10386
10387 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10388 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10389
10390 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10391
10392 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10393
10394 * calendar/cal-islam.el (calendar-goto-islamic-date)
10395 (mark-islamic-diary-entries): Ditto.
10396
10397 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10398
10399 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10400 (calendar-read-mayan-tzolkin-date): Ditto.
10401
10402 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10403
10404 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10405
10406 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10407
10408 1999-01-25 Karl Heuer <kwzh@gnu.org>
10409
10410 * faces.el (list-faces-display): Multiline case of previous fix.
10411
10412 1999-01-25 Andreas Schwab <schwab@gnu.org>
10413
10414 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10415
10416 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10417
10418 * files.el (find-file): If find-file-noselect returns a list,
10419 do switch-to-buffer on each element.
10420 (find-file-other-window): Likewise for all but the first element.
10421 (find-file-other-frame): Same.
10422 (find-file-noselect): When we expand a wildcard, return a list
10423 of buffers.
10424
10425 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10426
10427 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10428 to set the appropriate cpNNN-dos coding system as the
10429 highest-priority coding system.
10430
10431 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10432
10433 * international/fontset.el (generate-fontset-menu): Return a
10434 sorted list by plain names of fontsets.
10435
10436 * international/mule-diag.el (list-fontsets): Sort fontsets by
10437 plain names.
10438
10439 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10440 FIRST is a composite character, decompose it at first.
10441
10442 1999-01-23 Dave Love <fx@gnu.org>
10443
10444 * format.el: Doc fixes.
10445 (format-encode-run-method): Have things happen in the right buffer.
10446 Deal with errors from method. Set coding-system-for-write.
10447 (format-decode-run-method): Have things happen in the right buffer.
10448 Deal with errors from method. Set coding-system-for-read.
10449 (format-alist): Use nil instead of unmatchable regexps.
10450
10451 * simple.el (shell-command-on-region): Return command's exit status.
10452
10453 1999-01-23 Eric Ludlam <zappo@gnu.org>
10454
10455 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10456 of the file whose info we want to display.
10457 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10458 (speedbar-add-mode-functions-list) Improve doc.
10459 (speedbar-line-token) New function.
10460 (speedbar-dired) Fix order of directories in -shown-directories.
10461 (speedbar-line-path): Default return is default-directory
10462 (speedbar-buffers-line-path): Return is dir name only.
10463 (speedbar-mode-functions-list): New variable.
10464 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10465 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10466 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10467 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10468 New functions.
10469 (speedbar-line-file): Broke out part that fetches file from a line.
10470 (speedbar-line-text): New function extracted from speedbar-line-file.
10471 (speedbar-line-path): Converted into a replaceable function.
10472 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10473
10474 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10475
10476 * international/fontset.el (create-fontset-from-x-resource): Make
10477 style variants.
10478
10479 1999-01-22 Dave Love <fx@gnu.org>
10480
10481 * paths.el (Info-default-directory-list): Put sysdir after start.
10482
10483 1999-01-22 Sam Steingold <sds@goems.com>
10484
10485 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10486 a process associated with it.
10487
10488 1999-01-22 Jason Rumney <jasonr@altavista.net>
10489
10490 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10491
10492 1999-01-22 Felix Lee <flee@cygnus.com>
10493
10494 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10495 major-mode.
10496 (vc-annotate-mode): Delete variable.
10497
10498 1999-01-22 Andrew Innes <andrewi@gnu.org>
10499
10500 * startup.el (command-line): [windows-nt]: Check for existence of
10501 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10502 in preference to _emacs.
10503
10504 1999-01-22 Dave Love <fx@gnu.org>
10505
10506 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10507
10508 1999-01-20 Richard Stallman <rms@gnu.org>
10509
10510 * files.el (find-file-noselect): Do wildcard processing only
10511 if new arg WILDCARDS is non-nil.
10512 (find-file, find-file-other-window): New arg WILDCARDS.
10513 Default it to non-nil if interactive.
10514 (find-file-other-frame): Likewise.
10515 (find-file-read-only): Likewise.
10516 (find-file-read-only-other-window): Likewise.
10517 (find-file-read-only-other-frame): Likewise.
10518
10519 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10520 (widget-plist-convert-option): Delete spurious comma.
10521
10522 1999-01-19 Jason Rumney <jasonr@altavista.net>
10523
10524 * term/w32-win.el (w32-standard-fontspec-spec): Change
10525 iso8859-5 to koi8-r. Add iso8859-9.
10526
10527 1999-01-19 Dave Love <fx@gnu.org>
10528
10529 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10530 its uses.
10531
10532 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10533 is active.
10534 (fortran-indent-subprogram): Likewise.
10535
10536 1999-01-19 Dave Love <d.love@dl.ac.uk>
10537
10538 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10539
10540 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10541
10542 * wid-edit.el (alist): Use sexp as default key-type.
10543
10544 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10545
10546 * textmodes/tex-mode.el (tex-define-common-keys):
10547 Remove key binding of tex-feed-input.
10548 (tex-mode-map): Bind tex-feed-input here.
10549 (tex-start-shell): Use compilation-shell-minor-mode. Set
10550 comint-input-filter-functions before running tex-shell-hook.
10551 (tex-start-tex): Forget compilation errors.
10552 (tex-compilation-parse-errors): Rewritten to work also with
10553 compile-mouse-goto-error and compile-goto-error. Adjusted to
10554 change in tex-region.
10555 (tex-region): For the temp file use file-name without directory.
10556 (tex-file): Expand file name of tex-print-file.
10557
10558 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10559
10560 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10561
10562 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10563
10564 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10565 beginning could cause Emacs to hang. Fixed.
10566
10567 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10568
10569 * international/ccl.el (ccl-compile-translate-character): Handle
10570 the case that a tranlation table is CCL register correctly.
10571
10572 * international/mule-cmds.el (select-safe-coding-system):
10573 Hightlight at most 256 characters.
10574
10575 1999-01-18 Dave Love <fx@gnu.org>
10576
10577 * startup.el (command-line): If the init file changes operation to
10578 unibyte, make all buffers unibyte and re-set language environment.
10579
10580 * disp-table.el (standard-display-european): Make all existing
10581 buffers unibyte. Fix doc.
10582
10583 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10584
10585 * wid-edit.el (coding-system): Define this unconditionally.
10586
10587 * simple.el (shell-command-on-region-default-error-buffer): New var.
10588 (shell-command-on-region): Use that variable as interactive
10589 value of ERROR-BUFFER argument.
10590
10591 1999-01-17 Sam Steingold <sds@goems.com>
10592
10593 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10594
10595 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10596
10597 * progmodes/compile.el (compilation-goto-locus): If already in the
10598 compilation buffer's window, keep it in that window.
10599 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10600 (compile-goto-error): Don't play with windows.
10601
10602 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10603 (tex-command): Doc fix.
10604 (tex-compilation-parse-errors): Doc fix.
10605 (tex-generate-zap-file-name): Don't start the name with -.
10606 (tex-expand-files): Works now also with strings ending with ":".
10607
10608 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10609
10610 Patch failed to install:
10611 * gametree.el: Document scoring functionality.
10612 (gametree-score-regexp): Add optional plus sign.
10613 (gametree-score-opener): Replace `:' with `=' as the former
10614 conflicts with gametree-half-ply-regexp.
10615 (gametree-transpose-following-leaves): Add.
10616 (gametree-insert-new-leaf): Make modifying commands barf in read
10617 only buffers.
10618 (gametree-break-line-here): Add a call to
10619 `gametree-transpose-following-leaves'. This maintains the
10620 necessary invariant that on each level all leaf children precede
10621 all nonleaf children. This has always been implied, but left to
10622 the user, and, unfortunately, undocumented.
10623
10624 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10625
10626 * wid-edit.el (plist, alist): New widget types.
10627
10628 1999-01-17 Dave Love <fx@gnu.org>
10629
10630 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10631 fix scope of condition-case therein.
10632
10633 1999-01-17 Andrew Innes <andrewi@gnu.org>
10634
10635 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10636 default-buffer-file-coding-system when file doesn't exist (and
10637 isn't covered by a special case) instead of forcing undecided-dos
10638 against the user's wishes.
10639
10640 * dos-w32.el (direct-print-region-helper): New function based on
10641 direct-print-region-function; sends data to specified printer port
10642 without further translation. Recognize and handle specially the
10643 standard `print' and `nprint' programs, as well as `lpr' and
10644 similar programs. Only write directly to the printer port if no
10645 print program is specified. Work around a bug in Windows 9x
10646 affecting Win32 version of Emacs by invoking command.com to write
10647 to the printer port instead of writing directly.
10648 (direct-print-region-function): Use direct-print-region-helper to
10649 do most of the work.
10650 (direct-ps-print-region-function): New function; analogue of
10651 direct-print-region-function for ps-print.
10652 (ps-lpr-command): Comment out setq; leave as example usage.
10653 (ps-lpr-switches): Ditto.
10654
10655 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10656 and MS-Windows.
10657 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10658 DOS and Windows platforms, to indicate direct printing. Update
10659 the docstring accordingly.
10660
10661 * ps-print.el: (ps-printer-name): Update docstring about usage on
10662 MS-DOS and MS-Windows.
10663 (ps-lpr-command): Update docstring as for lpr-command.
10664 (ps-print-region-function): New variable.
10665 (ps-do-despool): Use it.
10666 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10667 DOS/Windows.
10668
10669 * subr.el (subst-char-in-string): New function.
10670
10671 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10672
10673 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10674
10675 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10676 (bdf-find-font-info): New function, looks for the first readable
10677 file from a list of alternatives.
10678 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10679 instead of bdf-get-font-info.
10680 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10681 to ps-mule-generate-bitmap-glyph.
10682
10683 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10684 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10685 now be a list of alternative names.
10686 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10687 (ps-mule-prepare-font): Likewise.
10688
10689 * international/codepage.el (cp855-decode-table,
10690 cp850-decode-table): Fill some nil entries.
10691
10692 1999-01-16 Dave Love <fx@gnu.org>
10693
10694 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10695 last change.
10696
10697 1999-01-15 Dave Love <fx@gnu.org>
10698
10699 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10700 and change regexp for command names.
10701 (help-xref-go-back, function-called-at-point, symbol-file)
10702 (where-is): Doc fixes.
10703 (help-xref-go-back): Remove interactive spec.
10704 (describe-function-1): Fix message for alias. Buttomize alias
10705 name.
10706
10707 * simple.el (join-line): New alias.
10708
10709 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10710
10711 * forms.el: (forms--show-record): Convert integers to string
10712 expicitly since concat will no longer accept integers.
10713 (forms-print): Use local `total-nb-records' since
10714 `forms--total-records' will be inaccessible after buffer switching.
10715
10716 1998-01-14 Felix Lee <flee@cygnus.com>
10717
10718 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10719
10720 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10721
10722 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10723
10724 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10725
10726 * international/codepage.el (cp850-decode-table): Fix previous change.
10727
10728 1999-01-14 Simon Marshall <simon@gnu.org>
10729
10730 * shell.el (shell-dirtrack-verbose): New custom variable.
10731 (shell-dirstack-message): Use it.
10732
10733 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10734
10735 * international/mule-conf.el: Coding system alias `dos' for
10736 `undecided-dos', `mac' for `undecided-mac'.
10737
10738 * international/mule-cmds.el (describe-language-environment):
10739 Don't alter input-method-alist.
10740
10741 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10742
10743 * international/codepage.el (cp850-decode-table): Replace nil
10744 entries with codes of similary looking glyphs. (Suggested by
10745 Jason Rumney <jasonr@altavista.net>.)
10746
10747 1999-01-13 Dave Love <fx@gnu.org>
10748
10749 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10750
10751 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10752
10753 1999-01-12 Karl Heuer <kwzh@gnu.org>
10754
10755 * files.el (auto-save-hook): Defvar this.
10756
10757 1999-01-12 Alex Schroeder <asc@bsiag.com>
10758
10759 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10760 faces, eliminating the need to load font-lock before loading sql.
10761 (sql-mode-oracle-font-lock-keywords): Likewise.
10762 (sql-mode-postgres-font-lock-keywords): Likewise.
10763
10764 1999-01-11 Dave Love <fx@gnu.org>
10765
10766 * cus-start.el: Add inhibit-eol-conversion.
10767
10768 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10769 the values round.
10770
10771 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10772
10773 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10774 Don't switch to Help mode here.
10775 (temp-buffer-setup-hook): Use help-mode-finish.
10776 (help-mode-setup): New function.
10777 (temp-buffer-setup-hook): Use help-mode-setup.
10778
10779 * progmodes/sql.el: New file.
10780
10781 * files.el (auto-mode-alist): Add sql-mode.
10782
10783 * faces.el (list-faces-display): Improve the formatting
10784 by computing the maximum length required for any face-name.
10785
10786 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10787
10788 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10789
10790 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10791
10792 * term.el (term_send_home): Change the string to
10793 be the same as the one emitted by xterm and consistent with the
10794 ones emitted by prior and next.
10795 (term_send_end): Likewise.
10796
10797 1999-01-10 Dave Love <fx@gnu.org>
10798
10799 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10800 bindings.
10801
10802 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10803
10804 * international/codepage.el (codepage-setup): Doc fix.
10805 (cp-decoding-vector-for-codepage): Likewise.
10806
10807 1999-01-10 Markus Rost <rost@gnu.org>
10808
10809 * cus-edit.el (custom-save-delete): First scan the custom-file.
10810
10811 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10812
10813 * international/iso-transl.el: Define a "function name" for
10814 each translation that isn't ASCII. Use these function names
10815 in iso-transl-char-map.
10816
10817 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10818
10819 * international/mule-util.el (decompose-region): Do decomposition
10820 on temporary unibyte buffer.
10821
10822 * international/mule.el (make-char): Doc-string modified.
10823
10824 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10825
10826 * simple.el (comment-region): Delete spaces only if we
10827 deleted a comment starter.
10828
10829 1999-01-07 Dave Love <fx@gnu.org>
10830
10831 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10832
10833 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10834 like eval-defun does.
10835
10836 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10837
10838 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10839 constructions. Doc fixes.
10840 (generic-create-generic-function): Use defalias, not fset.
10841
10842 * find-func.el: More doc fixes.
10843
10844 1999-01-06 Stephen Eglen <stephen@gnu.org>
10845
10846 * files.el (save-buffers-kill-emacs): Show the list of current
10847 processes before prompting to kill them and exit.
10848
10849 1999-01-06 Dave Love <fx@gnu.org>
10850
10851 * emacs-lisp/find-func.el: Doc fixes.
10852 (find-function-regexp): Extend for define-generic-mode,
10853 define-derived-mode, easy-mmode-define-minor-mode.
10854
10855 1999-01-06 Dave Love <fx@gnu.org>
10856
10857 * progmodes/fortran.el (fortran-window-create): Account for scroll
10858 bar width.
10859
10860 * browse-url.el: Require (noerror) w3-auto when compiling.
10861 (browse-url-maybe-new-window): Make it a macro and revert last
10862 change to callers.
10863 (browse-url-w3): Require w3 for w3-fetch-other-window.
10864
10865 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10866
10867 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10868 argument.
10869
10870 1999-01-06 Simon Marshall <simon@gnu.org>
10871
10872 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10873
10874 * font-lock.el (font-lock-default-fontify-buffer): When using
10875 with-temp-message, use nil rather than current-message.
10876
10877 * lazy-lock.el (lazy-lock-unstall):
10878 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10879 rather than current-message.
10880
10881 * fast-lock.el (fast-lock-save-cache-1):
10882 (fast-lock-cache-data): When using with-temp-message, use nil rather
10883 than current-message.
10884
10885 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10886
10887 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10888 the valid-codes property.
10889
10890 * international/mule-cmds.el (prefer-coding-system): Call
10891 set-coding-priority, so that the internal array of priorities is
10892 also updated.
10893
10894 * international/mule-util.el:
10895 (coding-system-change-eol-conversion,
10896 coding-system-change-text-conversion): Don't define here.
10897
10898 * international/mule-cmds.el: Define them here. Remove the
10899 autoload cookies.
10900
10901 1999-01-06 Andreas Schwab <schwab@gnu.org>
10902
10903 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10904 if it was enabled before.
10905
10906 * view.el (View-revert-buffer-scroll-page-forward): Bind
10907 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10908
10909 * files.el (recover-session): Preserve point when inserting
10910 explanation.
10911
10912 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10913
10914 * cus-edit.el (custom-save-delete): Don't delete whitespace
10915 and comments before the sexp that is replaced.
10916
10917 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10918
10919 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10920
10921 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10922
10923 * vc.el (vc-dired-hook): Use the original value of
10924 dired-move-to-filename-regexp on lines that have not been
10925 reformatted yet.
10926 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10927 file lines have already been reformatted.
10928
10929 1999-01-05 Dave Love <fx@gnu.org>
10930
10931 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10932 buffer-local.
10933
10934 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10935
10936 * progmodes/f90.el: Change of regular expressions for type to
10937 correct highlighting and identation. Some small fixes for
10938 compatibility with XEmacs.
10939
10940 1999-01-05 Stephen Eglen <stephen@gnu.org>
10941
10942 * mspools.el (mspools-vm-system-mail): Provide an alternative
10943 value based on rmail-spool-directory if $MAIL is not defined.
10944
10945 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10946
10947 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10948 (reftex-section-info): Handle negative section levels.
10949 (reftex-view-crossref-extra): New option.
10950 (reftex-view-crossref): Generalized to work in more places.
10951 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10952 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10953 (reftex-view-cite-locations-from-bibtex): New command.
10954 (reftex-view-regexp-match, reftex-global-search,
10955 reftex-global-search-continue): New functions.
10956 (reftex-extract-bib-entries): No error for non-existing BibTeX
10957 file, just a message.
10958 (reftex-extract-bib-entries): Better error handling.
10959 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10960 help and force it on current frame.
10961 (reftex-default-bibliography): New function.
10962 (reftex-access-parse-file): Check consistency after loading a
10963 parse file. When inconsistent, enfore rescan.
10964 (reftex-check-parse-consistency): New function.
10965 (easy-menu-define): Options section drastically shortened.
10966
10967 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10968
10969 * language/thai-util.el (thai-compose-string): New function.
10970
10971 1999-01-04 Inge Frick <inge@nada.kth.se>
10972
10973 * easymenu.el (easy-menu-define): Doc fix.
10974 (easy-menu-create-menu): New keyword :included.
10975 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10976 be an expression, not only a string. Simulate style `button'.
10977 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10978 (easy-menu-define-key-intern): New function.
10979 (easy-menu-add-item): Understand value returned from
10980 easy-menu-item-present-p and easy-menu-remove-item.
10981 (easy-menu-return-item): New function.
10982 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10983
10984 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10985
10986 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10987 Use rmail-output-read-rmail-file-name to read the file name.
10988 Always call rmail-output-to-rmail-file noninteractively.
10989 When count > 1, do the loop here.
10990 Handle rmail-delete-after-output here.
10991 (rmail-summary-output): Similar changes.
10992
10993 * mail/rmailout.el: Provide `rmailout'.
10994 (rmail-output-read-rmail-file-name): New function.
10995 (rmail-output-to-rmail-file): Use that.
10996 (rmail-output-read-file-name): New function.
10997 (rmail-output): Use that.
10998
10999 * files.el (find-file-noselect): Let /: suppress wildcard matching.
11000 Error if wildcard matches no files.
11001
11002 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
11003
11004 * menu-bar.el (clipboard-yank): Doc fix.
11005
11006 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11007
11008 1998-12-31 Markus Rost <rost@delysid.gnu.org>
11009
11010 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11011
11012 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
11013
11014 * rmail.el (rmail-encode-string): Make sure mask value is
11015 positive; (emacs-pid) returns a negative number on Windows 9x
11016 which causes odd behaviour.
11017
11018 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
11019
11020 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11021 and about w32-* variables unless on Windows/NT.
11022
11023 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
11024
11025 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11026 if buffer is modified; ask about all modified buffers.
11027
11028 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11029
11030 * simple.el (what-cursor-position): Fix previous change.
11031
11032 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
11033
11034 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11035 from paragraph-start.
11036
11037 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
11038
11039 * international/mule-cmds.el (prefer-coding-system): If the
11040 argument requires specific EOL conversion type, make the default
11041 coding systems use that.
11042
11043 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
11044
11045 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11046 Use shell-command-on-region.
11047 (m4-start-m4, m4-end-m4): Functions deleted.
11048
11049 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
11050
11051 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11052
11053 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11054
11055 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11056 to compose-mail in the correct places and as a list.
11057
11058 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
11059
11060 * page-ext.el: Added mouse-selection feature for pages directory buffer.
11061 (pages-directory-map): Bind mouse-2
11062 (pages-copy-header-and-position): Put text property.
11063 (pages-directory-goto-with-mouse): New function.
11064
11065 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
11066
11067 * international/codepage.el (cp-make-coding-systems-for-codepage):
11068 Doc fix.
11069 (cp-coding-system-for-codepage-1): Likewise.
11070
11071 1998-12-29 Kenichi Handa <handa@etl.go.jp>
11072
11073 * language/thai-util.el (thai-post-read-conversion): Handle Thai
11074 composition sequence correctly here instead of calling
11075 thai-compose-region.
11076
11077 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11078 newline in multibyte buffer, if previous or next character is a
11079 composite char, check the first component of the composite char.
11080
11081 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
11082
11083 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11084 and track-mouse.
11085
11086 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11087
11088 * mail/sendmail.el (mail-yank-original): Remove text properties
11089 after insertion.
11090 (mail-yank-region): Barf if no mark is set in the message
11091 being replied to.
11092
11093 * help.el (function-called-at-point): First look for function at point.
11094
11095 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11096
11097 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11098
11099 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11100
11101 * simple.el (what-cursor-position): Print character encoding also.
11102
11103 1998-12-26 Dave Love <fx@gnu.org>
11104
11105 * textmodes/flyspell.el: If local-maps work, don't put
11106 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11107 in flyspell-mouse-map (only).
11108 (flyspell-use-local-map): New variable.
11109 Use a different mouse-2 binding in that case,
11110 and don't add to minor-mode-map-alist.
11111 (make-flyspell-overlay, flyspell-correct-word):
11112 Test flyspell-use-local-map.
11113
11114 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11115
11116 * files.el (file-expand-wildcards): Handle wildcards in directory name.
11117 Be careful about whether to return a relative file name,
11118 and if so, relative to what directory.
11119
11120 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11121
11122 * emacs-lisp/easymenu.el (easy-menu-get-map):
11123 Change global map only if this menu exists in the global map already,
11124 and not in the local map.
11125 (easy-menu-do-add-item): Fix error message.
11126
11127 * foldout.el (foldout-inhibit-key-bindings):
11128 Avoid concatenating onto outline-minor-mode-prefix.
11129 Make a new keymap for that prefix, if it does not already have one.
11130
11131 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
11132
11133 * cperl-mode.el:
11134 Can use linear algorithm for indentation if Emacs supports it.
11135 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
11136 (cperl-after-block-p): Likewise.
11137 (cperl-after-block-and-statement-beg): Likewise.
11138 (cperl-after-block-p): After END/BEGIN we are a block.
11139 (cperl-after-expr-p): Skip labels when checking
11140 (cperl-indent-region): Make a marker for END - text added/removed.
11141 Disable hooks during the call (how to call them later?).
11142 Now indents 820-line-long function in 6.5 sec (including
11143 syntaxification) the first time (when buffer has few
11144 properties), 7.1 sec the second time.
11145 (cperl-indent-region): Do not indent whitespace lines
11146 (cperl-style-alist)
11147 Include `cperl-merge-trailing-else' where the value is clear.
11148 (cperl-styles-entries): Likewise.
11149 (cperl-problems): Improvements to docs.
11150 (cperl-tips): Likewise.
11151 (cperl-non-problems): Likewise.
11152 (cperl-mode): Make lazy syntaxification possible.
11153 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11154 `font-lock-unfontify-region-function' was set to a wrong function.
11155
11156 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11157 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11158 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11159 but 1<<6 was considered as HERE-doc.
11160 <file/glob> made into a string.
11161 Postpone addition of faces after syntactic step.
11162 Recognition of <FH> was wrong.
11163 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11164 Knows that split// is null-RE.
11165 Highlights separators in 3-parts expressions as labels.
11166 <> was considered as a glob.
11167 Would err if the last line is `=head1'.
11168 $a-1 ? foo : bar; was a considered a regexp.
11169 `<< (' was considered a start of HERE-doc.
11170 mark qq[]-etc sections as syntax-type=string
11171 Was not processing sub protos after a comment ine.
11172 Was treating $a++ <= 5 as a glob.
11173 Tolerate unfinished REx at end-of-buffer.
11174 `unwind-protect' was left commented.
11175 / and ? after : start a REx.
11176
11177 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11178 Better default, customizes to `message' too, off in text-mode.
11179
11180 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11181 `defface'd.
11182 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11183 `defface'd.
11184 (cperl-emacs-can-parse): New state variable.
11185 (cperl-indent-line): Corrected to use global state.
11186 (cperl-calculate-indent): Likewise.
11187 (cperl-fix-line-spacing): Likewise (not used yet).
11188 (cperl-calculate-indent): Did not consider `,' as
11189 continuation mark for statements.
11190 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11191 Remove another parse-data optimization at toplevel: would
11192 indent correctly.
11193 Correct for labels when calculating indentation of continuations.
11194 Docstring updated.
11195 (cperl-choose-color): Converted to a function (to be
11196 compilable in text-mode).
11197 (cperl-dark-background): Disable without window-system.
11198 Do `defface' only if window-system.
11199 (cperl-fix-line-spacing): Sped up to bail out early.
11200 (x-color-defined-p): Was not compiling on XEmacs
11201 Was defmacro'ed with a tick. Remove another def.
11202 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11203 (cperl-unwind-to-safe): New function.
11204 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11205 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11206 long strings (not very successful).
11207 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11208 Highlight the starting // in s//foo/ as function-name.
11209 Emit a meaningful error instead of a cryptic one for an
11210 uncomplete REx near end-of-buffer.
11211
11212 (cperl-electric-keyword): `qr' recognized.
11213 (cperl-electric-else): Likewise
11214 (cperl-to-comment-or-eol): Likewise
11215 (cperl-make-regexp-x): Likewise
11216 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11217 Corrected to use new macros;
11218 `if' for copying `reference-face' to `constant-face' was backward.
11219 remove init `font-lock-other-emphasized-face',
11220 `font-lock-emphasized-face', `font-lock-keyword-face'.
11221 Interpolate `cperl-invalid-face'.
11222 (cperl-make-regexp-x): Misprint in a message.
11223 (cperl-syntaxify-unwind): New configuration variable
11224 (cperl-fontify-m-as-s): New configuration variable
11225 (cperl-electric-pod): Check for after-expr was performed
11226 inside of POD too.
11227 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11228 (cperl-clobber-mode-lists): New configuration variable.
11229 (cperl-not-bad-style-regexp): Updated.
11230 Init: `cperl-is-face' was busted.
11231 (cperl-make-face): New macros.
11232 (cperl-force-face): New macros.
11233 (font-lock-other-type-face): Done via `defface' too.
11234 (cperl-nonoverridable-face): New face. Renamed from
11235 `font-lock-other-type-face'.
11236 (cperl-init-faces-weak): Use `cperl-force-face'.
11237 (cperl-comment-indent): Commenting __END__ was not working.
11238 (cperl-indent-for-comment): Likewise.
11239 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11240 When removing old TAGS info was not relativizing filename.
11241 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11242 Another try to work around XEmacs problems. Better progress messages.
11243 (toplevel): Require custom unprotected => failure on 19.28.
11244 (cperl-xemacs-p): Defined when compile too
11245 (cperl-find-tags): Was writing line/pos in a wrong order,
11246 pos off by 1 and not at beg-of-line.
11247 (cperl-etags-snarf-tag): New macro
11248 (cperl-etags-goto-tag-location): New macro
11249 (cperl-version): New variable. New menu entry
11250 random docstrings: References to "future" 20.3 removed.
11251 Menu was described as `CPerl' instead of `Perl'
11252 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11253 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11254 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11255 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11256 `font-lock-reference-face', `font-lock-keyword-face'.
11257 Use `eval-after-load'.
11258 Remove not-CPerl-related faces.
11259 (cperl-tips-faces): New variable and an entry into Mini-docs.
11260 (cperl-indent-exp): Was not processing else-blocks.
11261 (cperl-get-state): NOP line removed.
11262 (cperl-ps-print): New function and menu entry.
11263 (cperl-ps-print-face-properties): New configuration variable.
11264 (cperl-invalid-face): New configuration variable.
11265 (perl-font-lock-keywords): Highlight trailing whitespace
11266 (cperl-contract-levels): Documentation corrected.
11267 (cperl-contract-level): Likewise.
11268 (cperl-ps-extend-face-list): New macro.
11269 (cperl-invalid-face): Change to ''underline.
11270
11271 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11272
11273 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11274 for read-file-name.
11275 (rmail-output-to-rmail-file): Likewise.
11276
11277 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11278
11279 * emacs-lisp/easymenu.el (easy-menu-get-map):
11280 If MENU is nil, use global menu-bar map.
11281 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11282 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11283
11284 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11285
11286 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11287
11288 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11289
11290 * ps-print.el (ps-print-version): New version number (4.1.3).
11291
11292 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11293
11294 * international/mule-cmds.el: Use make-sparse-keymap instead of
11295 define-prefix-key when defining MULE menu items.
11296
11297 * info.el (Info-node-at-bob-matching): New function.
11298 (Info-find-node, Info-build-node-completions): Call it.
11299
11300 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11301
11302 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11303 when this is an autoloaded keymap.
11304
11305 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11306
11307 * international/codepage.el (cp-coding-system-for-codepage-1):
11308 Create separate encoders and decoders, for DOS and Unix. Make the
11309 usual family of 3 coding systems, so that automatic detection of
11310 EOL type works.
11311 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11312 Unix-specific symbols here, and don't call
11313 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11314 Handa <handa@etl.go.jp>.)
11315
11316 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11317
11318 * term/internal.el (IT-character-translations): New variable, an
11319 alist used to display characters for which there's no glyphs in
11320 the current codepage.
11321 (IT-display-table-setup): New function, sets up the DOS terminal
11322 for a given codepage.
11323 (dos-codepage-setup): New function, sets up the MULE environment
11324 for the current value of dos-codepage.
11325 (top-level if): In the multibyte mode, turn on
11326 unibyte-display-via-language-environment. In the unibyte mode,
11327 set up the special syntax tables to map lower- to upper case and
11328 back.
11329
11330 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11331
11332 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11333 (speedbar-frame-plist) Remove useless comments.
11334 (speedbar-frame-mode) Do not specify height if it is in the param list.
11335 Use default y position w/out changing it.
11336 If default x position is a list, keep, calculate the non-list X
11337 value when devining an initial position.
11338 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11339 (speedbar-tag-group-name-minimum-length): New variable.
11340 (speedbar-frame-parameter): New compatibility function.
11341 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11342 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11343 groups to keep things in the right order, and to help with some
11344 naming conventions.
11345 (speedbar-create-tag-hierarchy): Enable buffer local version of
11346 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11347 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11348 the case, derive it from the cursor location in speedbar.
11349
11350 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11351
11352 * international/mule-cmds.el (set-language-environment): On MS-DOS
11353 terminals, install DOS-specific nonascii-translation-table if the
11354 language info doesn't specify one. Pass the default eol-type to
11355 set-language-environment-coding-systems.
11356 (set-default-coding-systems): Copy the eol-type property for the
11357 new default values of {buffer-file,process}-coding-system from the
11358 old defaults.
11359 (set-language-environment-coding-systems): Accept an optional
11360 argument EOL-TYPE, and set the eol-type property of the default
11361 coding systems accordingly.
11362 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11363 (set-keyboard-coding-system): Likewise.
11364 (set-default-coding-systems): Don't set
11365 default-terminal-coding-system on MS-DOS to anything but nil.
11366 (prefer-coding-system): Describe in the doc string that
11367 default-terminal-coding-system is not changed on MS-DOS.
11368 (set-language-environment): For MS-DOS, set standard syntax table
11369 and display table for all characters with code above 127.
11370 (standard-display-european-internal): For MS-DOS, pass all
11371 characters with code above 127 directly to the terminal, and don't
11372 remap characters 160 and 146 in the unibyte case.
11373
11374 * international/codepage.el: New file.
11375
11376 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11377
11378 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11379 comments.
11380
11381 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11382
11383 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11384
11385 * subr.el (read-passwd): Likewise.
11386
11387 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11388
11389 * info.el (Info-find-node): Add 1 to the position read from the
11390 tag table. Don't fail if the node delimiter ^_ is the first
11391 character in the file.
11392 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11393 first character in the file.
11394 (Info-read-subfile): Likewise.
11395 (Info-select-node): Likewise.
11396 (Info-build-node-completions): Likewise.
11397
11398 1998-12-16 Richard Stallman <rms@gnu.org>
11399
11400 * term/x-win.el (x-cut-buffer-or-selection-value):
11401 If clipboard is enabled, try it before PRIMARY selection.
11402
11403 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11404
11405 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11406 insert c-cedilla and C-cedilla respectively, like in latin-1.
11407
11408 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11409
11410 * language/hebrew.el: Don't use sublists in the flags argument
11411 passed to make-coding-system.
11412
11413 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11414
11415 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11416 list of character sets found by find-charset-region.
11417
11418 * ps-mule.el: Always require ps-print. Move some function
11419 definitions for Emacs 20.2 and the earlier to ps-print.el.
11420 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11421
11422 * ps-print.el: Define several functions for Emacs 20.2 and the
11423 earlier version.
11424 (ps-printer-name): Check if printer-name is bound.
11425
11426 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11427
11428 * ps-mule.el: Programming uniformization and little code improvement.
11429 (ps-mule-prepare-font): Programming uniformization.
11430 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11431 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11432
11433 * ps-bdf.el: Programming uniformization and little code improvement.
11434 (bdf-search-and-read): New fun.
11435 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11436 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11437 (bdf-info-relative-compose, bdf-info-baseline-offset)
11438 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11439 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11440 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11441 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11442 improvement.
11443
11444 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11445
11446 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11447 and mule related code extraction. Autoload ps-mule funs.
11448
11449 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11450 (ps-mule-prologue-generated): New fun.
11451 (ps-mule-plot-string): Add autoload cookie.
11452 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11453
11454 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11455
11456 * ps-bdf.el: Require ps-mule instead of ps-print.
11457 (bdf-directory-list): Add autoload cookie.
11458
11459 * ps-mule.el: New file. Mule related code extracted from
11460 ps-print.el. Require ps-print, provide ps-mule.
11461 (ps-multibyte-buffer): Add autoload cookie.
11462 (ps-mule-prepare-ascii-font): New fun.
11463 (ps-mule-set-ascii-font): New fun.
11464 (ps-mule-skip-same-charset): Fun deleted.
11465 (ps-mule-plot-string): Set ps-mule-current-charset.
11466 (ps-mule-initialize): Add autload cookie. Don't set
11467 ps-mule-font-info-database here.
11468 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11469 ps-mule-font-info-database and ps-control-or-escape-regexp.
11470 (ps-mule-begin-page): New fun.
11471
11472 * ps-print.el: Mule related code moved to ps-mule.el.
11473 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11474 check ps-mule-charset-list.
11475 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11476 ps-mule-begin-page.
11477 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11478 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11479 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11480 instead skip same charsets by itself.
11481 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11482 non-nil. Call ps-mule-begin-job.
11483
11484 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11485
11486 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11487 instead of bdf.
11488
11489 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11490 (ps-mule-external-libraries): New element FEATURE.
11491 (ps-mule-init-external-library): Ajusted for the above change.
11492 (ps-mule-generate-font): Likewise.
11493 (ps-mule-generate-glyphs): Likewise.
11494 (ps-mule-prepare-font): Likewise.
11495 (ps-mule-initialize): Likewise.
11496 (ps-begin-file): Superfluous tailing parenthesis deleted.
11497
11498 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11499
11500 * international/fontset.el (x-decompose-font-name): If PATTERN
11501 doesn't have any wild cards, return a vector made from a name that
11502 is found by x-resolve-font-name found. Comments added.
11503
11504 * international/mule-cmds.el (find-coding-systems-for-charsets):
11505 Handle the case of unknown charset.
11506 (find-multibyte-characters): If invalid multibyte characters are
11507 found, return the corresponding strings instead of character
11508 codes.
11509 (find-multibyte-characters): Adjusted for the above change.
11510 (select-safe-coding-system): For a unibyte buffer, always returns
11511 DEFAULT-CODING-SYSTEM.
11512 (get-charset-property): Fix previous change. Make it a function.
11513 (put-charset-property): Make it a function.
11514
11515 * international/mule.el (make-coding-system): Set mime-charset
11516 property of *-with-esc coding system to nil.
11517
11518 * international/quail.el (quail-point-in-conversion-region): New
11519 function.
11520 (quail-conversion-backward-delete-char): When a key sequence is
11521 being translated, call quail-delete-last-char.
11522
11523 * language/devan-util.el
11524 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11525 handle devanagari-decomposition-rules.
11526
11527 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11528
11529 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11530 tex-start-options-string to empty string.
11531 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11532
11533 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11534
11535 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11536 5xx responses are already handled properly).
11537
11538 1998-12-13 Richard Stallman <rms@gnu.org>
11539
11540 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11541 on a non-digit in the file name.
11542
11543 * simple.el (comment-region): Handle comment-padding
11544 separately for insertion and for deletion, in the right way for each.
11545
11546 1998-12-13 Felix Lee <flee@cygnus.com>
11547
11548 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11549 regexp to match "ChangeLog:1:1998-12-09 ..."
11550
11551 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11552
11553 * cus-start.el (dos-unsupported-char-glyph): Add.
11554
11555 1998-12-11 Dave Love <fx@gnu.org>
11556
11557 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11558 forward-sexp in condition-case.
11559
11560 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11561 Remove unnecessary test on `library' for explicit file name.
11562 Widen scope of save-match-data.
11563
11564 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11565
11566 * international/mule.el (load-with-code-conversion): If the loaded
11567 file was inserted with no-conversion or raw-text coding system,
11568 make the buffer unibyte.
11569
11570 1998-12-09 Richard Stallman <rms@gnu.org>
11571
11572 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11573 Get rid of nested loops.
11574
11575 * mouse.el (mouse-drag-vertical-line):
11576 If WHICH-SIDE is not `right', then scroll bars are on the left.
11577
11578 * loadhist.el (load-history-loaded): defvar moved to help.el.
11579
11580 * help.el (symbol-file-load-history-loaded): Variable renamed,
11581 and defvar moved from loadhist.el.
11582 (symbol-file): Renamed from describe-function-find-file.
11583 Load fns-VERSION.el here.
11584 (describe-variable, describe-function-1): Use symbol-file.
11585
11586 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11587 Don't start the name with #.
11588
11589 * ispell.el: Take out the eval-when's.
11590
11591 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11592
11593 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11594 (dirtrack): Run it. Make debug message more verbose.
11595
11596 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11597
11598 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11599 name of the abbrev table, and provide support for XEmacs.
11600 (octave-xemacs-p): New variable.
11601
11602 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11603
11604 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11605 exit, when mail-interactive is nil.
11606
11607 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11608
11609 * files.el (after-find-file): Message fix.
11610
11611 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11612
11613 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11614
11615 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11616
11617 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11618 filenames using backslashes.
11619
11620 1998-12-09 Dave Love <fx@gnu.org>
11621
11622 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11623 with correct number of args.
11624 (browse-url-maybe-new-window): New arg. Callers changed.
11625
11626 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11627 comment.
11628
11629 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11630
11631 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11632
11633 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11634
11635 * vc.el (vc-rcs-release): Fix Type.
11636 (vc-sccs-release): Fix Type.
11637 (vc-cvs-release): Fix Type.
11638
11639 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11640 arg work right.
11641
11642 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11643 output of last undeleted message.
11644
11645 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11646
11647 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11648 (buffer-undo-list) [windows-nt]: Use different relative path.
11649
11650 1998-12-07 Simon Marshall <simon@gnu.org>
11651
11652 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11653
11654 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11655
11656 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11657
11658 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11659
11660 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11661
11662 * info.el (Info-menu): Don't return error if point is between menu
11663 header and first menu item.
11664
11665 1998-12-04 Dave Love <fx@gnu.org>
11666
11667 * help.el (describe-function-1): Fix description for alias.
11668
11669 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11670
11671 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11672 specifications from summary line.
11673
11674 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11675 (close-rectangle): Define alias only once in loaddefs.el.
11676
11677 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11678
11679 * term/internal.el: Remove code which sets up a special syntax
11680 table for non-ASCII characters.
11681
11682 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11683
11684 * dos-w32.el (direct-print-region-function): Try to ensure that
11685 printer-name is expanded to a file name on a local drive;
11686 sometimes printing a file loaded from a network volume fails.
11687 (direct-print-region-function): Add a function to
11688 write-region-annotate-functions to append a formfeed character to
11689 the region being printed, if the region doesn't end with a
11690 formfeed already. This avoids creating a second print job
11691 containing a blank page when print spooling is enabled on Windows.
11692
11693 1998-12-02 Dave Love <fx@gnu.org>
11694
11695 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11696 `Info-goto-node'.
11697
11698 1998-12-02 Richard Stallman <rms@gnu.org>
11699
11700 * help.el (temp-buffer-resize-mode): Doc fix.
11701
11702 * cus-edit.el (custom-save-delete): Save point before
11703 reading a sexp, rather than backing up.
11704
11705 * international/iso-transl.el: Fix previous change.
11706
11707 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11708
11709 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11710 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11711 Added defvars to suppress compilation warnings.
11712
11713 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11714
11715 * ispell.el: Improved and fixed customize for variables:
11716 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11717 ispell-dictionary-alist, ispell-skip-sgml.
11718 Improved and fixed comments in variables and messages for
11719 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11720 ispell-menu-map, ispell-checking-message, ispell-parser,
11721 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11722 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11723 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11724 ispell-message-text-end, ispell-add-per-file-word-list.
11725 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11726 system is now required for all languages. Casechars improved for
11727 castellano, castellano8, and norsk dictionaries. Dictionary
11728 norsk7-tex added. Dictionary polish added.
11729 (ispell-dictionary-alist): Redefined at load-time to support
11730 dictionary changes.
11731 (ispell-menu-map): Redefined at load-time to support menu changes.
11732 (ispell-check-version): New alias for `check-ispell-version'.
11733 (ispell-parse-output): Fixed matching for ispell error messages.
11734 Correctly returns spelling suggestions in order generated by ispell
11735 process.
11736 (check-ispell-version): Ensure `case-fold-search' doesn't get
11737 redefined.
11738 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11739 redefined. Fix bug that didn't respect case of word being completed.
11740 (ispell-init-process): Set process coding system to be compatible
11741 with emacs processes and the ispell process.
11742 (ispell-kill-ispell): Ensures ispell process has terminated before
11743 starting new process. This can otherwise confuse process filters
11744 and hang the ispell process.
11745 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11746 skipping support for sgml.
11747 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11748 which could cause `ispell-complete-word' to hang.
11749 (ispell-message): Improved message reference matching. Ensure
11750 `case-fold-search' doesn't get redefined.
11751 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11752 get redefined. Fixed bug in returning to nroff mode from tex mode.
11753 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11754 get redefined.
11755
11756 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11757
11758 * textmodes/flyspell.el (flyspell-check-word-p):
11759 Don't delay inside a kbd macro.
11760
11761 * subr.el (make-local-hook): Return the hook variable.
11762
11763 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11764
11765 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11766 Use a timer instead of post-command-hook.
11767 (hscroll-timer): New variable.
11768
11769 1998-11-30 Dave Love <fx@gnu.org>
11770
11771 * help.el (help-xref-button): Do nothing if text already has the
11772 help-xref property.
11773 (describe-variable): Revert previous change to hyperlink to source.
11774
11775 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11776
11777 * bindings.el (features): Add `base64' to this list.
11778
11779 * loadhist.el (symbol-file): Doc fix.
11780
11781 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11782
11783 * files.el (hack-one-local-variable): Cope with non-file buffers.
11784
11785 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11786
11787 * help.el (describe-mode): Put major mode first.
11788
11789 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11790 to support special-display and same-window features.
11791
11792 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11793
11794 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11795 bound in one function and used in the other.
11796 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11797 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11798
11799 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11800
11801 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11802
11803 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11804
11805 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11806 Give format correct control string.
11807
11808 * international/mule.el (define-translation-table): Fix bug of
11809 setting incorrect translation-table-id. If the first element of
11810 ARGS is a translation table, just register it.
11811
11812 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11813 property.
11814
11815 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11816
11817 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11818 syntax table to determine what is whitespace.
11819
11820 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11821
11822 * frame.el (frame-parameter): Doc fix.
11823
11824 * textmodes/tex-mode.el (tex-feed-input): New function.
11825 (tex-define-common-keys): Add binding for C-c C-m.
11826
11827 1998-11-23 Dave Love <fx@gnu.org>
11828
11829 * progmodes/fortran.el: Various minor doc fixes.
11830 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11831 (fortran-with-subprogram-narrowing): New macro.
11832 (fortran-check-for-matching-do): Use it.
11833 (fortran-end-do): Use fortran-check-end-prog-re.
11834 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11835 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11836
11837 1998-11-23 Simon Marshall <simon@gnu.org>
11838
11839 * font-lock.el (font-lock-defaults): Doc fix.
11840 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11841 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11842
11843 * lazy-lock.el (lazy-lock-unstall):
11844 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11845
11846 * fast-lock.el (fast-lock-save-cache-1):
11847 (fast-lock-cache-data): Rewritten to use with-temp-message.
11848
11849 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11850
11851 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11852 messages that have been added with DOS line endings and convert
11853 the line endings for such messages.
11854
11855 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11856
11857 * help.el: Add resizing of temporary buffers.
11858 (temp-buffer-resize-mode): New command and variable.
11859 (temp-buffer-max-height): New variable.
11860 (resize-temp-buffer-window): New function.
11861
11862 * window.el (window-buffer-height): New function, split from
11863 shrink-window-if-larger-than-buffer.
11864 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11865
11866 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11867
11868 * frame.el (initial-frame-alist): Add defcustom.
11869
11870 * shell.el (shell-prompt-pattern): Add defcustom.
11871
11872 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11873
11874 * message.el (message-ignored-supersedes-headers): Remove
11875 NNTP-Posting-Date.
11876
11877 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11878
11879 * help.el (describe-mode): Don't avoid loop indirecting thru
11880 value of INDICATOR.
11881
11882 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11883
11884 * help.el (describe-variable): Allow any variable with a defcustom,
11885 even if it is not a user variable.
11886
11887 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11888
11889 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11890
11891 * gnus/nntp.el (nntp-request-group): Allow for failures when
11892 requesting a new group.
11893
11894 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11895
11896 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11897
11898 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11899
11900 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11901
11902 1998-11-19 Simon Marshall <simon@gnu.org>
11903
11904 * subr.el (with-temp-message): New macro.
11905
11906 * emacs-lisp/lisp-mode.el (with-temp-message):
11907 Add lisp-indent-function property.
11908
11909 1998-11-18 Dave Love <fx@gnu.org>
11910
11911 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11912
11913 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11914
11915 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11916 This is not obsolete.
11917
11918 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11919
11920 * textmodes/picture.el: Make a new map by make-keymap.
11921 (picture-desired-column): New variable.
11922 (picture-update-desired-column): New function.
11923 (picture-beginning-of-line): Set picture-desired-column to 0.
11924 (picture-end-of-line): Set picture-desired-column to the current
11925 column.
11926 (picture-forward-column): Pay attention to multi-column character.
11927 (picture-backward-column): Likewise.
11928 (picture-move-down): Likewise.
11929 (picture-move-up): Likewise.
11930 (picture-movement-nw): With prefix arg, move twice columns.
11931 (picture-movement-ne): Likewise.
11932 (picture-movement-sw): Likewise.
11933 (picture-movement-se): Likewise.
11934 (picture-set-motion): Handle two-column movements.
11935 (picture-move): Call picture-move-down or picture-forward-column
11936 only when necessary.
11937 (picture-insert): Pay attention to picture-desired-column.
11938 (picture-self-insert): Likewise.
11939 (picture-clear-column): Pay attention to multi-column character.
11940 (picture-mode): Modify doc-string for two-column movement.
11941
11942 * rect.el (move-to-column-force): New function.
11943 (operate-on-rectangle): If coerce-tabs is non-nil, call
11944 move-to-column-force instead of move-to-column.
11945 (insert-rectangle): Call move-to-column-force instead of
11946 move-to-column.
11947 (open-rectangle-line): If begextra is not zero, call
11948 move-to-column-force.
11949
11950
11951 1998-11-16 Dave Love <fx@gnu.org>
11952
11953 * textmodes/sgml-mode.el Require skeleton when compiling.
11954 (sgml-font-lock-keywords-1): Accept single-letter tags.
11955 (v2): Defvar free variable.
11956
11957 1998-11-16 Sam Steingold <sds@goems.com>
11958
11959 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11960 macro, not ELisp one.
11961
11962 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11963
11964 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11965 characters to symbol.
11966
11967 * language/japan-util.el (japanese-zenkaku-region): New optional
11968 arg KATAKANA-ONLY.
11969
11970 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11971
11972 * international/mule.el
11973 (after-insert-file-set-buffer-file-coding-system): If the buffer
11974 is changed to unibyte, return inserted bytes.
11975
11976 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11977 and link names if necessary.
11978 (tar-header-block-summarize): Handle the case that file or link
11979 names are multibyte.
11980 (tar-summarize-buffer): At first set the current buffer unibyte,
11981 then if there are multibyte file names, change it to multibyte.
11982 (tar-mode): Get char position from tar-header-offset.
11983 (tar-extract): Avoid multibyte<->unibyte conversion in
11984 insert-buffer-subsring by setting both buffers unibyte
11985 temporarily.
11986 (tar-copy): Set the buffer unibyte while doing a work. Write
11987 without code conversion.
11988 (tar-expunge): Set the buffer unibyte while doing a work.
11989 (tar-alter-one-field): Likewise.
11990 (tar-clear-modification-flags): Compare byte position with
11991 tar-header-offset.
11992 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11993 insert-buffer-subsring by setting both buffers unibyte
11994 temporarily. Pay attention to multibyteness while updating the
11995 descriptor-line.
11996 (tar-mode-write-file): Write without code conversion.
11997
11998 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11999
12000 * nngateway.el: Require cl.
12001
12002 1998-11-15 Dave Love <fx@gnu.org>
12003
12004 * progmodes/fortran.el: Fix previous change:
12005 (fortran-end-prog-re1): Changed.
12006 (fortran-check-end-prog-re): New function.
12007 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12008
12009 1998-11-13 Tom Breton <tob@world.std.com>
12010
12011 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12012 GNU Emacs.
12013
12014 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
12015
12016 * textmodes/reftex.el: (reftex-finding-files): Group documentation
12017 fixed.
12018 (reftex-toc-toggle-file-boundary,
12019 reftex-toc-toggle-labels,
12020 reftex-toc-toggle-context,reftex-find-start-point): New functions.
12021 (reftex-toc-include-labels, reftex-toc-include-context,
12022 reftex-toc-include-file-boundaries,
12023 reftex-toc-keep-other-windows): New options.
12024 (reftex-use-text-after-label-as-context): Option removed.
12025 (reftex-extract-bib-entries): Protect use in non-latex
12026 buffers.
12027 (reftex-toc-visit-location): Renamed from
12028 `reftex-toc-visit-line'.
12029 (reftex-latin1-to-ascii): Works now with and without Mule.
12030 (reftex-truncate): Removed special stuff for Emacs 20.2.
12031 (reftex-get-offset): Made more general.
12032 (reftex-show-label-location): Renamed from
12033 `reftex-select-label-callback'.
12034 (reftex-pop-to-label): Function removed (using
12035 `reftex-show-label-location' instead.
12036 (reftex-insert-docstruct): Renamed from
12037 `reftex-make-and-insert-label-list'. Function args changed.
12038 (reftex-toc): Now uses `reftex-insert-docstruct' and
12039 `reftex-find-start-point'.
12040 (reftex-select-item): Use `reftex-find-start-point'.
12041 (reftex-toc-visit-line): Can display labels and file
12042 boundaries.
12043 (reftex-TeX-master-file): `(TeX-master-file)' protected.
12044
12045 1998-11-12 Sam Steingold <sds@goems.com>
12046
12047 * browse-url.el (browse-url): Handle the case when
12048 `browse-url-browser-function' is a lambda list.
12049
12050 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
12051
12052 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12053 version string.
12054 * loadhist.el (symbol-file): Likewise
12055
12056 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
12057
12058 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12059
12060 1998-11-11 Sam Steingold <sds@goems.com>
12061
12062 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12063 `run-lisp' instead of signalling an error.
12064
12065 1998-11-11 Karl Heuer <kwzh@gnu.org>
12066
12067 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12068
12069 1998-11-11 Richard Stallman <rms@gnu.org>
12070
12071 * vc-hooks.el (vc-toggle-read-only): Doc fix.
12072
12073 1998-11-11 Per Starback <starback@update.uu.se>
12074
12075 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12076 renamed svenska8 to svenska, and fixed and extended CASECHARS
12077 for it.
12078
12079 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
12080
12081 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12082 handling if setpagedevice is not available.
12083 (ps-begin-file): Fix typo.
12084
12085 1998-11-11 Kenichi Handa <handa@etl.go.jp>
12086
12087 * international/mule-util.el (compose-chars-component): Signal
12088 error if CH is a rule-based composition character.
12089 (compose-chars): Signal error if an already compsed character is
12090 going to be composed by rule-base.
12091
12092 * term/x-win.el: If a resolved ASCII font name doesn't conform to
12093 full XLFD, don't try to get information of WEIGHT and SLANT from
12094 that font name.
12095
12096 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
12097
12098 * dos-w32.el (set-default-process-coding-system): Use function on
12099 before-init-hook to set default-process-coding-system based on
12100 enable-multibyte-characters.
12101
12102 * term/w32-win.el ([language-change]): For now ignore
12103 keyboard language-change events.
12104
12105 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
12106
12107 * ediff-util.el (ediff-make-temp-file): Run the prefix through
12108 convert-standard-file-name, but leave the results of
12109 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
12110 characters if the original name already exists, or has a special
12111 handler.
12112
12113 1998-11-10 Karl Heuer <kwzh@gnu.org>
12114
12115 * international/iso-insert.el: Delete autoload cookies.
12116
12117 * international/iso-transl.el: Add autoload cookies.
12118
12119 1998-11-10 Richard Stallman <rms@gnu.org>
12120
12121 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12122 (ispell-process-line): Don't treat multibyte
12123
12124 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
12125
12126 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12127 setpagedevice to specify the page size if setpagedevice is
12128 available. This is necessary to select the correct paper tray on
12129 Level 2 printers with multiple paper sizes available.
12130
12131 (ps-begin-file): Cope with font names that contain spaces, and
12132 call BeginDoc in a BeginSetup/EndSetup block.
12133
12134 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
12135
12136 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12137 convert-standard-filename.
12138
12139 * loadhist.el (symbol-file): Run fns-VERSION.el through
12140 convert-standard-filename.
12141
12142 1998-11-06 Richard Stallman <rms@gnu.org>
12143
12144 * textmodes/texinfmt.el (texinfo-format-scan):
12145 Detect the case of two @-commands in a row; process just the first.
12146 (texinfo-append-refill): If line has a @c, insert the @refill
12147 before it.
12148 (texinfo-format-refill): Return with point where the @refill was.
12149
12150 * files.el (hack-local-variables): Test local-enable-local-variables.
12151 (hack-local-variables-prop-line): Likewise.
12152 (set-auto-mode): Don't test local-enable-local-variables here.
12153 (enable-local-variables): Doc fix.
12154 (local-enable-local-variables): Doc fix.
12155 (normal-mode): Doc fix.
12156
12157 1998-11-06 Karl Heuer <kwzh@gnu.org>
12158
12159 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12160
12161 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12162
12163 * simple.el (line-number-mode): Doc fix.
12164
12165 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12166
12167 * international/fontset.el (create-fontset-from-fontset-spec):
12168 Give correct arg to `error'.
12169
12170 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12171
12172 * textmodes/sgml-mode.el (html-mode): Doc fix.
12173 (sgml-name-8bit-mode): Fix missing format character in message string.
12174
12175 1998-11-05 Karl Heuer <kwzh@gnu.org>
12176
12177 * mail/sendmail.el (sendmail-send-it): Check for failure.
12178
12179 1998-11-05 Richard Stallman <rms@gnu.org>
12180
12181 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12182
12183 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12184 (close-rectangle): Define as alias.
12185
12186 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12187
12188 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12189
12190 1998-11-05 Dave Love <fx@gnu.org>
12191
12192 * help.el (describe-variable): Don't quote link to source.
12193
12194 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12195
12196 * gud.el (gud-common-init): Use pop-to-buffer.
12197 (same-window-regexps): Add an element that matches all gud buffers.
12198
12199 1998-11-04 Jason Rumney <jasonr@altavista.net>
12200
12201 * term/w32-win.el (x-get-selection-value): Alias to
12202 x-cut-buffer-or-selection-value.
12203 (w32-standard-fontset-spec): New variable.
12204 (w32-create-initial-fontsets, mouse-set-font): Check whether
12205 new-fontset is available.
12206 (w32-use-w32-font-dialog): Enable use of set-variable.
12207
12208 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12209
12210 * vc.el (with-vc-file, edit-vc-file): New macros.
12211
12212 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12213
12214 * international/quail.el (quail-show-guidance-buf): Call
12215 set-minibuffer-window to set minibuffer window of the current
12216 frame correctly.
12217
12218 1998-11-03 Theodore Jump <tjump@tertius.com>
12219
12220 * term/w32-win.el: Require fontset.
12221
12222 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12223
12224 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12225 (set-face-font-auto): Ditto.
12226
12227 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12228
12229 * mouse.el (mouse-drag-region): Fix typo.
12230
12231 1998-11-02 Dave Love <fx@gnu.org>
12232
12233 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12234 (fortran-fontify-string): New function.
12235 (fortran-font-lock-keywords-1): Use it.
12236
12237 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12238
12239 * comint.el (comint-file-name-quote-list): Doc fix.
12240
12241 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12242
12243 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12244 build directory, not source directory.
12245
12246 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12247 if we did not get one for the final move.
12248
12249 1998-11-01 Dave Love <fx@gnu.org>
12250
12251 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12252 Don't funcall browse-url-browser-function.
12253
12254 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12255 Don't funcall browse-url-browser-function.
12256
12257 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12258
12259 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12260
12261 * files.el (revert-buffer): Doc fix.
12262
12263 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12264
12265 * textmodes/tex-mode.el (tex-start-options-string):
12266 Quote the backslashes with more backslashes.
12267
12268 1998-10-31 Dave Love <fx@gnu.org>
12269
12270 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12271 (webjump): Don't funcall browse-url-browser-function.
12272
12273 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12274
12275 * international/quail.el (quail-start-translation): Handle
12276 switching of the frame in read-key-sequence.
12277 (quail-start-conversion): Likewise.
12278 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12279 windows before setting an appropriate window for it.
12280 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12281 quail-guidance-win to nil.
12282 (quail-update-guidance): If quail-guidance-buf is not in the
12283 selected frame, call quail-show-guidance-buf again.
12284
12285 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12286
12287 * progmodes/pascal.el (pascal-mode):
12288 `blink-matching-paren-dont-ignore-comments' set to t.
12289
12290 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12291
12292 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12293
12294 1998-10-30 Dave Love <fx@gnu.org>
12295
12296 * vc.el (vc-backend-merge-news): Check for "P" output.
12297
12298 * help.el (describe-variable): Hyperlink the definition.
12299
12300 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12301
12302 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12303 (sh-set-shell): Likewise.
12304
12305 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12306
12307 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12308 (edebug-on-error): Fix customize type to match that of
12309 debug-on-error.
12310
12311 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12312
12313 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12314 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12315
12316 * international/mule-cmds.el (select-message-coding-system): Doc
12317 fix.
12318
12319 * international/mule-diag.el (describe-coding-system): Describe
12320 all flags.
12321
12322 * mail/sendmail.el (sendmail-coding-system,
12323 default-sendmail-coding-system): Doc fix.
12324
12325 * simple.el (shell-command-on-region): Doc fix.
12326
12327 * loadup.el: Write fns-*.el in current directory instead of
12328 data-directory since no installation directory exists yet. Mark
12329 buffer unmodified afterwards.
12330
12331 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12332 instead of data-directory since it is architecture dependent.
12333 (load-history-loaded): Update doc string.
12334
12335 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12336
12337 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12338 path as a default directory when canonicalizing names.
12339
12340 * w32-fns.el: Remove a dangling reference to a directory on the
12341 build machine.
12342
12343 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12344
12345 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12346 namespace related keywords such as `class', `body', `private',
12347 `variable', `namespace eval', etc.
12348 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12349 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12350 imenu and font-lock so that searches for \sw would find words
12351 containing colons.
12352
12353 * progmodes/etags.el (initialize-new-tags-table):
12354 Do not alter find-tag-marker-ring and tags-location-ring.
12355
12356 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12357
12358 * term/w32-win.el: Require fontset.
12359 (w32-init-fontsets): New function (code from x-win.el).
12360
12361 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12362
12363 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12364 calendar-and-diary-frame-parameters): Add title parameter.
12365
12366 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12367
12368 * completion.el (dynamic-completion-mode): New function to enable
12369 the mode. (Just loading the file now does not change anything.)
12370
12371 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12372
12373 * ps-print.el: User option for multibyte buffer handling and doc fix.
12374 (ps-multibyte-buffer): New user option.
12375 (ps-setup): Print new user option.
12376 (ps-print-quote): New fun.
12377 (ps-color-p, ps-mule-font-info-database-latin): New var.
12378 (ps-default-color, ps-mule-font-info-database)
12379 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12380 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12381 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12382 Little code improvement.
12383 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12384 (ps-print-prologue-header, ps-font-family, ps-font-size)
12385 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12386 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12387 (ps-mule-external-libraries, ps-mule-init-external-library)
12388 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12389 Doc fix.
12390 (ps-print-version): New version number (4.1.1) and doc fix.
12391 (ps-print-prologue-header): New user option.
12392 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12393 Conditional compilation for GNU Emacs and emacsens.
12394 (ps-generate-postscript-with-faces): Skip invisible text better.
12395 (ps-setup): Print new user option.
12396 (ps-print-preprint): Check if input file name exists and is unwritable.
12397 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12398 and insert user PostScript prologue header comments.
12399 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12400 New funs.
12401 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12402 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12403 PostScript programming normalization.
12404 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12405 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12406 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12407 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12408 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12409 Programming style normalization.
12410
12411 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12412
12413 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12414 version, check the value of mule-version.
12415
12416 * international/mule-util.el (compose-region): Insert then delete
12417 to preserve markers.
12418 (decompose-region): Use search-forward for efficiency.
12419
12420 * language/chinese.el (pre-write-encode-hz): Cancel previous
12421 change, use generate-new-buffer instead of get-buffer-create.
12422 * language/devan-util.el
12423 (in-is13194-devanagari-pre-write-conversion): Likewise.
12424 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12425 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12426 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12427
12428 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12429
12430 * mail/rmailsum.el (rmail-message-subject-p):
12431 Handle message whose header has not been reformatted.
12432
12433 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12434
12435 1998-10-25 Jason Rumney <jasonr@altavista.net>
12436
12437 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12438 New variables.
12439 (mouse-set-font): Use font menus instead of dialog according to
12440 w32-use-w32-font-dialog.
12441
12442 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12443
12444 * calendar/calendar.el (calendar-day-name-array): Add doc string
12445 correctly!
12446 (calendar-month-name-array): Add doc string correctly!
12447
12448 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12449
12450 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12451
12452 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12453
12454 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12455
12456 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12457
12458 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12459
12460 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12461
12462 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12463
12464 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12465
12466 1998-10-21 Karl Heuer <kwzh@gnu.org>
12467
12468 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12469 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12470 (profile-filter, profile-reset-timer): Functions deleted.
12471 (profile-check-zero-init-times, profile-get-time): Likewise.
12472 (profile-find-function, profile-quit): Likewise.
12473 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12474 (profile-time-list, profile-init-list): Doc fix.
12475 (profile-functions): Simplify.
12476 (profile-print): Use float. Make output include space separators.
12477 (profile-add-time): New helper function.
12478 (profile-function-prolog): Renamed from profile-start-function.
12479 Handle profile-distinct.
12480 (profile-function-epilog): Renamed from profile-update-function.
12481 Handle profile-distinct.
12482 (profile-a-function): If the function to be profiled is an
12483 autoload form, load it. If it's lazy-loaded, fetch it.
12484 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12485 (profile-restore-fun): Arg FUN is now a function symbol, as was
12486 documented, rather than a one-element list.
12487 (profile-finish): Call profile-restore-fun properly.
12488
12489 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12490
12491 * international/characters.el: Setup charset property
12492 nospace-between-words.
12493
12494 * international/mule-cmds.el (get-charset-property): If CHARSET is
12495 composition, return nil.
12496 (put-charset-property): If CHARSET is composition, do nothing.
12497
12498 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12499 * language/devan-util.el
12500 (in-is13194-devanagari-pre-write-conversion): Likewise.
12501 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12502 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12503 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12504
12505 * textmodes/fill.el (sentence-end-without-period): New variable.
12506 (canonically-space-region): Pay attention to
12507 sentence-end-without-period.
12508 (fill-find-break-point): The first argument CHARSET deleted.
12509 Caller changed.
12510 (fill-region-as-paragraph): Pay attention to charset property
12511 nospace-between-words and text property nospace-between-words.
12512
12513 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12514
12515 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12516 an unrecognized shell.
12517
12518 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12519
12520 * desktop.el (desktop-save): Include minor modes symbolically.
12521 (desktop-create-buffer): Turn on all minor modes in `mim'.
12522
12523 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12524
12525 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12526 (sh-font-lock-keywords): Handle rpm and rpm2.
12527 (sh-ancestor-alist): Handle rpm.
12528
12529 * files.el (auto-mode-alist): Recognize .rpm files.
12530 Also .spec and .mspec files.
12531
12532 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12533
12534 * faces.el (frame-set-background-mode): Enable the function for
12535 MSDOS frames.
12536
12537 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12538
12539 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12540 (calendar-month-name-array): Add doc string.
12541
12542 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12543
12544 * simple.el (kill-ring-max): Increased to 60.
12545
12546 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12547
12548 * international/characters.el: Setup auto-fill-chars.
12549
12550 * international/kinsoku.el (kinsoku): Check the variable
12551 enable-kinsoku.
12552
12553 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12554 Don't call kinsoku directly, intead call fill-find-break-point.
12555
12556 * textmodes/fill.el: Setup `fill-find-break-point-function'
12557 property to character sets which require `kinsoku' processing for
12558 filling.
12559 (fill-find-break-point): New function.
12560 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12561 Don't call kinsoku directly, intead call fill-find-break-point.
12562
12563 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12564
12565 * faces.el (modify-face-read-string): Return (nil) for "none".
12566 (modify-face): Don't get error if (nil) is the argument.
12567 (face-try-color-list): Don't check whether nil is a valid color.
12568
12569 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12570
12571 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12572 Print message about each directory, even in batch mode.
12573
12574 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12575
12576 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12577 (ps-mule-string-char): No need to use sref.
12578 (ps-mule-next-index): No need to use sref.
12579
12580 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12581
12582 * files.el (revert-buffer-internal-hook): Add defvar.
12583
12584 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12585
12586 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12587
12588 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12589
12590 * international/mule-cmds.el (default-input-method): Fix custom type.
12591
12592 * net-utils.el (whois-server-list): Fix customization type.
12593
12594 * shell.el (shell-input-autoexpand): Fix customization group.
12595
12596 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12597
12598 * repeat.el (repeat): Handle keyboard macros properly.
12599 Handle new prefix arg after self-insert command.
12600
12601 * repeat.el: Don't include cl even at compile time.
12602 (repeat): Avoid using `loop'.
12603
12604 * simple.el (shell-command-on-region): Doc fix.
12605 (next-history-element): Special error message if no default.
12606
12607 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12608
12609 * ps-print.el (ps-print-buffer): Doc fix.
12610 (ps-despool): Likewise.
12611
12612 * arc-mode.el (arc-mode): Provide arc-mode.
12613
12614 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12615
12616 * ps-print.el (ps-print-buffer): Doc fix.
12617
12618 1998-10-14 Dave Love <fx@gnu.org>
12619
12620 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12621 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12622 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12623
12624 * progmodes/fortran.el (fortran-mode-map): Change "Join
12625 Continuation Line" to "Join Line".
12626 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12627
12628 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12629
12630 * progmodes/fortran.el (fortran-join-line): Use
12631 `delete-indentation' instead of issuing an error message if not on
12632 a continuation line. Provide for joining several lines using
12633 prefix arg.
12634
12635 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12636
12637 * term/pc-win.el (msdos-color-values): New variable.
12638 (x-color-values): New function, emulates its namesake from
12639 src/xfns.c.
12640 (msdos-bg-mode): Add all dark colors to those which return
12641 "dark".
12642
12643 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12644
12645 * replace.el (keep-lines, flush-lines, how-many):
12646 Don't ignore case if arg has upper case letters.
12647
12648 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12649
12650 * progmodes/vhdl-mode.el
12651 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12652 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12653 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12654 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12655 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12656 (vhdl-when): Fix indentation problem.
12657 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12658 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12659 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12660
12661 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12662
12663 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12664 (ls-lisp-insert-directory): Renamed from insert-directory.
12665 (insert-directory): New function.
12666
12667 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12668
12669 * simple.el (completion-fixup-function): Variable deleted.
12670 (completion-setup-function): Delete code for completion-fixup-function.
12671 * emacs-lisp/lisp.el (lisp-complete-symbol):
12672 Don't bind completion-fixup-function.
12673
12674 * files.el (find-file-wildcards): New option.
12675 (find-file-noselect): Handle wild cards, if enabled.
12676 (file-expand-wildcards): New function.
12677
12678 * simple.el (set-fill-column): Doc fix.
12679
12680 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12681
12682 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12683
12684 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12685
12686 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12687 Move declaration before first use.
12688 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12689 hif-math, hif-factor): Rename token to hif-token and token-list to
12690 hif-token-list.
12691 (hif-token, hif-token-list): Declare them.
12692 (hif-find-ifdef-block): Return cons of top and bottom point
12693 instead of setting dynamically bound variables.
12694 (hide-ifdef-block, show-ifdef-block): Use return value of
12695 hif-find-ifdef-block.
12696
12697 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12698
12699 * subr.el (read-passwd): Use clear-this-command-keys.
12700
12701 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12702
12703 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12704 and ...-for-write.
12705
12706 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12707
12708 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12709 responses to GROUP command, since this may be called from a timer
12710 with quit inhibited.
12711
12712 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12713
12714 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12715 set unconditional-jump to nil.
12716 (ccl-compile-read-multibyte-character): Return nil.
12717 (ccl-compile-write-multibyte-character): Likewise.
12718 (ccl-compile-translate-character): Likewise
12719 (ccl-compile-map-multiple): Likewise.
12720 (ccl-compile-map-single): Likewise.
12721
12722 * international/kinsoku.el: Add coding tag.
12723 (kinsoku-bol): Remove superfluous TAB in a string.
12724
12725 * international/mule-cmds.el (find-coding-systems-for-charsets):
12726 Delete `composition' (if any) from CHARSETS.
12727
12728 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12729
12730 * international/mule-cmds.el (setup-specified-language-environment):
12731 Add apropos-inhibit property.
12732 (describe-specified-language-support): Likewise.
12733
12734 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12735
12736 * international/mule.el (make-coding-system): Create -with-esc
12737 variant coding system.
12738
12739 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12740
12741 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12742 (next-file): Optionally offer to revert a file's buffer,
12743 if it has an existing buffer but the file has changed.
12744
12745 * info.el (Info-insert-dir): Detect and report problems
12746 in input files, such as "No Top node". Return with point
12747 at the beginning of the text.
12748 (Info-find-node): Reinsert the code to handle files
12749 with no tags table; it was deleted by mistake.
12750
12751 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12752
12753 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12754 texinfo-find-higher-level-node repeatedly find the same node.
12755 (texinfo-find-higher-level-node): Doc fix.
12756
12757 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12758
12759 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12760 (smtpmail-address-buffer): Add defvar.
12761 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12762
12763 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12764
12765 * ffap.el (ffap-machine-p-local): Fix editing error.
12766
12767 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12768
12769 * faces.el (frame-set-background-mode):
12770 Don't do anythung for text-only or MSDOS frame.
12771
12772 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12773
12774 * international/quail.el (quail-defrule): New optional arg APPEND.
12775 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12776
12777 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12778
12779 * gnus/pop3.el (pop3-open-server):
12780 Set process-coding-system-alist around open-network-stream.
12781
12782 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12783
12784 * files.el (save-buffer): Doc fix.
12785
12786 1998-10-07 Karl Heuer <kwzh@gnu.org>
12787
12788 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12789 return DEF unchanged, not nil. Simplify.
12790
12791 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12792
12793 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12794
12795 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12796
12797 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12798
12799 * net-utils.el (ftp, nslookup): Require comint.
12800 (network-service-connection): Likewise.
12801 (whois-server-name): Defaults to whois.arin.net
12802 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12803 (whois): Tries to guess the appropriate top-level domain server.
12804 (whois-get-tld): New function.
12805
12806 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12807 (dirtrack-debug-toggle): Added this function.
12808
12809 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12810
12811 * files.el (find-file-noselect): Switch to the correct buffer
12812 before checking find-file-literally, and allow non-nil non-t
12813 rawfile params.
12814
12815 1998-10-06 Karl Heuer <kwzh@gnu.org>
12816
12817 * midnight.el (clean-buffer-list): Add autoload cookie.
12818
12819 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12820 no-autosave.
12821 * tar-mode.el (tar-mode-revert): Likewise.
12822 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12823 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12824 * gnus/message.el (message-auto-save-directory): Renamed from
12825 message-autosave-directory. All references changed.
12826
12827 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12828
12829 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12830 string. Expose mime stuff while searching.
12831
12832 1998-10-06 Richard Stallman <rms@gnu.org>
12833
12834 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12835
12836 * replace.el (perform-replace): Position point properly
12837 before and after the recursive edit of C-r.
12838
12839 * progmodes/etags.el (tags-reset-tags-tables): Properly
12840 find the markers in the old rings that are being discarded.
12841
12842 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12843
12844 * apropos.el (apropos-print): Control invalid characters.
12845
12846 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12847 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12848 confusing customize.
12849
12850 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12851
12852 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12853 built-in commands. Add more built-in commands and fix face names.
12854
12855 1998-10-05 Simon Marshall <simon@gnu.org>
12856
12857 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12858
12859 1998-10-04 Eric Ludlam <zappo@gnu.org>
12860
12861 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12862 customization since it is not useful in this case.
12863 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12864 sure it gets evalled to a number. Also verify that set-frame-name
12865 fn exists before calling it.
12866
12867 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12868 Protect a `forward-sexp' call which could fail, and improved regex
12869 for ie, and eg abbreviations.
12870
12871 1998-10-02 Noah Friedman <friedman@splode.com>
12872
12873 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12874 send-string.
12875 (rlogin-send-Ctrl-D): Here also.
12876 (rlogin-send-Ctrl-Z): Here also.
12877 (rlogin-send-Ctrl-backslash): Here also.
12878
12879 1998-10-02 Dave Love <fx@gnu.org>
12880
12881 * outline.el (hide-region-body): Bind
12882 outline-view-change-hook to nil while making repeated calls to
12883 outline-flag-region. Run it once at the end.
12884 (hide-other, hide-sublevels, show-children): Likewise.
12885
12886 * info-look.el: Remove duplicate scheme-mode entry.
12887 (info-lookup-make-completions): When looking for entries, check
12888 that `item' isn't null or "Menu".
12889
12890 1998-10-01 Karl Heuer <kwzh@gnu.org>
12891
12892 * net-utils.el: Don't require ffap.
12893 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12894 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12895
12896 1998-09-30 Richard Stallman <rms@gnu.org>
12897
12898 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12899
12900 * imenu.el (imenu--generic-function): Sort each submenu by position.
12901 (imenu--sort-by-position): New function.
12902
12903 * cus-edit.el (Custom-mode-menu): Fix info node name.
12904 (customize group): Fix info node name.
12905
12906 * mail/mailalias.el (build-mail-aliases): Don't allow
12907 a newline in the alias name. Don't define an alias
12908 if the definition would be empty.
12909
12910 * which-func.el (which-func-mode-global): Make :set function
12911 more reliable.
12912
12913 * custom.el (custom-set-variables): Load the requests first,
12914 then check the symbol's `set' function.
12915
12916 * ffap.el: Doc fixes.
12917
12918 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12919
12920 * gnus.el: (gnus-valid-select-methods): Fix type.
12921 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12922 * gnus-score.el (gnus-orphan-score): Fix type.
12923 (gnus-score-default-header, gnus-score-default-type): Fix type.
12924 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12925 (gnus-saved-headers): Fix type.
12926
12927 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12928 Avoid nil value of `two-lines-citation-part'.
12929
12930 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12931
12932 * which-func.el (which-function): Handle case when
12933 (car imenu--index-alist) is nil.
12934
12935 1998-09-29 Dave Love <fx@gnu.org>
12936
12937 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12938 bzip2 args.
12939
12940 1998-09-29 Simon Marshall <simon@gnu.org>
12941
12942 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12943 comint-exec-hook.
12944
12945 1998-09-29 Stephen Eglen <stephen@gnu.org>
12946
12947 * info-look.el: Add support for Octave.
12948
12949 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12950
12951 * textmodes/reftex.el (reftex-finding-files): New customize group.
12952 (reftex-texpath-environment-variables,
12953 reftex-use-external-file-finders, reftex-external-file-finders,
12954 reftex-search-unrecursed-path-first): New options.
12955 (reftex-process-string, reftex-find-file-externally): New
12956 functions.
12957 (reftex-access-search-path): Execute shell commands to find the
12958 search path.
12959 (reftex-toggle-auto-view-crossref): When turning on, make sure
12960 `reftex-auto-view-crossref' becomes non-nil.
12961 (reftex-abbrev-regexp): Constant removed.
12962 (reftex-convert-string): Abbrev regexp calculated locally.
12963
12964 1998-09-28 Dave Love <fx@gnu.org>
12965
12966 * progmodes/fortran.el: Don't call regexp-opt when deriving
12967 font-lock patterns with keywords that aren't all literal.
12968
12969 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12970
12971 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12972 the form `octave.bin:1>' which come from using precopiled binary
12973 versions.
12974
12975 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12976
12977 * help.el (help-for-help): Use %THIS-KEY%.
12978 (help-quit): Add doc.
12979
12980 * help-macro.el (make-help-screen): Keep HELP-TEXT
12981 in a separate function definition, not in the help command FNAME.
12982 Replace %THIS-KEY% with the key sequence that ran FNAME.
12983
12984 1998-09-25 Richard Stallman <rms@gnu.org>
12985
12986 * textmodes/texinfo.el (texinfo-show-structure):
12987 Bind inhibit-read-only.
12988
12989 * isearch.el (isearch-search-and-update): Properly
12990 handle upper case letters in the reverse-search special case.
12991
12992 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12993
12994 * gnus.el: Extend the list of autoloaded functions.
12995
12996 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12997 buffer before creating help group. (from Gnus v5.6.43, fix by
12998 1998-08-20 Per Starback <starback@update.uu.se>)
12999
13000 * gnus-util.el (gnus-output-to-rmail): Adjust to
13001 `rmail-output-to-rmail-file'.
13002
13003 1998-09-25 Karl Heuer <kwzh@gnu.org>
13004
13005 * hexl.el (hexl-mode-map): More of previous change.
13006
13007 * textmodes/tex-mode.el (tex-run-command): Doc fix.
13008 (tex-start-tex): Don't use tex-start-options-string in star case.
13009 Quote file name in star case as well as in non-star.
13010 Add blank and quoting of option string here.
13011 (tex-start-options-string): Not here.
13012
13013 1998-09-23 Karl Heuer <kwzh@gnu.org>
13014
13015 * term.el (term-delimiter-argument-list): Doc fix.
13016 (term-emulate-terminal): Escape literal semicolon.
13017 * progmodes/asm-mode.el (asm-mode): Doc fix.
13018 (asm-comment-char): Escape literal semicolon.
13019 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13020
13021 1998-09-23 Richard Stallman <rms@gnu.org>
13022
13023 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13024 only those that normally modify the buffer.
13025
13026 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13027 over again.
13028
13029 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
13030
13031 * ispell.el (check-ispell-version): Ensure same buffer is current
13032 when let-binding of case-fold-search ends.
13033
13034 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13035
13036 * ps-print.el: Skip invisible overlay.
13037 Test for set-buffer-multibyte rather than using mule-version.
13038 (ps-print-version): New version number (4.1) and doc fix.
13039 (ps-generate-postscript-with-faces): Skip invisible overlay.
13040
13041 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
13042
13043 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13044
13045 1998-09-22 Kenichi Handa <handa@etl.go.jp>
13046
13047 * international/quail.el (quail-update-guidance): Check for the
13048 return value of (quail-guidance) fixed.
13049 (quail-update-translation): Bind quail-current-str locally when it
13050 calls quail-update-guidance.
13051 (quail-update-translation): If input-method-exit-on-first-char is
13052 non-nil, terminate translation only when the current input method
13053 is simple.
13054
13055 1998-09-22 Paul Eggert <eggert@twinsun.com>
13056
13057 * startup.el (locale-translation-file-name): Prefer X-related names
13058 to the name used by GNU/Linux sans X. Set to nil if no file found.
13059 (command-line): Use locale-translation-file-name if it is not nil,
13060 instead of testing for its existence again.
13061 regexp-quote the ctype before using it in a regexp.
13062 Allow a colon to appear after the ctype in the aliases file,
13063 as is done in X11R6.4.
13064
13065 1998-09-21 Richard Stallman <rms@gnu.org>
13066
13067 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13068
13069 * calendar/appt.el (appt-interval): Variable deleted.
13070 (appt-check): For minutes in between appt-display-interval times,
13071 do check, but don't display anything except an updated mode line.
13072 Count against appt-display-interval based on minutes since
13073 first display of this appointment, not based on time of day.
13074 If appt-display-mode-line, force mode line redisplay
13075 whenever appt-mode-string has changed.
13076 (appt-add, appt-delete): Add autoload cookies.
13077 (appt-check): Catch errors from calling `diary'.
13078 (appt-max-time): Renamed from max-time.
13079 (appt-now-displayed, appt-display-count): New variables.
13080 (appt-timer): Don't create one if we already have one.
13081
13082 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13083 More general code to use the source buffer instead of the zap file.
13084
13085 * hilit-chg.el (highlight-compare-with-file): Renamed from
13086 compare-with-file.
13087
13088 * loadhist.el (load-history-loaded): New variable.
13089 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13090
13091 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13092
13093 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13094 Fix error messages.
13095
13096 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
13097
13098 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13099 Emacs frame.
13100
13101 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13102
13103 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13104 `undecided' and `undecided-unix'.
13105
13106 1998-09-21 Dave Love <fx@gnu.org>
13107
13108 * help.el (help-make-xrefs): Fix typo affecting Info references.
13109
13110 * subr.el (remove-hook): Check list values to avoid errors.
13111
13112 1998-09-18 Noah Friedman <friedman@splode.com>
13113
13114 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13115 store string in eldoc-last-message without consing a new string.
13116 Rearrange logic from nested if's into cond's.
13117 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13118 Do not print message; just return string.
13119 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13120 Do not print message; just return string.
13121 Cache that string in eldoc-last-data.
13122 (eldoc-last-data): Make into a vector.
13123 (eldoc-get-fnsym-args-string): Use new data form of structure.
13124 (eldoc-get-var-docstring): Here also.
13125 (eldoc-last-data-store): New function.
13126 (eldoc-get-fnsym-args-string): Use it.
13127 (eldoc-get-var-docstring): Here also.
13128 (eldoc-docstring-first-line): Minimize interim string consing.
13129 Call substitute-command-keys on the result.
13130 (eldoc-print-var-docstrings, eldoc-print-docstring,
13131 eldoc-docstring-message): Functions removed.
13132 (eldoc-docstring-format-sym-doc): New function, functionality
13133 ripped out of eldoc-docstring-message.
13134 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13135
13136 1998-09-18 Kenichi Handa <handa@etl.go.jp>
13137
13138 * international/mule.el (make-coding-system): Doc-string modified.
13139
13140 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
13141
13142 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13143
13144 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13145 customize type.
13146
13147 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13148 type.
13149
13150 * progmodes/compile.el (compilation-error-screen-columns): New
13151 variable.
13152 (compilation-next-error-locus): Use it to decide whether to use
13153 forward-char or move-to-column.
13154
13155 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13156
13157 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13158 feedmail-fiddle-plex-user-list,
13159 feedmail-spray-address-fiddle-plex-list,
13160 feedmail-prompt-before-queue-user-alist,
13161 feedmail-prompt-before-queue-help-supplement,
13162 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13163 feedmail-queue-alternative-mail-header-separator): Fix customize
13164 type.
13165
13166 * startup.el (site-run-file): Fix customize type.
13167
13168 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13169 customize type.
13170
13171 * shell.el (shell-input-autoexpand): Fix customize type.
13172
13173 * ps-print.el (ps-font-info-database): Add missing dots in value.
13174 Improve layout of customize type.
13175
13176 * net-utils.el (traceroute-program-options, ping-program-options,
13177 ipconfig-program-options, netstat-program-options,
13178 arp-program-options, route-program-options,
13179 nslookup-program-options, ftp-program-options): Fix customize
13180 type.
13181
13182 * midnight.el (clean-buffer-list-kill-regexps,
13183 clean-buffer-list-kill-buffer-names,
13184 clean-buffer-list-kill-never-buffer-names,
13185 clean-buffer-list-kill-never-regexps): Fix customize type.
13186
13187 * man.el (Man-init-defvars): Avoid trailing nil on
13188 Man-filter-list.
13189
13190 * lpr.el (printer-name): Fix customize type.
13191
13192 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13193
13194 * international/mule-cmds.el (reset-language-environment): Call
13195 update-coding-systems-internal.
13196
13197 * international/mule-conf.el: Call update-coding-systems-internal
13198 at the tail.
13199
13200 1998-09-14 Dave Love <fx@gnu.org>
13201
13202 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13203 use the menu-enable properties, pending doing it correctly and
13204 acceptably fast.
13205
13206 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13207
13208 1998-09-13 Dave Love <d.love@dl.ac.uk>
13209
13210 * progmodes/hideshow.el (hs-grok-mode-type): Check
13211 comment-{start,end} non-nil as well as bound. Report an error if
13212 we can't grok the mode.
13213
13214 1998-09-13 Richard Stallman <rms@gnu.org>
13215
13216 * simple.el (blink-matching-open): Don't log paren matching
13217 messages in *Messages*.
13218
13219 1998-09-12 Richard Stallman <rms@gnu.org>
13220
13221 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13222 Set point-before-scroll at end even if there was an error.
13223
13224 * ange-ftp.el (ange-ftp-insert-file-contents):
13225 Use binary mode for dumb-unix hosts as for unix hosts.
13226 (ange-ftp-copy-file-internal): Likewise.
13227
13228 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13229
13230 * emacs-lisp/pp.el: Doc fixes.
13231
13232 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13233 (widget-choose): Don't use single-char shortcuts if # items
13234 exceeds that many. Use minibuffer instead.
13235
13236 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13237
13238 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13239
13240 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13241
13242 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13243 in terminal mode.
13244
13245 1998-09-10 Noah Friedman <friedman@splode.com>
13246
13247 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13248 defcustom declaration. It's wreaking too much havoc with XEmacs
13249 and older versions of Emacs, which share this code.
13250
13251 * type-break.el (type-break-mode): Here also.
13252
13253 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13254 `t' to add-hook also to modify the new local value.
13255
13256 1998-09-10 Dave Love <fx@gnu.org>
13257
13258 * vc.el (vc-insert-headers): Doc fix.
13259
13260 1998-09-10 Richard Stallman <rms@gnu.org>
13261
13262 * textmodes/flyspell.el (flyspell-mode-on): Make the
13263 ispell-... variables permanent locals.
13264 (flyspell-mode-off): Add autoload cookie.
13265
13266 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13267 do use binary mode, just as for `unix'.
13268 (ange-ftp-host-type): If HOST is nil, return `unix'.
13269
13270 * dired.el (dired-mark-files-containing-regexp):
13271 Don't scan directories. Ignore non-readable files.
13272
13273 * progmodes/compile.el (compilation-error-regexp-alist):
13274 Fix previous change: allow . and _ in command name.
13275
13276 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13277
13278 * uncompress.el (uncompress-while-visiting):
13279 Use just the car of what find-operation-coding-system returns.
13280
13281 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13282
13283 * shell.el (shell-file-name-quote-list): Add # to the value.
13284
13285 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13286
13287 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13288 to make killing of ispell process work even if
13289 kill-all-local-variables has been run.
13290
13291 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13292
13293 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13294 loop when sexp entry ends at end of file with no newline.
13295
13296 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13297
13298 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13299 (Custom-reset-standard): Fix menu inconsistency.
13300
13301 * mail/feedmail.el (feedmail-from-line): Allow t.
13302 (feedmail-message-id-suffix): Allow nil.
13303
13304 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13305 Simplify. Make prefix arg work right.
13306
13307 1998-09-09 Dave Love <fx@gnu.org>
13308
13309 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13310
13311 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13312
13313 1998-09-08 Dave Love <fx@gnu.org>
13314
13315 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13316 stuff only after file names or at start of line. Allow parens
13317 around e-mail, as well as angles.
13318
13319 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13320 ignore-errors too, eval'd when compile. Require w3 stuff at load
13321 time for nicer failure if it's not available.
13322
13323 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13324
13325 * comint.el (comint-arguments): Ignore backslashes when using
13326 w32 shells that expect backslashes as the directory separator.
13327
13328 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13329
13330 * international/fontset.el (resolved-ascii-font): New variable.
13331 (x-complement-fontset-spec): By side effect, set
13332 `resolved-ascii-font' to the resolved name of ASCII font."
13333 (create-fontset-from-fontset-spec): Don't get a value for
13334 resolved-ascii-font from the list full-fontlist. It is set by
13335 x-complement-fontset-spec now.
13336
13337 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13338 version, check the value of mule-version.
13339
13340 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13341
13342 * textmodes/reftex.el (reftex-view-crossref): Split up into
13343 several functions. No longer moves to find a macro.
13344 (reftex-view-cr-cite, reftex-view-cr-ref,
13345 reftex-end-of-bib-entry): New functions.
13346 (reftex-auto-view-crossref): New value `window' allowed.
13347 (reftex-view-crossref-when-idle): Process new `window' option in
13348 (reftex-translate-to-ascii-function): New default.
13349 (reftex-label-illegal-re): Default changed, removed Latin1.
13350 (reftex-latin1-to-ascii): New function.
13351 (reftex-what-environment): Check for section regexp before use.
13352 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13353 absolute path names.
13354 (reftex-TeX-master-file): Changed sequence of file checks.
13355 (reftex-do-citation): bibview cache only with RefTeX mode on.
13356
13357 1998-09-06 Richard Stallman <rms@gnu.org>
13358
13359 * progmodes/compile.el (compilation-error-regexp-alist):
13360 In first pattern (GNU utilities and other things),
13361 allow a space after the optional program name at the beginning.
13362
13363 * mail/mail-hist.el (mail-hist-current-header-contents):
13364 Fix previous change: use mail-header-end.
13365
13366 1998-09-06 Bill Richter <richter@math.nwu.edu>
13367
13368 * international/ccl.el: Doc fixes.
13369 * international/encoded-kb.el: Doc fixes.
13370 * international/fontset.el: Doc fixes.
13371 * international/kinsoku.el: Doc fixes.
13372 * international/kkc.el: Doc fixes.
13373 * international/mule-cmds.el: Doc fixes.
13374 * international/mule-conf.el: Doc fixes.
13375 * international/mule-util.el: Doc fixes.
13376 * international/mule.el: Doc fixes.
13377
13378 1998-09-05 Eric Ludlam <zappo@gnu.org>
13379
13380 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13381 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13382 (checkdoc-this-string-valid-engine): Permit ? as terminating
13383 punctuation for first line sentence breaking.
13384 (checkdoc-this-string-valid): When converting a comment into a doc
13385 string, make sure " chars are \".
13386 (checkdoc-sentencespace-region-engine): Only do double space check
13387 if based on the variable `sentence-end-double-space'
13388 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13389 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13390
13391 1998-09-04 Richard Stallman <rms@gnu.org>
13392
13393 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13394 Recognize define-skeleton as a function definer.
13395
13396 * cus-edit.el (customize-option): Refuse to customize
13397 a variable that has no defcustom. But if variable is autoloaded,
13398 first try to load the library that defines it.
13399
13400 * international/iso-insert.el: Use `string' before calling `insert'
13401 so that in multibyte buffers we insert multibyte chars.
13402
13403 * dired.el (dired-mark-files-containing-regexp):
13404 Don't use find-file; instead, insert the file in a temp buffer.
13405
13406 * textmodes/tex-mode.el (tex-start-options-string): New option.
13407 (tex-start-tex): Use that variable.
13408
13409 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13410 value in the `repeat' alternative a list.
13411
13412 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13413 the inserted newline, verify that one was really inserted.
13414
13415 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13416 remains on or remains off.
13417 (flyspell-multi-language-p): Default changed to nil.
13418
13419 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13420 In "found in comment" case, don't beginning-of-line after forward-line.
13421
13422 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13423 If the function definition is not a lambda, return original FORM
13424 with no error.
13425
13426 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13427
13428 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13429 so that by default netstat shows all network connections.
13430
13431 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13432
13433 * international/quail.el: Doc fixes.
13434
13435 * info.el (info): Don't add parens if FILE already has them.
13436
13437 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13438
13439 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13440 on extension lines.
13441
13442 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13443
13444 * w32-fns.el (w32-shell-dos-semantics): New function.
13445
13446 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13447
13448 * international/quail.el (quail-choose-completion-string): Store
13449 completion `choice' in `quail-current-str'; don't insert it.
13450
13451 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13452
13453 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13454 argument to ps-mule-generate-bitmap-font.
13455
13456 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13457 entry and change Latin-1 entry in the default value.
13458 (ps-mule-font-info-database-ps-bdf): New variable.
13459 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13460 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13461 registerd in FONT-SPEC.
13462 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13463 charcter width of bitmap fonts.
13464 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13465 procedure NF.
13466 (ps-begin-file): Output PostScript code for setting
13467 SpaceWidthRatio.
13468 (ps-plot-region): Use line-beginning-position to get a position of
13469 the beginning of the current line.
13470
13471 * international/mule-cmds.el (register-input-method): Doc-string
13472 modified.
13473
13474 1998-09-01 Dave Love <fx@gnu.org>
13475
13476 * international/mule-cmds.el (current-language-environment): Fix
13477 setter function.
13478
13479 1998-09-01 Simon Marshall <simon@gnu.org>
13480
13481 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13482 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13483 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13484 names with font-lock-type-face. Fontify type specs, etc., with
13485 font-lock-keyword-face.
13486
13487 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13488
13489 * international/fontset.el (x-complement-fontset-spec): If ASCII
13490 font is specified in FONTLIST, don't substitute it for the
13491 resolved name.
13492
13493 1998-08-31 Paul Eggert <eggert@twinsun.com>
13494
13495 * international/mule.el (charset-description): Doc fix.
13496
13497 * language/chinese.el, language/cyrillic.el, language/czech.el,
13498 language/devanagari.el, language/ethiopic.el,
13499 language/european.el, language/hebrew.el, language/indian.el,
13500 language/japanese.el, language/korean.el, language/lao.el,
13501 language/slovak.el, language/thai.el, language/tibetan.el,
13502 language/vietnamese.el:
13503 Add coding: local variable, to avoid bootstrapping problem
13504 if you need to recompile all the Lisp files using interpreted code.
13505
13506 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13507
13508 * cal-china.el (chinese-year-cache): Change range of years from
13509 1989-2000 to 1990-2010.
13510
13511 1998-08-29 Dave Love <d.love@dl.ac.uk>
13512
13513 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13514 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13515
13516 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13517
13518 * ps-print.el (ps-print-control-characters): Doc-string modified.
13519 (ps-output-string-prim): Comment format changed.
13520 (ps-do-despool): Indentation of source code changed.
13521
13522 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13523
13524 * subr.el (sref): Make it an alias of aref. Make the
13525 byte-compiler warn that it is obsolete.
13526 (char-bytes): Make the byte-compiler warn that it is obsolete.
13527
13528 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13529 Calculate the total bytes using position-bytes instead of
13530 char-bytes.
13531
13532 1998-08-27 Karl Heuer <kwzh@gnu.org>
13533
13534 * snmp-mode.el: New file.
13535 * files.el (auto-mode-alist): Add snmp-mode patterns.
13536
13537 1998-08-27 Karl Eichwalder <ke@suse.de>
13538
13539 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13540
13541 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13542
13543 * calendar/diary-lib.el (diary-block): Doc fix..
13544 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13545
13546 1998-08-27 Richard Stallman <rms@gnu.org>
13547
13548 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13549 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13550 Clear appt-mode-string if we don't put something in it.
13551
13552 1998-08-27 Dave Love <fx@gnu.org>
13553
13554 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13555 dired-local-variables-file for dired-x.
13556
13557 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13558 for compressed library files too.
13559
13560 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13561
13562 * language/european.el ("Latin-1"): Modify `documentation' key value.
13563 ("Latin-2"): Likewise.
13564
13565 1998-08-26 Karl Heuer <kwzh@gnu.org>
13566
13567 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13568
13569 1998-08-26 Albert L. Ting <alt@artisan.com>
13570
13571 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13572 (mail-hist-current-header-contents): Use mail-text-start.
13573
13574 1998-08-26 Richard Stallman <rms@gnu.org>
13575
13576 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13577 (customize-changed-options-previous-release): New variable.
13578 (customize-changed-options): Use that variable as default arg.
13579
13580 1998-08-26 Karl Eichwalder <ke@suse.de>
13581
13582 * midnight.el: Require `timer' not only when compiling.
13583
13584 1998-08-26 Per Starback <starback@update.uu.se>
13585
13586 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13587 buffer before creating help group.
13588
13589 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13590
13591 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13592 coding-system-for-write before saving.
13593
13594 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13595
13596 * isearch.el (isearch-forward): Doc fix.
13597
13598 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13599
13600 * emacs-lisp/find-func.el: Fix :version tags to have a string
13601 value, not a float.
13602
13603 * cus-dep.el: Fix typo in output.
13604
13605 1998-08-25 Dave Love <fx@gnu.org>
13606
13607 * repeat.el (repeat): Doc fix.
13608 [From rms:]
13609 (repeat-previous-repeated-command): New variable.
13610 (repeat): Check for real-last-command being null or repeat. Set
13611 repeat-previous-repeated-command.
13612
13613 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13614
13615 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13616
13617 * gnus/message.el (message-send-mail-with-sendmail): Bind
13618 coding-system-for-write by the return value of
13619 select-message-coding-system.
13620 (message-send-mail-with-qmail): Likewise.
13621
13622 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13623
13624 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13625 define-derived-mode.
13626
13627 * files.el (file-name-invalid-regexp):
13628 Fix regex for ms-dos without long file names.
13629
13630 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13631
13632 * ps-print.el: Multi-byte buffer handling.
13633 (ps-print-version): New version number (4.0) and doc fix.
13634 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13635 compilation for GNU Emacs and emacsens.
13636 (ps-generate-postscript-with-faces): Force invisible text to be
13637 visible.
13638 (dos-ps-printer): New var to avoid compilation gripes.
13639
13640 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13641
13642 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13643 that no more characters can't be printed in the current line.
13644
13645 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13646
13647 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13648 greater than TO.
13649
13650 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13651
13652 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13653 20.2 and the earlier version.
13654 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13655 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13656 (ps-mule-find-wrappoint): Likewise.
13657 (ps-mule-generate-font): Change `X' to `x' in format
13658 control-string.
13659 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13660 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13661 `restore' form procedures `BC' and `EC'.
13662
13663 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13664
13665 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13666 is an executable procedure. Make LineThickness, Xshadow, and
13667 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13668 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13669 ps-mule-font-info-database-bdf): New vars.
13670 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13671 (ccl-encode-ethio-unicode): New CCL program.
13672 (ps-mule-encode-ethiopic): New fun.
13673 (ps-mule-current-charset): New var.
13674 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13675 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13676 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13677 (ps-mule-external-libraries): New var.
13678 (ps-mule-init-external-library): New fun.
13679 (ps-mule-font-cache): New var.
13680 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13681 (ps-last-font): New var.
13682 (ps-mule-prepare-font): New fun.
13683 (ps-mule-charset-list): New var.
13684 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13685 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13686 ps-mule-plot-string): New funs.
13687 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13688 New vars.
13689 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13690 ps-mule-prepare-cmpchar-font): New funs.
13691 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13692 vars.
13693 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13694 ps-mule-generate-bitmap-glyph): New funs.
13695 (ps-mule-initialize, ps-mule-begin): New funs.
13696 (ps-output-string-prim): Insert string as unibyte.
13697 (ps-output-prologue): New fun.
13698 (ps-flush-output): Handle the case of 'prologue.
13699 (ps-begin-file): Call ps-mule-initialize.
13700 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13701 printing multibyte characters.
13702 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13703 (ps-basic-plot-string): Handle the case of printing ASCII
13704 characters by external libraries (e.g. BDF).
13705 (ps-set-font): Set ps-last-font.
13706 (ps-plot-region): Handle multibyte characters, use
13707 ps-mule-plot-string for them.
13708 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13709
13710 * bdf.el: New file.
13711
13712 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13713
13714 * international/mule-cmds.el (select-message-coding-system): New
13715 function.
13716 (set-language-environment-coding-systems): Set
13717 default-sendmail-coding-system.
13718
13719 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13720 (default-sendmail-coding-system): New variable.
13721 (sendmail-send-it): Encode the message by a coding system
13722 select-message-coding-system returns.
13723
13724 1998-08-23 Eric Ludlam <zappo@gnu.org>
13725
13726 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13727 (speedbar-mode): Set buffer to read only.
13728 (speedbar-temp-buffer-show-function): For emacs don't call hook
13729 with arguments.
13730 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13731
13732 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13733
13734 * speedbar.el (speedbar-key-map): Fix typo.
13735
13736 See ChangeLog.7 for earlier changes.