byte-compile-dynamic since we typically don't use
[bpt/emacs.git] / lisp / ChangeLog
1 2000-06-02 Dave Love <fx@gnu.org>
2
3 * wid-edit.el: byte-compile-dynamic since we typically don't use
4 all the widgets. Don't require cl or widget. Remove
5 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
6 (widget-read-event): Removed. Callers changed to use read-event.
7 (widget-button-release-event-p): Renamed from
8 button-release-event-p.
9 (widget-field-add-space, widget-field-use-before-change):
10 Uncustomize.
11 (widget-specify-field): Use keymap property, not local-map.
12 (widget-specify-button): Obey :suppress-face.
13 (widget-specify-insert): Use modern backquote syntax.
14 (widget-image-directory): Renamed from widget-glyph-directory.
15 (widget-image-enable): Renamed from widget-glyph-enable.
16 (widget-image-find): Replaces widget-glyph-find.
17 (widget-button-pressed-face): Move defvar.
18 (widget-image-insert): Replaces widget-glyph-insert.
19 (widget-convert): Use keywordp.
20 (widget-leave-text, widget-children-value-delete): Use mapc.
21 (widget-keymap): Remove XEmacs stuff.
22 (widget-field-keymap, widget-text-keymap): Define all inside
23 defvar.
24 (widget-button-click): Don't set point at the click, but re-centre
25 if we scroll out of window. Rewritten for images v. glyphs &c.
26 (widget-tabable-at): Use POS arg, not point.
27 (widget-beginning-of-line, widget-end-of-line)
28 (widget-item-value-create, widget-sublist, widget-princ-to-string)
29 (widget-sexp-prompt-value, widget-echo-help): Simplify.
30 (widget-default-create): Use widget-image-insert; some rewriting.
31 (widget-visibility-value-create)
32 (widget-push-button-value-create, widget-toggle-value-create): Use
33 widget-image-insert.
34 (checkbox): Create on and off images dynamically.
35 (documentation-link): Change :help-echo.
36 (widget-documentation-link-echo-help): Remove.
37
38 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
39
40 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
41
42 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
43 (easy-mmode-define-toggle, define-minor-mode): Use it.
44 (easy-mmode-define-keymap): Docstring fix.
45 (define-derived-mode): Default PARENT to fundamental-mode.
46 Add the derived-mode-parent symbol-property.
47 (easy-mmode-derived-mode-p): New function.
48
49 2000-06-02 Dave Love <fx@gnu.org>
50
51 * files.el (convert-standard-filename): Doc fix.
52 (normal-backup-enable-predicate): New function.
53 (backup-enable-predicate): Use it to replace the lambda form.
54
55 * calendar/todo-mode.el: [This needs more work on the outline
56 stuff.] Doc fixes.
57 (todo) <defgroup>: Add :version.
58 (todo-add-category): Don't use pushnew.
59 (todo-cmd-raise): Fix typo.
60 (todo-top-priorities): Change temp buffer name.
61 (todo-category-alist): Avoid redundant lambda.
62 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
63 Use outline-next-heading.
64
65 * autoarg.el: Rewritten to use define-minor-mode.
66 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
67 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
68
69 2000-06-02 Kenichi Handa <handa@etl.go.jp>
70
71 * isearch.el (isearch-other-meta-char): Fix previous change.
72
73 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
74
75 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
76 (log-edit-done): Only add the comment to the ring if it's different
77 from the last comment entered.
78
79 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
80
81 2000-06-01 Dave Love <fx@gnu.org>
82
83 * hl-line.el: Rewritten using define-minor-mode.
84
85 * help.el (describe-function-1): Distinguish special form from
86 builtin function. Sanity-check presence of arglist for builtins.
87
88 2000-06-01 Kenichi Handa <handa@etl.go.jp>
89
90 * international/characters.el: Fix syntax/category setting of
91 Tibetan characters.
92
93 * language/tibet-util.el (tibetan-add-components): Fixes for new
94 encoding of Tibetan characters.
95 (tibetan-decompose-precomposition-alist): New variable.
96 (tibetan-decompose-region): Convert precomposed characters to
97 non-precomposed characters.
98 (tibetan-decompose-string): Likewise.
99 (tibetan-composition-function): Fix args to
100 thibetan-compose-string.
101
102 * language/tibetan.el (tibetan-composable-pattern): More
103 characters included.
104 (tibetan-consonant-transcription-alist): Rule for "R" added.
105 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
106 "+R" added.
107 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
108
109 * language/lao-util.el (lao-composition-function): Fix args to
110 compose-string.
111
112 * language/thai-util.el (thai-composition-function): Fix args to
113 compose-string.
114
115 * isearch.el (isearch-update): Set disable-point-adjustment to t
116 to prevent the point moving to the end of a composition when a
117 part of a composition is searched.
118 (isearch-other-meta-char): If the key invoking this command can be
119 mapped by function-key-map to a printing char, call
120 isearch-process-search-char directly.
121
122 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
123
124 * emacs-lisp/bytecomp.el:
125 * frame.el:
126 * international/mule-cmds.el:
127 * international/mule-util.el:
128 * international/mule.el:
129 * mouse.el:
130 * subr.el:
131 * faces.el: Update calls to make-obsolete with a WHEN argument.
132
133 * byte-run.el (make-obsolete, make-obsolete-variable):
134 Add an optional WHEN argument and change the format of the
135 symbol-property information.
136 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
137 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
138 new obsolete-symbol-property format and print WHEN if it is provided.
139
140 2000-05-31 Dave Love <fx@gnu.org>
141
142 * loadhist.el (loadhist-hook-functions): Remove
143 before-change-function, after-change-function.
144 (unload-feature): Deal with symbols which are both bound and
145 fbound.
146
147 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
148 before-change-function, after-change-function.
149
150 * simple.el (newline): Don't bind before-change-function,
151 after-change-function.
152
153 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
154
155 * whitespace.el (whitespace-rescan-timer-time): Update interval
156 set to 600 seconds (10 minutes) instead of 60 seconds since
157 a large number of whitespace buffers causes emacs to `freeze'
158 for a considerable amount of time.
159
160 * whitespace.el: Updated e-mail address
161
162 2000-05-31 Dave Love <fx@gnu.org>
163
164 * add-log.el (change-log-font-lock-keywords) <function>: Add
165 pattern for function of change.
166 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
167 acknowledgements patterns.
168
169 2000-05-31 Kenichi Handa <handa@etl.go.jp>
170
171 * isearch.el (isearch-printing-char): If keyboard coding system is
172 being used, call isearch-process-search-multibyte-characters.
173
174 * international/isearch-x.el: Mostly rewritten.
175
176 * international/quail.el (quail-start-conversion): Don't include
177 unhandled events in the returned events, but set them in
178 unread-command-events. Exit if all inputs are deleted.
179
180 2000-05-30 Jason Rumney <jasonr@gnu.org>
181
182 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
183
184 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
185 Reenable code to create initial fontsets.
186 Use set-fontset-font in place of put-charset-property.
187
188 2000-05-30 Gerd Moellmann <gerd@gnu.org>
189
190 * progmodes/perl-mode.el (perl-indent-line): When looking for a
191 label, ensure that the first colon isn't followed by another.
192
193 * paths.el (Info-default-directory-list): Doc fix.
194
195 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
196 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
197 send a query containing USER only, not USER@HOST.
198
199 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
200 and rmail-msgend to compute the restriction at the end, instead of
201 computing it.
202
203 2000-05-29 Gerd Moellmann <gerd@gnu.org>
204
205 * dabbrev.el (dabbrev-expand): Don't display messages in the
206 echo area if the minibuffer window is active.
207
208 * jit-lock.el (jit-lock-mode): Add after change function to
209 local hook.
210
211 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
212
213 * antlr-mode.el: New commands: hide/unhide actions,
214 upcase/downcase literals.
215 (antlr-tiny-action-length): New user option.
216 (antlr-hide-actions): New command. Suggested by
217 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
218 (antlr-mode-map): New binding [C-c C-v].
219 (antlr-mode-menu): New entries.
220 (antlr-downcase-literals): New command.
221 (antlr-upcase-literals): Ditto.
222
223 * antlr-mode.el: Minor changes: indendation, mode-name.
224 (antlr-indent-line): Indent cpp directive at column 0.
225 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
226
227 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
228 (antlr-font-lock-additional-keywords): Workaround for intentional
229 bug in XEmacs version of font-lock.
230 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
231 be used by a smarter version of `buffers-menu-grouping-function'.
232
233 2000-05-29 Gerd Moellmann <gerd@gnu.org>
234
235 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
236 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
237
238 2000-05-29 Kenichi Handa <handa@etl.go.jp>
239
240 * international/encoded-kb.el
241 (encoded-kbd-iso2022-designation-map): Pay attention to that
242 charset-iso-final-char return -1 for eight-bit-control and
243 eight-bit-graphic.
244
245 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
246
247 * speedbar.el (speedbar-use-images, speedbar-update-flag)
248 (speedbar-easymenu-definition-base): Use display-graphic-p where
249 available, instead of window-system.
250
251 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
252
253 * international/codepage.el (cp-coding-system-for-codepage-1): Add
254 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
255 coding systems.
256
257 2000-05-26 Dave Love <fx@gnu.org>
258
259 * disp-table.el (standard-display-underline): Don't use
260 internal-find-face.
261
262 * mail/reporter.el: Maintainer change. Doc fixes.
263 (reporter-version): Deleted.
264
265 * emacs-lisp/elp.el: Maintainer change.
266 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
267
268 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
269
270 * add-log.el (add-change-log-entry): Merge the current entry with the
271 previous one if the previous one is empty.
272
273 2000-05-26 Dave Love <fx@gnu.org>
274
275 * loadhist.el (unload-feature): Fix interactive spec [from
276 lijnzaad@ebi.ac.uk].
277
278 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
279 subr-arity to check primitives.
280 (byte-compile-flush-pending, byte-compile-file-form-progn)
281 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
282 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
283 mapcar.
284
285 2000-05-26 Kenichi Handa <handa@etl.go.jp>
286
287 * international/fontset.el: Set family names of non-latin charsets
288 in default fontset to "*".
289
290 * international/mule-diag.el (print-fontset): Combine family part
291 and registry part of the fontname by "-*-" instead of "-".
292
293 * international/mule-cmds.el (encode-coding-char): Make strings
294 multibyte before calling encode-coding-string.
295
296 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
297
298 * derived.el: Fix keywords.
299 (define-derived-mode): Only define if needed.
300
301 * simple.el (fill-comment, comment-column, comment-start)
302 (comment-start-skip, comment-end, comment-indent-function)
303 (block-comment-start, block-comment-end, indent-for-comment)
304 (set-comment-column, kill-comment, comment-padding, comment-region)
305 (comment-multi-line, indent-new-comment-line): Remove.
306
307 * bindings.el (esc-map): Change ; to comment-dwim and use the new
308 function names for comment operations.
309
310 * newcomment.el: Add abundant autoload cookies.
311 (comment-style): Don't depend on runtime data at compile-time.
312 (comment-indent-hook): Remove.
313 (comment-indent): Check if comment-indent-hook is bound.
314 (comment-region): Docstring fix.
315
316 2000-05-25 Dave Love <fx@gnu.org>
317
318 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
319 byte-code-function-p.
320
321 * mail/rmailsum.el: Add provide.
322
323 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
324
325 * smerge-mode.el (smerge-diff-switches): Don't use list* in
326 defcustom.
327
328 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
329
330 * ediff-diff.el (ediff-exec-process): delete --binary option from
331 non-buffer ediff jobs.
332
333 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
334
335 * hilit-chg.el (highlight-changes-mode): Ask about color or
336 grayscale support, not about window-system.
337
338 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
339 window-system.
340 (ffap-highlight): Always default to t.
341
342 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
343 display-popup-menus-p instead of looking at window-system.
344
345 * disp-table.el (standard-display-g1, standard-display-graphic):
346 Only refuse to use string glyphs on X and MS-Windows.
347
348 * avoid.el: Remove window-system from commentary, suggest to use
349 display-*-p instead.
350
351 * apropos.el (apropos-print): Use display-mouse-p instead of
352 window-system.
353
354 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
355
356 * international/codepage.el (cp-decoding-vector-for-codepage):
357 Fill up unsupported characters with their own codes. From Kenichi
358 Handa.
359
360 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
361
362 * international/mule-diag.el (describe-char-after): Use
363 display-graphic-p instead of window-system, so that this function
364 works on MS-DOS.
365
366 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
367
368 * international/codepage.el (cp-make-coding-systems-for-codepage):
369 Remove the eight-bit-graphic and eight-bit-control charsets from
370 the list of charsets which we convert into `?'.
371
372 2000-05-25 Kenichi Handa <handa@etl.go.jp>
373
374 * international/mule-conf.el: Specify CHARSET-ID explicitely for
375 private charsets.
376 (mule-unicode-0100-24ff, japanese-jisx0213-1,
377 japanese-jisx0213-2): New charsets.
378
379 * international/fontset.el: Setup default fontset for new charsets.
380
381 2000-05-24 Dave Love <fx@gnu.org>
382
383 * info.el (Info-find-node-2): Restructure [following "Vadim
384 S. Solomin" <sovs@uic.nnov.ru>].
385
386 * icomplete.el: Fix header for Finder.
387
388 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
389
390 * rmailout.el (rmail-output-to-rmail-file): Added optional param
391 STAY.
392
393 * rmail.el (rmail-automatic-folder-directives): New user variable.
394 (rmail-show-message): Add call to `rmail-auto-file' during
395 display.
396 (rmail-auto-file): New function.
397
398 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
399
400 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
401 account.
402 (ediff-test-utility,ediff-diff-mandatory-option)
403 (ediff-reset-diff-options): Utilities for proper initialization of
404 ediff-diff-options and ediff-diff3-options on Windows.
405
406 * ediff-init.el (ediff-merge-filename-prefix): New customizable
407 variable.
408
409 * ediff-mult.el (ediff-filegroup-action): Use
410 ediff-merge-filename-prefix.
411
412 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
413
414 * viper-ex.el (ex-write): Set selective display to nil.
415
416 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
417
418 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
419 aliases for hebrew-iso-8bit.
420
421 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
422
423 * woman.el: New version from Francis J. Wright
424 <F.J.Wright@Maths.QMW.ac.uk>.
425 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
426 names in environment variables regardless of the path separator.
427 (woman-topic-all-completions-1): Don't call file-name-directory-p
428 on all files, since woman-file-regexp already filters out any
429 directories.
430
431 2000-05-24 Kenichi Handa <handa@etl.go.jp>
432
433 * international/quail.el (quail-start-translation): Don't change
434 modified-p of the current buffer.
435 (quail-start-conversion): Likewise.
436
437 * international/kkc.el (kkc-region): Don't change modified-p of
438 the current buffer.
439
440 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
441 conform to RFC1468.
442 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
443
444 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
445
446 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
447 (speedbar-insert-button): Invisible text property fix.
448 (speedbar-directory-plus): Renamed from speedbar-directory-+
449 (speedbar-directory-minus): Renamed from speedbar-directory--
450 (speedbar-page-plus): Renamed from speedbar-file-+
451 (speedbar-page-minus): Renamed from speedbar-file--
452 (speedbar-page): Renamed from speedbar-file-
453 (speedbar-tag): Renamed from speedbar-tag-
454 (speedbar-tag-plus): Renamed from speedbar-tag-+
455 (speedbar-tag-minus): Renamed from speedbar-tag--
456 (speedbar-expand-image-button-alist): Use above renames.
457
458 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
459 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
460 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
461 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
462 * sb-pg.xpm: Renamed from sb-file.xpm
463 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
464 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
465
466 2000-05-24 Kenichi Handa <handa@etl.go.jp>
467
468 * international/quail.el (quail-show-guidance-buf): Set
469 current-input-method of the guidance buffer to the name of the
470 curren input method.
471
472 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
473
474 * progmodes/compile.el (compile-internal): Style typo.
475
476 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
477 quote vars and functions in the docstring.
478
479 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
480
481 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
482 Don't quote lambdas.
483
484 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
485
486 2000-05-23 Gerd Moellmann <gerd@gnu.org>
487
488 * startup.el (command-line): Determine source file of compiled
489 user init file differently. Warn if compiled user init file
490 is older than its source file.
491
492 * ffap.el (ffap-url-regexp): Add `https'.
493
494 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
495
496 * files.el (make-backup-file-name-1): Replace slashes with `!'
497 rather than `|' (which is not allowed on Windows). Replace the
498 drive letters with a string "drive_X".
499
500 2000-05-23 Gerd Moellmann <gerd@gnu.org>
501
502 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
503
504 * files.el (interpreter-mode-alist): Add `bash2'.
505
506 2000-05-22 Dave Love <fx@gnu.org>
507
508 * loadhist.el (feature-symbols, file-provides, file-requires): Use
509 mapc.
510 (feature-file): Avoid calling symbol-name. Doc fix.
511 (file-set-intersect, file-dependents): Use dolist, not mapcar.
512 (loadhist-hook-functions): Add mouse-position-function.
513 (unload-feature): Change uses of mapcar.
514
515 * files.el (parse-colon-path): Doc fix.
516 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
517 (set-auto-mode): Use mapc.
518
519 * complete.el (PC-look-for-include-file): Use :alnum: character
520 class.
521 (partial-completion-mode): Add autoload cookie.
522
523 2000-05-22 Sam Steingold <sds@gnu.org>
524
525 * info.el (Info-fontify-node): Fixed the call to
526 `add-text-properties' (bug introduced on 2000-05-18).
527
528 2000-05-22 Dave Love <fx@gnu.org>
529
530 * bindings.el: Remove debug-ignored-errors set in other files.
531
532 * progmodes/etags.el: Add to debug-ignored-errors.
533 (visit-tags-table-buffer): Clear out buffers holding old tables
534 when making a new list.
535 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
536 mapc.
537
538 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
539 quote keywords.
540 (cmpl-string-case-type): Use character classes.
541
542 * comint.el:
543 * textmodes/ispell.el:
544 * imenu.el:
545 * mail/mh-e.el:
546 * progmodes/compile.el: Add to debug-ignored-errors.
547
548 * dabbrev.el: Add to debug-ignored-errors.
549 (dabbrev-completion): Use mapc.
550
551 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
552
553 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
554 (woman-mapcan, woman-parse-man.conf)
555 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
556 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
557 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
558 path syntax better.
559 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
560 (woman-manpath): Call woman-parse-man.conf.
561 (woman-emulation): New defcustom, defaults to nroff.
562 (woman-font-support): New defconst.
563 (woman-use-symbol-font): New defcustom.
564 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
565 "Emulation".
566 Many functions: Doc fix.
567
568 2000-05-22 Kenichi Handa <handa@etl.go.jp>
569
570 * international/quail.el (quail-simple-translation-keymap): Map
571 128..255 to quail-self-insert-command.
572 (quail-keyboard-layout-alist): Add definition for "pc102-de".
573
574 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
575
576 * help.el (help-manyarg-func-alist): Typo.
577
578 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
579 intervals which makes it heaps simpler.
580
581 * newcomment.el (comment-region-internal): Go back to BEG after quoting
582 the nested comment markers.
583
584 * subr.el (remove-hook): Don't turn the hook's value into a list.
585
586 2000-05-21 Dave Love <fx@gnu.org>
587
588 * edmacro.el (edmacro-parse-keys): Return vector if any elements
589 are invalid characters.
590
591 * international/mule-util.el (detect-coding-with-priority): Use
592 mapc. Remove redundant lambda.
593
594 * international/mule-diag.el (list-non-iso-charset-chars)
595 (describe-fontset): Remove redundant lambda.
596
597 * emulation/crisp.el (brief-mode): New alias.
598
599 * emacs-lisp/ring.el (ring-elements): New function.
600
601 * emacs-lisp/easymenu.el (easy-menu-create-menu)
602 (easy-menu-do-add-item): Use keywordp.
603
604 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
605
606 * replace.el: Doc and error message fixes.
607 (replace-highlight): Use facep, not internal-find-face.
608
609 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
610
611 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
612
613 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
614 (log-edit-insert-changelog): Drop `:' as well.
615
616 * log-view.el: Fix file description.
617 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
618 available.
619 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
620 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
621
622 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
623 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
624 Print a status message if the toggle is called interactively.
625 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
626 for global minor modes and use `defcustom' for them.
627 Use add-minor-mode.
628 (easy-mmode-define-derived-mode): Remove.
629 (define-derived-mode): Fancier default docstring.
630 (easy-mmode-define-navigation): Signal an error rather than (ding).
631
632 * newcomment.el (comment-styles): New `box-multi'.
633 (comment-normalize-vars): Better default for comment-continue to
634 avoid whitespace-only continuations.
635 (comment-search-forward): Always move even in the no-syntax case.
636 (comment-padright): Only obey N if it's only obeyed for padleft.
637 (comment-make-extra-lines): Better handling of empty continuations.
638 Use `=' for the filler if comment-start has only one character.
639 (uncomment-region): Try handling the special `=' filler.
640 (comment-region): Allow LINES even if MULTI is nil.
641 (comment-box): Choose box style based on comment-style.
642
643 2000-05-20 Kenichi Handa <handa@etl.go.jp>
644
645 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
646 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
647
648 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
649
650 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
651 and insert, not subst-char-in-region.
652
653 * international/mule-diag.el (list-character-sets-1): Handle
654 charsets eight-bit-control and eight-bit-graphic.
655 (list-iso-charset-chars): Likewise.
656 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
657 charactes as is. Use indent-to to align characters.
658
659 * international/mule-cmds.el (find-multibyte-characters): Never
660 exclude charsets eight-bit-control and eight-bit-graphic.
661
662 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
663
664 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
665 Don't quote lambdas.
666
667 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
668
669 2000-05-19 Gerd Moellmann <gerd@gnu.org>
670
671 * gud.el (gud-jdb-directories): Doc fix.
672
673 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
674
675 * newcomment.el: New file.
676
677 2000-05-19 Gerd Moellmann <gerd@gnu.org>
678
679 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
680
681 2000-05-18 Andreas Schwab <schwab@suse.de>
682
683 * dired.el (dired-between-files): Also skip lines beginning with
684 `used'.
685
686 2000-05-18 Gerd Moellmann <gerd@gnu.org>
687
688 * msb.el (msb-menu-cond): Add choice `user'.
689
690 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
691
692 * ps-print.el: Compatibility, customization and doc fix.
693 (ps-printer-name-option): Replace defconst by defvar.
694 (ps-postscript-code-directory): XEmacs compatibility.
695 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
696 fix.
697 (ps-user-defined-prologue, ps-print-prologue-header)
698 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
699 compatibility and code fix.
700 (ps-print-background-image, ps-print-background-text):
701 Customization fix.
702 (ps-line-number-start, ps-n-up-on): New vars.
703
704 2000-05-18 Espen Skoglund <esk@ira.uka.de>
705
706 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
707 the indent-comment function to just return the appropriate indent.
708
709 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
710
711 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
712 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
713 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
714
715 2000-05-18 Dave Love <fx@gnu.org>
716
717 * info.el (Info-fontify-node): Add intangible property as well as
718 invisible.
719
720 * calendar/appt.el (appt-make-list): Match all lines of entry.
721 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
722
723 2000-05-18 Kenichi Handa <handa@etl.go.jp>
724
725 * international/mule-diag.el (describe-char-after): Call
726 internal-char-font, not char-font. If internal-char-font returns
727 nil, display "-- none --".
728
729 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
730
731 * image.el (image-type-available-p): Don't reference image-types
732 if it isn't bound.
733
734 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
735
736 * autoarg.el (autoarg-mode): Typo in the :set argument.
737
738 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
739
740 * startup.el (command-line-1): Don't signal an error if the
741 directory for auto-save-list files does not yet exist.
742
743 2000-05-17 Kenichi Handa <handa@etl.go.jp>
744
745 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
746
747 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
748
749 * subr.el (remove-hook): `setq' hook-value, not `set'.
750
751 2000-05-16 Sam Steingold <sds@gnu.org>
752
753 * info.el (debug-ignored-errors): More errors to ignore.
754
755 2000-05-16 Dave Love <fx@gnu.org>
756
757 * cus-edit.el: Don't require cl or easymenu.
758 (custom-variable-prompt): Test standard-value property, not
759 user-variable-p.
760
761 2000-05-16 Sam Steingold <sds@gnu.org>
762
763 * subr.el (add-hook): `setq' hook-value, not `set'.
764
765 2000-05-16 Gerd Moellmann <gerd@gnu.org>
766
767 * startup.el (command-line-1): Mention the FAQ in the startup
768 message.
769
770 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
771
772 * progmodes/compile.el (compilation-parse-errors): Collect
773 `nomessage' regexps last.
774
775 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
776
777 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
778 to the function name.
779
780 2000-05-15 Dave Love <fx@gnu.org>
781
782 * speedbar.el (speedbar-recenter): Typo.
783 (speedbar-expand-line): Make arg optional.
784 (speedbar-mode): Avoid a compiler warning.
785
786 2000-05-15 Gerd Moellmann <gerd@gnu.org>
787
788 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
789 user-specified option string is empty.
790
791 * mouse.el (mouse-yank-at-click): Doc fix.
792
793 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
794
795 * term/internal.el (IT-character-translations): More updates of
796 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
797 documents.
798
799 2000-05-15 Gerd Moellmann <gerd@gnu.org>
800
801 * env.el (getenv): New function, interactively callable.
802 (setenv, getenv): Remove autoload cookies.
803
804 * loadup.el: Load `env'.
805
806 * progmodes/f90.el: Change author's mail address.
807
808 2000-05-14 Dave Love <fx@gnu.org>
809
810 * mail/rmail.el (rmail-show-message-hook): Customize and offer
811 goto-addr as an option.
812
813 * help.el (help-xref-stack): Doc fix.
814 (help-xref-following): New variable.
815 (help-make-xrefs): Use it.
816 (help-xref-go-back): Use position information from stack element.
817 (help-follow): Make position in stack element a pair. Use
818 help-xref-following.
819
820 * autoarg.el: New file.
821
822 * faces.el: Declare more functions obsolete.
823
824 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
825 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
826 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
827 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
828 Remove all the setup-...-environment functions.
829
830 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
831
832 * speedbar.el: Updated the commentary section. xemacs20p now uses
833 >= when detecting. Require `defimage' safely.
834 (speedbar-easymenu-definition-base): Add toggle for images.
835 (speedbar-easymenu-definition-special): Add flush cache & expand.
836 (speedbar-visiting-tag-hook): Set new defaults. Added options.
837 (speedbar-reconfigure-keymaps-hook): New variable.
838 (speedbar-frame-parameters): Updated documentation.
839 (speedbar-use-imenu-flag): Updated custom tag
840 (speedbar-dynamic-tags-function-list): New variable.
841 (speedbar-tag-hierarchy-method): Updated doc & custom.
842 (speedbar-indentation-width, speedbar-indentation-width) New
843 variables.
844 (speedbar-hide-button-brackets-flag): Customizable.
845 (speedbar-vc-indicator): Doc update.
846 (speedbar-ignored-path-expressions): Updated default value.
847 (speedbar-supported-extension-expressions): Updated default value.
848 (speedbar-syntax-table): Remove {} paren status.
849 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
850 as "+". Added overlay aliases.
851 (speedbar-mode): Use `speedbar-mode-line-update' instead of
852 `force-mode-line-update'.
853 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
854 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
855 `mouse-set-point'
856 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
857 (speedbar-item-info-tag-helper): Revamped to handle a wider range
858 of arbitrary text, and new helper functions.
859 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
860 filename finder.
861 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
862 (speedbar-directory-buttons): Update path search/expansion.
863 (speedbar-make-tag-line): Pay attention to
864 `speedbar-indentation-width'. Use more care w/ invisible
865 properties.
866 (speedbar-change-expand-button-char): Call
867 `speedbar-insert-image-button-maybe'.
868 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
869 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
870 (speedbar-trim-words-tag-hierarchy)
871 (speedbar-simple-group-tag-hierarchy): New functions
872 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
873 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
874 functions.
875 (speedbar-mouse-set-point): New function
876 (speedbar-power-click): Updated documentation.
877 (speedbar-line-token, speedbar-goto-this-file): Handle more types
878 of tag prefix text.
879 (speedbar-expand-line, speedbar-contract-line): Make more robust
880 to strange text.
881 (speedbar-expand-line): Takes universal argument to flush the
882 cache.
883 (speedbar-flush-expand-line): New function.
884 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
885 Use new generator insertion method.
886 (speedbar-fetch-dynamic-tags): New function.
887 (speedbar-fetch-dynamic-imenu): Removed code now handled in
888 `speedbar-fetch-dynamic-imenu'.
889 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
890 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
891 "Revert Buffer" menu items.
892 (speedbar-buffer-buttons-engine): Be smarter when creating a
893 filename tag (for expansion purposes.).
894 (speedbar-highlight-one-tag-line,
895 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
896 (speedbar-recenter): New functions.
897 (defimage-speedbar): Image loading abstraction.
898 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
899 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
900 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
901 (speedbar-tag-type, speedbar-tag-mail): New images.
902 (speedbar-expand-image-button-alist): New variable.
903 (speedbar-insert-image-button-maybe): Insert an image over some
904 buttons.
905
906 2000-05-13 Kenichi Handa <handa@etl.go.jp>
907
908 * international/mule-cmds.el (encode-coding-char): An ASCII
909 character is always encodable.
910
911 * international/mule-conf.el: Add more information in descriptions
912 of character sets.
913
914 * international/mule-diag.el (describe-char-after): New function.
915 (describe-font-internal): Adjusted for the change of font-info.
916 (describe-font): Likewise.
917 (print-fontset): Rewritten for the new fontset implementation.
918 (describe-fontset): Include fontset alias names in completion.
919 (list-fontsets): Adjusted for the change of print-fontset.
920
921 * simple.el (what-cursor-position): If DETAIL is non-nil, call
922 describe-char-after instead of displaying the detail in the echo
923 area.
924 (syntax-code-table): Format changed.
925 (string-to-syntax): Adjusted for the above change.
926
927 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
928
929 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
930
931 2000-05-12 Dave Love <fx@gnu.org>
932
933 * calendar/todo-mode.el: Remove some compatibility stuff and CL
934 dependence. Use line-{beginning,end}-position, not
935 point-at{b,e}ol. Some doc fixes.
936 (todo-position): New function. Fix callers of position to use it.
937 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
938
939 2000-05-12 Gerd Moellmann <gerd@gnu.org>
940
941 * time.el (display-time-mail-icon): Use `:ascent center'.
942
943 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
944 handling FTP security extensions.
945
946 2000-05-11 Dave Love <fx@gnu.org>
947
948 * calendar/todo-mode.el: New file.
949
950 2000-05-11 Gerd Moellmann <gerd@gnu.org>
951
952 * comint.el (comint-read-input-ring): Move reference to
953 comint-input-ring-size outside of the save-excursion. It was
954 causing the default value to be the only one ever seen.
955
956 * font-lock.el: Update copyright. Remove Simon Marshall's email
957 address on request from him.
958
959 * subr.el (substitute-key-definition): Add comment describing
960 the meaning of PREFIX.
961
962 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
963
964 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
965
966 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
967 (add-minor-mode): Don't make the variable buffer-local and add a
968 reference to define-minor-mode in the docstring.
969
970 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
971 HEADER/FOOTER and fix bug with trailing empty directory.
972 (cvs-append-to-ignore): Use vc-editable-p if available.
973 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
974 (vc-do-command): Tweak advice to handle the new VC.
975
976 * log-view.el (log-view-goto-rev): New function for the new VC.
977 (log-view-minor-wrap): Use mark-active.
978
979 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
980 (log-edit-changelog-full-paragraphs): New var.
981 (log-edit-insert-changelog): Remove a lonely leading `* file'.
982 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
983 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
984 (log-edit-changelog-ours-p, log-edit-changelog-entries)
985 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
986 Replace the `cvs' prefix with `log-edit'.
987
988 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
989
990 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
991 (diff-font-lock-defaults): Explicitly turn off multiline.
992 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
993 (diff-ediff-patch): Fix call to ediff-patch-file.
994 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
995 Handle comments.
996
997 * frame.el (automatic-hscrolling): Typo.
998
999 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
1000
1001 2000-05-09 Sam Steingold <sds@goems.com>
1002
1003 * apropos.el (apropos-print): use `describe-face' instead of
1004 `customize-face-other-window'.
1005
1006 2000-05-09 Dave Love <fx@gnu.org>
1007
1008 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
1009
1010 * help.el (describe-variable): Have customize button pop the
1011 help-xref stack when invoked.
1012 (help-xref-symbol-regexp): Add `face'.
1013 (help-make-xrefs): Check for quoted face names and adapt regexp
1014 submatch numbers to cope.
1015 (help-xref-interned): Maybe insert face doc too. Separate
1016 sections with a line of hyphens.
1017
1018 * faces.el: Some doc fixes. Declare some functions obsolete.
1019 (describe-face): Add customize button. Return the help
1020 text. Fix prompt.
1021
1022 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1023
1024 * term/internal.el (IT-character-translations): Fix last change.
1025
1026 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1027
1028 * woman.el: New file
1029 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
1030
1031 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1032
1033 * term/internal.el (IT-character-translations): Update ASCII
1034 simulations for greek-iso8859-7, add latin-iso8859-14 and
1035 latin-iso8859-15.
1036
1037 * international/mule-cmds.el (set-language-info-alist): Call
1038 define-prefix-command with 3 arguments, to make the map suitable
1039 for a menu.
1040
1041 2000-05-07 Dave Love <fx@gnu.org>
1042
1043 * time.el: Small doc fixes from Pavel Janík ml..
1044
1045 2000-05-05 Dave Love <fx@gnu.org>
1046
1047 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
1048 list in doc string. Don't quote keyword symbols.
1049 * emacs-lisp/cl.el: Likewise
1050 * emacs-lisp/cl-seq.el: Likewise
1051
1052 2000-05-05 Gerd Moellmann <gerd@gnu.org>
1053
1054 * abbrev.el (abbrev-mode): Make ARG optional.
1055
1056 2000-05-04 Gerd Moellmann <gerd@gnu.org>
1057
1058 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
1059
1060 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
1061
1062 * subr.el (substitute-key-definition): Clarify documentation.
1063
1064 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
1065
1066 * glasses.el (glasses-convert-to-unreadable): Use
1067 `glasses-separator' instead of the hard-wired "_".
1068 (glasses-mode): Call `glasses-make-unreadable' only in a single
1069 place.
1070
1071 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
1072
1073 * term/internal.el (cjk-codepages-alist): Add associations for
1074 Chinese and Korean codepages. Remove FIXME comment.
1075
1076 2000-05-03 Dave Love <fx@gnu.org>
1077
1078 * time.el (display-time-mail-face, display-time-use-mail-icon):
1079 New option.
1080 (display-time-mail-icon): New variable.
1081 (display-time-string-forms): Use the above. Fix the local-map.
1082
1083 2000-05-03 Gerd Moellmann <gerd@gnu.org>
1084
1085 * replace.el (query-replace-map): Add binding for `E'.
1086 (query-replace-help): Extend help text.
1087 (perform-replace): Allow editing the replacement string.
1088
1089 * make-mode.el (makefile-mode-abbrev-table): New variable.
1090 (makefile-mode): Set local abbrev table to
1091 makefile-mode-abbrev-table.
1092 (makefile-font-lock-keywords): Fontify includes and conditionals.
1093
1094 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1095 set TOGGLE's value.
1096
1097 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
1098 mail-interactive-insert-alias.
1099 (mail-abbrev-complete-alias): New command.
1100 (mail-mode-map): Bind it to `M-TAB'.
1101
1102 2000-05-03 Kenichi Handa <handa@etl.go.jp>
1103
1104 * language/lao-util.el (lao-compose-region): New function.
1105
1106 2000-05-02 Gerd Moellmann <gerd@gnu.org>
1107
1108 * files.el (recover-session): Make directories as necessary
1109 if they don't exist yet.
1110
1111 * calendar/cal-french.el
1112 (french-calendar-multibyte-special-days-array)
1113 (french-calendar-special-days-array): Change French text.
1114 (calendar-french-date-string): Change output.
1115 (calendar-goto-french-date): Likewise.
1116
1117 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
1118
1119 * wid-edit.el (widget-default-active): Obey `:always-active'.
1120 (widget-documentation-string-value-create): Set `:always-active'.
1121
1122 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1123
1124 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
1125 default prefix to `~/_emacs.d/auto-save.list/_s'.
1126 (normal-top-level): Create the directory for auto-save files, if
1127 it doesn't already exist (in the ms-dos case only).
1128
1129 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1130
1131 * international/mule-cmds.el (set-language-environment): Don't
1132 concat an integer (dos-codepage), use format instead.
1133
1134 2000-05-02 Dave Love <fx@gnu.org>
1135
1136 * help.el (help-xref-on-pp): Check for constant symbols.
1137
1138 2000-04-29 Gerd Moellmann <gerd@gnu.org>
1139
1140 * startup.el (normal-top-level): Put a condition-case around
1141 the code loading subdirs.el.
1142
1143 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1144
1145 * ps-print.el: Upside-down and face background color printing,
1146 line number step, doc fix.
1147 (ps-print-version): New version number (5.2).
1148 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1149 (ps-face-attribute-list, ps-plot-with-face): Code fix.
1150 (ps-spool-config): Var fix.
1151 (ps-printer-name-option): Const fix.
1152 (ps-print-upside-down, ps-use-face-background)
1153 (ps-line-number-step): New vars.
1154 (ps-window-system, ps-lp-system): New consts.
1155 (ps-face-background): New fun.
1156
1157 2000-04-28 Richard Stallman <rms@gnu.org>
1158
1159 * files.el (make-auto-save-file-name):
1160 Apply auto-save-file-name-transforms to visited file name
1161 before generating auto save file name.
1162 (auto-save-file-name-transforms): New variable.
1163
1164 * files.el (backup-enable-predicate):
1165 Correctly test for a file under a temporary directory.
1166
1167 2000-04-28 Gerd Moellmann <gerd@gnu.org>
1168
1169 * subr.el (add-minor-mode): Rewritten.
1170
1171 2000-04-28 Kenichi Handa <handa@etl.go.jp>
1172
1173 * mail/sendmail.el (sendmail-send-it): Set
1174 buffer-file-coding-system to the selected coding system for MIME
1175 header.
1176
1177 2000-04-27 Gerd Moellmann <gerd@gnu.org>
1178
1179 * dired.el (dired-move-to-filename-regexp): Allow format where
1180 YYYY is followed by two spaces.
1181
1182 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1183 in the second character class of the regexp.
1184
1185 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1186 mh-etc, too.
1187
1188 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1189 nil.
1190
1191 * subr.el (add-minor-mode): Use `set' instead of `setq'.
1192
1193 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1194 argument.
1195
1196 2000-04-27 Sen Nagata <sen@eccosys.com>
1197
1198 * emacs-lisp/crm.el (crm-completion-table): New variable.
1199 (crm-collection-fn, crm-test-completion)
1200 (completing-read-multiple): Use it.
1201
1202 2000-04-27 Dave Love <fx@gnu.org>
1203
1204 * help.el (locate-library): Use mapc.
1205 (help-manyarg-func-alist): Add call-process-region.
1206
1207 2000-04-26 Gerd Moellmann <gerd@gnu.org>
1208
1209 * subr.el (add-minor-mode): Make argument MAP optional.
1210
1211 * desktop.el (desktop-save): Save list of minor modes.
1212 (desktop-create-buffer): Restore minor modes.
1213 (desktop-minor-mode-table): New user-option.
1214
1215 * subr.el (add-minor-mode): New function.
1216
1217 * image.el (find-image): New function.
1218 (defimage): Rewritten to find image at load time.
1219
1220 * startup.el (normal-top-level-add-to-load-path): Handle
1221 case that the default directory is not in load-path.
1222
1223 * help.el: Old patch from Stefan Monnier.
1224 (help-xref-on-pp): New function.
1225 (describe-variable): Use it to display xrefs in a symbol's value.
1226
1227 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
1228
1229 * cus-edit.el (custom-face): Fix parenthesis.
1230
1231 2000-04-26 Kenichi Handa <handa@etl.go.jp>
1232
1233 * mail/rmail.el (rmail-expunge): When there are no deleted
1234 messages, do nothing.
1235
1236 2000-04-26 Dave Love <fx@gnu.org>
1237
1238 * international/mule-cmds.el (locale-translation-file-name):
1239 Defvar to nil.
1240 (set-locale-environment): Set it here (at runtime).
1241
1242 2000-04-25 Gerd Moellmann <gerd@gnu.org>
1243
1244 * replace.el (perform-replace): Add parameters START and END. Use
1245 them instead of the check for a region in Transient Mark mode.
1246 (query-replace-read-args): Return two more list elements for the
1247 start and end of the region in Transient Mark mode.
1248 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1249 (map-query-replace-regexp, replace-string, replace-regexp): Add
1250 optional last arguments START and END and pass them to
1251 perform-replace.
1252
1253 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1254 form with additional arguments for perform-replace.
1255
1256 * progmodes/etags.el (tags-query-replace): Add parameters START
1257 and END. Construct a form with additional arguments for
1258 perform-replace.
1259
1260 * simple.el (shell-command): Set default directory for "*Shell
1261 Command Output" buffer.
1262
1263 * language/european.el (iso-latin-4): Fix typo.
1264
1265 * emacs-lisp/crm.el: New file.
1266
1267 2000-04-24 Dave Love <fx@gnu.org>
1268
1269 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1270 (Custom-reset-saved, Custom-reset-standard)
1271 (custom-group-value-create, custom-group-set, custom-group-save)
1272 (custom-group-reset-current, custom-group-reset-saved)
1273 (custom-group-reset-standard): Use mapc.
1274 (custom-buffer-create-internal): Disable undo when creating items.
1275 Use mapc.
1276 (custom-face): Avoid redundant lambda.
1277
1278 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1279
1280 * startup.el (auto-save-list-file-prefix): Set default to
1281 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1282
1283 2000-04-24 Sam Steingold <sds@gnu.org>
1284
1285 * time-stamp.el (time-stamp-string-preprocess): Always convert
1286 `field-result' to a string.
1287
1288 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1289
1290 * frame.el (scrolling): New group.
1291 (automatic-hscrolling): New user-option.
1292
1293 * startup.el (command-line-x-option-alist): Add `-lsp' and
1294 `--line-spacing'.
1295
1296 2000-04-19 Dave Love <fx@gnu.org>
1297
1298 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1299 (cl-mapc): Rename from mapc. Fix the funcall.
1300
1301 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1302
1303 * simple.el (clone-indirect-buffer-other-window): New command.
1304 (clone-indirect-buffer): Add optional arg NORECROD.
1305 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1306
1307 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1308
1309 * window.el (count-screen-lines): New function.
1310 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1311 instead of window-buffer-height.
1312
1313 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1314 non-existing variable comint-input-sentinel.
1315 (inferior-lisp-args-to-list): Removed.
1316 (inferior-lisp): Use split-string instead of
1317 inferior-lisp-args-to-list.
1318
1319 * hexl.el (hexl-insert-hex-string): New command.
1320
1321 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1322 instead of concat.
1323
1324 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1325
1326 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1327 at the start of an existing but empty folder.
1328
1329 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1330
1331 * ps-mule.el: Customization fix, doc fix.
1332 (ps-multibyte-buffer): Customization fix.
1333
1334 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1335
1336 * subr.el (read-passwd): Use read-char-exclusive.
1337
1338 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1339
1340 * textmodes/texinfo.el (texinfo-insert-@email)
1341 (texinfo-insert-@emph, texinfo-insert-@quotation)
1342 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1343 (texinfo-mode-map): Add key bindings for them.
1344
1345 * files.el (basic-save-buffer-2): Use a template with `$'
1346 instead of `#' for VMS.
1347
1348 * simple.el (clone-indirect-buffer): New function.
1349
1350 2000-04-16 Stephen Eglen <stephen@gnu.org>
1351
1352 * iswitchb.el (iswitchb-case): New function. If the user input
1353 contains any upper-case characters, the search is made
1354 case-sensitive.
1355
1356 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1357
1358 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1359 comment-end.
1360 (texinfo-font-lock-syntactic-keywords): New var.
1361 (texinfo-font-lock-keywords): Remove comment regexp.
1362 (texinfo-insert-block): New function.
1363 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1364 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1365 and font-lock-defaults. Use regexp-opt for outline-regexp.
1366 (texinfo-environments): New var.
1367 (texinfo-environment-regexp): Use regexp-opt and
1368 texinfo-environments.
1369
1370 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1371 ispell-process is bound since this might be eval'd before ispell
1372 is loaded.
1373 (ispell-message): Use a tiny bit less magic and a bit more hard
1374 data to figure out what kind of sc-cite-regexp to use.
1375
1376 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1377
1378 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1379 (insert-cyclic-diary-entry): Unquote the lambda.
1380
1381 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1382
1383 * files.el (backup-enable-predicate): Unquote the lambda.
1384
1385 * cus-edit.el (custom-face, face): Unquote the lambda.
1386
1387 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1388
1389 * ps-print.el: Check for line-beginning-position definition.
1390
1391 * ps-print.el: Fix counting lines in a region.
1392 (ps-print-version): New version number (5.1.5).
1393 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1394 (ps-printing-region): Fun code fix.
1395
1396 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1397
1398 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1399 to file-directory-p.
1400
1401 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1402
1403 * gud.el (gud-jdb-build-source-files-list): Check that directory
1404 exists before calling directory-files.
1405
1406 2000-04-13 Dave Love <fx@gnu.org>
1407
1408 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1409 syntax.
1410
1411 * emacs-lisp/cl-specs.el: Remove when, unless.
1412
1413 * emacs-lisp/cl-extra.el: Don't quote keywords.
1414 (cl-old-mapc): New variable.
1415 (mapc): Use it.
1416 (cl-map-intervals): Use with-current-buffer. Don't check for
1417 next-property-change.
1418 (cl-map-overlays): Use with-current-buffer.
1419 (cl-expt): Remove.
1420 (copy-tree, remprop): Define unconditionally.
1421
1422 * emacs-lisp/cl-compat.el (keywordp): Remove.
1423
1424 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1425 to use keywordp.
1426 (edebug-spec): Enable keywordp.
1427
1428 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1429 string-lessp.
1430
1431 * cus-start.el: Use keywordp.
1432
1433 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1434
1435 * diary-lib.el (include-other-diary-files): Fix the fix of
1436 2000-02-18 by doing a save-excursion.
1437
1438 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1439
1440 * ps-print.el: Customization fix, doc fix.
1441 (ps-print-version): New version number (5.1.4).
1442 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1443 (ps-print-preprint): Adjust code.
1444 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1445 (ps-print-prologue-header, ps-print-control-characters)
1446 (ps-spool-config): Customization fix.
1447
1448 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1449
1450 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1451 converted to the new menu-item format, names silightly changed,
1452 help strings added.
1453
1454 Support for spelling without async subprocesses:
1455
1456 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1457 (ispell-session-buffer): New variables.
1458 (ispell-start-process, ispell-process-status,
1459 ispell-accept-output, ispell-send-string): New functions, for
1460 Ispell invocation when async subprocesses aren't supported.
1461 (ispell-word, ispell-pdict-save, ispell-command-loop,
1462 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1463 to process-send-string with calls to ispell-send-string, and
1464 accept-process-output with ispell-accept-output.
1465 (ispell-init-process): Call ispell-process-status instead of
1466 process-status with.
1467 (ispell-init-process): Call ispell-start-process. Call
1468 ispell-accept-output and ispell-send-string. Don't call
1469 process-kill-without-query and kill-process if they are unbound.
1470 (ispell-async-processp): New function.
1471
1472 2000-04-12 Dave Love <fx@gnu.org>
1473
1474 * info.el: Add debug-ignored-errors.
1475 (Info-mode-menu): Add some items.
1476 (Info-directory): Add autoload cookie.
1477
1478 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1479 Modify `truncate-lines'. Make `describe-language-environment'
1480 always visible and add help. Modify `describe-key' help. Invoke
1481 Info-directory from `info'. New entry `emacs-manual'.
1482
1483 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1484
1485 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1486 propertized-buffer-identification.
1487 (ebrowse-update-member-buffer-mode-line): Likewise.
1488 (ebrowse--mode-strings): Removed.
1489 (ebrowse--mode-line-props): Removed.
1490
1491 * files.el (auto-mode-alist): Add `EBROWSE'.
1492
1493 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1494 space before testing for end of buffer.
1495 (ebrowse-load): Removed.
1496 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1497 (ebrowse-create-tree-buffer): Rewritten.
1498 (ebrowse-tree-mode): Read tree from buffer.
1499
1500 * progmodes/ebrowse-ffh.el: Removed.
1501
1502 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1503
1504 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1505
1506 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1507
1508 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1509 at the wrong place.
1510
1511 2000-04-09 Dave Love <fx@gnu.org>
1512
1513 * files.el (backup-enable-predicate): Use
1514 temporary-file-directory, small-temporary-file-directory.
1515 (make-backup-file-name-function, backup-directory-alist): New
1516 variables.
1517 (make-backup-file-name-1): New function.
1518 (make-backup-file-name): Use it.
1519 (find-backup-file-name): Likewise. Use format for clarity, not
1520 concat.
1521 (file-newest-backup): Use make-backup-file-name.
1522
1523 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1524
1525 * progmodes/ebrowse-ffh.el: New file.
1526
1527 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1528 to ebrowse-ffh.el.
1529 (ebrowse-load): Add autoload.
1530
1531 * finder.el (finder-commentary): Add autoload cookie.
1532
1533 * mail/rfc2368.el: Correct author's email address.
1534
1535 * progmodes/ebrowse.el: New file.
1536
1537 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1538 item help string.
1539 (easy-menu-do-add-item): Ditto.
1540 (easy-menu-define): Extend doc string.
1541
1542 * jit-lock.el (with-buffer-unmodified): Use
1543 restore-buffer-modified-p.
1544 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1545 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1546 with-buffer-unmodified.
1547
1548 2000-04-08 Dave Love <fx@gnu.org>
1549
1550 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1551 unless, when.
1552
1553 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1554
1555 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1556 (viper-flash-search-pattern): No operation when using Emacs
1557 doesn't support face.
1558 Use `viper-put-on-search-overlay'.
1559
1560 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1561
1562 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1563 like C-r.
1564
1565 * progmodes/make-mode.el: Some doc fixes.
1566 (makefile-mode-abbrev-table): New variable.
1567 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1568 (makefile-font-lock-keywords): Fontify includes and conditionals.
1569 (toplevel): Require `dabbrev' and `add-log' when compiling.
1570
1571 * replace.el (perform-replace): Don't move forward one char
1572 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1573 to do that because it leaves point 1 position after the last
1574 replacement, after everything has been replaced.
1575
1576 * jit-lock.el (with-buffer-unmodified): New macro.
1577 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1578 modified state.
1579 (jit-lock-function-1): Extracted from jit-lock-function; not
1580 preserving buffer's modified state.
1581 (jit-lock-function, jit-lock-stealth-fontify): Call
1582 jit-lock-function-1.
1583
1584 * mail/rfc2368.el: Remove supernumerary copyright line.
1585
1586 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1587
1588 * glasses.el: Provide facilities for inserting space before left
1589 parentheses and uncapitalization of identifiers.
1590 (glasses-mode): Try to remove old overlays in all cases.
1591
1592 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1593
1594 * progmodes/compile.el (compile-internal): Display the compilation
1595 buffer in a different frame, if it's already displayed there.
1596
1597 * mail/rfc2368.el: New file.
1598
1599 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1600 header and insert its value as mail body.
1601
1602 * subr.el (member-ignore-case): New function.
1603
1604 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1605 (dabbrev--find-expansion): Ignore buffers matching a regexp
1606 from dabbrev-ignored-regexps.
1607
1608 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1609 to extensions handled by gzip.
1610
1611 2000-04-03 Richard M. Stallman <rms@gnu.org>
1612
1613 * files.el (insert-directory): List the total free space
1614 along with the used space.
1615
1616 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1617 line is followed by one that matches CITATION-REGEXP, end the
1618 paragraph.
1619
1620 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1621
1622 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1623 (rmail-make-basic-summary-line): Use that option.
1624
1625 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1626
1627 * international/mule-cmds.el (encoded-string-description):
1628 Rewritten. Try pretty description for ISO 2022 escape sequences
1629 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1630 for hexadecimal format.
1631
1632 2000-04-01 Dave Love <fx@gnu.org>
1633
1634 * cpp.el: Change customization group to `c' from `C'.
1635
1636 * vcursor.el (vcursor-move): Use display-color-p.
1637
1638 * international/mule-util.el: Provide mule-utils.
1639 (string-to-sequence): Simplify and speed up.
1640
1641 * international/mule.el (make-coding-system): Purecopy doc-string.
1642
1643 * international/mule-cmds.el: Various menu changes.
1644 (describe-specified-language-support): Handle `Default'.
1645 (set-language-info): Purecopy `info'.
1646
1647 2000-03-31 Andrew Innes <andrewi@gnu.org>
1648
1649 * vc.el (vc-backend-diff): Return the correct status if we had to
1650 retry the rcsdiff command without the --brief option.
1651
1652 2000-03-31 Dave Love <fx@gnu.org>
1653
1654 * help.el (help-manyarg-func-alist): Correct several omissions.
1655
1656 * add-log.el: Don't require cl, fortran.
1657 (add-log-current-defun-function): Doc fix.
1658 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1659 fix.
1660 (change-log-version-rcs): Function deleted.
1661 (change-log-version-number-search): Doc fix. Use
1662 vc-workfile-version. Avoid CL dolist.
1663 (add-change-log-entry): Just call add-log-current-defun to get
1664 defun. Simplify somewhat.
1665 (change-log-get-method-definition-1): Likewise.
1666 (add-log-current-defun): Return nil if calling
1667 add-log-current-defun-function does so. Move Fortran stuff to
1668 fortran.el. Return string without properties.
1669
1670 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1671 and :alpha: char classes.
1672
1673 * mail/supercite.el: Defvar curline when compiling.
1674 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1675 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1676 rather than a-zA-Z0-9 to allow non-ASCII characters.
1677
1678 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1679
1680 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1681
1682 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1683 Re-enable new code.
1684
1685 * lpr.el (print-region-1): Use -d to specify printer name for
1686 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1687
1688 2000-03-31 Dave Love <fx@gnu.org>
1689
1690 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1691 for function definition in symbol's function value slot first
1692 instead of first consulting byte-compile-function-environment.
1693
1694 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1695
1696 * language/european.el ("Polish"): New language environment.
1697 (setup-polish-environment): New function.
1698
1699 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1700
1701 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1702 Disable new code.
1703
1704 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1705 trying to `load' the symbol of an autoload instead of the file
1706 recorded in the autoload. Fix error messages.
1707
1708 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1709
1710 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1711 (ps-print-version): New version number (5.1.3).
1712 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1713 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1714 (ps-generate-postscript-with-faces): Code fix.
1715 (ps-color-values): XEmacs compatibility.
1716 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1717 (ps-default-fg, ps-default-bg): Adjust customization.
1718 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1719 (ps-color-scale): Renaming old ps-color-value fun.
1720 (ps-print-headers): Replace ps-print-header group to avoid conflict
1721 with ps-print-header variable.
1722 (ps-print-miscellany): New group.
1723 (ps-format-color, ps-rgb-color): New funs.
1724 (ps-default-foreground): New var.
1725 (ps-printer-name-option): New const.
1726
1727 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1728
1729 * net/net-utils.el:
1730 (network-connection-host, network-connection-service): New variables
1731 (network-connection-mode): New mode, derived from comint-mode
1732 (network-connection-mode-setup): New function, saves host and
1733 service information in local variables.
1734
1735 * lisp/locate.el:
1736 (locate-word-at-point): Added this function
1737 (locate): Default to using locate-word-at-point as input
1738 Run dired-mode-hook
1739
1740 2000-03-29 Dave Love <fx@gnu.org>
1741
1742 * calendar/appt.el: Doc fixes.
1743 (appt-check): Convert min-to-app to a string before passing to
1744 appt-disp-window-function or concat.
1745 (appt-delete-window): Remove test for frame-root-window.
1746 (appt-select-lowest-window, appt-convert-time): Simplify.
1747
1748 * emacs-lisp/bytecomp.el: Doc fixes.
1749 (byte-compile-file-form-autoload): Update
1750 byte-compile-function-environment.
1751
1752 2000-03-29 Andreas Schwab <schwab@suse.de>
1753
1754 * emacs-lisp/autoload.el: Also print defsubst doc string
1755 specially.
1756
1757 * dired.el (dired-insert-directory): If dired-free-space-program
1758 failed just delete its output.
1759
1760 2000-03-29 Dave Love <fx@gnu.org>
1761
1762 * international/iso-cvt.el: Move provide to end. Doc fixes.
1763 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1764 (iso-iso2sgml, iso-sgml2iso): New functions.
1765 (iso-cvt-define-menu): Fix some entries and use backquote for
1766 clarity.
1767
1768 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1769
1770 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1771
1772 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1773 ISO-DATE. If non-nil, return date in ISO 8601 format.
1774
1775 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1776
1777 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1778 if it ever becomes used.
1779 (log-edit-mode-hook): Default to vc-log-mode-hook.
1780 (log-edit-mode): Fix the docstring.
1781
1782 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1783 the code.
1784
1785 2000-03-26 Dave Love <fx@gnu.org>
1786
1787 * net/browse-url.el (browse-url): Re-fix case of
1788 browse-url-browser-function being an alist.
1789 (browse-url): Add :link to defgroup.
1790
1791 * files.el: Doc fixes.
1792 (file-truename): Include `[' in wildcard characters.
1793 (automount-dir-prefix): Customize.
1794 (find-file-wildcards): Add :version.
1795 (find-file-noselect): Simplify a mapcar call.
1796
1797 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1798 compatible with inf-lisp version.
1799 (eval-defun-1): Fix custom-declare-variable case.
1800
1801 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1802
1803 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1804
1805 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1806
1807 * Makefile (COMPILE_FIRST): New macro.
1808 (compile-files): Compile files from COMPILE_FIRST first.
1809
1810 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1811 code.
1812
1813 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1814 matching open parenthesis in column 0 to defun-prompt-regexp
1815 only if open-paren-in-column-0-is-defun-start is set.
1816
1817 * sun-curs.el: Require CL at compile-time only.
1818
1819 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1820 instead of copy-list which is a function from CL.
1821 (msb--choose-menu, msb--mode-menu-cond)
1822 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1823 (msb--init-file-alist): Use mapcar instead of mapcan.
1824 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1825 `(' in column 0 in doc string.
1826 (msb--add-separators): Use mapcar instead of mapcan.
1827
1828 * cus-dep.el: Require CL at compile-time only.
1829
1830 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1831
1832 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1833 (byte-compile-warnings): New warning `noruntime'.
1834 (byte-compile-constants, byte-compile-variables): Fix docstring.
1835 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1836 execute `eval-whenc-compile's body.
1837 (byte-compile-unresolved-functions): Fix docstring.
1838 (byte-compile-eval): New function.
1839 (byte-compile-callargs-warn): Check if the function will be available
1840 at runtime (via property `byte-compile-noruntime').
1841 (byte-compile-print-syms): New function.
1842 (byte-compile-warn-about-unresolved-functions): Also warn about
1843 `noruntime' functions (and use `byte-compile-print-syms').
1844 (byte-compile-file): Capitalize the message.
1845
1846 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1847
1848 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1849 (rmail-expunge): Ask for confirmation depending on the setting
1850 of rmail-confirm-expunge.
1851
1852 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1853
1854 * Makefile (bootstrap-clean): If $(emacs) exists, build
1855 loaddefs.el first. A loaddefs.el that's not up-to-date might
1856 cause a bootstrap failure because things don't autoload as
1857 expected.
1858
1859 2000-03-23 Dave Love <fx@gnu.org>
1860
1861 * net/browse-url.el: Restore previous use of
1862 browse-url-maybe-new-window.
1863
1864 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1865
1866 * ps-print.el: Skip banner page fix.
1867 (ps-print-version): New version number (5.1.2).
1868 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1869
1870 2000-03-23 Dave Pearson <davep@davep.org>
1871
1872 * net/quickurl.el Changed the type of parameter passed to the
1873 function defined by `quickurl-format-function'. Before only the
1874 text of the URL was passed. Now the whole URL structure is passed
1875 and the function is responsible for extracting the parts it
1876 requires. Changed the default of `quickurl-format-function'
1877 accordingly.
1878 (quickurl-insert): Changed the `funcall' of
1879 `quickurl-format-function' to match the above change.
1880 (quickurl-list-insert): Changed the `url' case so that it makes
1881 use of `quickurl-format-function', previous to this the format was
1882 hard wired.
1883
1884 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1885
1886 * startup.el: Change some spellings for the X Window System.
1887
1888 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1889
1890 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1891 up the code and the regexp and make sure the cursor is temporarily
1892 moved to the suspicious line while querying the user.
1893
1894 2000-03-22 Jason Rumney <jasonr@gnu.org>
1895
1896 * w32-fns.el (w32-charset-info-alist): Initialize.
1897
1898 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1899
1900 * ps-print.el: N-up last page fix.
1901 (ps-print-version): New version number (5.1.1).
1902 (ps-end-file, ps-end-job, ps-generate): Code fix.
1903
1904 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1905
1906 * files.el (find-file-run-dired): Update docstring.
1907 (find-directory-functions): New hook.
1908 (find-file-noselect): Run find-directory-functions rather than
1909 calling dired directly.
1910
1911 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1912
1913 * pcvs.el: Add a minimal leading commentary.
1914 (cvs-make-cvs-buffer): Change the header part by removing the startup
1915 message and adding a `Module' entry. Also replace the FOOTER and
1916 HEADER special fileinfos with the new support in ewoc for updating
1917 its own footer and header.
1918 (cvs-update-header): Update to use the header/footer of the ewoc.
1919 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1920 (cvs-is-within-p): New function.
1921 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1922 to only examine some subset of the buffers.
1923
1924 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1925 `format' instead of our own ad-hoc functions.
1926 Remove HEADER and FOOTER cases, now handled in the EWOC.
1927 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1928
1929 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1930 output to avoid scaring the user.
1931 (cvs-parse-table): Catch message for non-up-to-date commits.
1932
1933 * pcvs-defs.el (cvs-startup-message): Remove.
1934 (cvs-global-menu): New autoloaded menu.
1935
1936 * pcvs-util.el (cvs-string-fill): Remove.
1937
1938 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1939 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1940 PP part of it and also make it work for footers and headers.
1941 (ewoc-create): Drop POS and BUFFER arguments.
1942 Use the DLL's dummy node to store the end-of-footer position.
1943 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1944 (ewoc-refresh): Remove unused `header' variable.
1945 (ewoc-(get|set)-hf): New functions.
1946
1947 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1948 log-view-*-(message|file) and use easy-mmode-define-navigation.
1949 (log-view-message-re): Match SCCS format as well.
1950 And match the revision line rather than the dashed separator line.
1951 (log-view-mode): Use the new define-derived-mode.
1952 (log-view-current-tag): Fill in with an actual implementation.
1953
1954 * cvs-status.el (cvs-status-(prev|next)): Rename from
1955 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1956 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1957 to let the output "breathe" a little more (more readable).
1958 (cvs-status-mode): Use the new define-derived-mode.
1959
1960 * smerge-mode.el (smerge-auto-leave): New function and variable.
1961 (smerge-basic-map): Rename from smerge-basic-keymap.
1962 Change the bindings for smerge-diff-*.
1963 (smerge-*-map): Use easy-mmode-defmap.
1964 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1965 (smerge-keep-*): Use smerge-auto-leave.
1966
1967 2000-03-21 Jason Rumney <jasonr@gnu.org>
1968
1969 * cus-edit.el (custom-button-face): Use 3D look for w32.
1970 (custom-button-pressed-face): Likewise.
1971
1972 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1973
1974 * progmodes/etags.el (tags-case-fold-search): New user-option.
1975 (tags-loop-eval): New function. Bind case-fold-search around eval
1976 depending on the value of tags-case-fold-search.
1977 (tags-loop-continue): Use tags-loop-eval.
1978 (find-tag-in-order): Bind case-fold-search depending on the value
1979 of tags-case-fold-search.
1980
1981 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1982
1983 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1984 (diff-end-of-hunk): Return the end position for use in
1985 `easy-mmode-define-navigation'.
1986 (diff-recenter): Remove.
1987 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1988 of `easy-mmode-define-navigation'.
1989 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1990 previous renaming) and fix to use new names.
1991 (diff-merge-strings): Use \n as separator: simpler, faster.
1992 (diff-mode): Use `define-derived-mode'.
1993
1994 * derived.el (define-derived-mode): Don't autoload anymore.
1995 Prefer the macro-only version provided by easy-mmode.el.
1996
1997 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1998 `easy-mmode-define-derived-mode'.
1999 Use `combine-run-hooks'.
2000 (easy-mmode-define-navigation): New macro.
2001
2002 * subr.el (combine-run-hooks): New function.
2003
2004 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
2005
2006 * term/x-win.el: Fontsets related initialization is simplified.
2007
2008 * international/mule-diag.el (describe-font): Don't refer to
2009 global-fontset-alist, instead call font-list.
2010 (describe-fontset, list-fontsets, mule-diag): Likewise.
2011 (print-fontset): Adjusted for the change of fontset
2012 implementation.
2013
2014 * international/fontset.el (x-charset-registries): Variable
2015 removed, instead the corresponding data is stored in the default
2016 fontset.
2017 (register-alternate-fontnames): Function removed.
2018 (resolved-ascii-font): Variable removed.
2019 (x-compose-font-name): Ignore the second argument REDOCE.
2020 (x-complement-fontset-spec): Complement only an ASCII font and
2021 element for those charsets than can use that ASCII font.
2022 (generate-fontset-menu): Don't refer to global-fontset-alist,
2023 instead call fontset-list.
2024 (uninstantiated-fontset-alist): Variable removed.
2025 (x-style-funcs-alist): Likewise.
2026 (fontset-default-styles): Likewise.
2027 (x-modify-font-name): Function removed.
2028 (create-fontset-from-fontset-spec): Ignore the argument
2029 STYLE-VARIANT.
2030 (create-fontset-from-ascii-font): Docsting adjusted for the above
2031 change.
2032 (instantiate-fontset, resolve-fontset-name): Functions removed.
2033 (fontset-list): Now implemented by C code.
2034
2035 * faces.el (read-face-font): Fix TABLE arg to completing-read.
2036 (describe-face): Include `font' attribute in the description.
2037
2038 2000-03-21 Kenichi Handa <handa@etl.go.jp>
2039
2040 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
2041
2042 2000-03-20 Gerd Moellmann <gerd@gnu.org>
2043
2044 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
2045 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
2046 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
2047
2048 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
2049 about behavior of set-buffer-modified-p wrt redisplay.
2050
2051 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2052
2053 * view.el (view-mode-disable): Kill local binding of view-read-only.
2054
2055 2000-03-18 Gerd Moellmann <gerd@gnu.org>
2056
2057 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
2058 is a string, convert it to a syntax cell using string-to-syntax.
2059
2060 * simple.el (syntax-code-table, syntax-flag-table): New variables.
2061 (string-to-syntax): New function.
2062
2063 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
2064 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
2065 try to use passive ftp mode.
2066
2067 2000-03-17 Gerd Moellmann <gerd@gnu.org>
2068
2069 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
2070
2071 * simple.el (append-to-buffer): Update point of windows after
2072 insertion.
2073
2074 * abbrev.el (inverse-add-abbrev): Identify word by first moving
2075 forward then moving backward. Reindent.
2076
2077 * frame.el (other-frame): Call x-focus-frame only if
2078 focus-follows-mouse is off.
2079
2080 2000-03-17 Dave Love <fx@gnu.org>
2081
2082 * pcvs-util.el (cvs-strings->string): Rename
2083 replace-regexps-in-string.
2084
2085 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
2086
2087 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2088 regexp for labels cannot span several lines.
2089
2090 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2091 `(setq :<key> ':<key>)' to the macro expansion.
2092
2093 2000-03-16 Dave Love <fx@gnu.org>
2094
2095 * progmodes/f90.el (f90): Put custom group under `languages', not
2096 `fortran'.
2097 (f90-mode-hook): Customize.
2098 (f90-mode): Set add-log-current-defun-function.
2099 (f90-current-defun): New function.
2100
2101 2000-03-16 Gerd Moellmann <gerd@gnu.org>
2102
2103 * cus-edit.el (custom-variable-tag-face): Handle case that
2104 default face's height is not a number.
2105 (custom-face-tag-face, custom-group-tag-face-1)
2106 (custom-group-tag-face): Ditto.
2107 (custom-group-tag-face-1): Add :group.
2108
2109 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
2110
2111 2000-03-15 Gerd Moellmann <gerd@gnu.org>
2112
2113 * pcvs-defs.el (toplevel): Remove autoload cookie for form
2114 requiring easymenu.
2115
2116 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2117
2118 * ps-print.el: PostScript user-defined prologue, PostScript error
2119 handler, doc fix.
2120 (ps-print-version): New version number (5.1).
2121 (ps-user-defined-prologue, ps-error-handler-message)
2122 (ps-print-prologue-0, ps-error-handler-alist): New vars.
2123 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
2124 (ps-insert-string): New function.
2125
2126 2000-03-15 Kenichi Handa <handa@etl.go.jp>
2127
2128 * international/ccl.el (ccl-compile-expression): Don't generate
2129 invalid self-assignment code.
2130
2131 2000-03-14 Dave Love <fx@gnu.org>
2132
2133 * subr.el (replace-regexp-in-string): Renamed from
2134 replace-regexps-in-string. Doc fix.
2135
2136 2000-03-12 Dave Love <fx@gnu.org>
2137
2138 * cus-edit.el: Doc fixes.
2139 (customize-set-variable, customize-save-variable): Rename args for
2140 doc.
2141 (custom-variable-tag-face, custom-face-tag-face)
2142 (custom-group-tag-face-1, custom-group-tag-face): Modify from
2143 style which user identify as hyperlink.
2144 (hook): Don't add undefined functions to the hook.
2145 (debug-ignored-errors): Transfer message from bindings.el.
2146
2147 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2148
2149 * recentf.el (recentf-keep-non-readable-files-p): Remove
2150 double/nested definition.
2151
2152 2000-03-12 Dave Love <fx@gnu.org>
2153
2154 * facemenu.el (facemenu-get-face): Use display-color-p.
2155 * enriched.el (enriched-decode-foreground): Likewise.
2156 (enriched-decode-background): Likewise.
2157 * isearch.el (isearch-highlight): Likewise.
2158 * info-look.el (info-lookup): Likewise.
2159 * simple.el (completion-setup-function): Likewise.
2160
2161 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2162 :options.
2163
2164 * bindings.el (mode-line-format): Fix line-number and
2165 column-number items. Add help-echo for the background.
2166 (mode-line-mule-info): Modify help-echo.
2167
2168 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2169 defcustom.
2170
2171 * files.el (load-file): Allow completion to .elc.
2172
2173 * man.el: Doc fixes.
2174 (Man-init-defvars): Use display-color-p to set fontification.
2175
2176 * play/hanoi.el (hanoi-internal): Don't use oddp.
2177
2178 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2179
2180 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2181
2182 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2183
2184 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2185
2186 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2187 Fix comment.
2188
2189 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
2190
2191 * font-lock.el (font-lock-keywords): Fix the doc now that
2192 regexp-opt-depth is unnecessary.
2193 (save-buffer-state): Set an edebug spec.
2194 (font-lock-fontify-anchored-keywords): Properly handle the case when
2195 the matcher goes past the limit.
2196
2197 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2198 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2199
2200 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
2201 dll.el and cookie.el (from Elib) with heavy renaming and other
2202 massaging.
2203
2204 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2205 Autoload the functions used.
2206 (easy-mmode-define-syntax): Fix CL typo.
2207 (easy-mmode-define-derived-mode): Improve the docstring generation.
2208
2209 2000-03-10 Gerd Moellmann <gerd@gnu.org>
2210
2211 * textmodes/texinfo.el (texinfo-version): Variable and function
2212 removed.
2213
2214 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
2215
2216 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2217 allow more flexibility.
2218 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2219 fns.
2220 (easy-mmode-defmap, easy-mmode-defsyntax)
2221 (easy-mmode-define-derived-mode): New macros.
2222
2223 2000-03-09 Didier Verna <didier@xemacs.org>
2224
2225 * rect.el (replace-rectangle): New function.
2226
2227 2000-03-09 Dave Love <fx@gnu.org>
2228
2229 * progmodes/fortran.el (fortran-comment-line-start): Define as
2230 "C".
2231 (fortran-comment-line-start-skip): Don't match cpp stuff.
2232 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
2233 (fortran-mode-map): Remove over-eager custom-menu-create for now.
2234 (fortran-mode): Don't set fortran-comment-line-start-skip,
2235 fortran-comment-line-start here. Set comment-start,
2236 add-log-current-defun.
2237 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2238 (fortran-current-defun): New function.
2239
2240 2000-03-09 Gerd Moellmann <gerd@gnu.org>
2241
2242 * emacs-lisp/re-builder.el: New file.
2243
2244 * mouse.el (mouse-drag-region): Don't run up-event handler
2245 if hscroll has changed.
2246
2247 * octave-mod.el (octave-font-lock-keywords): To font-lock the
2248 builtin operators, use `font-lock-builtin-face' for Emacs and
2249 `font-lock-preprocessor-face' otherwise.
2250
2251 * font-lock.el (lisp-font-lock-keywords-1): Highlight
2252 `(defun (setf foo)' differently.
2253
2254 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
2255
2256 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2257 (regexp-opt): Update comment and adapt the code the new meaning of
2258 the `paren' argument of regex-opt-group for shy-groups.
2259 (regexp-opt-depth): Handle shy groups as well as backslashed
2260 backslashes.
2261 (regexp-opt-group): Turn the leading comment into a docstring.
2262 Allow `paren' to be a string (the string to use to open a group).
2263 Remove open-presuf and close-presuf. Instead of checking for `all
2264 one-char' and then later on check for `several one-char', handle
2265 both cases close together. Also apply a more generic algorithm
2266 for suffixes (the mirror image of the algorithm used for
2267 prefixes). Use shy-groups. Use nreverse rather than reverse.
2268 (regexp-opt-try-suffix): Removed.
2269
2270 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2271 from comint-mode-map, so we can just inherit from it. Also, move
2272 the initialization into the `defvar' since there's no docstring
2273 anyway and it's fairly short.
2274 (inferior-scheme-mode): Define it as derived-mode: the code is
2275 shorter and this way we inherit from comint-mode-map rather than
2276 copying it.
2277
2278 * subr.el (replace-regexps-in-string): Properly handle the case
2279 where we match an empty string.
2280
2281 * comint.el (comint-exec-1): Add the current-dir to the exec-path
2282 when the command has a directory component (such as "./testml").
2283 Also fix a typo in the comment.
2284
2285 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2286
2287 * Makefile (compile-files): Compile files one by one because
2288 that's the only way to ensure a clean compilation environment for
2289 each individual file.
2290
2291 * frame.el (other-frame): Call x-focus-frame.
2292
2293 2000-03-07 Dave Love <fx@gnu.org>
2294
2295 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2296 :require to defcustom.
2297
2298 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2299 lists.
2300
2301 * files.el (auto-mode-alist): Add configure.in.
2302
2303 * progmodes/autoconf.el: New file.
2304
2305 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2306
2307 * mail/mh-e.el: Change maintainer to `none'.
2308
2309 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2310 to remove-hook and add-hook.
2311
2312 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2313
2314 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2315 it as the default.
2316 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2317 (sendmail-send-it): Conditionally add MIME headers specifying the
2318 used character set.
2319
2320 2000-03-07 Dave Love <fx@gnu.org>
2321
2322 * winner.el: Fix keywords, autoload cookies. Split
2323 eval-when-compile form to avoid compilation failure.
2324
2325 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2326
2327 * international/mule.el: Modify comment about coding system
2328 property `coding-category'.
2329 (make-coding-system): New argument EOL-TYPE. Pay attention to
2330 coding-category property of PROPERTIES.
2331
2332 * international/mule-conf.el (coding-category-utf-8,
2333 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2334 categories. Include them in the argument for set-coding-priority.
2335
2336 * international/mule-cmds.el (reset-language-environment): Include
2337 coding-category-utf-8, coding-category-utf-16-be, and
2338 coding-category-utf-16-le in the argument for set-coding-priority.
2339 (reset-language-environment): Initialize coding-category-utf-8,
2340 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2341
2342 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2343
2344 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2345 code abstracted out of `bookmark-jump-noselect'. Now tries info
2346 extensions as well as compression extensions.
2347 (bookmark-jump-noselect): Use above new func.
2348
2349 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2350
2351 * strokes.el: Change maintainer's mail address.
2352
2353 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2354
2355 * international/mule-diag.el (list-character-sets): Make help-echo
2356 string by substitute-command-keys.
2357 (list-character-sets): Likewise.
2358 (sort-listed-character-sets): Call help-setup-xref.
2359
2360 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2361
2362 * time.el (display-time-mail-file): Add `none' to the list of
2363 choices.
2364
2365 2000-03-01 Dave Love <fx@gnu.org>
2366
2367 * help.el (help-xref-go-back): Don't try to set position.
2368
2369 * international/mule-diag.el (list-character-sets): Call
2370 help-setup-xref. Add help-echo to xrefs.
2371 (list-character-sets-1): Add help-echo to xrefs.
2372
2373 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2374
2375 * frame.el (blink-cursor-mode): Switch cursor on when turning
2376 the mode off.
2377
2378 * add-log.el (add-log-current-defun): Add support for
2379 Autoconf mode.
2380
2381 * mail/rmail.el (rmail-quit-hook): New variable.
2382
2383 2000-03-01 Dave Love <fx@gnu.org>
2384
2385 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2386
2387 * help.el (help-xref-button): Add help-echo arg.
2388 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2389
2390 * faces.el (list-faces-display): Supply help-echo with
2391 help-make-xrefs.
2392
2393 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2394 nil.
2395
2396 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2397
2398 * image.el (defimage): Look for image files in load-path.
2399
2400 * frame.el (busy-cursor-delay-seconds): Change type to
2401 `number'.
2402
2403 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2404
2405 * recentf.el (recentf): Added version tag to the defgroup of
2406 recentf.
2407
2408 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2409
2410 * recentf.el (recentf-cleanup): Changed to remove excluded file
2411 too.
2412 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2413 action to select/unselect a file.
2414 (recentf-edit-list): Code cleanup and improvement.
2415 (recentf-open-more-files-action): `recentf-open-more-files' button
2416 widget action to open a file.
2417 (recentf-open-more-files): No more use standard completion but
2418 widgets.
2419 (recentf-more-collection): Deleted.
2420 (recentf-more-history): Deleted.
2421 (recentf-setup-more-completion): Deleted.
2422
2423 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2424
2425 * recentf.el (recentf-mode): No more needs that Emacs is running
2426 under a window-system.
2427
2428 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2429
2430 * recentf.el (recentf-edit-list): New command to edit the recent
2431 list which allow the user to remove files.
2432 (recentf-edit-selected-items): New global variable, used by
2433 `recentf-edit-list' to hold the list of files to be removed from
2434 the recent list.
2435 (recentf-make-menu-items): Updated to display a "Edit list..."
2436 menu item. Minor code cleanup.
2437
2438 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2439
2440 * recentf.el (recentf-open-more-files): New command to open files
2441 that are not displayed in the menu.
2442 (recentf-more-collection): New global variable holding the set of
2443 permissible completions used by `recentf-open-more-files'.
2444 (recentf-more-history): New global variable holding the history list
2445 used by `recentf-open-more-files' completion.
2446 (recentf-setup-more-completion): New function to setup completion for
2447 `recentf-open-more-files'.
2448 (recentf-make-menu-items): Updated to display a "More..." menu item.
2449
2450 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2451
2452 * recentf.el (recentf-menu-action): Doc fixed.
2453
2454 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2455
2456 * recentf.el (recentf-menu-filter): Doc updated.
2457 (recentf-update-menu-hook): Allow menu filters to force menu update.
2458 (recentf-make-menu-items): New menu filter handling.
2459 (recentf-make-menu-item): New helper function.
2460 (recentf-menu-elements): New menu handling function.
2461 (recentf-sort-ascending): Updated to new menu filter handling.
2462 (recentf-sort-descending): Updated to new menu filter handling.
2463 (recentf-sort-basenames-ascending): New menu filter function.
2464 (recentf-sort-basenames-descending): New menu filter function.
2465 (recentf-show-basenames): New menu filter function.
2466 (recentf-show-basenames-ascending): New menu filter function.
2467 (recentf-show-basenames-descending): New menu filter function.
2468
2469 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2470
2471 * diary-lib.el (list-diary-entries): Don't try to go forward at
2472 the end of the buffer.
2473
2474 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2475
2476 * international/mule-diag.el (list-character-sets): Completely
2477 rewritten.
2478 (sort-listed-character-sets): New function.
2479 (list-character-sets-1): Completely rewritten.
2480 (list-character-sets-2): New function.
2481 (non-iso-charset-alist): New variable.
2482 (decode-codepage-char): New function.
2483 (charset-history): New variable.
2484 (read-charset) (list-block-of-chars)
2485 (list-iso-charset-chars)
2486 (list-non-iso-charset-chars)
2487 (list-charset-chars): New functions.
2488 (mule-diag): Call list-character-sets-2, not
2489 list-character-sets-2.
2490 (dump-charsets): Likewise.
2491
2492 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2493
2494 * dired-x.el (dired-filename-at-point): Add `@' to valid
2495 file name characters.
2496 (dired-filename-at-point): Handle ange-ftp file names.
2497
2498 * frame.el (frame-notice-user-settings): Use assq-delete-all
2499 instead of assoc-delete-all.
2500 (frame-notice-user-settings): Ditto.
2501
2502 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2503 Don't copy alist.
2504
2505 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2506
2507 * calculator.el (calculator-use-menu): New option.
2508 (calculator-initial-bindings): Changed some bindings to work as
2509 macros.
2510 (calculator-forced-input): Removed.
2511 (calculator-restart-other-mode): New variable.
2512 (calculator-mode-map): Set up menu.
2513
2514 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2515
2516 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2517 tags.
2518
2519 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2520
2521 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2522 translate all ESC key sequences.
2523 (viper-goto-mark-subr): restore markers for files for which
2524 they were saved.
2525 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2526 * viper-util.el (viper-set-replace-overlay-glyphs,
2527 viper-set-replace-overlay): always check if the replacement
2528 overlay is live.
2529 * viper.el (viper-vi-state-mode-list): added major modes.
2530 * ediff-wind.el: minor comment changes.
2531 * ediff.el: copyright notice date fix.
2532
2533 2000-02-27 Jason Rumney <jasonr@gnu.org>
2534
2535 * faces.el (face-font-family-alternatives): Add arial to helv.
2536 (mode-line, header-line, tool-bar): Same default as x for w32.
2537 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2538 face-font-family-alternatives from working.
2539 * term/w32-win.el (mouse-set-font): Do not build fontset from
2540 chosen font.
2541
2542 2000-02-25 Sam Steingold <sds@goems.com>
2543
2544 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2545 properly.
2546
2547 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2548
2549 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2550
2551 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2552
2553 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2554 writable.
2555
2556 * frame.el (busy-cursor-delay-seconds): New option.
2557
2558 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2559
2560 * frame.el (show-cursor-in-non-selected-windows): New option.
2561
2562 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2563
2564 * diary-lib.el (include-other-diary-files): Undo the selective
2565 display in any included file and don't kill it.
2566
2567 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2568
2569 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2570 bar. Menu items converted to (menu-item format, help strings
2571 added.
2572 [downcase, upcase]: Don't enable on MS-DOS.
2573 [symlink, symlinks]: Don't show if make-symbolic-link is not
2574 bound.
2575 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2576
2577 2000-02-23 Dave Love <fx@gnu.org>
2578
2579 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2580 (backward-kill-word): Revert addition of * to interactive spec --
2581 it's a feature.
2582
2583 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2584 (backward-kill-sentence, kill-sentence): Likewise.
2585
2586 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2587 scratch buffer name.
2588 (gud-format-command): Use int-to-string in ?l case. Simplify
2589 slightly.
2590
2591 * term/w32-win.el (internal-face-interactive): Update prompt for
2592 new read-face-name.
2593
2594 * mail/footnote.el (footnote): Add :version to defgroup.
2595 (footnote-section-tag-regexp): Customize.
2596 (footnote-start-tag, footnote-end-tag): New option.
2597 (footnote-latin-regexp): New variable.
2598 (Footnote-latin): New function.
2599 (footnote-style-alist): Add element for latin style.
2600 (footnote-style): Moved.
2601 (Footnote-goto-footnote): Use eq to test arg.
2602
2603 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2604
2605 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2606 (byte-compile-trueconstp): Include keywords.
2607 (byte-optimize-quote, byte-optimize-lapcode): Use
2608 byte-compile-const-symbol-p.
2609 (byte-optimize-char-before): New optimization.
2610
2611 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2612 (byte-compile-const-symbol-p): New function.
2613 (byte-compile-constp, byte-compile-out-toplevel)
2614 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2615 Use it.
2616
2617 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2618
2619 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2620
2621 * international/encoded-kb.el: Be sure to update minor-mode-alist
2622 and minor-mode-map-alist.
2623 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2624 codes SS2 and SS3 correctly.
2625 (encoded-kbd-self-insert-ccl): New function.
2626 (encoded-kbd-setup-keymap): New function.
2627 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2628 by calling encoded-kbd-setup-keymap.
2629
2630 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2631 characters.
2632 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2633 locally.
2634
2635 2000-02-22 Dave Love <fx@gnu.org>
2636
2637 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2638 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2639 defvar.
2640 (lisp-mode-syntax-table): Set up for #|...|# comments.
2641 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2642 classes. Match `defface'.
2643 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2644 (eval-defun-1): Fix for defcustom.
2645 (lisp-indent-region): Doc fix.
2646
2647 * subr.el (when, unless, split-string): Doc fix.
2648 (read-passwd): Move call of clear-this-command-keys to the right
2649 place.
2650 (replace-regexps-in-string): New function.
2651
2652 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2653
2654 * help.el (describe-variable): Set syntax table to
2655 emacs-lisp-mode-syntax-table when moving forward over the
2656 symbol's name.
2657
2658 2000-02-22 Dave Love <fx@gnu.org>
2659
2660 * xt-mouse.el: Doc fixes.
2661 (xterm-mouse-position-function): New function, replacing advice of
2662 mouse-position.
2663 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2664
2665 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2666
2667 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2668
2669 * format.el (format-annotate-single-property-change): Handle
2670 properties.with dotted-list values.
2671 (format-proper-list-p): New function.
2672
2673 * enriched.el (enriched-face-ans): Handle '(foreground-color
2674 . COLOR) and (background-color . COLOR).
2675
2676 2000-02-20 Dave Love <fx@gnu.org>
2677
2678 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2679 and assignments to it.
2680 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2681 current local map.
2682 (make-flyspell-overlay): Use it.
2683 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2684
2685 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2686 (lm-get-header-re): Defun, not defsubst.
2687 (lm-get-package-name): Defun, not defsubst. Simplify.
2688 (lm-version): Doc fix. Simplify.
2689 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2690 (lm-crack-address, lm-last-modified-date, lm-commentary)
2691 (lm-verify, lm-synopsis): Simplify.
2692 (lm-report-bug): Require emacsbug. Use compose-mail.
2693
2694 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2695
2696 * dired.el (dired-mode): Call propertized-buffer-identification
2697 to set mode-line-buffer-identification to something having
2698 the right text properties.
2699
2700 * bindings.el (propertized-buffer-identification): New function.
2701
2702 2000-02-20 Dave Love <fx@gnu.org>
2703
2704 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2705 check for t-mouse too.
2706
2707 * cus-start.el: Make echo-keystrokes `number'.
2708
2709 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2710
2711 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2712 Don't call ring-empty-p unless tags-location-ring is bound.
2713 From Noah Friedman <friedman@splode.com>.
2714
2715 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2716
2717 * progmodes/hideshow.el (hs-flag-region): No longer use
2718 `intangible' overlay property.
2719
2720 (hs-toggle-hiding): New command.
2721 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2722
2723 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2724 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2725 and deactivation.
2726
2727 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2728
2729 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2730
2731 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2732
2733 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2734
2735 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2736 of `*' to handle `(* ... *)' comments.
2737
2738 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2739
2740 * faces.el (list-faces-display): Use display-mouse-p instead of
2741 window-system.
2742
2743 * menu-bar.el (global-map): Menu-bar items converted to the new
2744 format (menu-item..., rearranged for better CUA compliance, and
2745 their names changed for better clarity. Help strings added.
2746
2747 * international/mule-cmds.el (mule-menu-keymap)
2748 (describe-language-environment-map, set-coding-system-map)
2749 (setup-language-environment-map): Convert to new (menu-item...
2750 form, add help strings. Change names of menu items for better
2751 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2752 submenu).
2753
2754 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2755
2756 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2757 within the code.
2758
2759 2000-02-16 Dave Love <fx@gnu.org>
2760
2761 * faces.el: Don't require custom. Add more specific :groups to
2762 various deffaces.
2763 (set-face-attribute): Purecopy args.
2764 (read-face-name): Default to name at point and use it in prompt.
2765 Remove colon from arg in all callers.
2766 (list-faces-display): Hyperlink to face descriptions and customize
2767 buffers.
2768
2769 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2770
2771 * wid-edit.el (widget-match-inline): An atom never matches a
2772 list.
2773
2774 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2775
2776 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2777 at ':' characters by call to split-string.
2778
2779 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2780
2781 * textmodes/bibtex.el: Added RCS version identification.
2782
2783 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2784
2785 * textmodes/bibtex.el: Some temporary comments removed.
2786 (bibtex-field-name, bibtex-entry-type): Made the relationship
2787 explicit.
2788 (bibtex-field-const): Allow capital letters.
2789 (bibtex-start-of-string): Deleted because unused.
2790
2791 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2792 use the term 'reference' to describe a bibtex entry as a whole.
2793 Further, reference keys are no longer called 'labels'.
2794 (bibtex-keys): Renamed to bibtex-reference-keys.
2795 (bibtex-reformat-previous-labels): Renamed to
2796 bibtex-reformat-previous-reference-keys.
2797 (bibtex-reference-type): Renamed to bibtex-entry-type.
2798 (bibtex-reference-head): Renamed to bibtex-entry-head.
2799 (bibtex-reference-maybe-empty-head): Renamed to
2800 bibtex-entry-maybe-empty-head.
2801 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2802 (bibtex-search-reference): Renamed to bibtex-search-entry.
2803 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2804 bibtex-enclosing-entry-maybe-empty-head.
2805 (bibtex-entry-field-alist, bibtex-entry-head,
2806 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2807 bibtex-map-entries, bibtex-search-entry,
2808 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2809 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2810 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2811 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2812 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2813 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2814 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2815
2816 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2817
2818 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2819 comment.
2820 (bibtex-format-field-delimiters): New function, functionality
2821 extracted from bibtex-format-entry.
2822 (bibtex-autokey-get-yearfield-digits): New function, functionality
2823 extracted from bibtex-autokey-get-yearfield.
2824
2825 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2826 entries in order to avoid stack overflow in the regexp matcher if
2827 field contents become large.
2828 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2829 bibtex-field-string-part-not-braced,
2830 bibtex-field-string-part-no-inner-braces,
2831 bibtex-field-string-part-1-inner-brace,
2832 bibtex-field-string-part-2-inner-braces,
2833 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2834 bibtex-field-string-quoted, bibtex-field-string,
2835 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2836 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2837 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2838 as parsing is now performed by the following functions.
2839 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2840 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2841 bibtex-parse-field-string, bibtex-search-forward-field-string,
2842 bibtex-parse-association, bibtex-field-name-for-parsing,
2843 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2844 bibtex-search-forward-field, bibtex-search-backward-field,
2845 bibtex-start-of-field, bibtex-end-of-field,
2846 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2847 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2848 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2849 bibtex-parse-string, bibtex-search-forward-string,
2850 bibtex-search-backward-string, bibtex-start-of-string,
2851 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2852 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2853 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2854 entries. Instead of reporting the results of the parsing by
2855 match-beginning or match-end, these functions return data structures
2856 that hold the corresponding positions.
2857 (bibtex-enclosing-field): Changed to also report field boundaries by
2858 return values rather than by match-beginning or match-end. The
2859 following functions have been adapted to use the new parsing
2860 functions.
2861 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2862 bibtex-enclosing-field, bibtex-format-entry,
2863 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2864 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2865 bibtex-print-help-message, bibtex-end-of-entry,
2866 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2867 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2868 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2869 method for parsing.
2870 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2871 bibtex-map-entries, bibtex-flash-head,
2872 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2873 bibtex-autokey-change, bibtex-autokey-get-namefield,
2874 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2875 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2876 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2877 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2878 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2879 order to make the new binding of case-fold-search immediately
2880 visible.
2881
2882 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2883
2884 * textmodes/bibtex.el: Copyright notice is up to date.
2885 Added constant 'bibtex-maintainer-salutation.
2886
2887 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2888 than make-temp-name, use match-string-no-properties and eliminate
2889 a quadratic behavior when building bibtex-strings.
2890
2891 * bibtex.el (bibtex-reference-key): Accept string entries whose
2892 reference key contains upper case letters.
2893
2894 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2895
2896 * bibtex.el (bibtex-reference-head): Allow entries to start with
2897 a new line.
2898
2899 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2900
2901 * bibtex.el: Hiding of entry bodies is not longer provided by
2902 bibtex.el directly. Instead the hideshow package can be used.
2903 Added a special bibtex entry to hs-special-modes-alist.
2904 (bibtex-hs-forward-sexp): Added for hideshow.el.
2905
2906 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2907
2908 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2909 at ':' characters by call to split-string.
2910
2911 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2912
2913 * textmodes/bibtex.el: Added RCS version identification.
2914
2915 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2916
2917 * textmodes/bibtex.el: Some temporary comments removed.
2918 (bibtex-field-name, bibtex-entry-type): Made the relationship
2919 explicit.
2920 (bibtex-field-const): Allow capital letters.
2921 (bibtex-start-of-string): Deleted because unused.
2922
2923 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2924 use the term 'reference' to describe a bibtex entry as a whole.
2925 Further, reference keys are no longer called 'labels'.
2926 (bibtex-keys): Renamed to bibtex-reference-keys.
2927 (bibtex-reformat-previous-labels): Renamed to
2928 bibtex-reformat-previous-reference-keys.
2929 (bibtex-reference-type): Renamed to bibtex-entry-type.
2930 (bibtex-reference-head): Renamed to bibtex-entry-head.
2931 (bibtex-reference-maybe-empty-head): Renamed to
2932 bibtex-entry-maybe-empty-head.
2933 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2934 (bibtex-search-reference): Renamed to bibtex-search-entry.
2935 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2936 bibtex-enclosing-entry-maybe-empty-head.
2937 (bibtex-entry-field-alist, bibtex-entry-head,
2938 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2939 bibtex-map-entries, bibtex-search-entry,
2940 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2941 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2942 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2943 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2944 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2945 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2946 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2947
2948 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2949
2950 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2951 comment.
2952 (bibtex-format-field-delimiters): New function, functionality
2953 extracted from bibtex-format-entry.
2954 (bibtex-autokey-get-yearfield-digits): New function, functionality
2955 extracted from bibtex-autokey-get-yearfield.
2956
2957 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2958 entries in order to avoid stack overflow in the regexp matcher if
2959 field contents become large.
2960 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2961 bibtex-field-string-part-not-braced,
2962 bibtex-field-string-part-no-inner-braces,
2963 bibtex-field-string-part-1-inner-brace,
2964 bibtex-field-string-part-2-inner-braces,
2965 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2966 bibtex-field-string-quoted, bibtex-field-string,
2967 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2968 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2969 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2970 as parsing is now performed by the following functions.
2971 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2972 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2973 bibtex-parse-field-string, bibtex-search-forward-field-string,
2974 bibtex-parse-association, bibtex-field-name-for-parsing,
2975 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2976 bibtex-search-forward-field, bibtex-search-backward-field,
2977 bibtex-start-of-field, bibtex-end-of-field,
2978 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2979 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2980 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2981 bibtex-parse-string, bibtex-search-forward-string,
2982 bibtex-search-backward-string, bibtex-start-of-string,
2983 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2984 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2985 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2986 entries. Instead of reporting the results of the parsing by
2987 match-beginning or match-end, these functions return data structures
2988 that hold the corresponding positions.
2989 (bibtex-enclosing-field): Changed to also report field boundaries by
2990 return values rather than by match-beginning or match-end. The
2991 following functions have been adapted to use the new parsing
2992 functions.
2993 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2994 bibtex-enclosing-field, bibtex-format-entry,
2995 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2996 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2997 bibtex-print-help-message, bibtex-end-of-entry,
2998 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2999 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3000 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3001 method for parsing.
3002 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3003 bibtex-map-entries, bibtex-flash-head,
3004 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3005 bibtex-autokey-change, bibtex-autokey-get-namefield,
3006 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3007 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3008 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3009 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3010 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3011 order to make the new binding of case-fold-search immediately
3012 visible.
3013
3014 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3015
3016 * textmodes/bibtex.el: Copyright notice is up to date.
3017 Added constant 'bibtex-maintainer-salutation.
3018
3019 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3020 than make-temp-name, use match-string-no-properties and eliminate
3021 a quadratic behavior when building bibtex-strings.
3022
3023 * bibtex.el (bibtex-reference-key): Accept string entries whose
3024 reference key contains upper case letters.
3025
3026 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3027
3028 * bibtex.el (bibtex-reference-head): Allow entries to start with
3029 a new line.
3030
3031 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3032
3033 * bibtex.el: Hiding of entry bodies is not longer provided by
3034 bibtex.el directly. Instead the hideshow package can be used.
3035 Added a special bibtex entry to hs-special-modes-alist.
3036 (bibtex-hs-forward-sexp): Added for hideshow.el.
3037
3038 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3039
3040 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
3041 proceedings entry type (for cross referencing). Thanks to Wagner
3042 Toledo Correa for the suggestion.
3043
3044 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
3045
3046 2000-02-14 Kenichi Handa <handa@etl.go.jp>
3047
3048 * international/characters.el: Setup case table for Vietnamese.
3049
3050 2000-02-12 Gerd Moellmann <gerd@gnu.org>
3051
3052 * uniquify.el (toplevel): Require CL at compile time.
3053 (uniquify-push): Removed.
3054
3055 * shadowfile.el (shadow-when): Removed.
3056
3057 * tempo.el (tempo-dolist, tempo-mapc): Removed.
3058 (tempo-process-and-insert-string): Use dolist instead of
3059 tempo-dolist.
3060
3061 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
3062 regexp for paragraph-start.
3063
3064 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
3065 commas as well.
3066
3067 2000-02-10 Dave Love <fx@gnu.org>
3068
3069 * wid-edit.el: (widgets) [defgroup]: Remove url link.
3070 (widget-color-choice-list, widget-color-history, widget-mouse-help):
3071 Deleted.
3072 (widget-specify-field, widget-specify-button): Don't use
3073 widget-mouse-help as help-echo property.
3074 (default): Use #'ignore for :validate and :mouse-down-action.
3075 (checkbox): Add help-echo.
3076 (widget-sexp-validate): Rewritten to clarify error messages.
3077 (character): Use char-valid-p in :match function.
3078 (widget-color-complete): Use facemenu-color-alist.
3079 (widget-color-action): Use facemenu-read-color.
3080
3081 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
3082 set up `caar' &c that we now have.
3083
3084 2000-02-09 Ray Blaak <blaak@gnu.org>
3085
3086 * delphi.el: Make resourcestring a declaration region, like const
3087 and var.
3088
3089 2000-02-09 Dave Love <fx@gnu.org>
3090
3091 * bindings.el (mode-line-input-method-map): New variable.
3092 (mode-line-mule-info): Use it; fix last change.
3093 (mode-line-mode-menu): Move definition.
3094 (mode-line-mouse-sensitive-p): Deleted.
3095 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
3096 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
3097 level.
3098
3099 * startup.el (command-line-1): Don't call
3100 make-mode-line-mouse-sensitive.
3101
3102 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3103
3104 * mail/rmail.el (rmail-retry-failure): Use
3105 rmail-beginning-of-message before rmail-toggle-header, because the
3106 former toggles headers.
3107
3108 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
3109
3110 * diff-mode.el (diff-kill-junk): New interactive function.
3111 (diff-reverse-direction): Use delete-and-extract-region.
3112 (diff-post-command-hook): Restrict the area so that the hook also works
3113 outside of any diff hunk. This is necessary for the minor-mode.
3114 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
3115 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
3116
3117 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
3118 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
3119 so that it can be used more easily in <foo>-mode-hook. Also make sure
3120 to avoid duplicate entries.
3121 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
3122 (font-lock-remove-keywords): Just as was done for `add', allow it to
3123 work even if font-lock-mode is nil. Also make sure we don't modify
3124 any pre-existing list by forcing a copy-sequence. Finally rename
3125 `major-mode' to `mode'.
3126 (font-lock-fontify-syntactic-anchored-keywords)
3127 (font-lock-fontify-anchored-keywords)
3128 (font-lock-fontify-keywords-region): Use line-end-position.
3129 Don't make `font-lock-multiline' local (it's now done in
3130 font-lock-set-defaults).
3131 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
3132 move the `font-lock-fontified' creation to inside the `unless'.
3133
3134 2000-02-06 Andrew Innes <andrewi@gnu.org>
3135
3136 * term/w32-win.el (x-handle-args): Comment out call to message,
3137 which occurs before window system is initialized.
3138
3139 * makefile.nt: Add support for recompiling lisp code.
3140
3141 2000-02-04 Dave Love <fx@gnu.org>
3142
3143 * bindings.el (mode-line-mule-info): Fix/extend last change.
3144
3145 * completion.el: Replace completion-dolist with dolist.
3146
3147 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3148 dotimes.
3149
3150 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
3151
3152 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3153 environment names before they go into the section regexp.
3154
3155 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3156 char class in regexp.
3157
3158 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3159 `case-fold-search' to nil.
3160
3161 * progmodes/idlwave.el (idlwave-template): Respect
3162 `idlwave-abbrev-change-case'.
3163 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3164 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3165 idlwave-while): respect `idlwave-reserved-word-upcase'.
3166 (idlwave-rw-case): New function.
3167 (idlwave-statement-match): Fixed problem with assignment regexp.
3168 (idlwave-font-lock-keywords): Improved regexp for keyword
3169 parameters.
3170 (idlwave-surround): New argument LENGTH to support padding of
3171 operators longer than 1 char.
3172
3173 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3174 idlwave-shell-expression-overlay. Implemented printing of
3175 expressions on higher levels of the calling stack.
3176 (idlwave-shell-display-level-in-calling-stack): Restore stack
3177 level.
3178 (idlwave-retrieve-expression-from-level): New function.
3179 (idlwave-shell-last-calling-stack): Variable removed.
3180 (idlwave-shell-reset): Argument action reversed (`visible' to
3181 `hidden'). Also remove stop-line overlay.
3182 (idlwave-shell-calling-stack-routine): New variable.
3183 (idlwave-shell-parse-stack-and-display): Messages now display
3184 negative level numbers.
3185 (idlwave-shell-mode): Set `modeline-format'.
3186 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3187 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3188 21.
3189 (idlwave-shell-print-expression-function): New option.
3190
3191 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3192 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3193 `tool-bar' instead of `toolbar'.
3194
3195 2000-02-02 Dave Love <fx@gnu.org>
3196
3197 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3198 emacs-lisp-mode-hook. Don't check for defalias being defined.
3199
3200 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3201 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
3202 the new builtins directly.
3203
3204 * whitespace.el (whitespace): Add :version to defgroup.
3205
3206 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3207 Doc fix.
3208
3209 * thingatpt.el (sexp-at-point, symbol-at-point)
3210 (number-at-point, list-at-point): Add autoload cookie.
3211
3212 * recentf.el (recentf): Add :version to defgroup.
3213
3214 * quickurl.el (quickurl): Add :version to defgroup.
3215
3216 * elide-head.el (elide-head): Use point-marker more.
3217
3218 * bs.el (bs): Add :version to defgroup.
3219
3220 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3221
3222 * progmodes/delphi.el (delphi): Add :version to defgroup.
3223
3224 2000-02-02 Gerd Moellmann <gerd@gnu.org>
3225
3226 * ange-ftp.el (ange-ftp-write-region): Handle case that
3227 succeeding process operation sets a different coding system.
3228
3229 * calculator.el: New file.
3230
3231 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3232
3233 * frame.el (frames-on-display-list, framep-on-display): New
3234 functions.
3235 (display-mouse-p, display-popup-menus-p, display-graphic-p)
3236 (display-selections-p, display-screens, display-pixel-width)
3237 (display-pixel-height, display-mm-width, display-mm-height)
3238 (display-backing-store, display-save-under, display-planes)
3239 (display-color-cells, display-visual-class): New functions.
3240
3241 * term/tty-colors.el (tty-color-gray-shades): New function.
3242
3243 * faces.el (display-color-p): Use framep-on-display.
3244 (display-grayscale-p): New function.
3245
3246 2000-01-31 Dave Love <fx@gnu.org>
3247
3248 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3249 (create-fontset-from-x-resource): Don't concat integers.
3250
3251 2000-01-31 Inge Frick <inge@nada.kth.se>
3252
3253 * view.el: Some changes in documentation. Removed some trailing
3254 whitespace. Changed some parameter names to agree with
3255 documentation.
3256 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3257 window is not deleted. Modifies change 1998-04-26.
3258
3259 2000-01-31 Gerd Moellmann <gerd@gnu.org>
3260
3261 * windmove.el: New file.
3262
3263 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3264 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3265 progmodes/ebnf-yac.el: Update copyright and license info.
3266
3267 * jit-lock.el (jit-lock-function): Widen before calculating end
3268 position.
3269 (jit-lock-stealth-chunk-start): Rewritten.
3270
3271 * info.el (Info-title-face-alist): Removed.
3272 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3273 faces.
3274 (Info-fontify-node): Use these faces.
3275
3276 2000-01-30 Gerd Moellmann <gerd@gnu.org>
3277
3278 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3279 (cl-macro-list1): Recognize `&allow-other-keys' instead of
3280 `&allow-other-keywords'.
3281
3282 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3283 the list of directories scanned heuristically.
3284
3285 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3286 exist.
3287
3288 2000-01-30 Jason Rumney <jasonr@gnu.org>
3289
3290 * w32-fns.el: Define w32-tty-standard-colors.
3291
3292 * startup.el (command-line): Use w32-tty-standard-colors when in
3293 w32 console mode.
3294
3295 2000-01-30 Dave Love <fx@gnu.org>
3296
3297 * jka-compr.el (jka-compr-load): Fix up load-history.
3298
3299 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3300
3301 * emacs-lisp/cl-macs.el: Revert previous change.
3302
3303 2000-01-29 Dave Love <fx@gnu.org>
3304
3305 * facemenu.el: Purecopy various strings.
3306
3307 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3308 years. Deal with three-digit years.
3309
3310 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3311 defconst, purecopy.
3312 (help-back-label): Purecopy it.
3313
3314 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3315
3316 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3317 variable. If non-nil, order the buffer list according to the
3318 currently selected frame.
3319 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3320 non-nil, pass the selected frame to function buffer-list.
3321
3322 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3323
3324 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3325
3326 2000-01-28 Dave Love <fx@gnu.org>
3327
3328 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3329
3330 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3331 Don't use lisp-indent-hook property.
3332 (cl-abs): Remove.
3333
3334 * subr.el: Move out indent and edebug specs for when and unless.
3335
3336 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3337 when, unless.
3338
3339 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3340 unless, when.
3341
3342 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3343
3344 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3345 `collecting' as synonym for `collect'.
3346
3347 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3348 for the case it contains spaces.
3349
3350 * simple.el (what-cursor-position): Change formatting of
3351 messages.
3352
3353 * frame.el (delete-other-frames): New function.
3354 (toplevel): Bind it to C-x 5 1.
3355
3356 * sort.el (sort-numeric-base): New option.
3357 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3358 interpret it as octal or hexadecimal. Use sort-numeric-base
3359 as default base.
3360
3361 * progmodes/glasses.el: New file.
3362
3363 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3364
3365 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3366 userids differently.
3367
3368 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3369 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3370 progmodes/ebnf-yac.el: New files.
3371
3372 2000-01-26 Dave Love <fx@gnu.org>
3373
3374 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3375 on a function with an empty body. [From Eric Ludlam.]
3376
3377 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3378
3379 * vc.el (vc-version-diff): Make sure file name is expanded.
3380
3381 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3382
3383 * scroll-bar.el (scroll-bar-timer): Variable removed.
3384 (scroll-bar-toolkit-scroll): Don't use a timer.
3385
3386 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3387
3388 * language/thai-util.el (thai-composition-function): Delete
3389 superfluous `a'.
3390
3391 2000-01-24 Dave Love <fx@gnu.org>
3392
3393 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3394 end-of-defun-function.
3395
3396 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3397 &c.
3398
3399 2000-01-22 Jason Rumney <jasonr@gnu.org>
3400
3401 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3402 conflicts with new face support.
3403
3404 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3405
3406 * replace.el (query-replace): Rename last arg to DELIMITED.
3407 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3408 (query-replace-regexp): Likewise.
3409
3410 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3411
3412 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3413
3414 * emacs-lisp/lisp.el (beginning-of-defun-function):
3415 Variable renamed from beginning-of-defun.
3416 Do not call make-variable-buffer-local.
3417 (beginning-of-defun-raw): Use new variable name; doc fix.
3418 (beginning-of-defun): Doc fix.
3419 (end-of-defun-function): Variable renamed from end-of-defun.
3420 Do not call make-variable-buffer-local.
3421 (end-of-defun): Use new variable name; doc fix.
3422
3423 * subr.el (dolist, dotimes): Copied from cl-macs.el
3424 and made to work.
3425
3426 * mail/undigest.el (rmail-digest-end-regexps):
3427 Variable replaces rmail-digest-end-regexp.
3428 Allows multiple regexps for detecting the end line.
3429 (undigestify-rmail-message): Corresponding changes.
3430
3431 2000-01-19 Dave Love <fx@gnu.org>
3432
3433 * files.el (user-init-file): Don't declare here -- is primitive.
3434
3435 * startup.el (command-line): Check for compiled user-init-file and
3436 set to uncompiled version if necessary.
3437
3438 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3439
3440 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3441 (undigestify-rmail-message): Use it.
3442
3443 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3444
3445 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3446
3447 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3448 of mini-buffer.
3449
3450 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3451
3452 * emacs-lisp/copyright.el (copyright-update): Removed the
3453 requirement for a trailing space from `copyright-regexp', to
3454 support copyrights with owner specified on a separate line..
3455
3456 * align.el: New file.
3457
3458 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3459
3460 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3461
3462 2000-01-13 Dave Love <fx@gnu.org>
3463
3464 * ph.el: Removed. (Obsoleted by EUDC.)
3465
3466 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3467
3468 * net/eudc.el (toplevel): Remove autoloaded code installing
3469 menu with easymenu, because that causes build problems.
3470
3471 * frame.el (frame-notice-user-settings): New variable.
3472 (frame-notice-user-settings): Don't modify frame parameters
3473 if called a second time.
3474
3475 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3476
3477 * frame.el (frame-notice-user-settings):
3478 Notice default-frame-parameters even for non-window frames.
3479
3480 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3481
3482 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3483 for Emacs.
3484 (eudc-bob-can-display-inline-images): Extend for Emacs.
3485 (eudc-bob-toggle-inline-display): Ditto.
3486 (eudc-bob-display-jpeg): Ditto.
3487
3488 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3489
3490 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3491 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3492 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3493
3494 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3495 nil)'.
3496
3497 * subdirs.el: Add `net' directory.
3498
3499 * net: New directory.
3500
3501 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3502 eval-last-sexp. Don't bind debug-on-error here.
3503 (eval-last-sexp): New function. Bind debug-on-error if
3504 eval-expression-debug-on-error is non-nil.
3505 (eval-defun-2, eval-defun): Likewise.
3506
3507 * simple.el (eval-expression): Don't bind debug-on-error if
3508 eval-expression-debug-on-error is nil. Detect changed
3509 debug-on-error, and propagate new value to global binding, if
3510 eval-expression-debug-on-error is non-nil,
3511 (eval-expression-debug-on-error): Change doc string.
3512
3513 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3514
3515 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3516
3517 * emacs-lisp/lisp-mode.el (with-syntax-table):
3518 Set up lisp-indent-function property.
3519
3520 * subr.el (with-syntax-table): Moved from simple.el.
3521
3522 * simple.el (with-syntax-table): Moved to subr.el.
3523
3524 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3525
3526 * tmm.el (tmm-shortcut): Delete region after prompt instead
3527 of erasing buffer.
3528
3529 * textmodes/fill.el (fill-common-string-prefix): New function.
3530 (fill-context-prefix): Use the longest common prefix of first
3531 and second line fill prefix, if there is one.
3532
3533 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3534
3535 * array.el (array-mode): Don't use make-variable-buffer-local.
3536 Use make-local-variable for `truncate-lines'.
3537
3538 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3539
3540 * add-log.el (add-log-current-defun): Handle user-defined
3541 add-log-current-function returning nil,
3542
3543 * add-log.el (add-change-log-entry): Insert version number
3544 if having found a current function
3545
3546 * add-log.el (add-log-current-defun): Call
3547 `add-log-current-defun-function'. Try matches at level 0 and
3548 level 1. Strip whitespace from defun found.
3549
3550 2000-01-10 John Wiegley <johnw@gnu.org>
3551
3552 * allout.el (isearch-done/outline-provisions): Added `edit'
3553 argument to correspond with the current definition of
3554 `isearch-done'.
3555
3556 2000-01-10 Dave Love <fx@gnu.org>
3557
3558 * elide-head.el (elide-head): Use point-marker, not point.
3559
3560 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3561
3562 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3563 before and after the year 2000.
3564
3565 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3566 Add ispell- prefix.
3567
3568 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3569
3570 * ispell.el: Only define dictionaries in menus when they exist.
3571 (version18p): New variable.
3572 (version20p): New variable.
3573 (xemacsp): New variable.
3574 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3575 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3576 (ispell-dictionary-alist6): Russian command lines no longer accept
3577 run-together words.
3578 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3579 (ispell-dictionary-alist): Add koi8-r to customize definition.
3580 (check-ispell-version): Added documentation string. Returns
3581 library path when called non-interactively.
3582 (ispell-menu-map-needed): Uses new variables.
3583 (ispell-library-path): New variable.
3584 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3585 (ispell-word): Improved documentation string. Test for valid
3586 character mappings. Correctly check typed in word changes that can
3587 result in single words split into multiple words. Returns
3588 replacement word.
3589 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3590 replace in recursive query replace mode. Help message for
3591 recursive edit mode.
3592 (ispell-show-choices): Protect against bad framepop bindings.
3593 (ispell-help): Fix to work with XEmacs.
3594 (ispell-highlight-spelling-error): Use new variables.
3595 (ispell-overlay-window): Fix to work with XEmacs.
3596 (ispell-parse-output): Passed and returns location information
3597 tracking spelling corrections. Doesn't recheck same word on
3598 current line.
3599 (ispell-init-process): Protect against bogus XEmacs variable binding.
3600 Fix call to single argument in sleep-for. Use new variables.
3601 (ispell-region): Passed and returns location information tracking
3602 spelling corrections. Doesn't check same word on current line.
3603 Improved documentation string. Doesn't resend a line already
3604 checked to the ispell process - fixes bug in LaTeX parsing.
3605 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3606 (ispell-skip-region): No longer skips <TT> in SGML.
3607 (ispell-process-line): Tracks location information with spelling
3608 corrections. Added documentation string. Accounts for words
3609 already accepted on this line. Don't allow query-replace on line
3610 starting with math characters. Doesn't resend a line already sent
3611 to ispell process. Fixes alignment error bug.
3612
3613 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3614
3615 * dired-x.el (dired-guess-shell-alist-default):
3616 Suggest xloadimage, which is free, not xv, which isn't.
3617
3618 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3619 Don't ever include the host name or user name in the value.
3620
3621 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3622
3623 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3624 of a real newline.
3625
3626 2000-01-09 Stephen Eglen <stephen@gnu.org>
3627
3628 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3629 for .png files.
3630
3631 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3632
3633 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3634
3635 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3636
3637 * progmodes/cperl-mode.el: Replace ^F with ^L.
3638
3639 * sendmail.el (toplevel): Provide `sendmail' when compiling
3640 before `require'ing rmail and mailalias to prevent infinite
3641 recursion.
3642
3643 2000-01-08 Dave Love <fx@gnu.org>
3644
3645 * emacs-lisp/backquote.el: Remove inappropriate customization
3646 (allowing custom.el to use backquote).
3647
3648 2000-01-07 Dave Love <fx@gnu.org>
3649
3650 * add-log.el (add-log-debugging): Deleted.
3651 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3652 file. Remove debugging code.
3653 (change-log-get-method-definition, change-log-name): Add doc.
3654 (change-log-sortable-date-at): New function.
3655 (change-log-merge): New command.
3656
3657 * time.el (display-time-string-forms): Make the Mail string active.
3658 (display-time-update): Provide help-echo for load average.
3659
3660 * bindings.el (make-mode-line-mouse2-map): New function.
3661 (mode-line-modified): Use it and simplify.
3662 (mode-line-mule-info): Provide help-echo info.
3663 (minor-mode-alist): Activate the strings.
3664 (make-mode-line-mouse-sensitive): Simplify for
3665 mode-line-buffer-identification.
3666
3667 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3668
3669 * play/pong.el: New file.
3670
3671 2000-01-06 Dave Love <fx@gnu.org>
3672
3673 * array.el: Assorted cleanups for compiler warnings, doc strings,
3674 `array-' prefix for symbols.
3675
3676 2000-01-05 Dave Love <fx@gnu.org>
3677
3678 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3679 outline-headers-as-kill.
3680 (outline-mode): Define imenu-generic-expression.
3681 (outline-headers-as-kill): New command.
3682
3683 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3684 from paragraph-start.
3685 (paragraph-indent-minor-mode): New command.
3686
3687 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3688 M-C-e, M-C-h, C-j, C-xnd, TAB.
3689 (fortran-mode): Set beginning-of-defun, end-of-defun.
3690 (fortran-column-ruler): Simplify.
3691 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3692 (fortran-with-subprogram-narrowing): Likewise.
3693 (fortran-indent-subprogram): Call mark-defun.
3694 (fortran-check-for-matching-do): Change narrowing.
3695
3696 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3697 (cl-lucid-hash-tag): Delete.
3698 (cl-hash-table-p): Correct test for native table.
3699 (cl-hash-table-count): Use hash-table-count.
3700
3701 * browse-url.el (browse-url): Fix case of
3702 browse-url-browser-function being an alist.
3703
3704 2000-01-05 Carsten Dominik <cd@gnu.org>
3705
3706 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3707 (reftex-index-phrase-file-extension): New options.
3708
3709 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3710 Use new option `reftex-index-phrase-file-extension'.
3711
3712 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3713 `reftex-parse-file-extension'.
3714
3715 2000-01-05 Dave Love <fx@gnu.org>
3716
3717 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3718 (beginning-of-defun-raw): Use it.
3719 (end-of-defun): New variable.
3720 (end-of-defun): Use it.
3721 (check-parens): New command.
3722
3723 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3724
3725 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3726 (hs-show-block): Don't use `mapcar' when not accumulating.
3727
3728 Fix buglet in local variables initialization.
3729
3730 2000-01-05 Andreas Schwab <schwab@suse.de>
3731
3732 * hscroll.el (hscroll): Doc fix.
3733
3734 2000-01-05 Carsten Dominik <cd@gnu.org>
3735
3736 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3737 idlw-toolbar.
3738
3739 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3740 file idlw-rinfo.el.
3741 (idlwave-customize): load must read file idlw-shell.el.
3742 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3743
3744 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3745
3746 * progmodes/idlw-shell.el: Also provide idlwave-shell
3747 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3748 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3749
3750 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3751 both reftex-dcr and reftex-vcr.
3752
3753 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3754
3755 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3756
3757 * ps-print.el: PostScript code now is in separate files, doc fix.
3758 (ps-print-version): New version number (5.0.3).
3759 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3760 local.
3761 (ps-spool-config): Initialization fix.
3762 (ps-print-prologue-1, ps-print-prologue-2)
3763 (ps-print-duplex-feature): PostScript code moved to separated file.
3764 (ps-background-image): Little code reformating.
3765 (ps-begin-file, ps-begin-job): Fix code.
3766 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3767 (ps-prologue-file): New fun.
3768
3769 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3770
3771 * ps-vars.el: Eliminated.
3772
3773 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3774 `;;;###autoload'.
3775
3776 * ps-print.el: ps-vars eliminated, doc fix.
3777 (ps-print-version): New version number (5.0.2).
3778 (ps-spool-config): Initialization fix.
3779 (ps-print-customize): New fun.
3780
3781 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3782
3783 * autorevert.el (auto-revert-mode): Return value of
3784 auto-revert-mode.
3785
3786 2000-01-04 Dave Love <fx@gnu.org>
3787
3788 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3789 menu items.
3790
3791 2000-01-03 Dave Love <fx@gnu.org>
3792
3793 * elide-head.el (elide-head) [defgroup]: Add :version.
3794
3795 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3796 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3797 `cl-hash-table-p', not `hash-table-p'.
3798 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3799
3800 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3801
3802 * faces.el (face-read-integer, read-face-attribute)
3803 (color-defined-p, color-values): unspecified-{f,b}g are now
3804 strings.
3805
3806 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3807
3808 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3809 at comment end, and re-insert them after filling.
3810
3811 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3812
3813 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3814 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3815 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3816
3817 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3818
3819 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3820 the new name of face-color-supported-p.
3821
3822 * term/w32-win.el (xw-defined-colors): Likewise.
3823
3824 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3825
3826 * simple.el (completion-setup-function): Count completion-size
3827 from minibuffer-prompt-end, not from point-min.
3828
3829 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3830
3831 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3832 Pass the frame to tty-color-* functions.
3833 (display-color-p, frame-set-background-mode): Pass the frame to
3834 tty-display-color-p.
3835
3836 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3837 tty-color-alist.
3838 (tty-color-alist, tty-modify-color-alist): New functions.
3839 (tty-color-define, tty-color-clear, tty-color-approximate)
3840 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3841 an optional parameter FRAME.
3842
3843 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3844
3845 * image.el (create-image, defimage): Don't assume image data is a
3846 string.
3847
3848 * image.el (defimage): Handle specifications containing :data
3849 instead of :file.
3850 (image-type-from-data): New function.
3851 (image-type-from-file-header): Use it.
3852 (create-image): Add parameter DATA-P.
3853
3854 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3855
3856 * echistory.el (electric-command-history): Call Command-history-setup
3857 and command-history-mode using their new conventions.
3858
3859 * chistory.el (Command-history-setup): Don't switch buffers. Take
3860 no args, and do not set major-mode, mode-name or the local map.
3861 (command-history-mode): New function, does some of those things
3862 Command-history-setup used to do.
3863 (list-command-history): Call command-history-mode, not
3864 Command-history-setup.
3865 (command-history): Renamed from command-history-mode.
3866
3867 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3868
3869 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3870
3871 1999-12-31 William M. Perry <wmperry@aventail.com>
3872
3873 * image.el (defimage): Images with the `:data' keyword should be
3874 considered valid as well.
3875
3876 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3877
3878 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3879 with FILE if FILE is nil.
3880
3881 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3882
3883 * simple.el (choose-completion-string): In minibuffer,
3884 do not delete the prompt string.
3885
3886 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3887
3888 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3889 assigned to mode-line-mode-menu because bindings.el is dumped with
3890 Emacs, and thus the lists used for menu-item definition will be
3891 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3892 like pure menu item definitions.
3893
3894 * expand.el (expand-abbrev-hook): Return t if expansion was
3895 done, nil otherwise.
3896
3897 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3898
3899 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3900 (tar-quit): Function deleted.
3901
3902 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3903
3904 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3905 was used but not declared.
3906
3907 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3908 hs-find-block-beginning): Add or modify docstrings.
3909
3910 (hs-isearch-show): Rewrite.
3911
3912 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3913
3914 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3915
3916 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3917 space in front of a C-style comment end.
3918
3919 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3920
3921 * startup.el (command-line-1): Make mode line mouse-sensitive for
3922 the MS-DOS version as well.
3923
3924 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3925
3926 * bs.el: New file.
3927
3928 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3929
3930 * textmodes/ispell.el (ispell-process-line):
3931 Add local var line-offset to adjust for the change
3932 in positions within the line, due to previous replacements.
3933
3934 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3935
3936 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3937 Doc fixes.
3938
3939 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3940
3941 * add-log.el (change-log-version-number-regexp-list)
3942 (change-log-version-info-enabled): Change :version to 21.1.
3943 (toplevel): Require CL when compiling.
3944
3945 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3946
3947 * add-log.el (change-log-version-number-regexp-list): Added tag
3948 :version 20.6
3949 (change-log-version-info-enabled): Added tag :version 20.6
3950
3951 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3952
3953 * add-log.el: More general version number search with
3954 user-configurable regexp list.
3955 (change-log-version-number-regexp-list): New user variable.
3956 (change-log-find-version): Rewritten. Use user-configurable
3957 version numbering regexp list
3958 change-log-version-number-regexp-list.
3959 (change-log-find-version): Renamed to
3960 change-log-version-number-search
3961 (add-log-file-name-function): New.
3962 (change-log-search-vc-number): Added END paramaeter. Added doc
3963 string to function.
3964 (change-log-version-rcs): Renamed. Was
3965 change-log-search-vc-number.
3966
3967 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3968
3969 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3970 overlays if they interfere.
3971 (compilation-find-file): Make intangible overlays tangible.
3972
3973 * progmodes/hideshow.el: Generally, synch w/ maintainer
3974 version 5.9.
3975
3976 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3977
3978 (hs-minor-mode-hook): Don't initialize.
3979
3980 (hs-special-modes-alist): Rewrite value and docstring.
3981
3982 (hs-minor-mode-prefix): Delete unused var.
3983
3984 (hs-block-start-mdata-select): New var, buffer local.
3985
3986 (hs-headline): New var.
3987
3988 (hs-match-data, hs-forward-sexp): New funcs.
3989
3990 (hs-hide-comment-region): New func.
3991
3992 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3993 hs-safety-is-job-n, hs-hide-initial-comment-block,
3994 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3995 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3996 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3997 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3998 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3999
4000 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
4001 (hs-isearch-show-temporary): New funcs.
4002
4003 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
4004
4005 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
4006
4007 When constructing menu, use `[(shift button2)]' notation.
4008
4009 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4010
4011 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4012 (jka-compr-compression-info-list): Add new elt to each vector.
4013 (jka-compr-write-region): Don't compress the data if it is
4014 already compressed.
4015
4016 * jka-compr.el (jka-compr-really-do-compress): New variable.
4017 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
4018 if visiting.
4019 (jka-compr-write-region): Set jka-compr-really-do-compress
4020 if visiting. Test it when deciding to compress.
4021
4022 1999-12-22 Gerd Moellmann <gerd@gnu.org>
4023
4024 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4025 with third argument t.
4026
4027 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4028
4029 * antlr-mode.el: Version 1.2 is released.
4030 (antlr): This package has a web page.
4031
4032 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4033
4034 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
4035 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
4036 (antlr-mode-map): New binding [C-c C-c].
4037 (antlr-mode-menu): New entries.
4038
4039 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4040
4041 * antlr-mode.el: Respect Emacs conventions.
4042 ((require 'cl)): Only use during compilation.
4043 (antlr-language-for-option): New function to avoid using `find'.
4044 (antlr-mode): Use it.
4045 (antlr-with-syntax-table): Define new instead using XEmacs' one.
4046 (antlr-imenu-create-index-function): Change accordingly.
4047 (antlr-inside-rule-p): Ditto.
4048 (antlr-end-of-rule): Ditto.
4049 (antlr-end-of-body): Ditto.
4050 (antlr-beginning-of-rule): Ditto.
4051 (antlr-indent-line): Ditto.
4052
4053 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
4054
4055 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
4056 (antlr-set-tabs): Don't use hard-coded values.
4057
4058 * antlr-mode.el: Minor navigation changes. Not perfect, but this
4059 won't be possible without a huge time penalty.
4060 (antlr-skip-exception-part): Be more specific.
4061 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
4062 Renamed from `antlr-skip-grammar-header'.
4063 (antlr-next-rule): Change accordingly.
4064 (antlr-end-of-body): Ditto. Better error message.
4065 (antlr-beginning-of-body): Better error message.
4066 (antlr-imenu-create-index-function): Skip rule action prelude.
4067
4068 * antlr-mode.el: Minor syntax highlighting changes.
4069 (antlr-font-lock-default-face): Deletia.
4070 (antlr-font-lock-tokendef-face): Changed color.
4071 (antlr-font-lock-tokenref-face): Changed color.
4072 (antlr-font-lock-literal-face): Changed color.
4073 (antlr-font-lock-additional-keywords): Minor changes.
4074
4075 1999-12-20 Carsten Dominik <cd@gnu.org>
4076
4077 * progmodes/idlwave.el: New file.
4078
4079 * progmodes/idlwave-rinfo.el: New file.
4080
4081 * progmodes/idlwave-shell.el: New file.
4082
4083 * progmodes/idlwave-toolbar.el: New file.
4084
4085 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4086
4087 1999-12-21 Gerd Moellmann <gerd@gnu.org>
4088
4089 * progmodes/cwarn.el: New file.
4090
4091 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4092
4093 * bindings.el (completion-ignored-extensions): Add .pdf.
4094
4095 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
4096
4097 * version.el: Put the version info into binary on MS-DOS as well.
4098
4099 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4100
4101 * emacs-lisp/debug.el (debugger-continue): Don't continue if
4102 debugger-may-continue is nil.
4103
4104 1999-12-18 Dave Love <fx@gnu.org>
4105
4106 * emacs-lisp/cl-macs.el: Remove conditional definition of
4107 eval-when-compile. Don't specify abs, expt, gethash,
4108 hash-table-count, hash-table-p as side-effect-free here.
4109 (cl-emacs-type): Don't declare.
4110 (cl-compile-time-init): Remove Emacs 18 compiler patch.
4111 (cl-parse-loop-clause): Remove compatibility code.
4112
4113 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
4114 (side-effect-free-fns): Add gethash, hash-table-count.
4115 (side-effect-and-error-free-fns): Add hash-table-p.
4116
4117 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
4118 `cl-' to autoload names for some hash functions. Don't autoload
4119 eval-when-compile. Don't provide mini-cl.
4120 (cl-emacs-type): Remove.
4121 (cl-map-extents): Remove compatibility code.
4122
4123 * emacs-lisp/float.el: Bind free variables.
4124
4125 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
4126
4127 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4128
4129 * bindings.el (completion-ignored-extensions): Add .tfm.
4130
4131 1999-12-16 Dave Love <fx@gnu.org>
4132
4133 * faces.el (set-face-attribute): Purecopy the attributes set.
4134
4135 * custom.el (custom-declare-variable): Purecopy value.
4136
4137 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
4138 (byte-extrude-byte-code-vectors): Use remprop.
4139 (byte-compile-lambda): Check that arg is a lambda.
4140
4141 1999-11-16 Anders Lindgren <AndersL@andersl.com>
4142
4143 * font-lock.el: System for adding and removing keywords.
4144 Both local (previously added keyword) and global keywords
4145 can be removed.
4146 (font-lock-remove-keywords): New user-level function.
4147 (font-lock-update-removed-keyword-alist): New internal function.
4148 (font-lock-removed-keywords-alist): New variable.
4149 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4150 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4151 growing datastructures.
4152 (font-lock-set-defaults): Removes keywords stored in
4153 `font-lock-removed-keywords-alist' after local keywords added.
4154
4155 1999-12-16 Anders Lindgren <andersl@andersl.com>
4156
4157 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4158 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4159
4160 * font-lock.el (c-keywords): Only highlight preprocessor
4161 directives when spelled correctly.
4162
4163 * font-lock.el (font-lock-match-c++-structor-declaration,
4164 c++-keywords): Fontify constructors and destructors with function
4165 face inside C++ class declarations.
4166
4167 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4168
4169 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4170 the shell from sh-shell-file.
4171
4172 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4173
4174 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4175
4176 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4177 if one of the files specified cannot be accessed by
4178 file-attributes. Do not strip any leading directories from the
4179 file names, to behave more like `ls' does.
4180
4181 * dired.el (dired-get-filename): Handle absolute file names.
4182 (dired-readin-insert): If argument is a cons, don't print
4183 "wildcard" on the ``total'' line.
4184
4185 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4186
4187 * faces.el (face-read-integer, read-face-attribute)
4188 (color-defined-p, color-values): Allow color values unspecified-fg
4189 and unspecified-bg, handle them as unspecified.
4190
4191 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
4192
4193 * textmodes/reftex.el: (reftex-compile-variables): respect new
4194 structure of `reftex-index-macro'
4195 (reftex-compile-variables): Use the changed structure of
4196 `reftex-label-alist'.
4197
4198 * textmodes/reftex-vars.el (reftex-index-math-format,
4199 (reftex-toc-max-level): New option.
4200 reftex-index-phrases-search-whole-words,
4201 reftex-index-phrases-case-fold-search,
4202 reftex-index-phrases-skip-indexed-matches,
4203 reftex-index-phrases-wrap-long-lines,
4204 reftex-index-phrases-sort-prefers-entry,
4205 reftex-index-phrases-sort-in-blocks): New options.
4206 (reftex-index-macros): Option structure changed.
4207 (reftex-index-macros-builtin): Added `repeat' item to each entry.
4208 (reftex-label-alist): Additional item in each entry to specify if
4209 the environment should be listed in the TOC.
4210 (eval-when-compile (require 'cl)) added.
4211
4212 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4213 longer deals with "repeat".
4214 (reftex-index): "repeat property in `reftex-index-macro-alist' is
4215 now used.
4216 (reftex-index-phrases-comment-regexp,
4217 reftex-index-phrases-macrodef-regexp,
4218 reftex-index-phrases-phrase-regexp1,
4219 reftex-index-phrases-phrase-regexp2,
4220 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4221 New constants.
4222 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4223 reftex-index-phrases-font-lock-keywords,
4224 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4225 reftex-index-phrases-restrict-file): New variables.
4226 (reftex-index-phrase-selection-or-word,
4227 reftex-index-visit-phrases-buffer,
4228 reftex-index-initialize-phrases-buffer,
4229 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4230 reftex-index-next-phrase, reftex-index-this-phrase,
4231 reftex-index-all-phrases, reftex-index-region-phrases,
4232 reftex-index-phrases-parse-header,
4233 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4234 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4235 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4236 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4237 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4238 reftex-index-make-replace-string,
4239 reftex-query-index-phrase-globally, reftex-query-index-phrase,
4240 reftex-index-phrase-match-is-indexed,
4241 reftex-index-phrases-fixup-line,
4242 reftex-index-phrases-replace-space,
4243 reftex-index-select-phrases-macro): New functions.
4244 (reftex-index-globalize, reftex-index-globally): functions removed
4245 (eval-when-compile (require 'cl)) added.
4246
4247 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4248 for max level.
4249 (reftex-toc-max-level-indicator): New variable.
4250 (reftex-toc-max-level): New command.
4251 (reftex-toc-map): New keybinding `t'.
4252 (reftex-toc-help): Constant updated.
4253 (eval-when-compile (require 'cl)) added.
4254
4255 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4256 `t' command key can change `reftex-toc-max-level'
4257 (eval-when-compile (require 'cl)) added.
4258
4259 * textmode/reftex-sel (reftex-insert-docstruct): Respect
4260 `reftex-toc-max-level'
4261 (eval-when-compile (require 'cl)) added.
4262
4263 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4264 added.
4265
4266 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4267 added.
4268
4269 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4270 commands.
4271 (reftex-citation, reftex-do-citation,
4272 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4273 preselect a citation format.
4274 (eval-when-compile (require 'cl)) added.
4275
4276 * textmodes/reftex-parse.el (reftex-context-substring): Optional
4277 parameter to-end
4278 (reftex-section-info): Deal with environment matches.
4279 (eval-when-compile (require 'cl)) added.
4280
4281 * reftex-global.el (eval-when-compile (require 'cl)) added.
4282
4283 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4284
4285 The following changes are for the new composition mechanism. We
4286 have deleted `composition' charset and composite characters,
4287 instead introduced a special text property `composition'.
4288
4289 * composite.el: New file.
4290
4291 * ps-mule.el: Define encode-composition-rule and find-composition
4292 for Emacs 20.4 and the earlier versions.
4293 (ps-mule-init-external-library): Just require a feature for
4294 external libraries.
4295 (ps-mule-prologue): Postscript code modified for new composition.
4296 (ps-mule-find-wrappoint): New arg COMPOSITION.
4297 (ps-mule-plot-string): Delete code for composite characaters.
4298 (ps-mule-plot-composition): New funcion.
4299 (ps-mule-prepare-font-for-components): New function.
4300 (ps-mule-plot-components): New function.
4301 (ps-mule-composition-prologue-generated): Renamed from
4302 ps-mule-cmpchar-prologue-generated.
4303 (ps-mule-composition-prologue): New named from
4304 ps-mule-cmpchar-prologue. Modified for new composition.
4305 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4306 ps-mule-prepare-cmpchar-font): Deleted.
4307 (ps-mule-string-encoding): New arg NO-SETFONT.
4308 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4309 check Composing, not Cmpchar
4310 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4311 to nil.
4312 (ps-mule-begin-job): Check existence of new composition.
4313
4314 * ps-print.el (ps-plot-region): Handle new composition.
4315
4316 * simple.el (what-cursor-position): Show "(composed)" if the
4317 character is composed.
4318
4319 * international/characters.el: Fix cateogries of Lao symbols.
4320
4321 * international/fontset.el (vertical-centering-font-regexp): New
4322 variable.
4323
4324 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4325 (mule-version-date): Updated to 1999.12.7.
4326 (with-category-table): New macro.
4327
4328 * international/mule-cmds.el (encode-coding-char): Don't check
4329 composite character.
4330
4331 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4332 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4333 x-ctext): Give `composition' property t.
4334
4335 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4336 non-nil) at the tail of ALIST.
4337 (compose-region, decompose-region, decompse-string,
4338 reference-point-alist, compose-chars): Moved to composite.el.
4339 (compose-chars-component, compose-chars-rule,
4340 decompose-composite-char): Deleted.
4341
4342 * international/quail.el (quail-install-map): New optional arg
4343 NAME.
4344 (quail-get-translation): If DEF is a symbol but not a function,
4345 ignore it.
4346 (quail-start-translation): Put a key sequence undefined in the
4347 translation keymap in unread-command-events, not generated-events.
4348 Return parameterized event (compose-last-chars N) if the input
4349 characters should be composed.
4350 (quail-map-definition): If DEF is t, treat it as nil.
4351 (quail-delete-last-char): Delete the quail region.
4352 (quail-show-translations): Don't show list of translations if the
4353 quail package is deterministic.
4354 (quail-completion-max-depth): New variable.
4355 (quail-completion-1): Pay attention to the above variable. Fix
4356 for the case that a translation is a function.
4357 (quail-map-from-table, quail-map-from-table-1,
4358 quail-map-from-table-2): New functions.
4359 (quail-lookup-map-and-concat): New function
4360
4361 * language/devan-util.el: Mostly rewritten.
4362
4363 * language/lao.el: Register lao-composition-function in
4364 composition-function-table.
4365
4366 * language/lao-util.el: Mostly rewritten.
4367
4368 * language/thai.el: Register thai-composition-function in
4369 composition-function-table.
4370 (thai-tis620): Delete `pre-write-conversion' property.
4371
4372 * language/thai-util.el: (thai-category-table): Make it by
4373 make-category-table.
4374 (thai-composition-pattern): New variable.
4375 (thai-compose-region, thai-compose-string): Use
4376 with-category-table.
4377 (thai-post-read-conversion): Just call thai-compose-region.
4378 (thai-pre-write-conversion): Deleted.
4379 (thai-composition-function): New funciton.
4380
4381 * language/tibet-util.el: Most functions rewritten.
4382 (tibetan-char-p): Renamed from tibetan-char-examin.
4383 (tibetan-composable-examin) (tibetan-complete-char-examin)
4384 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4385 (tibetan-add-components): New function.
4386 (tibetan-composition-function): New function.
4387
4388 * language/tibetan.el: Register tibetan-composition-function in
4389 composition-function-table.
4390 (tibetan-composable-pattern): New variable.
4391 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4392 (tibetan-precomposition-rule-alist): Move punctuations to
4393 tibetan-punctuation-transcription-alist and
4394 tibetan-obsolete-glyphs.
4395 (tibetan-punctuation-transcription-alist): New variable.
4396 (tibetan-obsolete-glyphs): New variable.
4397 (tibetan-regexp): Improve the initialization code.
4398
4399 * textmodes/fill.el (fill-find-break-point): Delete codes for
4400 composite characters.
4401 (fill-region-as-paragraph): Likewise.
4402
4403 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4404
4405 * international/mule-cmds.el (default-input-method): Specify
4406 that it should be set after current-language-environment.
4407
4408 * custom.el (custom-handle-keyword): Add :set-after.
4409 (custom-add-dependencies): New function.
4410 (custom-set-variables): Take dependencies between args into
4411 account.
4412
4413 * battery.el (battery): Doc fix.
4414
4415 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4416
4417 * progmodes/cc-make.el: Removed.
4418
4419 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4420
4421 * Release of cc-mode 5.26
4422
4423 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4424
4425 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4426 target depth. Optionally count #else lines as clause limits,
4427 as suggested by don provan <provan@lucent.com>. #elif
4428 handling fixed.
4429
4430 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4431 (c-down-conditional-with-else): New commands that uses the
4432 added functionality in `c-forward-conditional'.
4433
4434 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4435
4436 * cc-align.el (c-lineup-comment): Preserve the alignment with
4437 a comment on the previous line instead of preserving the
4438 comment-column.
4439
4440 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4441
4442 * Fixes to IDL mode after input from Eric Eide
4443 <eeide@cs.utah.edu>:
4444 * cc-engine.el (c-beginning-of-statement-1): Allow
4445 `c-conditional-key' to be nil, for the benefit of IDL mode.
4446 * cc-engine.el (c-guess-basic-syntax): Ditto.
4447 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4448 but do match CORBA 2.3 `valuetype'.
4449 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4450 for IDL.
4451 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4452 be nil for IDL.
4453 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4454 Like C++.
4455 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4456 set `c-method-key' and `c-baseclass-key' to nil.
4457
4458 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4459
4460 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4461 with nonhanging open braces.
4462
4463 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4464
4465 * cc-align.el: Added docstrings to all lineup functions.
4466
4467 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4468 keyword.
4469
4470 * cc-align.el (c-lineup-C-comments): Handle free form text
4471 comments. Use c-comment-prefix-regexp and comment-start-skip
4472 instead of hardcoded regexps.
4473
4474 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4475
4476 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4477 behavior and return value as documented.
4478
4479 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4480
4481 * Changes for new style variable init system:
4482 * cc-langs.el (c-common-init): Dito.
4483 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4484 now customizable.
4485 * cc-vars.el: Style variables may now take a value
4486 'set-from-style to make them take their value from the style
4487 system. This value is now the default on all these variables.
4488 * cc-vars.el (c-valid-offset): New function to verify a
4489 syntactic symbol offset setting.
4490 * cc-vars.el (c-offsets-alist): Variable moved from
4491 cc-styles.el since it's now customizable in a similar way to
4492 the other style variables.
4493 * cc-vars.el (c-old-style-variable-behavior): New variable to
4494 revert to the old style init behavior.
4495
4496 * cc-vars.el (c-file-style, c-file-offsets): Made always
4497 buffer local.
4498
4499 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4500 the throws clause that might follow the function prototype in
4501 C++.
4502
4503 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4504
4505 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4506 could move forward for macros that doesn't start in column 0.
4507
4508 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4509
4510 * cc-align.el (c-indent-multi-line-block,
4511 c-lineup-whitesmith-in-block): Two new lineup functions for
4512 use in whitesmith style.
4513
4514 * cc-styles.el (c-style-alist): More fixes to whitesmith
4515 style. It should now handle all different braces uniformly in
4516 both hanging and non-hanging cases.
4517
4518 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4519
4520 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4521 make it stay in the same position relative to the surrounding
4522 text.
4523
4524 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4525 when adaptive-fill-mode doesn't manage to get it correct.
4526
4527 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4528 with dotted notation, e.g. foo.bar.Gnu.
4529
4530 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4531 within unwind-protect (previously only some were wrapped so it
4532 would be possible to register mode initialization when full
4533 initialization did not finish).
4534
4535 * cc-styles.el (c-style-alist): Corrected the brace placement
4536 in the whitesmith style. Thanks to Sean Luke
4537 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4538 styles with consistent brace placement for all constructs.
4539
4540 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4541
4542 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4543 when point is in the middle of them.
4544
4545 * cc-cmds.el: Line breaking and paragraph filling code
4546 rewritten:
4547 (c-guess-fill-prefix): New function that uses various
4548 heuristics to guess the comment prefix.
4549 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4550 It now assumes adaptive filling is active to preserve the line
4551 prefix inside comments.
4552 (c-indent-new-comment-line): Replacement for the now
4553 obsolete `c-comment-line-break-function' that uses
4554 `c-guess-fill-prefix' when appropriate. It now observes the
4555 setting of `comment-multi-line', which has effect in C-style
4556 block comments.
4557
4558 * cc-cmds.el (c-context-line-break): New function intended to
4559 be put on RET. It's essentially `newline-and-indent', but
4560 continues C block comments with the appropriate line prefix.
4561
4562 * cc-cmds.el (c-do-auto-fill): New function put on
4563 `normal-auto-fill-function' to implement the
4564 `c-ignore-auto-fill' variable.
4565
4566 * cc-cmds.el (c-beginning-of-statement): Use
4567 `c-comment-prefix-regexp' to avoid ending up inside the
4568 comment prefix. Better handling of comment starters and
4569 enders. Catch comments better when traversing code. Stop at
4570 preprocessor directives.
4571
4572 * cc-defs.el (c-forward-comment): New subst to hide platform
4573 dependent quirks in `forward-comment'.
4574
4575 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4576 argument.
4577 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4578 arguments. Activate this function by default when
4579 `parse-partial-sexp' supports it (currently Emacs 20.x).
4580
4581 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4582 on the comment opener to make constants usable as lineup
4583 arguments.
4584
4585 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4586 changed anchor position in the `c' syntactic symbol. Handle
4587 more than stars in the comment prefix; use the new variable
4588 `c-comment-prefix-regexp'. Don't indent text not preceded by
4589 a comment prefix to the right of the comment opener if it's
4590 long.
4591
4592 * cc-langs.el: Fixes to mode initialization for new line
4593 breaking and paragraph filling method. Adaptive fill mode is
4594 now activated at startup instead of deactivated. The
4595 variables used for adaptive filling and paragraph movement are
4596 also changed to incorporate the value of
4597 `c-comment-prefix-regexp'. `substitute-key-definition' is
4598 used to override some functions in the global map instead of
4599 overriding their default bindings.
4600
4601 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4602 javadoc markup at mode init.
4603
4604 * cc-mode.el (c-setup-filladapt): A new convenience function
4605 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4606 function is intended to be used explicitly by the end user
4607 only.
4608
4609 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4610 recognize the comment fill prefix inside comments.
4611 (c-block-comment-prefix): New name for
4612 `c-comment-contiuation-stars', which is now obsolete. It's
4613 generalized to handle any character sequence.
4614 (c-ignore-auto-fill): New variable used to selectively disable
4615 Auto Fill mode in specific contexts.
4616
4617 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4618
4619 * cc-cmds.el (c-comment-indent): Leave at least one space
4620 between the comment and the last nonblank character in the
4621 case where we look at the indentation of the comment on the
4622 previous line (case 4).
4623
4624 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4625 list of characters that may start a statement (it's a sort of
4626 prefix operator in Pike, and isn't used at all in any of the
4627 other languages).
4628
4629 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4630
4631 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4632 inside continued statements as statement-cont instead of
4633 brace-list-open. The reason is that one normally adjusts
4634 brace-list-open for brace lists as top-level constructs, and
4635 brace lists inside statements is a completely different
4636 context. Case 10B.2 changed. Also changed (the somewhat
4637 esoteric) case 9A to cope with this.
4638
4639 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4640
4641 * cc-cmds.el (c-electric-brace): Added electric handling of
4642 the open brace for brace-elseif-brace.
4643
4644 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4645
4646 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4647 syntax tables temporarily.
4648
4649 * cc-engine.el (c-guess-basic-syntax): Handle template and
4650 member init argument lists split over several lines. Case 5D
4651 changed.
4652
4653 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4654 @throws introduced in Javadoc 1.2.
4655
4656 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4657 patch from RMS to avoid infinite backtracking.
4658
4659 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4660
4661 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4662 by [ ].
4663
4664 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4665
4666 * cc-align.el (c-lineup-dont-change): Compensate properly for
4667 the column in langelem.
4668
4669 * cc-engine.el (c-syntactic-information-on-region): New
4670 function to help debugging the syntactic analysis.
4671
4672 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4673
4674 * cc-align.el (c-lineup-template-args): Handle nested template
4675 arglists.
4676
4677 * cc-langs.el (c++-template-syntax-table): New syntax table
4678 that makes `<' and `>' parenthesis characters, which is useful
4679 to switch to temporarily when analyzing template arglists.
4680
4681 * cc-styles.el: Changed default alignment of labels in the
4682 java style to conform to the examples in the Java Language
4683 Specification.
4684
4685 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4686 by default.
4687
4688 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4689
4690 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4691 immediately before the closing paren in an arglist, so don't
4692 check that in Pike mode. Case 7A changed.
4693
4694 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4695
4696 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4697 lines were ignored under certain conditions.
4698
4699 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4700
4701 * cc-align.el (c-lineup-template-args): New function for
4702 aligning continued template argument lists.
4703
4704 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4705 lists containing function arglists split over several lines.
4706 Case 5D.1 changed.
4707
4708 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4709 template-args-cont didn't get recognized when the first
4710 arglist opener line doesn't contain a template argument. New
4711 case 5K.
4712
4713 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4714
4715 * cc-defs.el (c-point): Changed from subst to macro for
4716 efficiency.
4717 (c-beginning-of-defun-1, c-end-of-defun-1): New
4718 beginning-of-defun/end-of-defun wrappers separated from
4719 c-point.
4720
4721 * cc-menus.el (imenu-generic-expression,
4722 imenu-case-fold-search, imenu-progress-message): Dummy
4723 definitions to avoid compiler warnings if imenu can't be
4724 loaded.
4725 * cc-menus.el (cc-imenu-init): New function called at mode
4726 init.
4727 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4728 imenu initializations to cc-imenu-init.
4729
4730 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4731
4732 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4733 for lambda-intro-cont in Pike mode. Case 6 changed.
4734
4735 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4736 anything following "new Foo()" was considered an anonymous
4737 class body in Java mode.
4738
4739 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4740
4741 * cc-cmds.el (c-comment-line-break-function): When breaking in
4742 a string, don't insert a new line.
4743
4744 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4745
4746 * cc-engine.el (c-at-toplevel-p): New interface function which
4747 returns information useful to add-on authors. It tells you
4748 whether you're at a toplevel statement or not.
4749
4750 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4751
4752 * cc-cmds.el (c-comment-line-break-function): It is possible
4753 that forward-line does not land us at the bol, say if we're on
4754 the last line in a file. In that case, do a
4755 back-to-indentation instead of a forward-comment -1.
4756
4757 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4758
4759 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4760 "default:" as normal label in case 4.
4761
4762 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4763
4764 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4765 recognize continued bitfield declarations. Case 5D.1 changed.
4766 * cc-langs.el: New variable c-bitfield-key.
4767 * cc-mode.el: New variable c-bitfield-key.
4768
4769 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4770
4771 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4772 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4773 ..}").
4774
4775 1999-12-12 Dave Love <fx@gnu.org>
4776
4777 * mail/footnote.el: Require cl when compiling. Don't autoload
4778 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4779 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4780 Avoid `acons'.
4781 (footnote-mode-line-string, Footnote-add-footnote): Remove
4782 autoload cookie.
4783
4784 1999-12-12 Richard Sharman <rsharman@pobox.com>
4785
4786 * sh-script.el: Fix for when font-lock mode is active.
4787 (sh-font-lock-unfontify-region-function): New function.
4788
4789 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4790
4791 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4792 if start-process is not bound, since Ispell now supports such
4793 platforms as well.
4794
4795 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4796
4797 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4798 rmail-summary-goto-msg.
4799
4800 * files.el (after-find-file): Fix previous change.
4801
4802 1999-12-11 Dave Love <fx@gnu.org>
4803
4804 * help.el (where-is): Use `commandp' as predicate for
4805 `completing-read'
4806
4807 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4808
4809 * cus-edit.el (custom-save-delete): Delete all occurrences,
4810 leave point where the first occurrence was.
4811 (custom-save-faces): Insert a newline at the end of the comment.
4812 Avoid a double newline there.
4813 If final closeparen is at bol, put a space before it.
4814 (custom-save-variables): Likewise.
4815 (custom-file): Doc fix.
4816
4817 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4818
4819 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4820 regexp matching image and audio files.
4821
4822 1999-12-09 Dave Love <fx@gnu.org>
4823
4824 * mail/footnote.el: New file.
4825
4826 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4827
4828 * files.el (after-find-file): Use auto-save-visited-file-name if
4829 set.
4830
4831 * mail/feedmail.el (feedmail-find-eoh): Take
4832 feedmail-queue-alternative-mail-header-separator into account.
4833
4834 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4835
4836 * smerge-mode.el: New file.
4837
4838 * font-lock.el (font-lock-multiline): New variable.
4839 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4840 (font-lock-remove-keywords): Added a dummy `mode' argument for
4841 potential future support.
4842 (font-lock-fontify-anchored-keywords,
4843 (font-lock-fontify-keywords-region): Only handle multiline strings
4844 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4845
4846 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4847
4848 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4849
4850 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4851
4852 1999-12-07 Dave Love <fx@gnu.org>
4853
4854 * help.el (view-emacs-problems): New command, bound to C-h P.
4855
4856 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4857
4858 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4859
4860 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4861 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4862 New code to support the minor mode version.
4863 (diff-recenter): New function.
4864 (diff-next-hunk, diff-next-file): Use it.
4865 (diff-remembered-files-alist): New var.
4866 (diff-merge-strings): New function.
4867 (diff-find-file-name): Make it smarter and use the user's input more.
4868 (diff-mode): Cosmetic changes.
4869
4870 * files.el (save-some-buffers): Turn EXITING into the more general
4871 PRED argument to allow specifying a subset of buffers.
4872
4873 * simple.el (kill-region): Use the new `delete-and-extract-region'
4874 rather than the undo log (which is incorrect with *-change-functions).
4875
4876 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4877 off-by-one problem that could force re-fontifying the whole buffer.
4878 (font-lock-remove-keywords): New function.
4879 (font-lock-add-keywords): Use the new function to ensure idempotence.
4880
4881 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4882
4883 * viper-cmd.el (viper-minibuffer-standard-hook,
4884 viper-minibuffer-real-start): Mew functions.
4885 (viper-read-string-with-history,viper-file-add-suffix,
4886 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4887 change in the status of the minibuffer prompt.
4888
4889 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4890
4891 * comint.el (comint-redirect-results-list)
4892 (comint-redirect-results-list-from-process): Remove interactive
4893 spec.
4894
4895 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4896
4897 * info.el (info-node, info-menu-5, info-xref): Define colors for
4898 Info faces if the display supports them.
4899
4900 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4901
4902 Changes for automatic remapping of X colors on terminal frames:
4903
4904 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4905 term-setup-hook. Call msdos-remember-default-colors and
4906 msdos-handle-reverse-video.
4907 (msdos-face-setup): Parts of code moved to
4908 msdos-setup-initial-frame.
4909 (msdos-handle-reverse-video): New function, modeled after
4910 x-handle-reverse-video.
4911 (make-msdos-frame): Don't use initial-frame-alist and
4912 default-frame-alist. Call msdos-handle-reverse-video.
4913 (msdos-color-aliases): Remove.
4914 (msdos-color-translate, msdos-approximate-color): Remove.
4915 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4916 for better approximation of X colors.
4917 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4918 up tty-color-alist (it is now on startup.el).
4919 (x-display-color-p, x-color-defined-p, x-color-values,
4920 x-defined-colors, face-color-supported-p, face-color-gray-p):
4921 Remove.
4922
4923 * facemenu.el (facemenu-read-color, list-colors-display): Use
4924 defined-colors for all frame types.
4925 (facemenu-color-equal): Use color-values for all frame types.
4926
4927 * faces.el (read-face-attribute): For :foreground and :background
4928 attributes and frames on character terminals, translate the color
4929 to the closest supported one before looking it up in the list of
4930 valid values.
4931 (face-valid-attribute-values): Call defined-colors for all types
4932 of frames.
4933 (defined-colors, color-defined-p, color-values, display-color-p):
4934 New finctions.
4935 (x-defined-colors, x-color-defined-p, x-color-values,
4936 x-display-color-p): Aliases for the above.
4937
4938 * startup.el (command-line): Register terminal colors for frame
4939 types other than x and w32, but only if the terminal supports
4940 colors. Call tty-color-define instead of face-register-tty-color.
4941
4942 * term/x-win.el (xw-defined-colors): Renamed from
4943 x-defined-colors.
4944 * term/w32-win.el (xw-defined-colors): Likewise.
4945
4946 * term/tty-colors.el: New file.
4947 * loadup.el: Load term/tty-colors.
4948
4949 1999-12-06 Dave Love <fx@gnu.org>
4950
4951 * ffap.el: Autoload the ffap alias directly.
4952
4953 1999-12-06 Inge Frick <inge@nada.kth.se>
4954
4955 * dired-aux.el (dired-do-shell-command): Changed documentation.
4956 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4957 meaning as `*'.
4958
4959 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4960
4961 * simple.el (insert-buffer): Doc fix.
4962
4963 * apropos.el (apropos-mode): Add autoload cookie.
4964
4965 1999-12-06 Sam Steingold <sds@goems.com>
4966
4967 * progmodes/etags.el (etags-tags-completion-table): Modified the
4968 regexp to allow for the CL symbols starting with `+*'.
4969 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4970 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4971 `function' quoting lambda.
4972 (tags-with-face): New macro.
4973 (list-tags, tags-apropos): Use it.
4974 (tags-apropos-additional-actions): New user option.
4975 (etags-tags-apropos-additional): Use it.
4976 (tags-apropos): Call etags-tags-apropos-additional.
4977 (tags-apropos-verbose): New user option.
4978 (etags-tags-apropos): Use it.
4979 (visit-tags-table-buffer, next-file): Use `unless'.
4980 (recognize-empty-tags-table): Renamed to
4981 tags-recognize-empty-tags-table.
4982 (complete-tag): Call tags-complete-tag bypassing try-completion.
4983
4984 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4985
4986 * international/mule.el (set-buffer-file-coding-system): Docstring
4987 modified.
4988
4989 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4990
4991 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4992 using the hideshow package.
4993 (hs-special-modes-alist): Added entry for bibtex to allow the use
4994 of the hideshow package.
4995 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4996 not longer provided by bibtex.el directly. Instead the hideshow
4997 package should be used.
4998 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4999 references to bibtex-hide-entry-bodies.
5000
5001 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
5002
5003 * textmodes/bibtex.el: Copyright notice is up to date. Moved
5004 maintainer information closer to the beginning of the bibtex.el
5005 file.
5006 (bibtex-maintainer-salutation): New constant.
5007 (bibtex-version): New constant.
5008 (bibtex-submit-bug-report): Use bibtex-version and
5009 bibtex-maintainer-salutation.
5010 (bibtex-entry-field-alist): Made booktitle field optional for
5011 @inproceedings entries when crossreferenced.
5012 (bibtex-entry-field-alist): Added booktitle field to proceedings
5013 entry type (for cross referencing). Thanks to Wagner Toledo Correa
5014 for the suggestion.
5015 (bibtex-string-file-path): Fixed typo.
5016
5017 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
5018
5019 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
5020 for reftex.el.
5021 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
5022 to menu.
5023
5024 1999-12-04 Dave Love <fx@gnu.org>
5025
5026 * delsel.el: Revert previous change -- region is significant to
5027 skeleton.
5028
5029 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
5030
5031 * viper-cmd.el (viper-change-state): Use
5032 viper-ESC-moves-cursor-back to decide whether to move the cursor
5033 back.
5034
5035 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
5036
5037 * international/mule-util.el (truncate-string-to-width): Docsting
5038 fixed.
5039
5040 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
5041
5042 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
5043 use of `cond'.
5044 (lm-with-file): Move all the find-file...kill-buffer stuff into
5045 this macro. Make it use `find-file-noselect' and make it kill
5046 the buffer only if it wasn't already displayed somewhere.
5047 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
5048 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
5049 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
5050 (lm-commentary): Fix to handle the case when the change log is
5051 at the end of the file.
5052
5053 1999-12-02 Kenichi Handa <handa@etl.go.jp>
5054
5055 * international/mule.el (charsetp): Fix typo in docstring.
5056
5057 * international/mule-diag.el (list-coding-categories): Fix typo;
5058 automatic -> autoload.
5059
5060 1999-12-02 Gerd Moellmann <gerd@gnu.org>
5061
5062 * vc.el (vc-update-change-log): Look for rcs2log under
5063 exec-directory.
5064
5065 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
5066 outline-regexp, add outline-level.
5067 (lisp-outline-level): New.
5068
5069 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
5070 remove extraneous string-match.
5071
5072 * finder.el (finder-commentary): Activate Finder mode.
5073
5074 1999-12-01 Anders Lindgren <andersl@andersl.com>
5075
5076 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5077 off when reverting buffers that contained mode specifiers.
5078 `revert-buffer' is now called with non-nil PRESERVE-MODES
5079 argument.
5080
5081 1999-12-01 Dave Love <fx@gnu.org>
5082
5083 * delsel.el: Grok skeleton-pair-insert-maybe.
5084
5085 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5086
5087 * progmodes/cperl-mode.el (cperl-under-as-char):
5088 Use nil as default.
5089
5090 1999-11-30 Gerd Moellmann <gerd@gnu.org>
5091
5092 * speedbar.el (toplevel): Remove compatibility code for Emacs
5093 versions without custom.el.
5094
5095 1999-11-30 Dave Love <fx@gnu.org>
5096
5097 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
5098
5099 * autoinsert.el: Minor doc fixes.
5100 (auto-insert): Return nil.
5101
5102 * faces.el (set-face-documentation): Purecopy STRING.
5103
5104 1999-11-29 Dave Love <fx@gnu.org>
5105
5106 * derived.el: Doc fixes, remove old backquote syntax.
5107
5108 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
5109 comment warning about editing.
5110
5111 * help.el (help-mode-hook): Define.
5112
5113 1999-11-29 Gerd Moellmann <gerd@gnu.org>
5114
5115 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
5116 invalid translation of old-style backquote syntax to new syntax.
5117
5118 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
5119
5120 * Makefile (DONTCOMPILE): Add term/internal.el.
5121
5122 1999-11-26 Dave Love <fx@gnu.org>
5123
5124 * comint.el: Fix last change.
5125
5126 * emacs-lisp/advice.el: Fix last change.
5127
5128 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5129
5130 * cus-edit.el (Custom-reset-standard): Doc fix.
5131 (custom-variable-reset-standard): Doc fix.
5132 (custom-face-reset-standard): Doc fix.
5133 (custom-face-menu): "Reset to Standard" => "Erase Customization".
5134 (custom-variable-menu): Likewise.
5135 (custom-reset-menu): Likewise.
5136 (custom-buffer-create-internal): Likewise.
5137
5138 1999-11-26 Dave Love <fx@gnu.org>
5139
5140 * progmodes/make-mode.el (makefile-mode-hook): Customize.
5141
5142 * font-lock.el: Doc fixes.
5143
5144 * menu-bar.el (menu-bar-mode): Customize.
5145
5146 * cus-start.el: Add use-dialog-box.
5147
5148 * add-log.el (change-log-mode-hook): Customize.
5149 (add-log-current-defun): Use
5150 fortran-{beginning,end}-of-subprogram.
5151
5152 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5153
5154 * emacs-lisp/advice.el: Many doc fixes.
5155
5156 * comint.el (comint-preoutput-filter-functions): Doc fix.
5157
5158 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5159
5160 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5161 Improve messages for capitalization of arg names,
5162 for flag variables, for t and nil, for imperatives.
5163 Call them imperatives rather than infinitives sans "to".
5164 (checkdoc-common-verbs-wrong-voice): Add "moves".
5165 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5166
5167 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5168 Don't convert comments from 3-semicolon to 2-semicolon.
5169 That is a matter of style.
5170 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5171 (checkdoc-comments): Don't bind that variable.
5172
5173 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5174
5175 * files.el (write-file-hooks): Doc fix.
5176
5177 1999-11-26 Gerd Moellmann <gerd@gnu.org>
5178
5179 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5180
5181 1999-11-25 Dave Love <fx@gnu.org>
5182
5183 * hippie-exp.el: Require comint when compiling.
5184 (hippie-expand): Add :links.
5185 (hippie-expand-try-functions-list): Customize.
5186
5187 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5188
5189 * viper*el: Replaced old-style backquotes.
5190
5191 * ediff*el: Replaced old-style backquotes.
5192
5193 * ediff-merge
5194 (ediff-looks-like-combined-merge,ediff-get-combined-region):
5195 Changed to support the new format for ediff-combination-pattern.
5196
5197 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5198 Changed to support the new format for ediff-combination-pattern.
5199
5200 1999-11-24 Dave Love <fx@gnu.org>
5201
5202 * custom.el (custom-declare-group): Purecopy DOC.
5203 (custom-handle-keyword): Purecopy VALUE.
5204 (custom-add-link): Purecopy WIDGET.
5205 (custom-add-version): Purecopy VERSION.
5206 (custom-add-load): Purecopy LOAD.
5207
5208 * cus-face.el (custom-declare-face): Purecopy DOC.
5209
5210 * info.el:
5211 (Info-build-node-completions, Info-search, Info-follow-reference)
5212 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5213 (Info-find-emacs-command-nodes): Avoid properties on matched text
5214 which may appear in minibuffer.
5215
5216 1999-11-24 Gerd Moellmann <gerd@gnu.org>
5217
5218 * locate.el (locate-with-filter): Doc fix.
5219
5220 1999-11-24 Alex Schroeder <alex@gnu.org>
5221
5222 * sql.el (sql-find-sqli-buffer): New function.
5223 (sql-set-sqli-buffer-generally): New function.
5224 (sql-set-sqli-buffer): Better checking of new-buffer.
5225 (sql-copy-column): Add comma after INTO clause, too.
5226
5227 1999-11-24 Alex Schroeder <alex@gnu.org>
5228
5229 * sql.el (sql-imenu-generic-expression): New, used to set
5230 imenu-generic-expression.
5231
5232 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5233 setting font-lock-defaults' SYNTAX-ALIST. Set
5234 imenu-generic-expression, imenu-case-fold-search, and
5235 imenu-syntax-alist.
5236
5237 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5238 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5239
5240 1999-11-23 Andrew Innes <andrewi@gnu.org>
5241
5242 * w32-win.el (w32-drag-n-drop): Load files in current window, if
5243 drop coords aren't over a specific window.
5244
5245 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5246
5247 * ps-print.el: Define mule funs without checking if mule package is
5248 loaded.
5249 (ps-print-version): New version number (5.0.1).
5250 (ps-header-dirpart): Now uses abbreviate-file-name.
5251
5252 1999-11-23 Dave Love <fx@gnu.org>
5253
5254 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5255 comment-line-start.
5256 (fortran-comment-line-start-skip): Renamed from
5257 comment-line-start-skip.
5258 (fortran-mode-map): Use renamed functions. Add manual and custom
5259 entries to menu.
5260 (fortran-mode-hook): Customize.
5261 (fortran-comment-indent-function): Renamed from
5262 fortran-comment-hook.
5263 (delete-horizontal-regexp): Function deleted.
5264 (fortran-electric-line-number): Simplified.
5265 (fortran-beginning-of-subprogram): Renamed from
5266 beginning-of-fortran-subprogram.
5267 (fortran-end-of-subprogram): Renamed from
5268 end-of-fortran-subprogram.
5269 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5270 (fortran-previous-statement, fortran-next-statement): Simplified.
5271 (fortran-blink-match): New function.
5272 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5273 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5274 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5275 line-end-position.
5276 (fortran-fill): No longer interactive. Simplified.
5277 (fortran-break-line): Simplified.
5278 (fortran-analyze-file-format): Use char-after, not looking-at.
5279
5280 * emacs-lisp/find-func.el (find-function-regexp): Use
5281 `define-minor-mode' after easy-menu change.
5282
5283 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5284
5285 * comint.el: Add redirection.from active comint buffers into
5286 another buffer. Written by Peter Breton.
5287
5288 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
5289
5290 * emacs-lisp/autoload.el (make-autoload): Recognize the new
5291 `define-minor-mode'.
5292 (define-minor-mode): Specify `doc-string-elt'.
5293
5294 * emacs-lisp/easy-mmode.el: Changed maintainer.
5295 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5296 Use defcustom for the hooks; Improve the auto-generated docstrings.
5297 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5298 (define-minor-mode): Add BODY arg; Only declare the keymap if
5299 provided; Improve the auto-generated docstrings.
5300
5301 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5302
5303 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5304 that the leading `^' is at the start. This is necessary because
5305 paragraphs.el tries to remove anchors, but can find them only if
5306 they are the first character.
5307
5308 * progmodes/antlr-mode.el: New file.
5309
5310 * calendar/calendar.el: Fix autoload for
5311 calendar-absolute-from-astro. Add autoload for
5312 calendar-print-astro-day-number.
5313
5314 1999-11-21 Anders Lindgren <andersl@andersl.com>
5315
5316 * follow.el: Use modern backquote syntax. Minor comment update.
5317
5318 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5319
5320 * simple.el (with-syntax-table): Don't switch buffers.
5321
5322 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5323 progmodes/hideif.el: Use new backquote syntax.
5324
5325 1999-11-21 Ken Manheimer <klm@python.org>
5326
5327 * icomplete.el (icomplete-completions): Use an explicit variable
5328 `icomplete-prospects-length', obviating the need to use an
5329 apparently faulty throw/catch arrangement.
5330
5331 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5332
5333 * term/internal.el (IT-display-table-setup): Don't overstep
5334 character code 255.
5335
5336 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5337
5338 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5339 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5340
5341 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5342
5343 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5344 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5345
5346 * files.el (auto-mode-alist): Add patterns for diff-mode.
5347
5348 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5349 to detect an empty prompt.
5350
5351 1999-11-18 Dave Love <fx@gnu.org>
5352
5353 * simple.el (input-mode-8-bit): Fix the customization.
5354
5355 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5356
5357 * international/iso-acc.el (iso-languages): Add more
5358 characters for Portuguese.
5359
5360 * speedbar.el: Clean up comment at the start of the file.
5361 Remove RCS id.
5362
5363 * progmodes/compile.el (compilation-parse-errors): Use
5364 compilation-buffer-p instead of testing major-mode.
5365
5366 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5367
5368 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5369 (quickurl-ask): completion-ignore-case is set to the value of
5370 quickurl-completion-ignore-case for the duration of the call to
5371 completing-read.
5372
5373 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5374
5375 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5376
5377 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5378
5379 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5380 instead of ps-print-def.
5381
5382 * ps-print.el: Require ps-vars instead of ps-print-def.
5383
5384 * ps-mule.el: Require ps-vars instead of ps-print-def.
5385
5386 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5387
5388 * simple.el (with-syntax-table): Save buffer explicitly instead of
5389 using save-excursion.
5390
5391 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5392
5393 * mail/supercite.el: New maintainer.
5394
5395 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5396
5397 * progmodes/vhdl-mode.el: Use new backquote syntax.
5398
5399 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5400
5401 * simple.el (with-syntax-table): New.
5402
5403 1999-11-15 Sam Steingold <sds@ksp.com>
5404
5405 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5406
5407 1999-02-22 Sam Steingold <sds@goems.com>
5408
5409 * goto-addr.el (goto-address-at-mouse,
5410 goto-address-find-address-at-point): Use compose-mail.
5411 (goto-address-mail-method): Removed variable.
5412 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5413 goto-address-send-using-mail): Removed functions.
5414
5415 1998-11-03 Sam Steingold <sds@goems.com>
5416
5417 * simple.el (backward-delete-char-untabify):
5418 backward-delete-char-untabify-method can be `all' now - to delete
5419 hungrily including newlines.
5420
5421 1999-11-15 Sam Steingold <sds@ksp.com>
5422
5423 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5424
5425 1999-11-15 Dave Love <fx@gnu.org>
5426
5427 * cus-edit.el (customize-face, customize-face-other-window):
5428 Require match from completing-read.
5429 (custom-buffer-done-function): Default to custom-bury-buffer, not
5430 bury-buffer.
5431
5432 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5433
5434 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5435 progmodes/cperl-mode.el: Use new backquote syntax.
5436
5437 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5438
5439 * uniquify.el: Use new backquote syntax.
5440
5441 1999-11-14 Markus Rost <rost@ias.edu>
5442
5443 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5444 as in ispell-local-dictionary-alist.
5445
5446 1999-11-14 Alex Schroeder <alex@gnu.org>
5447
5448 * ansi-color.el (ansi-color-apply): Updated regexps to include
5449 highlighted face.
5450
5451 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5452
5453 * forms.el (forms--make-format-elt-using-text-properties):
5454 Treat `intangible' differently.
5455
5456 * forms.el: Use new backquote syntax.
5457
5458 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5459
5460 * textmodes/scribe.el (scribe-mode): Doc-fix.
5461
5462 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5463
5464 * net-utils.el (run-network-program, net-utils-run-program): Use
5465 the new backquote syntax.
5466 (smbclient-program, smbclient-program-options)
5467 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5468 variables
5469 (smbclient, smbclient-list-shares): New functions
5470
5471 1999-11-12 Sam Steingold <sds@ksp.com>
5472
5473 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5474 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5475 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5476 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5477 (viper-kbd-global-pair, viper-kbd-global-definition):
5478 Use the new backquote syntax.
5479
5480 * emulation/viper-cmd.el (viper-test-com-defun)
5481 (viper-prefix-arg-value, viper-prefix-arg-com):
5482 Use the new backquote syntax.
5483
5484 * emacs-lisp/debug.el (debugger-env-macro):
5485 Use the new backquote syntax.
5486
5487 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5488 Use the new backquote syntax.
5489
5490 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5491 New user variable.
5492 (calendar-hide-window): Use it.
5493 (increment-calendar-month, calendar-for-loop, calendar-sum):
5494 Use the new backquote syntax.
5495
5496 1999-11-12 Andrew Innes <andrewi@gnu.org>
5497
5498 * select.el (x-set-selection): Call buffer-substring, not
5499 substring. Also fix docstring
5500
5501 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5502
5503 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5504 of customizable variables to bug report message. Added
5505 system-type to package name in bug report.
5506
5507 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5508
5509 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5510 to display file names.
5511
5512 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5513
5514 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5515
5516 * isearch.el: Add lazy-highlighting feature.
5517
5518 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5519
5520 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5521 constant.
5522 (ps-mode-submit-bug-report): New function. Entry added to menu.
5523
5524 1999-11-10 William M. Perry <wmperry@aventail.com>
5525
5526 * mwheel.el: New file to support the new style wheeled mice.
5527
5528 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5529
5530 * startup.el (initial-scratch-message): Add ";;" to the front of
5531 lines in the message.
5532
5533 * files.el (file-local-copy): Remove optional BUFFER argument
5534 because that's not used by anything.
5535
5536 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5537 to-address.
5538
5539 1999-11-08 Markus Rost <rost@ias.edu>
5540
5541 * wid-edit.el (widget-button-click): Wrap with save-excursion
5542 to restore track-mouse in the correct buffer.
5543
5544 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5545
5546 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5547
5548 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5549
5550 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5551 lpr-command to "lp" for some system-types. (copied from lpr.el
5552 Emacs version 20.2.1).
5553
5554 1999-11-04 Markus Rost <rost@ias.edu>
5555
5556 * simple.el (comment-region): Strip off white space at end of
5557 comment-start.
5558
5559 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5560
5561 * faces.el (secondary-selection): Fix wrong color name.
5562
5563 1999-11-04 John Tobey <jtobey@epsilondev.com>
5564
5565 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5566 the default when invoking perldb in a non-Perl buffer, and other
5567 cases involving -e or --.
5568
5569 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5570
5571 * simple.el (previous-matching-history-element)
5572 (next-history-element): Use delete-field instead of erase-field.
5573
5574 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5575 Use delete-field instead of erase-field.
5576
5577 * faces.el (secondary-selection): Change background to yellow.
5578
5579 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5580 find the start of the text. Use field-string to read the user
5581 input.
5582
5583 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5584
5585 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5586 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5587 for compatibility with old face implementation.
5588
5589 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5590 Use erase-field instead of erase-buffer.
5591
5592 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5593 internal-show-cursor with new interface.
5594 (blink-cursor-timer-function): New.
5595 (blink-cursor-start): Use blink-cursor-timer-function.
5596
5597 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5598
5599 * calendar.el (redraw-calendar): Move to nearest date before
5600 redrawing.
5601
5602 * diary-lib.el (simple-diary-display): Reset modeline even if
5603 there are no diary entries since the diary buffer may be displayed.
5604
5605 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5606
5607 * emacs-lisp/debug.el (debug): If noninteractive, display the
5608 backtrace using `message', then exit Emacs.
5609 (debugger-batch-max-lines): New variable.
5610 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5611 Change the messages put at the start, to say that the debugger
5612 was entered.
5613
5614 1999-11-02 Sam Steingold <sds@ksp.com>
5615
5616 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5617
5618 1999-11-01 John Tobey <jtobey@epsilondev.com>
5619
5620 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5621 presence of perl switches other than "-e".
5622
5623 1999-11-01 Markus Rost <rost@ias.edu>
5624
5625 * dired-x.el (dired-smart-shell-command): Use
5626 shell-command-history as in shell-command.
5627
5628 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5629
5630 * userlock.el (ask-user-about-lock): Doc fix.
5631
5632 * frame.el: Doc fixes.
5633
5634 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5635
5636 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5637 of show-cursor.
5638 (blink-cursor-start, blink-cursor-end): Ditto.
5639
5640 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5641
5642 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5643
5644 * window.el (walk-windows): If ALL-FRAMES is a frame,
5645 start on that frame. Use save-selected-window.
5646
5647 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5648
5649 * simple.el (end-of-buffer): Use window-end to find the window end
5650 instead of vertical-motion because this handles variable-height
5651 lines correctly.
5652
5653 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5654
5655 * ediff.el: Version change.
5656
5657 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5658 make sure you are in a good frame before deleting other
5659 windows.
5660 (ediff-file-checked-in-p): Don't consider CVS
5661 files checked in.
5662 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5663 are writing to a newly created empty file.
5664
5665 * ediff-mult.el (ediff-show-session-group-hook): New default.
5666
5667 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5668 First cd to the file directory. reportedly works
5669 better with remote files.
5670
5671 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5672 Use file-name-nondirectory when passing files to CVS.
5673
5674 * ediff-diff.el (ediff-cmp-options): New variable.
5675 (ediff-same-file-contents): Use ediff-cmp-options.
5676
5677 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5678 ediff-get-patch-buffer): Use current buffer if it appears to be a
5679 patch.
5680
5681 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5682 C-g
5683
5684 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5685 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5686 (viper-save-cursor-color,viper-restore-cursor-color):
5687 Improved cursor color handling.
5688 (viper-get-saved-cursor-color-in-replace-mode,
5689 viper-get-saved-cursor-color-in-insert-mode): New functions for
5690 better cursor color handling.
5691
5692 * viper-ex.el (ex-read,ex-edit):
5693 Fixes for correct interpretation of #,%.
5694 (viper-ex): Now works correctly when called from other functions.
5695 (viper-glob-function): New variable.
5696 (viper-ex): Save excursion before doing :global.
5697
5698 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5699
5700 * viper-cmd.el (viper-post-command-sentinel,
5701 viper-insert-state-post-command-sentinel,
5702 viper-insert-state-pre-command-sentinel): Takes better care of
5703 cursor colors.
5704
5705 * viper.el: Version change.
5706
5707 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5708
5709 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5710 that the modeline display was updated *only* when
5711 `whitespace-display-in-modeline' was set, not otherwise.
5712
5713 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5714
5715 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5716 "frac12".
5717
5718 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5719 ad-activate.
5720
5721 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5722
5723 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5724 using fboundp instead of assuming that these are not present in
5725 particular flavors of emacs.
5726 (whitespace-version): Update to 2.8
5727 (whitespace-display-in-modeline): Add custom variable to control
5728 displaying the whitespace errors on the modeline based on
5729 suggestion from <klaus.berndl@sdm.de>
5730 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5731 clean, to enable using as a hook function, as suggested by Puneet
5732 Goel <puneet@computer.org>
5733 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5734 quiet was not set, even with whitespace-auto-cleanup set.
5735 (whitespace-mode-line): Now uses less modeline real estate and
5736 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5737 which is present in the file, and <y> is any type of whitespace
5738 whose check has been suppressed by setting
5739 `whitespace-check-<whitespace-type>' to nil.
5740 (whitespace-unchecked-whitespaces): New function to return the
5741 list of whitespaces for whom checks have been suppressed.
5742 (whitespace-display-unchecked-whitespaces): Renamed to
5743 `whitespace-update-modeline' to reflect its functionality.
5744
5745 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5746
5747 * progmodes/compile.el (compilation-error-regexp-alist):
5748 Undo previous change.
5749
5750 1999-10-28 Dave Love <fx@gnu.org>
5751
5752 * help.el (help-follow): Make arg optional again and really
5753 default to point.
5754
5755 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5756
5757 * paths.el (rmail-file-name): Make it an option.
5758
5759 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5760 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5761 comment fixes.
5762
5763 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5764 MIPS Pro 7.3 compiler error message syntax.
5765
5766 1999-10-27 Dave Love <fx@gnu.org>
5767
5768 * progmodes/compile.el: Checkdoc-inspired fixes.
5769
5770 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5771
5772 * lpr.el (print-buffer): Doc-string fix.
5773
5774 1999-10-27 Dave Love <fx@gnu.org>
5775
5776 * emacs-lisp/advice.el: Doc fixes.
5777 (ad-lemacs-p): Removed.
5778 (advice): Add :link to defgroup.
5779
5780 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5781
5782 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5783 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5784
5785 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5786
5787 * window.el (walk-windows): If ALL-FRAMES is a frame,
5788 start on that frame. Use save-selected-window.
5789
5790 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5791
5792 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5793 ad-activate. All callers changed, including those in data.c.
5794 (ad-activate-internal-off): Renamed from ad-activate-off.
5795 All uses changed.
5796 (ad-activate): Renamed from ad-activate-on. All uses changed.
5797 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5798 Alter the definition of ad-activate-internal, not ad-activate.
5799
5800 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5801
5802 * startup.el (command-line-1): Add support for command line
5803 arguments `file' and `execute'. Fix handling of `visit'.
5804
5805 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5806
5807 * international/mule-cmds.el (read-input-method-name): Handle the
5808 case that the arg DEFAULT is symbol.
5809
5810 * international/mule-diag.el (mule-diag): Handle the case that
5811 default-input-method is symbol.
5812
5813 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5814
5815 * textmodes/tildify.el: New file.
5816
5817 1999-10-25 Sam Steingold <sds@ksp.com>
5818
5819 * Makefile (compile-files): Fixed the "tr" strings.
5820 (EMACS): Set to ../src/emacs.
5821
5822 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5823
5824 * info.el (Info-build-node-completions): Add '("*") to the
5825 completion list.
5826
5827 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5828
5829 * frame.el (auto-raise-mode): When enabling the mode,
5830 immediately raise the selected frame.
5831
5832 * indent.el (indent-region): Doc fix.
5833
5834 * comint.el (comint-output-filter): Make the Comint buffer current
5835 for the comint-preoutput-filter-functions.
5836
5837 * mail/reporter.el: Doc fix.
5838
5839 1999-10-24 Stephen Eglen <stephen@gnu.org>
5840
5841 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5842 that Octave lisp files can also run under XEmacs 20.
5843 (require 'custom) added so that files can run under Emacs 19.34.
5844
5845 * iswitchb.el (iswitchb-default-keybindings): No need to use
5846 read-kbd-macro in keybindings.
5847
5848 1999-10-23 Dave Love <fx@gnu.org>
5849
5850 * elide-head.el: New file.
5851
5852 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5853
5854 * Makefile (compile-files, backup-compiled-files): New targets.
5855 (bootstrap, bootstrap-clean): Ditto.
5856
5857 1999-10-22 Paul Eggert <eggert@twinsun.com>
5858
5859 * international/mule-cmds.c (locale-language-names):
5860 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5861 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5862 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5863 Use Latin-8 for Welsh.
5864 Use Latin-1 for English if "en" is explicitly specified.
5865 Use Latin-1 for Scots Gaelic, Tagalog.
5866 Use Latin-1 (not Latin-4) for Greenlandic.
5867 Use Latin-1 (not Latin-2) for Albanian.
5868 (locale-preferred-coding-systems, locale-language-names):
5869 Remove generic ISO 8859 locales; locale-charset-language-names now
5870 does this.
5871 (locale-charset-language-names): New variable.
5872 (set-locale-environment): Use language name specified by
5873 locale-charset-language-names if its charsets disagree with the
5874 language name specified by locale-language-names.
5875
5876 1999-10-22 Dave Love <fx@gnu.org>
5877
5878 * make-mode.el: Minor doc fixes.
5879
5880 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5881
5882 1999-10-21 Dave Love <fx@gnu.org>
5883
5884 * loadup.el: Add latin-8, latin-9.
5885
5886 1999-10-20 Paul Eggert <eggert@twinsun.com>
5887
5888 * disp-table.el (standard-display-european): Remove undocumented
5889 arg AUTO; no longer used by startup.el. Do not attempt to treat
5890 all non-English language environments as coding system names.
5891 Instead, use the downcased language environment name as a coding
5892 system name if it is one; otherwise, use latin-1.
5893
5894 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5895
5896 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5897 that were split so that part of the comment appeared as Lisp code.
5898
5899 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5900
5901 * ps-bdf.el: Doc fix.
5902
5903 * ps-print-def.el: New file: common definitions for all parts of
5904 ps-print.
5905 (ps-multibyte-buffer): Moved from ps-mule.
5906
5907 * ps-mule.el: File dependence fix.
5908 (ps-multibyte-buffer): Moved to ps-print-def.
5909
5910 * ps-print.el: Doc fix, better customization.
5911 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5912 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5913 (ps-end-file): Doc fix.
5914 (ps-setup, ps-begin-file): Fun fix.
5915 (postscript): New group.
5916 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5917 (ps-print-prologue-1): Adjust PostScript programming.
5918 (ps-print): Adjust group hierarchy.
5919 (ps-print-n-up, ps-print-zebra, ps-print-background,
5920 ps-print-printer)
5921 (ps-print-page): New subgroups.
5922 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5923 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5924 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5925 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5926 (ps-zebra-stripe-height, ps-print-background-image)
5927 (ps-print-background-text, ps-spool-config): Adjust customization.
5928 (dos-ps-printer): Definition eliminated.
5929
5930 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5931
5932 * ps-mule.el: Doc fix, define functions properly if mule package is
5933 loaded or not.
5934 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5935 mule package is loaded or not.
5936
5937 * ps-print.el: Doc fix, n-up printing.
5938 (ps-print-version): New version number (5.0).
5939 (ps-page-dimensions-database): Added document media.
5940 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5941 (ps-page-order, ps-printing-region-p): New vars.
5942 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5943 funs.
5944 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5945 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5946 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5947 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5948 (ps-print-begin-sheet-hook): New hook.
5949 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5950 const.
5951 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5952 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5953 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5954 (ps-count-lines): Changed to defun.
5955 (ps-header-page): Changed to defsubst, fix fun.
5956 (ps-printing-region): Doc fix, adjust programming code.
5957 (ps-output-boolean, ps-background-pages, ps-background-text)
5958 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5959 programming code.
5960
5961 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5962
5963 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5964 (ps-print-version): New version number (4.2).
5965 (ps-spool-config, ps-spool-tumble): New vars.
5966 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5967 programming, new PostScript procedure to handle errors.
5968 (ps-print-prologue-2): Changed to defconst.
5969 (ps-print-duplex-feature): New const: duplex and tumble setting.
5970 (ps-setup, ps-begin-file): Fix funs.
5971 (ps-boolean-capitalized): New fun.
5972
5973 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5974
5975 * Makefile (dontcompilefiles): Obsoleted.
5976 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5977 (EL): Unused.
5978 (temacs): Removed (unused).
5979 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5980 version of the file (necessary for the update to work properly).
5981 (autoloads): Force the use of `pwd`/loaddefs.el.
5982 (updates); Redefined in terms of other targets to reduce redundancy.
5983 (.el.elc): New default rule, just in case you want it.
5984 (compile): Use a single invocation of Emacs.
5985 (bootstrap-compile); Unneeded.
5986 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5987
5988 1999-10-19 Dave Love <fx@gnu.org>
5989
5990 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5991
5992 1999-10-19 Sam Steingold <sds@ksp.com>
5993
5994 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5995 comply with the comment.
5996
5997 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5998
5999 * autorevert.el (auto-revert-mode): Make auto-revert-mode
6000 permanent-local.
6001
6002 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
6003
6004 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
6005 value: \"lpr\" changed to "lpr"
6006 (ps-mode-version): New constant
6007 (ps-mode-show-version): New function, added key in ps-mode-map
6008 (ps-run-messages): Removed
6009 (ps-run-font-lock-keywords-2): New defcustom variable replacing
6010 ps-run-messages. These keywords now include the value of
6011 ps-run-prompt, making its fontification customizable.
6012 (ps-run-init): Removed \\n from docstring, it is now added when
6013 the value is used
6014 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
6015 ps-run-prompt
6016 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
6017 customizable variables in doc-string (its equivalent
6018 ps-run-messages was missing in previous version of the doc-string)
6019 (ps-run-mode): Simplified assignment to font-lock-defaults, using
6020 symbols only
6021
6022 1999-10-19 Alex Schroeder <alex@gnu.org>
6023
6024 * ansi-color.el: Complete rewrite.
6025
6026 1999-10-19 Paul Eggert <eggert@twinsun.com>
6027
6028 Fix bootstrapping problems.
6029 Use the system locale to specify Emacs locale defaults.
6030
6031 * international/mule-cmds.el (global-map):
6032 Do not use backquote, because that makes a bootstrapping
6033 problem if you need to recompile all Lisp files using interpreted code.
6034 * international/mule.el (charset-id, charset-bytes,
6035 charset-dimension, charset-chars, charset-width,
6036 charset-direction, charset-iso-final-char,
6037 charset-iso-graphic-plane, charset-reverse-charset,
6038 charset-short-name, charset-long-name, charset-description,
6039 charset-plist): Likewise.
6040 * subr.el (save-match-data): Likewise.
6041
6042 * international/mule-cmds.el
6043 (set-display-table-and-terminal-coding-system): New function,
6044 containing code migrated out of set-language-environment.
6045 (set-language-environment, set-locale-environment): Use it.
6046 (locale-translation-file-name): Moved here from startup.el.
6047 (locale-language-names, locale-preferred-coding-systems):
6048 New vars.
6049 (locale-name-match, set-locale-environment): New functions.
6050
6051 * language/japan-util.el (setup-japanese-environment-internal):
6052 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
6053
6054 * startup.el (iso-8859-n-locale-regexp): Remove.
6055 (locale-translation-file-name): Move to mule-cmds.el.
6056 (command-line): Move locale-stuff into set-locale-environment.
6057
6058 1999-10-18 Dave Love <fx@gnu.org>
6059
6060 * abbrev.el (add-abbrev, inverse-add-abbrev)
6061 (expand-region-abbrevs): Remove properties from buffer text.
6062
6063 1999-10-17 Gerd Moellmann <gerd@gnu.org>
6064
6065 * iswitchb.el (iswitchb-exhibit): Extract user-input only
6066 from the mini-buffer, without the prompt.
6067
6068 * simple.el (minibuffer-prompt-end): Return the position
6069 after the prompt, not the position of that last character
6070 of the prompt.
6071
6072 1999-10-17 Miles Bader <miles@gnu.org>
6073
6074 * simple.el: Doc fixes.
6075
6076 1999-10-17 Miles Bader <miles@gnu.org>
6077
6078 * simple.el (previous-matching-history-element, next-history-element):
6079 Change to work correctly even if the point is in the prompt.
6080 (choose-completion-string): Likewise.
6081 (minibuffer-prompt-width): New function (compatibility with old subr).
6082
6083 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6084 When constraining the final position to the current field,
6085 don't use the ONLY-IN-LINE mode of constrain-to-field.
6086
6087 1999-10-17 Miles Bader <miles@gnu.org>
6088
6089 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6090 constrain-to-field.
6091 * textmodes/paragraphs.el (forward-sentence): Likewise.
6092
6093 1999-10-17 Miles Bader <miles@gnu.org>
6094
6095 * simple.el (line-move): Use constrain-to-field to avoid
6096 moving into a prompt.
6097 (previous-complete-history-element): Clarify doc string.
6098 (next-complete-history-element): Likewise.
6099 Use field-beginning instead of point-min.
6100 (next-matching-history-element): Use field-beginning and
6101 erase-field instead of point-min and erase-buffer.
6102 * textmodes/paragraphs.el
6103 (forward-paragraph, forward-sentence): Likewise.
6104 (backward-kill-paragraph, backward-kill-sentence): Remove code to
6105 constrain the kill to an field, as the movement commands now
6106 do this.
6107
6108 1999-10-17 Miles Bader <miles@gnu.org>
6109
6110 * simple.el (previous-matching-history-element): Get the
6111 minibuffer input with field-string instead of buffer-string.
6112 (choose-completion-string): Likewise.
6113 (next-history-element): Likewise.
6114 Erase the minibuffer input with erase-field, not erase-buffer.
6115 Use field-beginning to find the beginning of the input.
6116 * textmodes/paragraphs.el (backward-kill-sentence):
6117 Remove minibuffer-prompt hack.
6118 Constrain to any input field.
6119
6120 1999-10-17 Sam Steingold <sds@ksp.com>
6121
6122 * bindings.el (completion-ignored-extensions): Added ".sparcf"
6123 for CMUCL on sparc and ".ufsl" for LispWorks.
6124 (bound-and-true-p): Bugfix: free variable `v'.
6125
6126 1999-10-16 Dave Love <d.love@dl.ac.uk>
6127
6128 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
6129 (edebug-uninstall-read-eval-functions): Use load-read-function,
6130 avoiding elisp-eval.
6131
6132 1999-10-16 Sam Steingold <sds@ksp.com>
6133
6134 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
6135 instead of `eql'.
6136
6137 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
6138
6139 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6140 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6141 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6142 * ediff-util.el (ediff-make-temp-file):
6143 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6144 * emerge.el (emerge-make-temp-file):
6145 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6146 * vc.el (vc-update-change-log):
6147 * mail/mailpost.el (post-mail-send-it):
6148 * mail/metamail.el (metamail-region):
6149 * progmodes/cmacexp.el (c-macro-expansion):
6150 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6151
6152 1999-10-15 Gerd Moellmann <gerd@gnu.org>
6153
6154 * smtpmail.el (smtpmail-via-smtp): Add support for
6155 automatically appending a domain to RCPT TO: addresses.
6156
6157 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6158
6159 * dired.el (dired-insert-directory): Insert the amount of
6160 free space after the total size.
6161 (dired-free-space-program, dired-free-space-args): New variables.
6162
6163 1999-10-14 Karl Heuer <kwzh@gnu.org>
6164
6165 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6166
6167 1999-10-14 Dave Love <fx@gnu.org>
6168
6169 * international/characters.el:
6170 * international/fontset.el:
6171 * international/mule-conf.el: Add latin-iso8859-1[45].
6172
6173 * language/european.el: Add Latin-8, Latin-9. Modify some doc
6174 strings.
6175
6176 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6177 (command-line): Detect Latin-[89] locales.
6178
6179 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6180
6181 * international/mule-cmds.el (select-safe-coding-system)
6182 (leim-list-header): Avoid the use of strings that start with backslash
6183 newline since lread.c:read1 has a hack to turn those strings into
6184 integer 0 during the loadup.el process.
6185
6186 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6187
6188 1999-10-13 Dave Love <fx@gnu.org>
6189
6190 * image.el (insert-image): Copy the image spec and add an
6191 intangible property.
6192
6193 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6194
6195 * help.el (help-xref-interned): Make it also work on variable-only
6196 and function-only symbols.
6197 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6198 (help-follow): If the point under mouse is not highlighted, try
6199 `help-xref-interned' on the pointed-to symbol anyway.
6200
6201 * info.el (Info-on-current-buffer): New entry point.
6202 (Info-find-node): Split into two for Info-on-current-buffer to
6203 hook into it.
6204 (Info-current-file, Info-set-mode-line, Info-up):
6205 Info-current-file can now be t.
6206 (Info-clone-buffer-hook): Function for `clone-buffer'.
6207 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6208 Make `clone-buffer' available in various ways to the user.
6209
6210 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
6211
6212 * simple.el (shell-command, shell-command-on-region): Use
6213 make-temp-file.
6214 (clone-buffer, clone-process, clone-buffer-hook): New functions.
6215
6216 * subr.el (with-current-buffer): Don't use backquotes to avoid
6217 bootstrapping problems.
6218
6219 * loadup.el (load-path): Add subdirs for bootstrapping.
6220 (docstrings): Ignore errors during bootstrapping.
6221 (args): New `bootstrap' argument (for use in place of `dump').
6222
6223 1999-10-12 Emmanuel Briot <briot@gnat.com>
6224
6225 * ada-stmt.el: Doc-string fixes.
6226
6227 1999-10-12 Gerd Moellmann <gerd@gnu.org>
6228
6229 * recentf.el: New file.
6230
6231 * ps-mode.el: New file.
6232
6233 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6234 case insensitive.
6235
6236 1999-10-12 Richard Sharman <rsharman@pobox.com>
6237
6238 * sh-script.el: Added support for indenting existing scripts.
6239 (sh-mode-map): Added new bindings.
6240 (sh-mode): Updated mode doc-string for new commands, added
6241 make-local-variable calls, initialize mode-specific variables.
6242 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
6243 is now a different function.
6244 (sh-header-marker): Changed docstring.
6245 (sh-set-shell): Initialize mode-specific variables.
6246 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6247 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6248 Changed these define-skeleton calls to work with user-specified
6249 indentation settings.
6250 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6251 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6252 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6253 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6254 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6255 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6256 (sh-guess-basic-offset, sh-handle-after-case-label)
6257 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6258 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6259 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6260 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6261 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6262 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6263 (sh-handle-this-then, sh-help-string-for-variable)
6264 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6265 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6266 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6267 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6268 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6269 (sh-remove-our-text-properties, sh-rescan-buffer)
6270 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6271 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6272 (sh-scan-case, sh-search-word, sh-set-char-syntax)
6273 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6274 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6275 functions.
6276 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6277 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6278 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6279 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6280 (sh-var-list): New variables.
6281
6282 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
6283
6284 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6285 a value one line to high if the cursor wasn't at the start of a
6286 line. A `beginning-of-line' is now performed before making the
6287 call to `count-lines'.
6288
6289 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
6290
6291 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6292
6293 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6294
6295 * Makefile (setwins): Abstract out the command to find subdirectories
6296 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6297 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6298 (autoloads-with-other-emacs): Use it.
6299
6300 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6301
6302 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6303
6304 * Makefile (bootstrap-compile): New target. Compile Lisp
6305 files with ../src/temacs.
6306
6307 1999-10-08 Dave Love <fx@gnu.org>
6308
6309 * ange-ftp.el: Require dired when compiling.
6310 (ange-ftp-normal-login): Allow EFS-style port specification.
6311
6312 1999-10-08 Simon Marshall <simon@gnu.org>
6313
6314 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6315 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6316 If STRINGS is nil, return "" rather than nil.
6317
6318 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6319
6320 * Makefile (compile): Compile files one by one. Set load-path to
6321 current directory and subdirectories when compiling.
6322
6323 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6324
6325 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6326 (emacs): Use it everywhere instead of EMACS.
6327 (compile): New target. Compile all Lisp files from scratch.
6328 (recompile): New target. Recompile lisp directory.
6329 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6330 an Emacs executable not built in the current directory tree.
6331
6332 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6333
6334 * filecache.el (file-cache-completion-ignore-case): New variable,
6335 defaulting to the value of completion-ignore-case.
6336 (file-cache-minibuffer-complete): Use it.
6337 (file-cache-files-matching, file-cache-files-matching-internal):
6338 New functions.
6339
6340 1999-10-07 Emmanuel Briot <briot@gnat.com>
6341
6342 * ada-xref.el: New file
6343
6344 * ada-prj.el: New file
6345
6346 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6347
6348 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6349 subprogram being created.
6350
6351 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6352 ada-indent-newline-indent): Rewritten to support the new indentation
6353 scheme
6354
6355 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6356 New functions
6357
6358 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6359 justification parameter
6360
6361 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6362 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6363 external program
6364
6365 1999-10-07 Dave Love <fx@gnu.org>
6366
6367 * bindings.el (bound-and-true-p): New macro.
6368 (make-mode-line-mouse-sensitive): Don't require easymenu.
6369
6370 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6371
6372 * custom.el (defface): Extend documentation for new values of
6373 `type'.
6374
6375 * faces.el (face-spec-set-match-display): Recognize `type' of
6376 `motif', `lucid', `x-toolkit'.
6377 (menu): New face.
6378
6379 1999-10-05 Dave Love <fx@gnu.org>
6380
6381 * files.el: Recognize temporary crontab files.
6382
6383 * info.el: Require jka-compr when compiling.
6384 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6385
6386 1999-10-04 Dave Love <fx@gnu.org>
6387
6388 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6389 scroll-up-aggressively, scroll-down-aggressively.
6390
6391 * time.el (display-time-mode): Add autoload cookie.
6392
6393 * rect.el (delete-extract-rectangle): Doc fix from verna.
6394
6395 * help-macro.el (three-step-help): Customize.
6396
6397 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6398
6399 * hexl.el (hexlify-buffer): Move point in proper range
6400 if it is too large.
6401 (hexl-after-revert-hook): Update hexl-max-address.
6402 (hexl-address-to-marker): Doc fix.
6403
6404 1999-10-03 Dave Love <fx@gnu.org>
6405
6406 * image.el (defimage): Remove redundant code. Substitute file in
6407 image plist.
6408
6409 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6410
6411 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6412 when doing with-temp-file.
6413
6414 1999-10-01 Dave Love <fx@gnu.org>
6415
6416 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6417
6418 * help.el: Require view when compiling.
6419 (view-emacs-FAQ): Use Info version.
6420
6421 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6422
6423 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6424 (normat->normal). Use correct font names for Korean
6425 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6426
6427 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6428
6429 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6430 code not used by KOI8 to the same 8-bit code instead of mapping to
6431 SPC.
6432 (cyrillic-alternativnyj-decode-table): Likewise.
6433
6434 1999-09-29 Alex Schroeder <alex@gnu.org>
6435
6436 * sql.el (sql-imenu-generic-expression): Aew, used to set
6437 imenu-generic-expression.
6438 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6439 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6440 imenu-case-fold-search, and imenu-syntax-alist.
6441 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6442 setting font-lock-defaults' SYNTAX-ALIST.
6443
6444 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6445
6446 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6447 macro, try again.
6448
6449 1999-09-28 Dave Love <fx@gnu.org>
6450
6451 * cus-edit.el (custom-comment): Change widget definition.
6452 (custom-comment-create, custom-comment-show)
6453 (custom-comment-invisible-p): Don't use :comment-overlay.
6454 (custom-comment-hide): New function.
6455 (custom-variable-set, custom-variable-save)
6456 (custom-variable-reset-standard, custom-face-set)
6457 (custom-face-save): Use it.
6458
6459 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6460
6461 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6462
6463 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6464
6465 * faces.el (region): Doc fix.
6466
6467 1999-09-27 Dave Love <fx@gnu.org>
6468
6469 * isearch.el (isearch): Add :links in defgroup.
6470 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6471 (isearch-switch-frame-handler): Comment out (unused).
6472 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6473 (isearch-ring-retreat-edit): Doc fix.
6474 (isearch-mouse-yank): New command.
6475 (isearch-last-command-char): Removed. Callers changed to use
6476 last-command-char.
6477 (isearch-char-to-string): Removed. Callers changed to use
6478 char-to-string.
6479
6480 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6481
6482 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6483 option for Russian.
6484
6485 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6486
6487 * faces.el (face-differs-from-default-p): Compare face
6488 attributes individually.
6489
6490 * image.el (put-image, insert-image): Add string argument.
6491
6492 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6493
6494 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6495 LANG=de_DE.iso88591 on HPUX 11.0.
6496
6497 * dired.el (dired-move-to-filename-regexp): Make it work
6498 for LANG=de_DE.iso88591 on HPUX 11.0.
6499
6500 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6501
6502 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6503 if we know for some other reason it should not be used.
6504
6505 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6506 New variable.
6507 (edebug-recursive-edit): Save current-prefix-arg there,
6508 bind it, and set it back at the end.
6509 (edebug-outside-excursion): Restore and update the outside
6510 value of current-prefix-arg.
6511 (edebug-emacs-version-specific): Delete support for Epoch.
6512
6513 1999-09-24 Howard Melman <howard@silverstream.com>
6514
6515 * imenu.el (imenu-after-jump-hook): New variable.
6516 (imenu): Run menu-after-jump-hook.
6517 (imenu-name-lookup-function): New variable.
6518 * imenu.el (imenu--in-alist): Use those variables.
6519
6520 1999-09-24 Carsten Dominik <cd@gnu.org>
6521
6522 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6523 multiple thebibliography environments.
6524
6525 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6526 with recentering window.
6527 (reftex-extract-bib-entries-from-thebibliography,
6528 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6529 with multiple thebibliography environments.
6530
6531 * textmodes/reftex-vars.el
6532 (reftex-section-levels): Function allowed as cdr.
6533 (reftex-max-section-depth) New option.
6534
6535 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6536 with multiple thebibliography environments.
6537
6538 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6539
6540 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6541 instead of point-min in call to delete-region.
6542
6543 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6544
6545 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6546 out into arbitrary file names.
6547
6548 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6549
6550 * language/european.el ("Turkish"): New language environment.
6551
6552 1999-09-19 Dave Love <fx@gnu.org>
6553
6554 * delim-col.el: New file.
6555
6556 1999-09-17 Richard Stallman <rms@gnu.org>
6557
6558 * files.el (after-find-file): When visiting a backup file,
6559 make it read-only.
6560
6561 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6562 (apropos-keybinding-face, apropos-label-face): Likewise.
6563 (apropos-property-face, apropos-match-face): Likewise.
6564 (apropos-label-properties): New variable.
6565 (apropos-print-doc): Use apropos-label-properties.
6566 (apropos-print): Set apropos-label-properties.
6567
6568 1999-09-15 Richard Stallman <rms@gnu.org>
6569
6570 * winner.el: Use aref instead of sref.
6571
6572 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6573
6574 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6575
6576 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6577
6578 1999-09-14 Richard Stallman <rms@gnu.org>
6579
6580 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6581 cookie, even if followed by a letter.
6582
6583 1999-09-14 Stephen Eglen <stephen@gnu.org>
6584
6585 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6586 --no-line-editing are passed to Octave by including them here
6587 rather than storing them in inferior-octave-startup-args.
6588
6589 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6590
6591 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6592 command, option, env and sc.
6593
6594 * subr.el (shell-quote-argument): Quote argument with double
6595 quotes for ms-dos.
6596
6597 1999-09-14 Richard Stallman <rms@gnu.org>
6598
6599 * simple.el (eval-expression-print-level): New variable.
6600 (eval-expression-print-length): New variable.
6601 (eval-expression-debug-on-error): New variable.
6602 (eval-expression): Bind print-level, print-length and
6603 debug-on-error from those vars.
6604
6605 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6606 Bind print-level, print-length and debug-on-error.
6607
6608 1999-09-14 Inge Frick <inge@nada.kth.se>
6609
6610 * dired.el (dired-recursive-deletes): New custom variable.
6611 (dired-re-no-dot): New variable.
6612 (dired-delete-file): New function deletes files and directories
6613 recursively.
6614 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6615
6616 * dired-aux.el (dired-recursive-copies): New custom variable.
6617 (dired-handle-overwrite): Broke a long line.
6618 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6619 `copy-file'.
6620 (dired-copy-file-recursive): New function. Copy directories
6621 recursively.
6622 (dired-do-create-files): Added support for generalized directory
6623 target. How-to function may now return a function. New fluid
6624 variable `dired-one-file'.
6625 (dired-copy-how-to-fn): New variable.
6626 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6627 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6628 (dired-do-copy-regexp): No recursive copies.
6629
6630 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6631
6632 * whitespace.el (whitespace-version): Update version to 2.4
6633
6634 * whitespace.el: Add customization variables to conditionally test
6635 any of the five whitespaces, per request from Rune Kleveland
6636 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6637
6638 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6639
6640 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6641 list of modes to be checked for bogus whitespaces.
6642
6643 * whitespace.el (whitespace-rescan-timer-time): Update
6644 documentation.
6645
6646 * whitespace.el (whitespace-display-unchecked-whitespaces):
6647 New function to update modeline with untested whitespaces.
6648
6649 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6650 checking is turned on, and update modeline using the newly created
6651 `whitespace-display-unchecked-whitespaces'.
6652
6653 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6654 whose checking is turned on, and update modeline using the newly
6655 created `whitespace-display-unchecked-whitespaces'.
6656
6657 * whitespace.el (whitespace-describe): Update documentation.
6658
6659 * whitespace.el (whitespace-tickle-timer): Test if
6660 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6661
6662 1999-09-13 Dave Love <fx@gnu.org>
6663
6664 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6665
6666 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6667 for temp buffer.
6668 (checkdoc-this-string-valid): Don't assume default comment-start.
6669
6670 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6671
6672 * rsz-mini.el: Remove code, keep the interface.
6673
6674 1999-09-13 Dave Love <fx@gnu.org>
6675
6676 * help.el (help-highlight-p): Doc fix.
6677
6678 * faces.el (mode-line, header-line, tool-bar): Add :version.
6679 (highlight, secondary-selection): Add :group.
6680 (trailing-whitespace): Add :group, :version.
6681
6682 * wid-edit.el: Remove some compatibility code and checks.
6683 (widget-specify-field, widget-specify-button): Don't use XEmacs
6684 properties.
6685 (widget-overlay-inactive): Change error message.
6686 (widget-button-pressed-face): New variable.
6687 (widget-button-click): Use it.
6688 (widget-documentation-link-add): Specify mouse and button faces.
6689 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6690 removed now the functionality is built in.
6691
6692 * cus-edit.el: Don't define-widget-keywords.
6693 (multimedia): New group.
6694 (custom-last): Function removed.
6695 (custom-quote): Add vectorp case, comment out characterp case.
6696 (custom-buffer-done-function, custom-raised-buttons): New option.
6697 (Custom-buffer-done): New function.
6698 (custom-buffer-create-internal): Obey custom-raised-buttons,
6699 Custom-buffer-done.
6700 (custom-button-face): Make it `released-button'.
6701 (custom-button-pressed-face): Make it `pressed-button'
6702 (custom-mode-map): Bind "q" to Custom-buffer-done.
6703 (custom-mode): Deal with raised/pressed buttons.
6704
6705 Changes from Didier Verna:
6706 (custom-prompt-variable): Optional third arg makes prompt for a
6707 comment string.
6708 (customize-set-value, customize-set-variable,
6709 customize-save-variable): Optional prefix makes function handle
6710 variable comments.
6711 (customize-customized, customize-saved, custom-variable-state-set)
6712 (custom-variable-set, custom-variable-save, custom-face-state-set)
6713 (custom-variable-reset-saved, custom-variable-reset-standard)
6714 (custom-face-set, custom-face-save, custom-face-reset-saved)
6715 (custom-face-reset-standard, customize-save-customized): Handle
6716 custom comments.
6717 (custom-comment-face, custom-comment-tag-face): New face.
6718 (custom-comment): New widget.
6719 (custom-comment-create, custom-comment-delete)
6720 (custom-comment-value-set, custom-comment-show)
6721 ()custom-comment-invisible-p): New functions.
6722 (custom-variable-value-create, custom-face-value-create): Create a
6723 comment field widget.
6724 (custom-variable-menu, custom-face-menu): New entry for custom
6725 comment.
6726 (custom-face-value-create): Remove compatibility code.
6727 (custom-save-variables, custom-save-faces): Possibly save custom
6728 comments.
6729
6730 * cus-face.el (custom-face-attributes): Simplify :underline,
6731 :overline, :inverse-video cases. Fix up :box case (probably needs
6732 more work).
6733
6734 Change from Didier Verna:
6735 (custom-set-faces): The arguments can now have a custom comment as
6736 fourth argument.
6737
6738 * custom.el: Don't define-widget-keywords.
6739 Change from Didier Verna:
6740 (custom-set-variables): The arguments can now have a
6741 custom comment as fifth element.
6742
6743 1999-09-13 Richard Stallman <rms@gnu.org>
6744
6745 * info.el (Info-find-node): Cope better if guesspos is too large.
6746
6747 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6748
6749 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6750 of buffer-substring because buffer-string doesn't copy the
6751 prompt.
6752
6753 * faces.el (mode-line): Replaces `modeline'.
6754 (toplevel): Make `modeline' an alias for `mode-line'.
6755
6756 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6757
6758 * gs.el: Change `ghostscript' to `postscript' in comment.
6759
6760 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6761
6762 * emulation/tpu-edt.el (tpu-version): New version.
6763 (tpu-search-overlay, tpu-replace-overlay): New variables.
6764 (tpu-search-highlight, tpu-toggle-direction): New functions.
6765 (tpu-lm-replace): Set tpu-replace-overlay.
6766 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6767 command hook.
6768
6769 1999-09-11 Richard Stallman <rms@gnu.org>
6770
6771 * isearch.el (isearch-mode-map): Undo previous change.
6772
6773 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6774 use all of that as the sexp.
6775
6776 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6777 and use the initial argument as file name directly.
6778 Likewise if nothing matches.
6779
6780 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6781
6782 * winner.el: Major changes. Avoid changing point and mark.
6783 Save configurations after they change, not before.
6784
6785 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6786
6787 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6788 Bind print-continuous-numbering and print-number-table.
6789
6790 1999-09-10 Dave Love <fx@gnu.org>
6791
6792 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6793
6794 1999-09-09 Richard Stallman <rms@gnu.org>
6795
6796 * whitespace.el: Finish making it fit Emacs conventions.
6797 Add autoloads.
6798
6799 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6800
6801 * generic-x.el (bat-generic-mode): "::"-style comments don't
6802 need to begin with "-". Fix the font-lock definitions of ON/OFF
6803 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6804 from the list of keywords. Add DO to the list of keywords.
6805
6806 1999-09-09 Dave Love <fx@gnu.org>
6807
6808 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6809 (byte-optimize-backward-word): New optimizations.
6810 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6811 entries.
6812
6813 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6814
6815 * image.el (put-image): Remove optional buffer parameter.
6816
6817 * faces.el (face-italic-p): Return t only for values `italic'
6818 and `oblique'.
6819
6820 * mouse.el (mouse-drag-mode-line-1): Extension of former
6821 mouse-drag-mode-line that also drags the header line.
6822 (mouse-drag-mode-line): Call it.
6823 (mouse-drag-header-line): New.
6824 (toplevel): Bind down-mouse-1 on header lines to
6825 mouse-drage-header-line.
6826
6827 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6828
6829 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6830 (make-mode-line-mouse-sensitive): Replace `top-line' by
6831 `header-line'.
6832
6833 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6834
6835 * help.el (describe-function-1): Don't return empty string for keymaps.
6836
6837 * fill.el (fill-region-as-paragraph, canonically-space-region):
6838 Respect colon-double-space at end of line.
6839
6840 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6841
6842 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6843 (backup-buffer): Use it.
6844
6845 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6846
6847 * generic-x.el (generic-define-unix-modes): Added new modes:
6848 inetd-conf-generic-mode, etc-services-generic-mode,
6849 etc-passwd-generic-mode. These are all defined for Unix by default.
6850 (apache-generic-mode): Use an imenu-generic-expression to list
6851 Configuration keywords.
6852 (samba-generic-mode): Use both ; and # as comment characters.
6853 (samba-generic-mode): Font-lock expressions now highlight name
6854 value pairs.
6855 (bat-generic-mode): Keywords are now case-insensitive through
6856 font-lock-defaults setting.
6857 (java-properties-generic-mode): Supports both ! and # as comment
6858 characters.
6859 (java-properties-generic-mode): Added an imenu-generic-expression
6860 (java-properties-generic-mode): Reworked to support the various
6861 different ways to separate name and value (viz, '=', ':' and
6862 whitespace).
6863 (show-tabs-generic-mode): Added this new generic-mode.
6864
6865 1999-09-08 Richard Stallman <rms@gnu.org>
6866
6867 * progmodes/inf-lisp.el: Moved from top directory.
6868
6869 * tar-mode.el (tar-header-block-tokenize):
6870 Use `when' instead of `and'. Fix some clobbered text.
6871
6872 * gud.el (gud-make-debug-menu): Make a child for the
6873 local menu, for its menu bar, and the debug menu.
6874 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6875 Use the history in the simple way.
6876
6877 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6878
6879 * language/korea-util.el (default-korean-keyboard): Initialize it
6880 according to the environment variable HANGUL_KEYBOARD_TYPE.
6881
6882 1999-09-07 Richard Stallman <rms@gnu.org>
6883
6884 * subr.el (make-temp-file): New function.
6885
6886 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6887
6888 * font-lock.el (font-lock-multiline): New text property contains
6889 a boolean to indicate if the char is part of a multiline match.
6890 (font-lock-default-fontify-region): Extend the region appropriately
6891 for multiline keywords.
6892 (font-lock-default-unfontify-region): Also remove the new
6893 font-lock-multiline text property.
6894 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6895 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6896
6897 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6898
6899 * diary-lib.el (list-diary-entries): Make sure two-digit years
6900 have leading zeros.
6901
6902 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6903
6904 * faces.el (face-set-after-frame-default): Initialize some
6905 attributes of some faces from frame parameters.
6906
6907 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6908
6909 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6910
6911 * faces.el (fringe): Replaces face `margin'.
6912
6913 1999-09-07 Dave Love <fx@gnu.org>
6914
6915 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6916
6917 1999-09-07 Richard Stallman <rms@gnu.org>
6918
6919 * subr.el (push): Doc fix.
6920
6921 1999-09-06 Richard Stallman <rms@gnu.org>
6922
6923 * vc.el (vc-annotate-display): Use < 69 not < 70
6924 to distinguish 20YY from 19YY.
6925
6926 * timezone.el (timezone-parse-date): Use < 69 not < 70
6927 to distinguish 20YY from 19YY.
6928
6929 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6930
6931 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6932
6933 * quickurl.el: (quickurl-list-focused-line): Removed.
6934 (quickurl-list-insert): Now works out the focused line using
6935 `count-lines' instead of using `quickurl-list-focused-line'.
6936
6937 1999-09-06 Richard Stallman <rms@gnu.org>
6938
6939 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6940 to beginning of message.
6941
6942 1999-09-06 Dave Love <fx@gnu.org>
6943
6944 * isearch.el (isearch-mode-map): Add mouse-2.
6945
6946 * mail/rmail.el (rmail-read-password): Deleted.
6947 (rmail-get-pop-password): Use read-password.
6948
6949 * quickurl.el: Don't conditionally define caddr.
6950 (quickurl-url-comment): Use nth, not caddr in function and
6951 defsetf.
6952
6953 1999-09-06 Richard Stallman <rms@gnu.org>
6954
6955 * auto-show.el: Doc fixes.
6956
6957 1999-09-06 Stephen Eglen <stephen@gnu.org>
6958
6959 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6960 --no-line-editing so that TABs in source files are not interpreted
6961 as completion requests.
6962
6963 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6964
6965 * hscroll.el, auto-show.el: Remove all code, keep the public
6966 interface as no-ops.
6967
6968 * faces.el (face-bold-p): Don't return t if face has lighter
6969 weight than normal.
6970
6971 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6972
6973 * startup.el (command-line): Make small-temporary-file-directory
6974 be nil except on ms-dos.
6975
6976 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6977
6978 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6979 is defined.
6980
6981 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6982 letters with a colon after d or l.
6983
6984 1999-09-06 Dave Love <fx@gnu.org>
6985
6986 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6987 primitive.)
6988
6989 1999-09-05 Richard Stallman <rms@gnu.org>
6990
6991 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6992
6993 * textmodes/paragraphs.el (backward-kill-sentence):
6994 Don't test minibuffer-prompt-end here.
6995 (forward-sentence): Do handle it here.
6996 (backward-kill-paragraph): Don't test it here.
6997 (forward-paragraph): Handle it here.
6998
6999 * mouse.el (font-menu-add-default): Simplify code.
7000
7001 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7002
7003 * faces.el (header-line): Renamed from `top-line'.
7004
7005 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7006
7007 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
7008
7009 1999-09-04 Richard Stallman <rms@gnu.org>
7010
7011 * whitespace.el: New file.
7012
7013 1999-09-04 Dave Love <fx@gnu.org>
7014
7015 * paths.el: Make some doc strings obey the make-docfile convention.
7016
7017 * bindings.el: Likewise.
7018 (debug-ignored-errors): Remove BBDB ones.
7019
7020 1999-09-03 Richard Stallman <rms@gnu.org>
7021
7022 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
7023 not from the draft to forward.
7024
7025 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
7026
7027 1999-09-03 Dave Love <fx@gnu.org>
7028
7029 * double.el (double-mode): Customize the variable.
7030
7031 1999-09-03 Kenichi Handa <handa@etl.go.jp>
7032
7033 * international/characters.el: Delete duplicated code.
7034
7035 1999-09-02 Richard Stallman <rms@gnu.org>
7036
7037 * indent.el (indent-relative): Doc fix.
7038
7039 * quickurl.el (quickurl): Doc fix.
7040
7041 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7042
7043 * faces.el (margin): Change background to "gray" for mono (this is
7044 drawn with a stipple pattern).
7045
7046 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7047
7048 * simple.el (next-history-element): Use minibuffer-prompt-end once
7049 again. Remove test for minibuffer-prompt-in-buffer.
7050
7051 1999-09-02 Eli Zaretskii <eliz@gnu.org>
7052
7053 * files.el (small-temporary-file-directory): New variable.
7054
7055 * startup.el (command-line): Compute the value of
7056 small-temporary-file-directory.
7057
7058 * ediff-init.el (ediff-temp-file-prefix): Use
7059 small-temporary-file-directory if non-nil.
7060
7061 * vc.el (vc-update-change-log): Likewise.
7062
7063 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
7064
7065 * simple.el (shell-command, shell-command-on-region): Use
7066 make-temp-name properly. Use small-temporary-file-directory if
7067 non-nil, otherwise temporary-file-directory, to generate temporary
7068 files.
7069
7070 * dos-w32.el (direct-print-region-helper): Use
7071 temporary-file-directory. (From Stefan Monnier.)
7072
7073 1999-09-02 Richard Stallman <rms@gnu.org>
7074
7075 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7076 from asm-comment-char.
7077 (asm-font-lock-keywords): Recognize instruction width suffixes.
7078
7079 1999-09-01 Richard Stallman <rms@gnu.org>
7080
7081 * play/fortune.el: New file.
7082
7083 1999-08-31 Dave Love <fx@gnu.org>
7084
7085 * help.el (help-make-xrefs): Don't lose on non-empty blank line
7086 after key table.
7087
7088 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7089 redisplay variables.
7090
7091 * subr.el (push): Fix typo.
7092
7093 1999-08-30 Kevin Blake <kblake@ticnet.com>
7094
7095 * emacs-lisp/ring.el: Many doc fixes.
7096 (ring-size, ring-copy): New functions.
7097
7098 1999-08-29 Richard Stallman <rms@gnu.org>
7099
7100 * progmodes/etags.el (tags-loop-continue):
7101 After tags-loop-operate returns, force skip to next file.
7102
7103 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
7104 (mail-extr-first-letters, mail-extr-last-letters):
7105 Use character classes [:alpha:] and [:alnum:].
7106
7107 * subr.el (push, pop): New macros.
7108
7109 * progmodes/compile.el (compilation-error-regexp-alist):
7110 New item for SGI IRIX MipsPro compilers.
7111
7112 * speedbar.el (speedbar-directory-buttons): Recognize
7113 device names when checking for file names.
7114
7115 * array.el (array-reconfigure-rows): Use generate-new-buffer.
7116
7117 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
7118 and specially handle defvar inside their expansions.
7119 (eval-defun-1): New subroutine.
7120
7121 * progmodes/compile.el (compilation-error-regexp-alist):
7122 Fix the Perl -w entry to allow period after line number.
7123 Don't allow newlines in file name, but allow them after line number
7124 for Perl debugging traces.
7125
7126 * which-func.el (which-func-cleanup-function): New variable.
7127 (which-function): Call that function.
7128
7129 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
7130 to end a function name.
7131
7132 * informat.el (Info-tagify): Don't insert more than one newline
7133 before the tag table.
7134
7135 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
7136
7137 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
7138 than make-temp-name, use match-string-no-properties, and eliminate
7139 a quadratic behavior when building bibtex-strings.
7140
7141 1999-08-29 Alex Schroeder <alex@gnu.org>
7142
7143 * comint.el (comint-input-ring-separator): New variable.
7144 (comint-read-input-ring): Doc change; use
7145 comint-input-ring-separator when reading file.
7146 (comint-write-input-ring): Use
7147 comint-input-ring-separator when writing file.
7148
7149 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
7150
7151 * informat.el (Info-tagify): Start by widening.
7152 Match node headers that don't list the file name,
7153 and more kinds of page separations.
7154 Strip properties during tagification.
7155 Use start of node header line as tag's position.
7156 Fix the "done" message.
7157
7158 (Info-validate): Save and restore match data around narrowing down.
7159
7160 1999-08-28 Richard M. Stallman <rms@gnu.org>
7161
7162 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7163 On repeated call, override previous values put into
7164 minor-mode-map-alist and minor-mode-alist.
7165
7166 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
7167
7168 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7169
7170 1999-08-27 Andreas Schwab <schwab@gnu.org>
7171
7172 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7173 from cvs update.
7174
7175 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7176
7177 * calendar/calendar.el (calendar-move-hook): New hook.
7178
7179 * calendar/cal-move.el: Call the new hook in every movement function.
7180
7181 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7182 the right function name.
7183
7184 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
7185
7186 * time-stamp.el: Put quote-backquote around all symbol names
7187 in doc strings, for mousing.
7188 (time-stamp): Support multi-line patterns.
7189 (time-stamp-inserts-lines): New variable.
7190 (time-stamp-count): New variable.
7191 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7192 "Thu" instead of "%a".
7193
7194 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7195
7196 * simple.el (kill-word): Undo previous change.
7197
7198 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7199
7200 * jit-lock.el (jit-lock-function): Extend the fontified range
7201 to the beginning of the line containing the range start and
7202 the beginning of the line following the range end.
7203
7204 1999-08-24 Dave Love <fx@gnu.org>
7205
7206 * timezone.el: Move provide to end.
7207 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
7208 <70 are 2000+.
7209 (timezone-parse-time): Simplify somewhat.
7210
7211 1999-08-24 Gerd Moellmann <gerd@gnu.org>
7212
7213 * faces.el (margin): Renamed from bitmap-area.
7214
7215 1999-08-24 Alex Schroeder <alex@gnu.org>
7216
7217 * sql.el: Doc changes.
7218 (sql-sybase): Use sql-server instead of sql-database.
7219
7220 1999-08-23 Dave Love <fx@gnu.org>
7221
7222 * rect.el: Add/fix various doc strings. Add `*' to all the
7223 interactive specs.
7224
7225 1999-08-21 Gerd Moellmann <gerd@gnu.org>
7226
7227 * jit-lock.el (jit-lock-function): Use line-beginning-position.
7228 Don't unwind-protect font-lock-fontify-region.
7229
7230 * paragraphs.el (backward-kill-paragraph): Don't move
7231 point into mini-buffer prompt.
7232 (backward-kill-sentence): Ditto.
7233
7234 * simple.el (next-history-element): Use minibuffer-prompt-end.
7235 Remove test for minibuffer-prompt-in-buffer.
7236 (kill-word): Don't move point into mini-buffer prompt.
7237
7238 1999-08-21 Dave Love <fx@gnu.org>
7239
7240 * Makefile: Exclude CVS dirs like RCS.
7241
7242 1999-08-19 Dave Love <fx@gnu.org>
7243
7244 * tooltip.el (tooltip-mode): Customize this, per convention.
7245 (tooltip-active): Option deleted.
7246
7247 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
7248
7249 * hanoi.el, page-ext.el: Declare dynamic vars.
7250
7251 * term.el: Avoid ange-ftp related compilation warnings.
7252
7253 1999-08-18 Gerd Moellmann <gerd@gnu.org>
7254
7255 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7256 the default so that beginners can benefit from it without
7257 searching in manuals.
7258
7259 1999-08-18 Ray Blaak <blaak@gnu.org>
7260
7261 * progmodes/delphi.el: Consider assembly sections as blocks, to
7262 indent them better. Make auto-indent on newline optional.
7263
7264 1999-08-17 Gerd Moellmann <gerd@gnu.org>
7265
7266 * bindings.el (mode-line-modified): Look up key binding for C-x
7267 C-q. If it's bound call that binding, otherwise call
7268 toggle-read-only.
7269
7270 1999-08-17 Dave Love <fx@gnu.org>
7271
7272 * info.el (info): Doc fix.
7273
7274 * finder.el (finder-known-keywords): Add `multimedia'.
7275
7276 * apropos.el: Don't capitalize custom group name.
7277
7278 * info-look.el: Remove compatibility code.
7279 (info-lookup-guess-default*): DTRT for point at start of symbol.
7280 (info-complete): Don't lose with point not at end of symbol.
7281
7282 1999-08-16 Gerd Moellmann <gerd@gnu.org>
7283
7284 * term.el (toplevel): Make face `term-default' an empty face.
7285 The code relied on the fact that Emacs ignored invalid faces in
7286 face text properties in 20.4.
7287
7288 1999-08-16 Richard M. Stallman <rms@gnu.org>
7289
7290 * subr.el (point-at-eol, point-at-bol): New aliases.
7291
7292 * simple.el: Functions reordered.
7293
7294 * rect.el (delete-rectangle-line): Use line-end-position.
7295
7296 1999-08-16 Karl Heuer <kwzh@gnu.org>
7297
7298 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7299 here from simple.el.
7300
7301 1999-08-16 Dave Love <fx@gnu.org>
7302
7303 * mouse.el: Provide `mldrag' for compatibility.
7304 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7305 marked obsolete.
7306
7307 * mldrag.el: Removed since the features are in mouse.el.
7308
7309 * jka-compr.el (auto-compression-mode): New variable for
7310 customization.
7311
7312 * bindings.el (mode-line-mule-info): Doc fix.
7313
7314 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7315 name comparisons.
7316
7317 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7318 (find-file): Doc fix.
7319
7320 1999-08-16 Carsten Dominik <cd@gnu.org>
7321
7322 * textmodes/reftex.el: Most of the code moved to other files.
7323 * textmodes/reftex-auc.el: New file, split out from reftex.el
7324 * textmodes/reftex-cite.el: New file, split out from reftex.el
7325 * textmodes/reftex-global.el: New file, split out from reftex.el
7326 * textmodes/reftex-index.el: New file, split out from reftex.el
7327 * textmodes/reftex-parse.el: New file, split out from reftex.el
7328 * textmodes/reftex-ref.el: New file, split out from reftex.el
7329 * textmodes/reftex-sel.el: New file, split out from reftex.el
7330 * textmodes/reftex-toc.el: New file, split out from reftex.el
7331 * textmodes/reftex-vars.el: New file, split out from reftex.el
7332 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7333
7334 1999-08-16 Carsten Dominik <cd@gnu.org>
7335
7336 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7337 conflict with pop-up-frames.
7338 (reftex-special-environment-parsers): New constant.
7339 (reftex-label-alist): car of an entry can also be a function.
7340 (reftex-what-special-env): Cew function.
7341 (reftex-label-location): Call `reftex-what-special-env'.
7342 (reftex-compile-variables): Check for symbol in
7343 `reftex-label-alist'.
7344 (reftex-what-environment): Fixed bug with stacked environments of
7345 same kind (e.g. enumerate).
7346 (reftex-process-string): Preserve default directory.
7347 (reftex-label-alist-builtin): Changed prefixes of endnote and
7348 footnote. Also the magic words.
7349 (reftex-reference): Interprete new option
7350 `reftex-fref-is-default'.
7351 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7352 (reftex-toc-mouse-view-line): Command removed (had no binding).
7353 (reftex-everything-regexp): New function.
7354 (reftex-nearest-match): Made better.
7355 (reftex-toc-find-section): Use new version of
7356 `reftex-nearest-match'.
7357 (reftex-insert-docstruct): Adapted to work with the index stuff.
7358 (reftex-parse-from-file): Find index entries as well.
7359 (reftex-toc-toggle-index): New function
7360 (reftex-toc-map): `i' is now used to togle the index, File
7361 boundaries has been moved to `F'.
7362 (reftex-select-label-map): Toggling display of file boundaries is
7363 now on the `F' key, for consistency with `reftex-toc-map'.
7364 (reftex-erase-all-selection-and-index-buffers): Renamed from
7365 `reftex-erase-all-selection-buffer'. Now also kills the index
7366 buffers.
7367 (reftex-viewing-cross-references): Customization group renamed
7368 from reftex-viewing-cross-references-and-citations.
7369 (reftex-index-macro-regexp,
7370 reftex-find-index-entry-regexp-format): New variables
7371 (reftex-macros-with-index): New variable
7372 (reftex-add-index-macros): New function
7373 (reftex-renumber-simple-labels, reftex-translate): Allow for
7374 multiple labels in a single ref command.
7375 (reftex-index-support): New customization group
7376 (reftex-support-index, reftex-index-special-chars,
7377 reftex-index-macros, reftex-index-default-macro,
7378 reftex-index-default-tag, reftex-index-math-format,
7379 reftex-index-section-letters, reftex-index-include-context,
7380 reftex-index-follow-mode, reftex-index-header-face,
7381 reftex-index-section-face, reftex-index-tag-face,
7382 reftex-index-face): New options
7383 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7384 reftex-index-tag, reftex-index-return-marker,
7385 reftex-index-restriction-indicator, reftex-index-restriction-data,
7386 reftex-index-macro-regexp, reftex-index-level-re,
7387 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7388 reftex-everything-regexp-no-index, reftex-index-re,
7389 reftex-macros-with-index, reftex-index-macro-alist): New variables
7390 (reftex-index-help, reftex-index-macros-builtin,
7391 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7392 reftex-query-index-macro-help): New constants
7393 (reftex-index-selection-or-word, reftex-index,
7394 reftex-default-index, reftex-update-default-index,
7395 reftex-index-complete-tag, reftex-index-select-tag,
7396 reftex-index-complete-key, reftex-index-update-taglist,
7397 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7398 reftex-display-index, reftex-insert-index,
7399 reftex-index-insert-new-letter, reftex-get-restriction,
7400 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7401 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7402 reftex-index-toggle-follow, reftex-index-toggle-context,
7403 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7404 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7405 reftex-index-quit, reftex-index-quit-and-kill,
7406 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7407 reftex-index-revert, reftex-index-switch-index-tag,
7408 reftex-index-restrict-to-section, reftex-index-widen,
7409 reftex-index-restriction-forward,
7410 reftex-index-restriction-backward, reftex-index-visit-location,
7411 reftex-index-analyze-entry, reftex-index-globalize,
7412 reftex-index-edit, reftex-index-toggle-range-beginning,
7413 reftex-index-toggle-range-end, reftex-index-edit-key,
7414 reftex-index-edit-attribute, reftex-index-edit-visual,
7415 reftex-index-edit-part, reftex-index-level-down,
7416 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7417 reftex-index-change-entry, reftex-index-goto-letter,
7418 reftex-add-index-macros, reftex-ensure-index-support,
7419 reftex-index-info-safe, reftex-index-info): New functions.
7420
7421
7422 1999-08-15 Richard M. Stallman <rms@gnu.org>
7423
7424 * paren.el (show-paren-mode): Support making show-paren-mode
7425 a buffer-local variable. Don't check for a window system.
7426 (show-paren-function): Check whether show-paren-function is
7427 enabled in current buffer; do the right thing if not.
7428 Don't check for a window system.
7429 (show-paren-mode): Make it a user variable.
7430
7431 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7432 Handle `enum' like `struct'.
7433
7434 * server.el (server-process-filter): If a client visits no buffers,
7435 close it immediately before recording it.
7436
7437 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7438 Optimize by calling concat just once. Handle =\n sequence.
7439 (mail-unquote-printable-region): New command.
7440 (mail-quote-printable): Make it autoload.
7441
7442 1999-08-15 Karl Heuer <kwzh@gnu.org>
7443
7444 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7445
7446 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7447
7448 * lisp/texinfmt.el: Handle @ifnottex.
7449
7450 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7451
7452 * frame.el (blink-cursor): Don't turn on cursor blinking for
7453 ms-dos.
7454
7455 * faces.el (face-valid-attribute-values): Look in
7456 x-bitmap-file-path only for x and w32 window systems.
7457
7458 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7459 Do that if width is nil as well.
7460 (x-display-mm-height, x-display-mm-width): Update values.
7461 (x-colors): Compute the list from msdos-color-values.
7462 (x-select-enable-clipboard): Doc fix.
7463 (x-frob-font-weight, x-font-family-list): New functions.
7464
7465 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7466
7467 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7468 back up from beginning of buffer.
7469
7470 1999-08-13 Karl Heuer <kwzh@gnu.org>
7471
7472 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7473
7474 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7475
7476 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7477 doomsday clock, speed control is added and changes are made to
7478 allow large numbers of rings: rings now show the whole ring
7479 number, not just the last digit; consecutive rings are allowed to
7480 be the same size when necessary to fit all the rings in the
7481 window; and poles can be oriented horizontally. Face support is
7482 thrown in gratuitously.
7483 (hanoi): Changed default number of rings back to 3.
7484 (hanoi-unix, hanoi-unix-64): New commands
7485 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7486 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7487 hanoi-odd-ring-face): New variables.
7488 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7489 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7490 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7491 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7492 (hanoi-topos, hanoi-draw-ring): Removed.
7493
7494 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7495
7496 * faces.el (face-valid-attribute-values): Return an alist for
7497 families on ttys.
7498 (face-read-integer): Handle unspecified face attributes. Add
7499 completion for `unspecified'.
7500 (read-face-attribute): Handle unspecified font attributes.
7501 (face-valid-attribute-values): Add `unspecified' to lists so that
7502 it can be chosen via completion.
7503 (face-read-string): Don't recognize "none" as input.
7504
7505 1999-08-10 Dave Love <fx@gnu.org>
7506
7507 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7508 string.
7509
7510 * sun-curs.el: Require sun-fns.
7511
7512 1999-08-10 Dave Love <fx@gnu.org>
7513
7514 * autorevert.el (auto-revert-mode): Add autoload cookie.
7515
7516 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7517 hscroll.
7518
7519 * simple.el (hscroll-step, hscroll-point-visible)
7520 (hscroll-window-column): Remove now we have the mentioned real
7521 horizontal autoscrolling.
7522
7523 1999-08-10 Richard M. Stallman <rms@gnu.org>
7524
7525 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7526 control use of -f option.
7527 (mail-specify-envelope-from): New variable.
7528 (mail-from-style): Doc fix.
7529
7530 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7531 (easy-menu-get-map): New arg TO-MODIFY helps choose
7532 between local and global maps.
7533 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7534 (easy-menu-change): Doc fix.
7535
7536 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7537 (info-lookup-guess-default): Simplified and cleaned up.
7538 (info-lookup-guess-default*): Preserve point.
7539
7540 * view.el (view-mode-disable): If buffer-read-only is nil,
7541 don't change it.
7542
7543 * files.el (after-find-file): Disable View mode if buffer is no
7544 longer read-only.
7545
7546 * view.el (view-mode-enable, view-mode-disable):
7547 Call force-mode-line-update.
7548
7549 1999-08-10 Karl Heuer <kwzh@gnu.org>
7550
7551 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7552 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7553 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7554
7555 1999-08-10 Alex Schroeder <asc@bsiag.com>
7556
7557 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7558 to prevent m-eating-bug.
7559
7560 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7561
7562 * term/pc-win.el (msdos-bg-mode): Remove. Call
7563 frame-set-background-mode instead. All callers changed.
7564 (msdos-face-setup): Don't force color display parameter, it is set
7565 by frame-set-background-mode.
7566 (make-msdos-frame): Call x-handle-reverse-video and
7567 face-set-after-frame-default. Delete frame if creation failed.
7568
7569 * faces.el (face-set-after-frame-default): Don't call
7570 make-face-x-resource-internal for the pc window-system.
7571
7572 1999-08-10 Dave Love <fx@melange.gnu.org>
7573
7574 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7575 case with no docstring specially.
7576
7577 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7578
7579 * complete.el (PC-do-completion): If completing on file name,
7580 reproduce str by concatenating its directory and basename parts.
7581
7582 1999-08-07 Dave Love <fx@gnu.org>
7583
7584 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7585 unibyte to multibyte conversion of search-forward (from Handa),
7586 but avoid the replacement if the language is Latin-N.
7587
7588 1999-08-06 Richard Stallman <rms@gnu.org>
7589
7590 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7591 of eval-buffer.
7592
7593 * international/mule.el (load-with-code-conversion):
7594 Pass t to eval-buffer for DO-ALLOW-PRINT.
7595
7596 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7597
7598 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7599 of filenames and attributes.
7600 (ls-lisp-insert-directory): Use directory-files-and-attributes
7601 for speed.
7602
7603 1999-08-05 Dave Love <fx@gnu.org>
7604
7605 * auto-show.el (auto-show-mode): Fix :set.
7606
7607 * widget.el (define-widget-keywords): Make dummy definition and
7608 comment-out its use.
7609
7610 1999-08-04 Richard Stallman <rms@gnu.org>
7611
7612 * progmodes/tcl.el: Customized.
7613
7614 * sql.el (sql-accumulate-and-indent): Instead of testing
7615 whether this is Emacs 20 before calling comint-accumulate,
7616 test whether comint-accumulate is defined.
7617
7618 1999-08-04 Dave Love <fx@gnu.org>
7619
7620 * sgml-mode.el: Require outline when compiling.
7621 (sgml-mode-hook, html-mode-hook): Customize.
7622 (sgml-validate-command): Fix :version.
7623 (html-autoview-mode): Doc fix.
7624
7625 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7626 nothing in Latin-N environment.
7627
7628 * info.el (Info-find-node): Call info-initialize here.
7629 (info): Not here.
7630 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7631
7632 1999-08-04 Richard Stallman <rms@gnu.org>
7633
7634 * ansi-color.el: New file.
7635
7636 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7637
7638 * dired.el (dired-string-replace-match): Return `nil' when no match
7639 found with global search.
7640
7641 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7642 * terminal.el (te-terminfo-directory):
7643 * mail/mailpost.el (post-mail-send-it):
7644 * mail/metamail.el (metamail-region):
7645 * progmodes/ada-mode.el (ada-tmp-directory):
7646 Use temporary-file-directory.
7647
7648 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7649 (compilation-filter, compilation-forget-errors)
7650 (compilation-parse-errors): Use a marker instead of an integer for
7651 `compilation-parsing-end'.
7652
7653 * progmodes/diff.el (diff-parse-differences):
7654 Use a marker instead of an integer for `compilation-parsing-end'.
7655 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7656 Use a marker instead of an integer for `compilation-parsing-end'.
7657
7658 1999-08-03 Richard Stallman <rms@gnu.org>
7659
7660 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7661 (Buffer-menu-mode): Doc fix.
7662 (Buffer-menu-view): New command.
7663 (Buffer-menu-view-other-window): New command.
7664
7665 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7666
7667 * replace.el (query-replace-regexp-eval)
7668 (replace-eval-replacement, replace-loop-through-replacements)
7669 (replace-match-string-symbols): New functions.
7670 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7671 Use replace-loop-through-replacements.
7672
7673 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7674
7675 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7676 (5x5): Doc fix.
7677
7678 1999-08-03 Dave Love <fx@gnu.org>
7679
7680 * fortran.el (fortran-indent-new-line): Make it an alias
7681 for reindent-then-newline-and-indent.
7682
7683 1999-08-03 Didier Verna <verna@inf.enst.fr>
7684
7685 * rect.el: All functions rewritten, except when noted above
7686 their declaration. Below is a list of interface changes.
7687 (apply-on-rectangle): New function, mostly replaces
7688 `operate-on-rectangle'. All callers changed.
7689 (move-to-column-force): Pass new second argument to `move-to-column'.
7690 (kill-rectangle): Added optional prefix arg to fill lines.
7691 (delete-rectangle): Ditto.
7692 (delete-whitespace-rectangle): Ditto.
7693 (delete-extract-rectangle): Ditto.
7694 (open-rectangle): Ditto.
7695 (clear-rectangle): Ditto.
7696 (delete-whitespace-rectangle-line): New function.
7697 (delete-rectangle-line): Added third arg FILL.
7698 (delete-extract-rectangle-line): Ditto.
7699 (open-rectangle-line): Ditto.
7700 (clear-rectangle-line): Ditto.
7701
7702 1999-08-03 Ray Blaak <blaak@gnu.org>
7703
7704 * progmodes/delphi.el: New file.
7705
7706 1999-08-02 Richard Stallman <rms@gnu.org>
7707
7708 * textmodes/outline.el (outline-previous-heading): New function.
7709 (outline-up-heading-all): Use outline-previous-heading.
7710 (outline-next-heading): Delete definition inserted yesterday.
7711
7712 1999-08-01 Richard Stallman <rms@gnu.org>
7713
7714 * textmodes/outline.el (outline-next-heading): New function.
7715 (outline-up-heading-all): New function.
7716 (outline-font-lock-level): Using outline-up-heading-all.
7717 Tell outline-back-to-heading to accept invisible headings.
7718
7719 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7720
7721 * mail/mh-utils.el (mh-find-path-run): New variable.
7722 (mh-find-path): Test and set that.
7723 Set mail-user-agent only the first time this function is run.
7724 (mail-user-agent): Defvar deleted.
7725
7726 * info.el (info-initialize): New function.
7727 (info): Call info-initialize.
7728 (Info-directory-list): Initialize to nil,
7729 so info-initialize will set it up for real.
7730
7731 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7732
7733 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7734 does not interpret a time as the year in a day-month entry.
7735
7736 * calendar/diary-lib.el: Change syntax table entry for colon in
7737 the diary as part of the european-date-diary-pattern fix.
7738
7739 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7740
7741 * international/mule.el (set-auto-coding): Allow whitespace before
7742 and after the "variable: value" pair.
7743
7744 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7745
7746 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7747 (default-sendmail-coding-system): Doc-string fixed.
7748
7749 1999-07-30 Dave Love <fx@gnu.org>
7750
7751 * subr.el (assoc-delete-all): New function, renamed from
7752 frame-delete-all.
7753
7754 * frame.el: Change comments to doc strings and other doc fixes.
7755 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7756 Callers changed.
7757 (set-background-color, set-foreground-color, set-cursor-color)
7758 (set-mouse-color, set-border-color): Offer completion of colours.
7759 (cursor): Add :version to defgroup.
7760
7761 * facemenu.el (list-colors-display): Make it work on ttys.
7762 (facemenu-read-color): Likewise.
7763
7764 1999-07-30 Richard M. Stallman <rms@gnu.org>
7765
7766 * frame.el (frame-notice-user-settings): If background
7767 color has been changed, update background-mode from it,
7768 then update faces.
7769
7770 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7771
7772 * net-utils.el (finger): Don't do indirect fingering.
7773
7774 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7775
7776 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7777 rules. Add separator at end of holidays.
7778 (cal-tex-rules): New customizable variable.
7779 (cal-tex-latexify-list): Add optional parameter to put separator
7780 at end.
7781
7782 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7783
7784 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7785 fill prefix on each line while looping to the end of paragraph.
7786 End paragraph if it's longer than the existing fill prefix.
7787
7788 * textmodes/fill.el (fill-context-prefix): Doc fix.
7789
7790 1999-07-30 Dave Love <fx@gnu.org>
7791
7792 * font-lock.el (jit-lock): Fix :load, add :version.
7793
7794 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7795
7796 * term/pc-win.el (msdos-face-setup): Register standard colors in
7797 Vface_tty_color_alist.
7798 (face-color-supported-p, face_color_gray_p): New functions.
7799
7800 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7801 is bound.
7802
7803 * startup.el (command-line): Don't register default colors for
7804 MSDOS window-system.
7805
7806 1999-07-29 Dave Love <fx@gnu.org>
7807
7808 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7809 charquote.
7810
7811 * lisp-mode.el (eval-defun): Re-written to avoid
7812 capturing variables.
7813
7814 * picture.el (picture-beginning-of-line): Don't call
7815 hscroll-point-visible now we have real autoscrolling.
7816 (picture-end-of-line, picture-newline, picture-open-line):
7817 Likewise.
7818
7819 * international/latin-8.el: New file.
7820 * international/latin-9.el: New file.
7821
7822 1999-07-28 Dave Love <fx@gnu.org>
7823
7824 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7825
7826 * msb.el: Require cl only when compiling.
7827 (msb--home-dir): Deleted.
7828 (msb--format-title): Use abbreviate-file-name.
7829 (msb--choose-file-menu): Simplify string comparison.
7830
7831 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7832
7833 * faces.el (toolbar): Add face definition for mono displays.
7834
7835 1999-07-27 Richard M. Stallman <rms@gnu.org>
7836
7837 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7838
7839 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7840 force copying of default-frame-alist.
7841
7842 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7843
7844 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7845
7846 1999-07-26 Richard M. Stallman <rms@gnu.org>
7847
7848 * frame.el (set-mouse-color): If new color is nil,
7849 really respecify the current color.
7850
7851 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7852
7853 * faces.el (bitmap-area): Change background of face `bitmap-area'
7854 to white for mono displays.
7855
7856 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7857
7858 * international/ccl.el (ccl-embed-symbol): New function.
7859 (ccl-program-p): Deleted. Now it's implemented in C code.
7860 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7861 (ccl-compile-translate-character): Likewise.
7862 (ccl-compile-map-single): Likewise.
7863 (ccl-compile-multiple-map-function): Likewise.
7864 (declare-ccl-program): Doc-string modified.
7865 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7866
7867 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7868
7869 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7870
7871 1999-07-25 Markus Rost <rost@gnu.org>
7872
7873 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7874 the entries to make custom-file more readable.
7875
7876 1999-07-25 Richard M. Stallman <rms@gnu.org>
7877
7878 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7879
7880 * emacs-lisp/edebug.el: Delete compatibility code.
7881 (edebug-next-token-class): If . is followed by a digit,
7882 return `symbol' for the token class.
7883
7884 * startup.el (command-line): If we don't find the user's init file,
7885 set user-init-file to nil.
7886
7887 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7888
7889 * info-look.el (info-lookup-interactive-arguments): Add optional
7890 argument query for new choice of help mode.
7891 (info-lookup-symbol): Use it.
7892 (info-lookup-file): Ditto.
7893 (info-lookup): Don't switch to other window, if already in Info
7894 buffer.
7895
7896 1999-07-23 Dave Love <fx@gnu.org>
7897
7898 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7899 syntax.
7900 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7901 (fortran-font-lock-syntactic-keywords): New variable.
7902 (fortran-mode): Use it.
7903 (fortran-font-lock-keywords-1): Don't do comments.
7904 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7905 match data.
7906
7907 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7908
7909 * msb.el (msb-menu-bar-update-buffers): Renamed from
7910 menu-bar-update-buffers.
7911 (msb-custom-set, msb--toggle-menu-type): Call
7912 msb-menu-bar-update-buffers.
7913 (msb-mode): Revise the hook setting.
7914
7915 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7916
7917 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7918
7919 * font-lock.el, help.el, simple.el: Re-integrate previously
7920 described changes that were lost due to errors while checking them
7921 in.
7922
7923 1999-07-23 Kevin Blake <kblake@ticnet.com>
7924
7925 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7926
7927 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7928
7929 * international/encoded-kb.el
7930 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7931 but push it to unread-command-events.
7932 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7933 (encoded-kbd-self-insert-sjis): Likewise.
7934 (encoded-kbd-self-insert-big5): Likewise.
7935
7936 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7937 before left margin and fill-prefix by fill-find-break-point.
7938
7939 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7940
7941 * info-look.el (info-lookup-setup-mode): Don't give up, if
7942 info-lookup-make-completions returns an error.
7943 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7944 name latex, not latex2e.
7945
7946 1999-07-21 Richard M. Stallman <rms@gnu.org>
7947
7948 * replace.el (perform-replace): Turn off case-fold-search
7949 if FROM-STRING argument has uppercase in it.
7950
7951 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7952
7953 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7954 mode is on. Don't use end of changed text.
7955
7956 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7957
7958 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7959 (cl-hash-table-p): Renamed from hash-table-p.
7960 (cl-hash-table-count): Renamed from hash-table-count.
7961 (maphash): Alias to cl-maphash removed.
7962 (gethash): Likewise.
7963 (puthash): Likewise.
7964 (remhash): Likewise.
7965 (clrhash): Likewise.
7966
7967 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7968
7969 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7970 third arg non-nil. See comment there why this isn't a good idea.
7971
7972 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7973
7974 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7975
7976 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7977 sit-for with 3rd arg non-nil to prevent redisplay.
7978
7979 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7980
7981 * image.el (image-type-from-file-header): If file doesn't
7982 have a directory part, add data-directory.
7983
7984 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7985
7986 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7987 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7988 motion handling when tooltip-gud-tips-p is nil.
7989
7990 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7991
7992 * tooltip.el (tooltip-mode): Don't use `plusp'.
7993 (tooltip-active): Use initial value of nil.
7994
7995 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7996
7997 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7998
7999 * bindings.el (make-mode-line-mouse-sensitive): Add key
8000 definitions for `top-line'.
8001
8002 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8003
8004 * faces.el (top-line): New face.
8005
8006 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8007
8008 * image.el (image-type-regexps): Add regexp for PS files.
8009
8010 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8011
8012 * faces.el (set-face-attribute): Fix wrong handling of frame
8013 begin equal to t.
8014
8015 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8016
8017 * image.el (image-type-regexps): Add PNG format.
8018
8019 1999-07-21 Dave Love <fx@gnu.org>
8020
8021 * bindings.el (mode-line-modified): New variable.
8022 (mode-line-mode-menu-1): Switch to appropriate window before
8023 showing menu.
8024
8025 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8026
8027 * faces.el (face-underline): Removed.
8028 (face-underline-color): Ditto.
8029
8030 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8031
8032 * faces.el (face-x-resources): Fix typo.
8033
8034 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8035
8036 * faces.el: Remove handling of `:relief', extend handling of
8037 `:box'.
8038 (frame-set-background-mode): Choose new defface specs after
8039 frame parameters have changed.
8040
8041 * cus-face.el: Ditto.
8042
8043 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8044
8045 * custom.el (defface): Extend documentation to include new
8046 face attributes.
8047
8048 * cus-face.el (custom-face-attributes): Add overline,
8049 strike-through, box.
8050
8051 * faces.el (face-valid-attribute-values): Handle overline,
8052 strike-through, box.
8053 (face-attribute-name-alist): Add pairs for new face attributes.
8054 (describe-face): Handle new face attributes.
8055
8056 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8057
8058 * faces.el (face-x-resources): Add overline, strike-through, box.
8059
8060 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8061
8062 * enriched.el (enriched-translations): Add `display' and
8063 "x-display".
8064 (enriched-handle-display-prop): New.
8065 (enriched-decode-display-prop): New.
8066
8067 * format.el (top-level): Give `display' property
8068 `format-list-atomic-p.
8069 (format-annotate-single-property-change): Test that property.
8070 If present, treat list property values like atoms.
8071
8072 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8073
8074 * cus-face.el (custom-face-attributes): Use `choice' everywhere
8075 so that "*" can be entered.
8076
8077 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8078
8079 * cus-face.el (custom-face-attributes): Don't use `#''.
8080
8081 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8082
8083 * cus-face.el (custom-face-attributes): Return underline
8084 face attribute directly from the second lambda of underline.
8085
8086 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8087
8088 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8089
8090 * frame.el (after-setting-font-hooks): New variable.
8091 (set-frame-font): Run those hooks.
8092
8093 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8094
8095 * faces.el (set-face-attribute): Fix doc string.
8096
8097 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8098
8099 * cus-face.el (custom-face-attributes): Accept color name.
8100
8101 * faces.el (face-underline-p): Accept unspecified underlining.
8102 (face-underline): Ditto. Fix doc string.
8103
8104 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8105
8106 * faces.el (face-underline-color): New function.
8107
8108 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8109
8110 * cus-face.el (custom-face-attributes): Support underline coloring.
8111 Added slot to choose a color.
8112
8113 * faces.el (face-underline): New function.
8114 (face-underline-p): Support underline coloring.
8115 Return nil only if the underline attribute is 'normal.
8116 (set-face-underline): New function.
8117 (face-valid-attribute-values): Support underline coloring.
8118
8119 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8120
8121 * image.el (insert-image): Use `display' instead of `glyph'
8122 as text property name.
8123 (put-image): Ditto.
8124 (image-type-from-file-header): Use insert-file-contents-literally.
8125
8126 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8127
8128 * easymenu.el (easy-menu-do-add-item): Don't use the empty
8129 string to indicate separators.
8130
8131 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8132
8133 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
8134 instead of message-log.
8135
8136 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8137
8138 * faces.el (bitmap-area): New face.
8139
8140 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8141
8142 * image.el (insert-image): New.
8143
8144 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8145
8146 * frame.el (blink-cursor): Set the symbol's value.
8147 (show-trailing-whitespace): Change group to font-lock.
8148
8149 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8150
8151 * jit-lock.el: New.
8152 * font-lock.el: Add jit-mode as new support mode.
8153
8154 * font-lock.el (font-lock-fontify-keywords-region): Stop when
8155 reaching end instead of letting re-search-forward signal an error.
8156 (demand-lock-mode): New.
8157 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8158 (font-lock-turn-off-thing-lock): Ditto.
8159 (font-lock-after-fontify-buffer): Ditto.
8160 (font-lock-after-unfontify-buffer): Ditto.
8161
8162 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8163
8164 * gs.el: New file.
8165
8166 * startup.el (command-line-1): Activate tooltip mode if
8167 interactive.
8168
8169 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8170
8171 * faces.el (toolbar): Grey default background.
8172 (modeline): Ditto.
8173
8174 * image.el (image-type-regexps): New.
8175 (image-type-from-file-header): New.
8176 (create-image): Call it.
8177
8178 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8179
8180 * image.el: New file.
8181
8182 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8183
8184 * bindings.el (mode-line-format): Replace `mode-name' with
8185 `(:eval mode-line-mode-name)'.
8186 (mode-line-mode-name): New.
8187 (make-mode-line-mouse-sensitive): Don't change default value
8188 of `mode-name'.
8189
8190 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8191
8192 * tooltip.el: New file.
8193
8194 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8195
8196 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8197 instead of mouse-3 to pop up menus.
8198 (mode-line-kill-buffer): Removed.
8199 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8200 buffer name.
8201 (mode-line-buffer-menu-1): Removed.
8202
8203 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8204
8205 * bindings.el (mode-line-buffer-identification-keymap): New.
8206 (mode-line-buffer-menu-keymap): New.
8207 (mode-line-mode-menu-keymap): New.
8208 (mode-line-unbury-buffer): New.
8209 (mode-line-other-buffer): New.
8210 (mode-line-kill-buffer): New.
8211 (mode-line-buffer-menu-1): New.
8212 (mode-line-mode-menu-1): New.
8213 (make-mode-line-mouse-sensitive): New.
8214
8215 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8216
8217 * help.el (describe-key-briefly): Handle mode line strings
8218 with local-map properties.
8219 (describe-key): Ditto.
8220 (mode-line-key-binding): New.
8221
8222 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8223
8224 * scroll-bar.el (scroll-bar-timer): New.
8225 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8226
8227 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8228
8229 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8230 and `bottom'.
8231
8232 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8233
8234 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8235 (global): Use different key bindings if using tookit scroll bars.
8236
8237 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8238
8239 * faces.el (modeline): Define mode line face with relief for
8240 class color, only.
8241 (toolbar): New face.
8242
8243 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8244
8245 * frame.el (frame-initialize): Set frame-creation-function to
8246 tty-create-frame-with-faces.
8247
8248 * faces.el (frame-set-background-mode): Make it work for
8249 window-system nil.
8250
8251 * faces.el (tty-create-frame-with-faces): New.
8252 (face-set-after-frame-default): Make it work for TTY frames.
8253
8254 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8255
8256 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8257 Return a list of one font family for TTYs. Don't return bitmap
8258 file paths for TTY frames.
8259
8260 * faces.el: Add face specs for tty displays to basic faces.
8261
8262 * font-lock.el (font-lock-comment-face): Add spec for color tty.
8263 (font-lock-string-face): Ditto.
8264 (font-lock-keyword-face): Ditto.
8265 (font-lock-builtin-face): Ditto.
8266 (font-lock-function-name-face): Ditto.
8267 (font-lock-variable-name-face): Ditto.
8268 (font-lock-type-face): Ditto.
8269 (font-lock-constant-face): Ditto.
8270 (font-lock-warning-face): Ditto.
8271
8272 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8273
8274 * startup.el (command-line): Register default tty colors.
8275
8276 * faces.el (face-spec-set-match-display): Recognize `type tty'.
8277
8278 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8279
8280 * faces.el (modeline): For X frames, use a modeline with relief.
8281
8282 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8283
8284 * faces.el (frame-update-faces): Copied from 20.2.
8285 (frame-update-face-colors): Ditto. Code removed that isn't
8286 applicable in the new face implementation.
8287
8288 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8289
8290 * frame.el (show-trailing-whitespace): New.
8291
8292 * faces.el (trailing-whitespace): New basic face.
8293
8294 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8295
8296 * cus-face.el (custom-facep): Always define as alias for facep.
8297
8298 * cus-face.el (custom-face-attributes): Use choice widgets.
8299 Remove :bold and :italic.
8300
8301 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8302
8303 * faces.el (face-charset-registries): Removed since fontset.el
8304 is no always loaded.
8305
8306 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8307
8308 * faces.el (internal-get-face): Added as obsolete function for
8309 compatibility.
8310
8311 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8312
8313 * frame.el (blink-cursor-end): Call show-cursor.
8314 (blink-cursor-mode): Ditto.
8315
8316 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8317
8318 * faces.el (face-spec-reset-face): Reset all attributes to
8319 `unspecified'.
8320 (face-spec-set): Use it.
8321
8322 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8323
8324 * faces.el (read-all-face-attributes): Bug fix.
8325 (face-read-integer): Allow nil default value.
8326 (face-valid-attribute-values): Use symbol names of attribute
8327 values for completion list.
8328
8329 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8330
8331 * faces.el (internal-find-face): Define for compatibility with
8332 20.2.
8333 (face-id): Likewise.
8334
8335 * faces.el (face-id): Return the ID of a realized face for ASCII.
8336
8337 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8338 (x-complement-fontset-spec): Use face-charset-registries.
8339
8340 * faces.el (face-font-selection-order): Set font selection order
8341 from Lisp.
8342 (face-alternative-font-family-alist): Set alternative font
8343 families from Lisp.
8344
8345 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8346
8347 * faces.el (set-face-charset-registries): Set symbol value.
8348
8349 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8350
8351 * faces.el (face-set-after-frame-default): Call function
8352 internal-merge-in-global-face.
8353
8354 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8355
8356 * faces.el (face-list): Return symbols from face-global-alist.
8357
8358 * faces.el (face-list): Return a copy of the face name list so
8359 that it cannot be modified from outside (facemenu.el uses
8360 nreverse, for example).
8361
8362 * cus-face.el (custom-face-attributes): Add :bold and :italic
8363 for compatibility with old code.
8364
8365 * faces.el (set-face-attributes-from-resources): Additional
8366 frame parameter.
8367 (make-face-x-resource-internal): Set attributes from resources
8368 for a given frame or all frames.
8369
8370 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8371
8372 * faces.el (all-faces): Removed.
8373
8374 * custom.el (defface): Add new face attributes to function
8375 comment.
8376
8377 * font-lock.el (font-lock-comment-face): Use new face attribute
8378 names.
8379 (font-lock-string-face): Ditto.
8380 (font-lock-keyword-face): Ditto.
8381 (font-lock-builtin-face): Ditto.
8382 (font-lock-function-name-face): Ditto.
8383 (font-lock-variable-name-face): Ditto.
8384 (font-lock-type-face): Ditto.
8385 (font-lock-reference-face): Ditto.
8386 (font-lock-warning-face): Ditto.
8387 ((boundp 'font-lock-face-attributes)): Ditto.
8388
8389 * cus-face.el (custom-face-attributes): Use new face attributes.
8390
8391 * faces.el (set-face-attribute-from-resource): Initialize
8392 from resources only for X and W32.
8393
8394 * cus-face.el (custom-declare-face): Don't make frame-local
8395 faces.
8396
8397 * faces.el (describe-face): Use princ instead of insert.
8398
8399 * faces.el: Add XLFD manipulation functions from 20.2 again
8400 because fontset.el uses them.
8401 (face-set-after-frame-default): Add empty definition.
8402
8403 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8404
8405 * faces.el (make-face): Correct typo.
8406 (set-face-attribute-from-resource): Use let*.
8407 (face-underline-p): Correct typo.
8408 (face-inverse-video-p): Ditto.
8409 (set-face-stipple): Ditto.
8410 (face-read-string): Make completion-list optional parameter.
8411
8412 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8413
8414 * faces.el (face-charset-registries): Alist mapping charset
8415 symbols to registries and encoding.
8416
8417 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8418
8419 * frame.el (blink-cursor-mode): Use interactive spec "P".
8420
8421 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8422
8423 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8424 mode. The cursor of selected_window blinks if the mode is enabled.
8425
8426 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8427
8428 * simple.el (next-history-element): Set point to the end of the
8429 prompt if minibuffer-prompt-in-buffer.
8430
8431 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8432
8433 * faces.el (x-font-regexp): Add sub-expression parentheses for
8434 several font name components.
8435
8436 1999-07-21 Gerd Moellmann <gerd@acm.org>
8437
8438 * faces.el (set-face-relief): Use index 12 for relief.
8439 (face-fill-in): Set relief from data.
8440 (internal-make-face): Init relief to zero.
8441
8442 * faces.el (face-spec-set): Call modify-face with additional
8443 parameters for relief and fixed-p.
8444
8445 1999-07-21 Gerd Moellmann <gerd@acm.org>
8446
8447 * cus-face.el: ':fixed and ':relief added.
8448
8449 * faces.el (describe-face): Add fixed font attribute and relief.
8450 (face-attr-match-p): Ditto.
8451 (face-attr-construct): Ditto.
8452 (face-spec-set): Ditto.
8453
8454 1999-07-21 Gerd Moellmann <gerd@acm.org>
8455
8456 * faces.el (internal-make-face): Function to create a Lisp vector
8457 suitable for representing a face.
8458 (make-face): Use it instead of make-vector.
8459 (x-create-frame-with-faces): Use it instead of vector.
8460 (internal-facep): Increase vector size to 14.
8461 (internal-make-face): Ditto.
8462 (face-relief): Access relief thickness.
8463 (face-fixed-p): Access fixed font attribute.
8464 (set-face-fixed-p): Set fixed font attribute.
8465 (set-face-relief): Set relief attribute.
8466 (internal-face-interactive-int): Read int attribute of face.
8467 (modify-face): Add fixed-p and relief parameters.
8468 (copy-face): Handle fixed-p and relief.
8469 (face-equal): Compare fixed-p and relief.
8470 (face-differs-from-default-p): Ditto.
8471 (face-nontrivial-p): Add fixed-p and relief.
8472
8473 1999-07-21 Gerd Moellmann <gerd@acm.org>
8474
8475 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8476 (internal-facep): Increase vector size.
8477 (make-face): Ditto.
8478 (face-shadow-thickness): Added.
8479 (set-face-shadow-thickness): Added.
8480 (modify-face): Add optional shadow-thickness parameter.
8481 (make-face-x-resource-internal): Add shadows.
8482 (copy-face): Ditto.
8483 (face-equal): Ditto.
8484 (face-differs-from-default-p): Ditto.
8485 (face-nontrivial-p): Ditto.
8486 (face-attr-match-p): Ditto.
8487 (face-attr-construct): Ditto.
8488 (face-spec-set): Ditto.
8489 (face-fill-in): Ditto.
8490
8491 1999-07-21 Gerd Moellmann <gerd@acm.org>
8492
8493 * bench.el (bench-mark-split-window): New bench mark.
8494
8495 1999-07-21 Gerd Moellmann <gerd@acm.org>
8496
8497 * faces.el (set-face-font): Don't pass default font to
8498 x-resolve-font so that font will not have to be of the same
8499 size.
8500
8501 1999-07-20 Dave Love <fx@gnu.org>
8502
8503 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8504 unconditionally t.
8505
8506 1999-07-20 Karl Heuer <kwzh@gnu.org>
8507
8508 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8509
8510 1999-07-20 Dave Love <fx@gnu.org>
8511
8512 * help.el (describe-variable): Fix test for customizability.
8513
8514 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8515 Check for readonly buffer in interactive spec.
8516 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8517 (backward-kill-word): Add * to interactive spec.
8518
8519 * underline.el (underline-region, ununderline-region): Add * to
8520 interactive spec.
8521
8522 * fill.el (canonically-space-region, justify-current-line): Add *
8523 to interactive spec.
8524 (fill-region-as-paragraph, fill-paragraph, fill-region)
8525 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8526 readonly buffer in interactive spec.
8527
8528 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8529 (backward-kill-sentence, kill-sentence): Add * to interactive
8530 spec.
8531
8532 1999-07-19 Richard M. Stallman <rms@gnu.org>
8533
8534 * dired-aux.el (dired-do-shell-command): Doc fix.
8535
8536 * shell.el (shell-unquote-argument): New function.
8537 (shell-directory-tracker): Use shell-unquote-argument.
8538 * comint.el (comint-arguments): Handle \ followed by space or tab.
8539
8540 1999-07-19 John Wiegley <jwiegley@borland.com>
8541
8542 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8543 color codes 39 and 49, which by the way lynx uses them seem to
8544 mean "foreground reset" and "background reset".
8545
8546 1999-07-19 Karl Heuer <kwzh@gnu.org>
8547
8548 * font-lock.el (c++-keywords): Add "typeid".
8549
8550 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8551 selects no font, treat that as zero selections, not one.
8552
8553 1999-07-19 Dave Love <fx@gnu.org>
8554
8555 * info.el (Info-search): Don't lose with empty regexp.
8556
8557 * version.el: Cater for (free) `ident' program, not `which'.
8558
8559 * hl-line.el: New file.
8560
8561 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8562 for modes which don't define menus.
8563
8564 1999-07-16 Richard M. Stallman <rms@gnu.org>
8565
8566 * webjump.el (webjump-sample-sites): Update some URLs.
8567
8568 1999-07-14 Richard Stallman <rms@gnu.org>
8569
8570 * Version 20.4 released.
8571
8572 1999-07-14 Andreas Schwab <schwab@gnu.org>
8573
8574 * compare-w.el (compare-windows): Try to find the next window in
8575 the current frame before looking at the other frames.
8576
8577 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8578
8579 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8580 Use cyrillic-jcuken as default input method.
8581
8582 1999-07-12 Richard Stallman <rms@gnu.org>
8583
8584 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8585 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8586
8587 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8588 (ispell-local-dictionary-alist): Add koi8-r for character set.
8589
8590 * textmodes/flyspell.el (flyspell-get-word):
8591 Add special handling for when ispell-otherchars is empty.
8592
8593 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8594
8595 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8596 when having nested functons.
8597 (pascal-indent-nested-functions) (pascal-indent-line)
8598 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8599 indenting nested functions.
8600
8601 1999-07-09 Richard Stallman <rms@gnu.org>
8602
8603 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8604
8605 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8606
8607 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8608 the `end' keyword was in the very beginning of the buffer.
8609
8610 1999-07-08 Richard Stallman <rms@gnu.org>
8611
8612 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8613
8614 * term.el (term-emulate-terminal): Avoid infinite loop
8615 in strange case where minibuffer window is selected but not active.
8616
8617 1999-07-07 Stephen Eglen <stephen@gnu.org>
8618
8619 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8620 Change regexp so that it doesn't match commands beginning with `cd'.
8621
8622 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8623
8624 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8625
8626 1999-07-06 Richard Stallman <rms@gnu.org>
8627
8628 * hscroll.el (hscroll-minibuffer-hook): New function.
8629 (hscroll-global-mode): Add and remove that hook.
8630 Set hscroll-old-truncate-was-global's default value.
8631
8632 1999-07-05 Richard Stallman <rms@gnu.org>
8633
8634 * files.el (revert-buffer): Don't preserve point here.
8635 (revert-buffer-insert-file-contents-function): Doc fix.
8636
8637 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8638
8639 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8640 doing a `stat' when it isn't necessary because that can cause
8641 trouble when an NFS server is down.
8642
8643 1999-07-04 Richard Stallman <rms@gnu.org>
8644
8645 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8646
8647 1999-07-03 Richard Stallman <rms@gnu.org>
8648
8649 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8650 for \200...\240 also.
8651 (isearch-printing-char): Use unibyte-char-to-multibyte.
8652
8653 1999-07-02 Richard Stallman <rms@gnu.org>
8654
8655 * frame.el (minibuffer-frame-alist): Use defcustom.
8656 (pop-up-frame-alist): Likewise.
8657 (initial-frame-alist): Specify * in the doc string.
8658
8659 * hscroll.el (hscroll-mode): Make it a permanent local.
8660 (hscroll-mode): Don't cancel the timer
8661 if HScroll mode is enabled in some other buffer.
8662
8663 * isearch.el (isearch-done): If search ends in middle of intangible
8664 text (due to text property), move on to the limit of that text.
8665
8666 1999-07-01 Andrew Innes <andrewi@gnu.org>
8667
8668 * man.el (Man-build-man-command): Use value of null-device,
8669 instead of hard-coding "/dev/null".
8670
8671 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8672 ange-ftp file names, which might force ange-ftp to prompt for a
8673 password.
8674
8675 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8676 to prevent references to temp files.
8677
8678 1999-06-30 Richard Stallman <rms@gnu.org>
8679
8680 * progmodes/sh-script.el (sh-feature): If nothing is known
8681 about the given shell, use the values for `sh'.
8682
8683 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8684
8685 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8686 to make it non-recursive.
8687
8688 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8689
8690 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8691
8692 * auto-show.el (auto-show-mode): Fix Typo in :set.
8693
8694 1999-06-29 Richard M. Stallman <rms@gnu.org>
8695
8696 * progmodes/sh-script.el (sh-mode): When setting syntax
8697 table, default to the standard one.
8698
8699 1999-06-27 Richard M. Stallman <rms@gnu.org>
8700
8701 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8702
8703 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8704
8705 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8706 a frame when `return' is requested (even if pop-up-frames = t)
8707 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8708 should only be set for the bibtex buffer.
8709
8710 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8711
8712 * progmodes/compile.el: Deal with compilation-error-screen-columns
8713 being buffer-local.
8714
8715 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8716
8717 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8718
8719 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8720
8721 * cal-x.el (calendar-only-one-frame-setup): New function.
8722 * calendar.el (calendar): Call it if requested.
8723
8724 1999-06-24 Karl Heuer <kwzh@gnu.org>
8725
8726 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8727
8728 1999-06-22 Richard M. Stallman <rms@gnu.org>
8729
8730 * mail/supercite.el (sc-emacs-features): Doc fix.
8731
8732 1999-06-22 Karl Heuer <kwzh@gnu.org>
8733
8734 * files.el (auto-mode-alist): Add pike-mode.
8735
8736 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8737
8738 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8739 last byte of a numeric field is a space or a NUL. Parse it as
8740 potentially part of the number. This is used by GNU tar
8741 1.12.64012 to handle larger values.
8742
8743 1999-06-20 Karl Heuer <kwzh@gnu.org>
8744
8745 * custom.el (custom-handle-keyword): Fix error message.
8746
8747 1999-06-18 Andrew Innes <andrewi@gnu.org>
8748
8749 * mail/smtpmail.el (smtpmail-send-it): Use
8750 convert-standard-filename to make file names for queued mail safe
8751 on Windows (`:' is invalid in file names on Windows).
8752
8753 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8754
8755 * international/mule-cmds.el (describe-current-input-method):
8756 Current-input-method is string.
8757 (toggle-input-method): Docstring fixed.
8758
8759 * international/mule-diag.el
8760 (describe-current-coding-system-briefly): Fix format string.
8761
8762 * international/mule-util.el (coding-system-eol-type-mnemonic):
8763 Docstring modified. Return a string.
8764
8765 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8766
8767 * sql.el (sql-input-ring-file-name): Doc fix.
8768
8769 1999-06-17 Richard M. Stallman <rms@gnu.org>
8770
8771 * calendar/cal-x.el (special-display-buffer-names):
8772 Don't put (get-file-buffer diary-file) on this list.
8773
8774 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8775
8776 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8777 Don't penalize player for certain impossible guesses.
8778
8779 1999-06-16 Andrew Innes <andrewi@gnu.org>
8780
8781 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8782 return the string "Unk 0 0000" so at least it appears to be a
8783 valid timestamp to `dired-move-to-filename-regexp'.
8784
8785 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8786
8787 * ps-print.el (ps-control-character): Fix previous change.
8788
8789 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8790
8791 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8792 multiple output of the last message.
8793
8794 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8795
8796 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8797 the ASCII apostrophe, as most DOS codepages have some other glyph
8798 there.
8799
8800 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8801
8802 * language/ethio-util.el (setup-ethiopic-environment-internal):
8803 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8804 (exit-ethiopic-environment): Likewize.
8805
8806 1999-06-12 Richard M. Stallman <rms@gnu.org>
8807
8808 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8809
8810 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8811
8812 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8813 custom-initialize-default to avoid infinite loop.
8814 (crisp-mode): (defun) Call transient-mark-mode here, not when
8815 loading the file. Run crisp-mode-hook here, and run
8816 crisp-load-hook when loading the file.
8817
8818 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8819 rmail-summary buffer, search for pattern in rmail-file.
8820
8821 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8822
8823 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8824
8825 * ps-print.el (ps-printer-name): Fix custom type.
8826
8827 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8828
8829 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8830 (vhdl-port-paste-generic-map): Fix indentation bug.
8831 (vhdl-port-paste-port-map): Fix indentation bug.
8832 (vhdl-scan-file-contents): Make scanning case insensitive.
8833
8834 1999-06-11 Richard M. Stallman <rms@gnu.org>
8835
8836 * files.el (write-file): When buffer is not already visiting a file,
8837 don't put buffer name in the minibuffer, just make it the default.
8838 Also handle just directory as arg usefully in that case.
8839
8840 * simple.el (sendmail-user-agent-compose):
8841 Ignore case when inserting the rest of the "other" headers.
8842
8843 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8844
8845 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8846 (info-lookup-interactive-arguments): Never insert the default
8847 into the minibuffer automatically.
8848
8849 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8850
8851 1999-06-09 Richard M. Stallman <rms@gnu.org>
8852
8853 * simple.el (shell-command): Avoid printing "mark set" message.
8854
8855 1999-06-09 Dave Love <fx@gnu.org>
8856
8857 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8858 digits in program name in first pattern.
8859
8860 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8861
8862 * vc.el (vc-dired-mode): Don't match anything before the date in
8863 dired-move-to-filename-regexp.
8864
8865 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8866
8867 * international/quail.el (quail-define-rules): Fix typo in
8868 docstring.
8869
8870 1999-06-05 Stephen Eglen <stephen@gnu.org>
8871
8872 * iswitchb.el (iswitchb-default-keybindings): Add
8873 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8874 than when package is loaded.
8875
8876 1999-06-04 Richard M. Stallman <rms@gnu.org>
8877
8878 * startup.el (command-line): Don't set user-init-file directly;
8879 tell `load' to set it.
8880
8881 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8882
8883 * simple.el (next-history-element):
8884 Handle minibuffer-text-before-history properly when reading sexps.
8885
8886 * disp-table.el (standard-display-european):
8887 For an interactive call by the user,
8888 don't set enable-multibyte-characters,
8889 and don't set the terminal coding system.
8890
8891 * textmodes/refbib.el: Don't print any messages or display
8892 a buffer when loading the library.
8893 (r2b-help): Doc fix.
8894 (r2b-help-message): Update the documentation.
8895 (r2b-load-quietly): Variable deleted.
8896 (r2b-convert-buffer): Doc fix.
8897
8898 1999-06-04 Dave Love <fx@gnu.org>
8899
8900 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8901
8902 * auto-show.el: Don't change hooks on loading.
8903 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8904 (auto-show-mode): Add to hooks here.
8905
8906 1999-06-04 Richard Sharman <rsharman@pobox.com>
8907
8908 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8909 recursion on bogus input.
8910
8911 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8912
8913 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8914 does not select a buffer from the buffers menu, then the attached
8915 frame is not switched to anything.
8916
8917 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8918
8919 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8920 (viet-viscii-...->viet-vscii...).
8921
8922 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8923
8924 1999-06-01 Dave Love <fx@gnu.org>
8925
8926 * progmodes/fortran.el: Add :link to defgroup.
8927 (fortran-blink-matching-if): Match ELSE statements too.
8928 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8929 that filling is always done.
8930
8931 1999-05-31 Richard M. Stallman <rms@gnu.org>
8932
8933 * simple.el (append-next-kill): Use an arg to distinguish
8934 interactive calls from Lisp calls, rather than (interactive-p).
8935
8936 * international/iso-transl.el (iso-transl-language-alist):
8937 Interchange n and N.
8938
8939 1999-05-31 Dave Love <fx@gnu.org>
8940
8941 * msb.el Add to minor-mode-map-alist. Remove hook installation
8942 and keymap munging on load.
8943 (msb-mode): New option.
8944 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8945 Doc fix.
8946 (msb-mode-map): New variable.
8947 (msb-mode): New command.
8948
8949 1999-05-31 Dave Love <fx@gnu.org>
8950
8951 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8952 (ispell-complete-word-dict): Likewise.
8953
8954 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8955
8956 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8957 force the data buffer to be saved, even if the data didn't
8958 change, in case the write filter was modified. Restore the
8959 current record after read-file-filter finishes.
8960
8961 1999-05-29 Karl Heuer <kwzh@gnu.org>
8962
8963 * ispell4.el: Obsolete; file deleted.
8964
8965 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8966
8967 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8968 VALUE is a syntax table.
8969
8970 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8971
8972 * simple.el (zap-to-char): Doc fix.
8973
8974 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8975
8976 * isearch.el (isearch-quote-char): Don't assume character codes
8977 0200 - 0237 stand for characters in some single-byte character
8978 charset.
8979
8980 1999-05-27 Dave Love <fx@gnu.org>
8981
8982 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8983
8984 1999-05-27 Andreas Schwab <schwab@gnu.org>
8985
8986 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8987 headerline does not exist already.
8988
8989 1999-05-26 Richard Stallman <rms@gnu.org>
8990
8991 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8992 Avoid nested null-loops.
8993
8994 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8995
8996 * international/characters.el: Typo fixed; prefered->preferred.
8997
8998 * international/mule-cmds.el (find-coding-systems-for-charsets):
8999 Typo fixed; prefered->preferred.
9000
9001 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
9002 method in read-event.
9003
9004 * international/mule.el (charset-info): Doc-string fixed.
9005
9006 1999-05-25 Ken'ichi Handa <handa@gnu.org>
9007
9008 * mail/smtpmail.el (smtpmail-send-it): Bind
9009 smtpmail-code-conv-from properly.
9010 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
9011 by smtpmail-code-conv-from.
9012
9013 1999-05-24 Richard Stallman <rms@gnu.org>
9014
9015 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
9016 Binding deleted also.
9017
9018 1999-05-24 Karl Heuer <kwzh@gnu.org>
9019
9020 * comint.el (comint-bol-or-process-mark): Doc fix.
9021
9022 1999-05-23 Dave Love <fx@gnu.org>
9023
9024 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
9025 Enter it on minor-mode-map-alist.
9026 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
9027 Autoload. Add custom setter.
9028 (crisp-mark-line): Doc fix.
9029 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
9030 (crisp-mode-hook): Define.
9031
9032 1999-05-23 Ken'ichi Handa <handa@gnu.org>
9033
9034 * files.el (recover-file): Recover buffer-file-coding-system.
9035
9036 1999-05-22 Richard Stallman <rms@gnu.org>
9037
9038 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
9039 regexp match the date, to avoid treating date as file size.
9040 Add YYYY S option to WESTERN/
9041
9042 * bookmark.el: Delete some XEmacs compatibility code.
9043 (bookmark-jump-noselect): Check vc-backend.
9044
9045 * subr.el (add-to-list): Doc fix.
9046
9047 1999-05-21 Stephen Eglen <stephen@gnu.org>
9048
9049 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
9050
9051 1999-05-18 Richard Stallman <rms@gnu.org>
9052
9053 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
9054 non-space after the @anchor command.
9055 (texinfo-format-var): Handle other nested constructs, using
9056 texinfo-parse-expanded-arg and texinfo-discard-command, not
9057 texinfo-parse-arg-discard.
9058
9059 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
9060 (debug): Bind and use debugger-outer-inhibit-redisplay.
9061 Bind inhibit-redisplay to nil.
9062 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
9063
9064 1999-05-17 Dave Love <fx@gnu.org>
9065
9066 * help.el (describe-function-1): Extra arg, interactive-p.
9067 (describe-key, describe-function): Use it.
9068
9069 1999-05-17 Karl Heuer <kwzh@gnu.org>
9070
9071 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9072
9073 1999-05-16 Dave Love <fx@gnu.org>
9074
9075 * cus-start.el (all): Delete selective-display. Add scroll-margin,
9076 scroll-preserve-screen-position, scroll-conservatively.
9077
9078 1999-05-16 Dave Love <fx@gnu.org>
9079
9080 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9081
9082 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
9083
9084 * progmodes/vhdl-mode.el: Completely revised and massively extended.
9085
9086 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9087
9088 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9089 magic number and is not associated with a file.
9090
9091 1999-05-14 Richard M. Stallman <rms@gnu.org>
9092
9093 * files.el (find-file-noselect-1): Fix previous change.
9094
9095 1999-05-14 Simon Marshall <simon@gnu.org>
9096
9097 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
9098
9099 1999-05-13 Ken'ichi Handa <handa@gnu.org>
9100
9101 * international/mule-diag.el (mule-diag): Change MULE to Mule in
9102 docstring.
9103
9104 * international/mule-cmds.el: Change MULE to Mule in docstrings
9105 and menus.
9106
9107 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
9108
9109 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
9110 to correctly reflect the value of BaseLineOffset in
9111 RelativeCompose. Now the value of RelativeCompose is an array of
9112 low and high positions.
9113 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
9114 RLC for the above change.
9115
9116 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
9117
9118 * comint.el (comint-password-prompt-regexp): Modified to match the
9119 output of ksu and ssh-add.
9120
9121 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
9122
9123 * language/korea-util.el (isearch-toggle-korean-input-method):
9124 Adjusted for the change of input method handling in isearch.el.
9125 (isearch-hangul-switch-symbol-ksc): Likewise.
9126 (isearch-hangul-switch-hanja): Likewise.
9127
9128 1999-05-10 Dave Love <fx@gnu.org>
9129
9130 * help.el (help-make-xrefs): Fix typo.
9131
9132 1999-05-10 Andreas Schwab <schwab@gnu.org>
9133
9134 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
9135 unibyte-display-via-language-environment.
9136
9137 * help.el (help-make-xrefs): Handle more cases when looking for
9138 commands in a keymap description.
9139
9140 1999-05-10 Eli Zaretskii <eliz@gnu.org>
9141
9142 * loadup.el: For ms-dos systems, load ccl and codepage.
9143
9144 1999-05-09 Ken'ichi Handa <handa@gnu.org>
9145
9146 * ps-print.el (ps-control-character): Call
9147 ps-mule-prepare-ascii-font to setup ASCII fonts.
9148
9149 * ps-mule.el (ps-mule-begin-job): Redo this change "if
9150 ps-multibyte-buffer is nil, use
9151 ps-mule-font-info-database-default."
9152
9153 1999-05-08 Ken Stevens <k.stevens@ieee.org>
9154
9155 * ispell.el (ispell-local-dictionary-alist): New variable for
9156 customizing local dictionaries not accessable by everyone.
9157 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9158 (ispell-required-version): Changed format `(major minor
9159 revision)' to support general pattern matching.
9160 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9161 skip region commented out due to incorrect skip potential in std latex.
9162 (ispell-word): Removed `when' macro. Fixed bug of not restoring
9163 cursor point on small words for calls from `ispell-minor-mode'.
9164 (check-ispell-version): Tests and accepts versions major.minor
9165 and above, with adjustments for interactions in 3.1.0-3.1.11.
9166 (ispell-get-line): No longer skips ispell process special characters.
9167 (ispell-comments-and-strings): Removed `when' macro call.
9168 (ispell-minor-check): Requires ispell-word to restore cursor point.
9169 (ispell-buffer-local-parsing): Supports checking comments only.
9170
9171 1999-05-08 Karl Heuer <kwzh@gnu.org>
9172
9173 * comint.el (comint-password-prompt-regexp): Fix last change to be
9174 more specific.
9175
9176 1999-05-07 Richard M. Stallman <rms@gnu.org>
9177
9178 * subr.el (with-temp-message): Fix the other call to message
9179 to use %s.
9180
9181 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
9182
9183 * gud.el (gud-format-command): "%F" means file sans extension.
9184 (jdb): Use %F, not %f, for gud-break.
9185
9186 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
9187
9188 * comint.el (comint-password-prompt-regexp): Modified so that it
9189 matches the output of kinit.
9190
9191 1999-05-06 Greg Stark <gsstark@mit.edu>
9192
9193 * timezone.el (timezone-parse-date): Recognize new format used in
9194 internet cookies.
9195
9196 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
9197
9198 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9199
9200 1999-05-04 Andrew Innes <andrewi@gnu.org>
9201
9202 * time.el (display-time-update): Allow for wrap-around when
9203 checking against display-time-server-down-time.
9204
9205 1999-05-04 Ken'ichi Handa <handa@gnu.org>
9206
9207 * international/mule-diag.el (describe-coding-system): Fix English
9208 message.
9209
9210 1999-05-03 Jason Rumney <jasonr@altavista.net>
9211
9212 * term/w32-win.el: Change the x-charset-registry property for the
9213 Japanese charsets that are supported by Japanese Windows fonts.
9214
9215 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9216
9217 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9218 diary-block diary entries for which the reminders and the diary
9219 entries can overlap.
9220
9221 1999-05-02 Jason Rumney <jasonr@altavista.net>
9222
9223 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9224 matches the font selected in the dialog.
9225
9226 1999-05-02 Dave Love <fx@gnu.org>
9227
9228 * browse-url.el (browse-url-browser-function): Add :version.
9229
9230 * international/mule.el (auto-coding-alist): Add .tgz.
9231
9232 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
9233
9234 * international/codepage.el (cp-coding-system-for-codepage-1):
9235 Make the magnification parameter for the -dos encoder be 2.
9236
9237 1999-05-2 Andrew Innes <andrewi@gnu.org>
9238
9239 * term/w32-win.el (w32-drag-n-drop): Select file in window where
9240 it is dropped, rather than current window.
9241
9242 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9243 after switching buffer, as case-fold-search is a buffer local
9244 variable.
9245
9246 * w32-fns.el (convert-standard-filename): Only convert directory
9247 separators to backslash if the interactive shell is one of the
9248 standard Windows shells that has DOS semantics.
9249
9250 * ls-lisp.el (ls-lisp-format-time): Trap errors from
9251 format-time-string, and return a suitable string to indicate the
9252 timestamp was invalid.
9253
9254 * hexl.el (hexlify-command): Apply shell-quote-argument after
9255 expanding hexl-program in case exec-directory contains a space.
9256 (dehexlify-command): Ditto.
9257
9258 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9259 file extension regexps which aren't necessarily binary files.
9260 (direct-print-region-helper): Use subst-char-in-string instead of
9261 binding directory-sep-char to convert filenames to DOS syntax.
9262 (direct-print-region-use-command-dot-com): New variable.
9263 (direct-print-region-helper): Use it to control whether to invoked
9264 command.com to print on Windows 9x.
9265
9266 * browse-url.el (browse-url-browser-function): Default to
9267 browse-url-default-windows-browser on windows-nt.
9268 (browse-url-default-windows-browser): New function.
9269
9270 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9271
9272 * forms.el (forms-mode): Don't call forms-first-record or
9273 forms-last-record if the data file has zero records.
9274
9275 1999-04-29 Richard M. Stallman <rms@gnu.org>
9276
9277 * files.el (find-file-noselect-1): If buffer-file-name has changed
9278 after find-file-not-found-hooks runs, recompute the truename.
9279 And don't use FILENAME after that point.
9280
9281 1999-04-27 Dave Love <fx@gnu.org>
9282
9283 * paren.el (show-paren-mode)
9284 * which-func.el (which-func-mode-global)
9285 * type-break.el (type-break-mode)
9286 * time.el (display-time-mode)
9287 * rsz-mini.el (resize-minibuffer-mode)
9288 * mouse-sel.el (mouse-sel-mode)
9289 * icomplete.el (icomplete-mode)
9290 * hscroll.el (hscroll-global-mode)
9291 * help.el (temp-buffer-resize-mode)
9292 * font-lock.el (global-font-lock-mode)
9293 * delsel.el (delete-selection-mode)
9294 * avoid.el (mouse-avoidance-mode)
9295 * autoinsert.el (auto-insert-mode)
9296 * winner.el (winner-mode): Doc fix.
9297
9298 1999-04-26 Karl Heuer <kwzh@gnu.org>
9299
9300 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9301 the same whitespace that was ignored in choosing the subject string.
9302
9303 1999-04-26 Richard M. Stallman <rms@gnu.org>
9304
9305 * info.el (Info-find-node): Position properly after finding anchor.
9306
9307 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9308
9309 * simple.el (indent-new-comment-line): Fix previous change.
9310
9311 * complete.el: Delete the wildcard expansion feature
9312 since that is now standard in find-file.
9313 (PC-try-load-many-files): Function deleted.
9314 (PC-after-load-many-files): Function deleted.
9315 (PC-many-files-list): Variable deleted.
9316 (PC-disable-wildcards): Variable deleted.
9317 (partial-completion-mode): Don't enable the wildcard feature.
9318
9319 * complete.el (PC-look-for-include-file): Don't set global variables
9320 `error', `buf' and `filename' here.
9321
9322 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9323
9324 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9325
9326 * textmodes/outline.el (outline-regexp): Doc fix.
9327
9328 1999-04-26 John Wiegley <johnw@borland.com>
9329
9330 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9331 C++Builder 4.0 error message syntax.
9332
9333 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9334
9335 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9336 supported, use find -exec.
9337
9338 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9339
9340 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9341 coding-system-for-write, to avoid hanging when non-interactive.
9342
9343 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9344
9345 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9346 start with a newline.
9347
9348 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9349
9350 * international/mule-conf.el (x-ctext): New coding system.
9351
9352 1999-04-12 Richard M. Stallman <rms@gnu.org>
9353
9354 * international/mule-cmds.el (input-method-function):
9355 Add permanent-local property.
9356
9357 1999-04-12 Dave Love <fx@gnu.org>
9358
9359 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9360 change to use jka-compr-byte-compiler-base-file-name.
9361
9362 * supercite.el (sc-scan-info-alist): Revert last change.
9363 (sc-attrib-selection-list): Fix :type here instead.
9364
9365 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9366
9367 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9368 in the list of case-insensitive filesystems.
9369
9370 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9371
9372 * international/fontset.el (create-fontset-from-fontset-spec):
9373 Don't register duplicated alias fontset names.
9374
9375 1999-04-08 Richard Stallman <rms@gnu.org>
9376
9377 * international/mule.el (auto-coding-alist-lookup): New function.
9378 (set-auto-coding): Use auto-coding-alist-lookup.
9379
9380 * jka-compr.el (jka-compr-insert-file-contents):
9381 Use auto-coding-alist-lookup to check for files that
9382 should not have eol conversion, in the unibyte case.
9383
9384 1999-04-07 Dave Love <fx@gnu.org>
9385
9386 * help.el (describe-variable): Check custom-loads property as well
9387 as custom-type.
9388
9389 * abbrev.el (abbrev-mode): Customizing sets the default value.
9390
9391 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9392
9393 * vc.el (vc-backend-revert): For CVS files that were made
9394 writeable with "cvs edit", call "cvs unedit" to undo that.
9395
9396 1999-04-08 Dave Love <fx@gnu.org>
9397
9398 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9399 more.
9400 (sc-emacs-features): Recognize Emacs 20.
9401 (sc-read-string): Use history arg.
9402 (sc-scan-info-alist): Check for rtnvalue a cons.
9403
9404 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9405
9406 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9407 coding system to encode the message by
9408 select-message-coding-system.
9409
9410 1999-04-07 Richard Stallman <rms@gnu.org>
9411
9412 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9413
9414 * winner.el: Reorder definitions.
9415
9416 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9417
9418 * mail/rmail.el (rmail-decode-babyl-format):
9419 Undo previous change.
9420
9421 1999-04-06 Richard Stallman <rms@gnu.org>
9422
9423 * info.el (Info-find-node): Check for an anchor at the
9424 proper place, before reading an indirect file.
9425
9426 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9427
9428 * jka-compr.el (jka-compr-insert-file-contents):
9429 Use raw-text-unix when we want no conversion.
9430
9431 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9432
9433 * timezone.el (timezone-parse-date): Corrected regexp for
9434 style (5) date format so that tenths of seconds are optional.
9435
9436 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9437
9438 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9439 of dos-codepage-setup.
9440 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9441 codepages for which there's no need to set up cpNNN coding
9442 systems.
9443 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9444
9445 1999-04-05 Richard Stallman <rms@gnu.org>
9446
9447 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9448
9449 1999-04-02 Richard Stallman <rms@gnu.org>
9450
9451 * progmodes/compile.el (compilation-handle-exit): Do right thing
9452 if (car status) doesn't end in a newline.
9453
9454 1999-04-01 Dave Love <fx@gnu.org>
9455
9456 * progmodes/sql.el (SQL): Add defgroup :version.
9457
9458 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9459
9460 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9461 buffer-file-coding-system. If the coding system used is raw-text,
9462 etc., make the *Compiler Input* buffer unibyte.
9463
9464 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9465
9466 * loadup.el: Don't write the fns-...el file if not dumping.
9467
9468 1999-03-31 Dave Love <fx@gnu.org>
9469
9470 * snmp-mode.el (snmp): Fix defgroup :version.
9471
9472 * hilit-chg.el (highlight-changes): Add defgroup :version.
9473
9474 1999-03-31 Andreas Schwab <schwab@gnu.org>
9475
9476 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9477 the gnus-save-hidden-threads macro.
9478
9479 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9480
9481 * faces.el (face-set-after-frame-default): Obey the
9482 `customized-face' for new faces.
9483
9484 1999-03-30 Dave Love <fx@gnu.org>
9485
9486 * international/mule-cmds.el (current-language-environment): Doc fix.
9487 * abbrev.el (abbrev-mode): Doc fix.
9488 * autoinsert.el (auto-insert-mode): Doc fix.
9489 * complete.el (partial-completion-mode): Doc fix.
9490 * avoid.el (mouse-avoidance-mode): Doc fix.
9491 * delsel.el (delete-selection-mode): Doc fix.
9492 * font-lock.el (global-font-lock-mode): Doc fix.
9493 * help.el (temp-buffer-resize-mode): Doc fix.
9494 * hscroll.el (hscroll-global-mode): Doc fix.
9495 * icomplete.el (icomplete-mode): Doc fix.
9496 * mouse-sel.el (mouse-sel-mode): Doc fix.
9497 * paren.el (show-paren-mode): Doc fix.
9498 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9499 * time.el (display-time-mode): Doc fix.
9500 * type-break.el (type-break-mode): Doc fix.
9501 * which-func.el (which-func-mode-global): Doc fix.
9502 * winner.el (winner-mode): Doc fix.
9503
9504 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9505
9506 * wid-edit.el (widget-before-change): Signal text-read-only rather
9507 than an ordinary error.
9508
9509 1999-03-30 Richard M. Stallman <rms@gnu.org>
9510
9511 * repeat.el: Don't require advice.
9512 (repeat): Do function-indirection in check for kbd macro.
9513 In self-insert case, use the *last* char in INSERTION.
9514
9515 1999-03-30 Karl Heuer <kwzh@gnu.org>
9516
9517 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9518
9519 1999-03-29 Andreas Schwab <schwab@gnu.org>
9520
9521 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9522 comint-input-filter-functions. Make variables related to shell
9523 directory tracking local.
9524
9525 1999-03-26 Andreas Schwab <schwab@gnu.org>
9526
9527 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9528
9529 * simple.el (shell-command-on-region): Cope with exit-status being
9530 nil, which happens if call-process-region was interrupted.
9531
9532 1999-03-26 Richard M. Stallman <rms@gnu.org>
9533
9534 * simple.el (indent-new-comment-line): Handle use at a point
9535 after a comment-end. Handle multiple comments.
9536
9537 * mail/rmail.el (rmail-decode-babyl-format):
9538 To prevent locking, bind buffer-file-name to nil.
9539
9540 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9541
9542 * mail-hist.el (mail-hist-current-header-name): Don't make
9543 off-by-one-error when determining if in message body.
9544
9545 1999-03-25 Andrew Innes <andrewi@gnu.org>
9546
9547 * w32-fns.el (set-default-process-coding-system): Copied from
9548 dos-w32.el, but modified to use Unix line endings for process
9549 input, and to add a suitable entry to process-coding-system-alist
9550 for DOS shells.
9551
9552 * dos-fns.el (set-default-process-coding-system): Copied from
9553 dos-w32.el.
9554
9555 * dos-w32.el (set-default-process-coding-system): Move function to
9556 dos-fns.el; a different version is used in w32-fns.el.
9557
9558 1999-03-24 Dave Love <fx@gnu.org>
9559
9560 * info.el (Info-directory-list): Revert change to re-writing
9561 Info-default-directory-list, but put `alternative' first.
9562 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9563
9564 1999-03-23 Simon Marshall <simon@gnu.org>
9565
9566 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9567 on the line by itself.
9568 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9569 it is not in a declarative context.
9570
9571 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9572
9573 * cus-edit.el (custom-variable-prompt): Allow customization of
9574 autoloaded symbols.
9575
9576 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9577
9578 * simple.el (what-cursor-position): Don't cause error when point
9579 is at invalid multibyte sequence.
9580
9581 1999-03-21 Karl Heuer <kwzh@gnu.org>
9582
9583 * complete.el (partial-completion-mode): Doc fix.
9584
9585 1999-03-19 Richard M. Stallman <rms@gnu.org>
9586
9587 * progmodes/cplus-md.el (old-c++): Remove :group.
9588
9589 * progmodes/c-mode.el (old-c): Remove :group.
9590
9591 1999-03-18 Simon Marshall <simon@gnu.org>
9592
9593 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9594 (java-font-lock-keywords-2): Added "strictfp" keyword.
9595
9596 1999-03-17 Jason Rumney <jasonr@altavista.net>
9597
9598 * w32-fns.el (set-w32-system-coding-system) New function.
9599 (w32-system-coding-system) Initialize to 'iso-latin-1.
9600
9601 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9602
9603 * international/mule-cmds.el (set-language-environment): Fix
9604 previous change: don't use dos-codepage when unbound.
9605
9606 1999-03-17 Karl Heuer <kwzh@gnu.org>
9607
9608 * calendar/appt.el (appt-make-list): Fix previous change.
9609
9610 1999-03-16 Richard M. Stallman <rms@gnu.org>
9611
9612 * window.el (shrink-window-if-larger-than-buffer):
9613 Don't try to redisplay with the cursor at the end
9614 on its own line--that would force a scroll and spoil things.
9615
9616 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9617
9618 * international/mule-cmds.el (set-language-environment): Don't use
9619 cpNNN-nonascii-translation-table if it is unbound.
9620
9621 * term/internal.el (dos-codepage-setup): Compute the unibyte
9622 syntax table and bind unibyte-display-via-language-environment
9623 here, rather than at top level, so that resetting to unibyte in
9624 .emacs works as expected.
9625
9626 1999-03-15 Simon Marshall <simon@gnu.org>
9627
9628 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9629
9630 1999-03-14 Milan Zamazal <pdm@pvt.net>
9631
9632 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9633
9634 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9635
9636 * international/mule-util.el (detect-coding-with-priority):
9637 Restore the internal database.
9638
9639 1999-03-14 Stephen Eglen <stephen@gnu.org>
9640
9641 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9642 if mail-from-style has invalid value.
9643
9644 1999-03-12 Karl Heuer <kwzh@gnu.org>
9645
9646 * vc.el (vc-delete-logbuf-window): New var.
9647 (vc-finish-logentry): Use it.
9648
9649 1999-03-12 Richard M. Stallman <rms@gnu.org>
9650
9651 * startup.el (command-line-1): Improve startup msg.
9652
9653 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9654
9655 * speedbar.el: Added commentary about stealthy functions.
9656 (speedbar-message) new function.
9657 (speedbar-y-or-n-p): New function
9658 (speedbar-with-attached-buffer) Moved macro before reference.
9659 Now uses `save-selected-window'.
9660 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9661 speedbar-generic-item-info, speedbar-item-info-file-helper,
9662 speedbar-item-delete, speedbar-insert-generic-list,
9663 speedbar-timer-fn, speedbar-check-vc-this-line,
9664 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9665 speedbar-buffers-item-info) Use speedbar-message.
9666 (speedbar-item-info) Limit `message-log-max'.
9667 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9668 speedbar-item-delete, speedbar-item-object-delete,
9669 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9670
9671 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9672
9673 * server.el (server-start): Set coding system for the server
9674 process to raw-text.
9675 (server-process-filter): Decode file names if necessary.
9676
9677 1999-03-12 Dave Love <fx@gnu.org>
9678
9679 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9680
9681 * textmodes/paragraphs.el (sentence-end): Doc fix.
9682
9683 1999-03-11 Karl Heuer <kwzh@gnu.org>
9684
9685 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9686
9687 1999-03-09 Karl Heuer <kwzh@gnu.org>
9688
9689 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9690 (ispell-dictionary-alist-2): Likewise.
9691 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9692 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9693 (ispell-dictionary-alist): Build from six pieces, not just two.
9694
9695 * ps-bdf.el (bdf-directory-list): Doc fix.
9696
9697 * enriched.el (enriched-mode): Make var permanent-local.
9698
9699 1999-03-09 Dave Love <fx@gnu.org>
9700
9701 * textmodes/sgml-mode.el (html-mode): Use
9702 sentence-end-double-space when setting sentence-end.
9703
9704 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9705
9706 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9707
9708 1999-03-08 Felix Lee <flee@cygnus.com>
9709
9710 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9711
9712 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9713
9714 1999-03-08 Karl Heuer <kwzh@gnu.org>
9715
9716 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9717 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9718
9719 * dired.el (dired-do-copy-regexp): Doc fix.
9720 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9721
9722 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9723
9724 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9725
9726 1999-03-08 Jason Rumney <jasonr@altavista.net>
9727
9728 * international/codepage.el (cp1250-decode-table)
9729 (cp1251-decode-table, cp1253-decode-table)
9730 (cp1257-decode-table): New translation tables for MS Windows codepages.
9731 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9732
9733 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9734
9735 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9736
9737 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9738
9739 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9740
9741 * term/internal.el (top level): Display character 255 as 8bit as well.
9742
9743 1999-03-06 Dave Love <fx@gnu.org>
9744
9745 * progmodes/cc-cmds.el (c-outline-level): Bind
9746 buffer-invisibility-spec.
9747
9748 * progmodes/c-mode.el (c-outline-level): Likewise.
9749
9750 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9751
9752 1999-03-05 Felix Lee <flee@cygnus.com>
9753
9754 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9755
9756 1999-03-05 Richard M. Stallman <rms@gnu.org>
9757
9758 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9759
9760 1999-03-05 Andrew Innes <andrewi@gnu.org>
9761
9762 * w32-fns.el (convert-standard-filename): Convert directory
9763 separators to Windows format.
9764
9765 1999-03-05 Andreas Schwab <schwab@gnu.org>
9766
9767 * international/skkdic-cnv.el: Provide skkdic-cnv.
9768 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9769 (batch-skkdic-convert): Doc fix.
9770
9771 1999-03-04 Dave Love <fx@gnu.org>
9772
9773 * custom.el (custom-set-variables): Protect against setter errors.
9774
9775 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9776
9777 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9778 the file sizes from overflowing.
9779 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9780 Under -s, print the size in blocks with %4.0f, in case they have
9781 a *really* huge file.
9782
9783 1999-03-03 Dave Love <fx@gnu.org>
9784
9785 * options.el (edit-options): Doc fix.
9786 (list-options): Don't lose with unbound symbols. Maintain
9787 Edit-options-mode.
9788
9789 1999-03-01 Dave Love <fx@gnu.org>
9790
9791 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9792
9793 1999-02-28 Richard M. Stallman <rms@gnu.org>
9794
9795 * ispell.el (ispell-dictionary-alist-override): New variable.
9796 (ispell-dictionary-alist): Don't setq it,
9797 if ispell-dictionary-alist-override is set.
9798
9799 * simple.el (shell-command-default-error-buffer): Renamed from
9800 shell-command-on-region-default-error-buffer.
9801 (shell-command-on-region): Mention in echo area when there
9802 is some error output. Mention success or failure, too.
9803 Accumulate multiple error outputs
9804 going forward, with formfeed in between. Display the error buffer
9805 when we have put something in it.
9806 (shell-command): Add the ERROR-BUFFER argument feature.
9807
9808 1999-02-28 Karl Heuer <kwzh@gnu.org>
9809
9810 * mail/mh-utils.el (mh-lib): Doc fix.
9811 (mh-lib-progs, mh-nmh-p): New vars.
9812 (mh-find-progs): Set mh-lib-progs along with other vars.
9813 (mh-path-search): New arg FUNC-P; if specified, use that instead
9814 of mh-file-command-p.
9815 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9816
9817 * mail/mh-comp.el (mh-repl-formfile): New var.
9818 (mh-smail-batch): Don't ignore all arguments.
9819 (mh-reply): Do the right thing when using nmh.
9820
9821 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9822
9823 * international/mule-cmds.el (select-safe-coding-system): Be sure
9824 to show a buffer being decoded.
9825
9826 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9827
9828 * ps-bdf.el (bdf-directory-list): Initialize it to
9829 '("/usr/local/share/emacs/fonts/bdf").
9830
9831 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9832
9833 * ps-print.el: PostScript programming fix.
9834 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9835 setpagedevice operator).
9836
9837 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9838
9839 * ps-print.el: Doc fix, font size specifies landscape and portrait
9840 sizes.
9841 (ps-print-version): New version number (4.1.4).
9842 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9843 Specifies landscape and portrait sizes.
9844 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9845 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9846 fix.
9847 (ps-get-font-size): New fun.
9848 (ps-font-size-internal, ps-header-font-size-internal)
9849 (ps-header-title-font-size-internal): New vars.
9850
9851 * ps-mule.el: Change of ps-print font size variable name.
9852 (ps-mule-generate-font): Fun fix.
9853 (ps-mule-begin-job): Programming uniformization.
9854
9855 1999-02-25 Dave Love <fx@gnu.org>
9856
9857 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9858 (help-make-xrefs): Do Info case first.
9859
9860 * repeat.el: Don't require advice.
9861 (repeat-last-kill-command): Variable deleted.
9862
9863 1999-02-25 Richard Stallman <rms@gnu.org>
9864
9865 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9866 case just because the current buffer is the output buffer.
9867
9868 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9869
9870 * simple.el (what-cursor-position): To show the character's
9871 encoding, use encoded-string-description instead of information
9872 of chaset-origin-alist.
9873
9874 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9875 (encoded-code-description): New function.
9876 (encoded-string-description): New function.
9877 (encode-coding-char): New function.
9878
9879 1999-02-25 Andrew Innes <andrewi@gnu.org>
9880
9881 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9882 checking for .emacs[.el[c]].
9883
9884 1999-02-24 Richard Stallman <rms@gnu.org>
9885
9886 * help.el (describe-function-1): Don't print a whole lambda-function.
9887
9888 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9889
9890 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9891 inputting ?\240.
9892
9893 1999-02-23 Karl Heuer <kwzh@gnu.org>
9894
9895 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9896
9897 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9898 (clean-buffer-list-kill-buffer-names): Doc fix.
9899
9900 * gud.el (gud-jdb-massage-args): Spelling fix.
9901
9902 1999-02-23 Richard M. Stallman <rms@gnu.org>
9903
9904 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9905
9906 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9907
9908 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9909 excursion while calling set-auto-coding-function.
9910
9911 * play/handwrite.el (handwrite): Require ps-print, and use
9912 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9913 if it's defined, instead of forking ps-lpr-command unconditionally.
9914
9915 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9916
9917 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9918 charset-origin-alist property to a coding system for the codepage.
9919
9920 * international/mule.el: Modify comment for charset-origin-alist
9921 property of a coding system.
9922
9923 * simple.el (what-cursor-position): charset-origin-alist property
9924 of a coding system may be a translation table or a symbol of which
9925 `translation-table' property is a translation table.
9926
9927 1999-02-21 Richard Stallman <rms@gnu.org>
9928
9929 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9930 to the "html" template.
9931
9932 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9933
9934 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9935
9936 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9937
9938 * dirtrack.el (dirtrack): Check for the prompt in the input string
9939 instead of the buffer.
9940
9941 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9942
9943 * sql.el: Set version to 1.4.1. Changed mail address to
9944 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9945 (sql-input-ring-separator): Doc fix.
9946 (sql-mode-syntax-table): double-dash starts comments is defined as
9947 ". 56" instead of ". 12b" for XEmacs.
9948 (sql-stop, sql-interactive-mode): Doc fixes.
9949 (sql-postgres): Queries for database and server, not just one.
9950 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9951
9952 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9953 changed. This is needed for master.el to work.
9954 (sql-set-sqli-buffer): Use the new hook.
9955
9956 * sql.el (sql-make-alternate-buffer-name): Function that sets
9957 sql-alternate-buffer-name.
9958 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9959 (sql-interactive-mode): Set sql-alternate-buffer-name.
9960 (sql-rename-buffer): New command.
9961 (sql-interactive-mode-menu): Menu for SQLi buffers.
9962
9963 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9964 and sql-input-ring-file-name are used to temporarily set
9965 comint-input-ring-file-name and comint-input-ring-separator when
9966 reading and writing input history files.
9967
9968 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9969 (sql-input-ring-file-name): New variable with customization.
9970 (sql-input-ring-separator): New variable with customization.
9971 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9972 Callers changed.
9973 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9974 now includes the name of the current buffer.
9975
9976 (sql-mode): Set paragraph-separate and paragraph-start so that
9977 sql-send-paragraph sends the entire SQL statements, even if it
9978 contains indented lines.
9979
9980 1999-02-18 Dave Love <fx@gnu.org>
9981
9982 * format.el (format-encode-run-method, format-decode-run-method):
9983 Fix previous change.
9984
9985 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9986
9987 * international/mule.el (coding-system-list): Moved here from
9988 mule-util.el to avoid autoloading mule-util by the call of
9989 select-safe-coding-system.
9990
9991 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9992
9993 * simple.el (turn-on-auto-fill): Mark it as an option for
9994 `text-mode-hook'.
9995
9996 1999-02-17 Richard Stallman <rms@gnu.org>
9997
9998 * emacs-lisp/easymenu.el (easy-menu-get-map):
9999 Don't crash if (current-local-map) is nil.
10000
10001 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
10002
10003 * filecache.el (file-cache-filter-regexps): Added .class.
10004
10005 1999-02-17 Ken'ichi Handa <handa@gnu.org>
10006
10007 * international/mule-util.el (decompose-region): Use
10008 insert-buffer-substring instead of insert-buffer to avoid putting
10009 mark.
10010
10011 1999-02-17 Andreas Schwab <schwab@gnu.org>
10012
10013 * calendar/cal-move.el (scroll-calendar-left): Don't set
10014 displayed-month and displayed-year here, let generate-calendar do
10015 it, after range checking.
10016
10017 1999-02-17 Simon Marshall <simon@gnu.org>
10018
10019 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
10020
10021 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
10022 correctly between an object declared via a constructor and a method.
10023 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
10024 (java-font-lock-keywords-1): Fontify package names individually.
10025 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
10026 (java-font-lock-keywords-2): Simplify type fontification.
10027 (java-font-lock-keywords-3): Likewise.
10028
10029 1999-02-17 Kenichi Handa <handa@etl.go.jp>
10030
10031 * language/japanese.el (iso-2022-jp-2): New coding system.
10032 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
10033
10034 1999-02-16 Dave Love <fx@gnu.org>
10035
10036 * help.el (describe-function-1): Accept non-symbols.
10037
10038 1999-02-16 Paul Eggert <eggert@twinsun.com>
10039
10040 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
10041 find the last match if there are multiple matches.
10042
10043 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10044
10045 * tex-mode.el (tex-run-command, latex-run-command)
10046 (slitex-run-command, tex-command): Doc changes.
10047 (tex-start-options-string): Autoload it. Doc change. Provide
10048 a menu for customization. Allow nil. Quote backslashes only once.
10049 (tex-start-tex): Handle nil value of tex-start-options-string
10050 and apply shell-quote-argument to it.
10051
10052 1999-02-16 Eli Zaretskii <eliz@gnu.org>
10053
10054 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
10055 the size in blocks, since it can be a float.
10056 (ls-lisp-format): Likewise
10057
10058 1999-02-16 Ken'ichi Handa <handa@gnu.org>
10059
10060 * language/japanese.el (japanese-shift-jis): Add
10061 charset-origin-alist property.
10062
10063 1999-02-15 Richard Stallman <rms@gnu.org>
10064
10065 * progmodes/compile.el (compile-internal): Use save-selected-window.
10066
10067 * subr.el (momentary-string-display): Bind inhibit-read-only.
10068
10069 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
10070
10071 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
10072
10073 * mail/rmail.el (rmail-show-message): If an unseen message has a
10074 Summary-line in its header, get past one more line before looking
10075 for the X-Coding-System header.
10076
10077 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
10078
10079 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10080 explicitly to accomodate Windows 9X lack of a useful copy program.
10081
10082 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
10083
10084 * wid-edit.el (widget-choice-value-create): Use `equal'
10085 instead of `eq'.
10086
10087 1999-02-14 Richard Stallman <rms@gnu.org>
10088
10089 * international/iso-transl.el:
10090 (iso-transl-ae): Renamed from iso-transl-e-slash.
10091 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10092 (iso-transl-AE): Renamed from iso-transl-E-slash.
10093 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10094 (iso-transl-char-map): Related changes.
10095
10096 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
10097
10098 1999-02-13 Richard Stallman <rms@gnu.org>
10099
10100 * textmodes/texinfmt.el (texinfo-alias): New function.
10101 (texinfo-fold-nodename-case): Add defvar.
10102 (texinfo-format-node): Do case folding if specified.
10103
10104 * ffap.el (ffap-file-at-point): Test local file names
10105 immediately. Strip off line numbers.
10106
10107 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
10108
10109 * sql.el: Set version to 1.3.2
10110 (sql-solid-program): Added support for solid.
10111 (sql-help): Doc mentions sql-solid.
10112 (sql-solid): Entry function for Solid.
10113 (sql-buffer): Doc explains the use of the variable and how to
10114 change it.
10115 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
10116 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
10117 disabled if sql-buffer doesn't have a process; sql-send-paragraph
10118 is new.
10119 (sql-show-sqli-buffer): New function to display the value of
10120 sql-buffer.
10121 (sql-change-sqli-buffer): New function to change sql-buffer.
10122 (sql-mode): Doc explains how to change sql-buffer.
10123 (sql-send-paragraph): New function to send a paragraph.
10124 (sql-mode-map): Added keybinding for sql-send-paragraph.
10125 (sql-mysql): Doc corrected.
10126 (sql-ms): Doc corrected.
10127
10128 * sql.el (sql-server): Doc fix.
10129 (sql-mysql): Added the use of sql-server to specify the host,
10130 sql-database now specifies database instead of host.
10131 (sql-mode-menu): Send... menu items are only active if sql-buffer
10132 is non-nil.
10133 (sql-help): Changed tag of entry functions a bit.
10134
10135 * sql.el: Added keywords from `finder-by-keyword'.
10136 (sql-mode): Made sql-buffer a local variable, changed the
10137 documentation: removed instructions to add *.sql files to
10138 auto-mode-alist, added documentation for having mutliple SQL
10139 buffers sending their stuff to different SQLi buffers, each
10140 running a different process.
10141 (sql-postgres): Quoted *SQL* in doc string.
10142 (sql-ms): Likewise.
10143 (sql-ingres): Likewise.
10144 (sql-ingres): Quoted *SQL* in doc string, added references to
10145 sql-user and sql-password used during login.
10146 (sql-sybase): Quoted *SQL* in doc string, added comma.
10147 (sql-oracle): Likewise.
10148 (sql-interactive-mode): Added extensive documentation for having
10149 mutliple SQL buffers sending their stuff to different SQLi
10150 buffers, each running a different process.
10151 (sql-buffer): Changed doc from *SQL* to SQLi.
10152 (sql-get-login): Doc fix.
10153
10154 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10155
10156 * international/mule-conf.el (undecided): Set ascii in
10157 safe-charsets property.
10158
10159 1999-02-12 Richard Stallman <rms@gnu.org>
10160
10161 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10162
10163 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10164
10165 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10166 value to ps-mule-font-info-database-latin.
10167
10168 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
10169
10170 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10171 (ps-mule-font-info-database-default): New variable.
10172 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10173 ps-mule-font-info-database-default.
10174
10175 1999-02-12 Dave Love <fx@gnu.org>
10176
10177 * timezone.el (timezone-make-date-sortable)
10178 (timezone-make-date-arpa-standard): Doc fix.
10179
10180 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10181
10182 * international/quail.el (quail-show-kbd-layout): Bind
10183 blink-matching-paren to nil.
10184
10185 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10186 for ASCII and Latin-1.
10187
10188 1999-02-12 Andreas Schwab <schwab@gnu.org>
10189
10190 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10191
10192 1999-02-12 Kenichi Handa <handa@etl.go.jp>
10193
10194 * international/mule-cmds.el (language-info-alist): Remove
10195 description about charset-origin-alist.
10196
10197 * international/mule.el: Comment added for a new coding system
10198 property `charset-origin-alit'.
10199 (make-translation-table): This variable deleted.
10200
10201 * language/chinese.el (chinese-big5): Add charset-origin-alist
10202 property.
10203 ("Chinese-CNS"): Remove charset-origin-alist property.
10204
10205 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10206 property.
10207 (cyrillic-alternativnyj): Likewise.
10208 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10209 ("Cyrillic-ALT"): Likewise.
10210
10211 * language/vietnamese.el (vietnamese-viqr): Add
10212 charset-origin-alist property.
10213 ("Vietnamese"): Remove charset-origin-alist property.
10214
10215 * simple.el (what-cursor-position): Don't use the varialbe
10216 charset-origin-alist, but use charset-origin-alist property of
10217 buffer-file-coding-system to decide external character set code.
10218
10219 1999-02-10 Richard Stallman <rms@gnu.org>
10220
10221 * shadowfile.el: Don't turn on the mode when the file is loaded.
10222
10223 1999-02-09 Richard Stallman <rms@gnu.org>
10224
10225 * progmodes/compile.el (compile-auto-highlight): Customize.
10226
10227 * add-log.el (add-log-file-name-function): New variable.
10228 (add-change-log-entry): Call that function, if non-nil.
10229
10230 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
10231
10232 * rmail.el (rmail-search): Track match with a marker, not an integer.
10233
10234 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10235
10236 * progmodes/compile.el (compilation-setup): Set value of
10237 compilation-directory-stack as in compilation-forget-errors.
10238 (compile-reinitialize-errors): Bind buffer-undo-list and
10239 deactivate-mark.
10240 (compilation-forget-errors): Likewise.
10241
10242 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
10243
10244 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10245 def... constructs.
10246
10247 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10248 Remove calls to sleep-for.
10249
10250 1999-02-08 Eli Zaretskii <eliz@gnu.org>
10251
10252 * international/codepage.el (cp-coding-system-for-codepage-1): On
10253 MS-DOS, use dos-unsupported-char-glyph for characters not
10254 supported by the codepage.
10255 (cp-make-coding-systems-for-codepage): Likewise.
10256
10257 1999-02-08 Andreas Schwab <schwab@gnu.org>
10258
10259 * international/mule-util.el (coding-system-list): Don't sort
10260 coding-system-list here.
10261
10262 * international/mule.el (coding-system-lessp): Moved here from
10263 mule-util.el
10264 (add-to-coding-system-list): New function.
10265 (make-subsidiary-coding-system, make-coding-system,
10266 define-coding-system-alias): Use it instead of setting
10267 coding-system-list directly.
10268
10269 1999-02-07 Dave Love <fx@gnu.org>
10270
10271 * calendar/appt.el (appt-make-list): Don't splice quotes and date
10272 onto message.
10273
10274 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10275
10276 * imenu.el (imenu--last-menubar-index-alist): Add doc.
10277 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
10278
10279 1999-02-06 Richard Stallman <rms@gnu.org>
10280
10281 * language/european.el (setup-slovenian-environment): New function.
10282 ("Slovenian"): New language environment.
10283
10284 * progmodes/sql.el (sql-help): Doc fix.
10285 (sql-mysql): Doc fix.
10286
10287 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10288
10289 * tex-mode.el: When compiling, require compare-w and skeleton
10290 to pacify the byte-compiler. Move the def's of the tex-commands
10291 together. Add a comment on kill-process vs. quit-process.
10292
10293 1999-02-05 Dave Love <fx@gnu.org>
10294
10295 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10296 null markers.
10297 (compile-goto-error): Likewise.
10298
10299 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10300
10301 * time-stamp.el (time-stamp-format): Format doc tighter.
10302 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10303 (time-stamp): Don't re-write the time stamp if it didn't change.
10304
10305 1999-02-05 Alex Schroeder <asc@bsiag.com>
10306
10307 * progmodes/sql.el: Changed version to 1.2.1.
10308 (sql-pop-to-buffer-after-send-region): Improved documentation.
10309 (sql-mysql-program): Added MySQL support.
10310 (sql-prompt-length): Made prompt-length configurable.
10311 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10312 (sql-help): Added MySQL support, changed documentation.
10313 (sql-send-region): A message is displayed if something is sent.
10314 (sql-mode): Added buffer-local comment-start.
10315 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10316 (sql-interactive-mode): Added buffer-local comment-start.
10317 (sql-oracle): Set sql-prompt-length.
10318 (sql-sybase): Set sql-prompt-length.
10319 (sql-mysql): Added MySQL support.
10320 (sql-ingres): Set sql-prompt-length.
10321 (sql-ms): Set sql-prompt-length.
10322 (sql-postgres): Set sql-prompt-length.
10323
10324 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10325
10326 * term/internal.el (dos-codepage-setup): Set selection coding
10327 system to cpNNN-dos.
10328
10329 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10330
10331 * international/characters.el: Let ethiopic use iso-2022-7bit.
10332
10333 1999-02-02 Dave Love <fx@gnu.org>
10334
10335 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10336 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10337
10338 1999-02-02 Karl Heuer <kwzh@gnu.org>
10339
10340 * terminal.el (terminal-emulator): Doc fix.
10341
10342 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10343
10344 * international/mule-util.el (compose-chars): Doc-string
10345 modified. Correctly handle a composition character in ARGS.
10346
10347 1999-02-01 Richard Stallman <rms@gnu.org>
10348
10349 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10350 (makefile-menu-index-function): Function deleted.
10351 (makefile-mode): Use makefile-imenu-generic-expression.
10352
10353 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10354
10355 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10356 change, invoke from before-init-hook.
10357
10358 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10359
10360 * subr.el (remove-from-invisibility-spec): Cope with the case when
10361 buffer-invisibility-spec is t.
10362
10363 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10364
10365 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10366 appt-add and appt-delete.
10367
10368 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10369
10370 * term/pc-win.el (msdos-approximate-color): New function.
10371 (msdos-color-translate): Call it to find a DOS color that best
10372 approximates an X-style "#NNNNNN" color specification.
10373
10374 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10375
10376 * international/mule-util.el (compose-chars-component): Add
10377 autoload cookie.
10378
10379 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10380
10381 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10382 function, replace cdr of MAP by the return value of the function
10383 unconditionally.
10384
10385 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10386
10387 * progmodes/compile.el (compilation-next-error-locus): Don't
10388 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10389
10390 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10391
10392 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10393 and NLs before "charset", and allow the charset name be in double
10394 quotes.
10395
10396 1999-01-31 Richard Stallman <rms@gnu.org>
10397
10398 * imenu.el (imenu-sort-function): Fix custom type.
10399
10400 1999-01-30 Richard Stallman <rms@gnu.org>
10401
10402 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10403 (speedbar-line-token): Likewise.
10404
10405 * play/gametree.el (gametree-default-score): Use defcustom.
10406 (gametree-score-regexp, gametree-score-closer): Likewise.
10407 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10408
10409 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10410
10411 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10412 decoding.
10413
10414 1999-01-29 Markus Rost <rost@gnu.org>
10415
10416 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10417 tex-validate-buffer.
10418 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10419 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10420 now with recent occur-mode.
10421 (tex-validate-region): Really walk through all Sexps.
10422 (tex-region): Bind shell-dirtrack-verbose.
10423 (tex-file, tex-bibtex-file): Likewise.
10424
10425 1999-01-29 Dave Love <fx@gnu.org>
10426
10427 * finder.el: (finder-commentary): Fix interactive spec. Try
10428 appending .el to file name.
10429 (finder-find-library, finder-commentary): Doc fixes.
10430
10431 1999-01-29 Andrew Innes <andrewi@gnu.org>
10432
10433 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10434 where the userid contains directory separators.
10435
10436 1999-01-29 Dave Love <fx@gnu.org>
10437
10438 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10439 (lm-commentary): Doc fix.
10440
10441 1999-01-29 Andreas Schwab <schwab@gnu.org>
10442
10443 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10444 wildcard match. Fix regexp that tests if dirpart contains
10445 wildcard characters.
10446
10447 1999-01-28 Richard Stallman <rms@gnu.org>
10448
10449 * font-lock.el (font-lock-default-unfontify-region):
10450 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10451
10452 1999-01-27 Jason Rumney <jasonr@altavista.net>
10453
10454 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10455 from FAMILY field.
10456 (w32-create-initial-fontsets): Do not use before-init-hook.
10457 (mouse-set-font): Document. Automatically create and use fontsets.
10458
10459 * dos-w32.el (direct-print-region-helper): Check for printer
10460 being t as well as a string.
10461
10462 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10463
10464 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10465 (rmail-mime-charset-pattern): New variable.
10466 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10467 rmail-decode-mime-charset is non-nil.
10468
10469 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10470
10471 * international/characters.el: Set category `q' for all characters
10472 in tibetan and tibetan-1-column.
10473
10474 1999-01-27 Andrew Innes <andrewi@gnu.org>
10475
10476 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10477 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10478
10479 1999-01-27 Dave Love <fx@gnu.org>
10480
10481 * international/mule-cmds.el (current-language-environment):
10482 Provide :link, :type (choices) and appropriate :get.
10483
10484 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10485
10486 * startup.el (command-line): Set default eol-mnemonic-* strings to
10487 display end-of-line format in mode line.
10488
10489 * cus-start.el (all): Add eol-mnemonic-* variables.
10490
10491 1999-01-26 Dave Love <fx@gnu.org>
10492
10493 * startup.el (command-line-1): Up-date copyright.
10494
10495 * paths.el (Info-default-directory-list): Use configdir twice.
10496
10497 * info.el (Info-directory-list): Don't set path-separator now
10498 we're not shipped with Texinfo. Simplify path definition.
10499 Substitute all occurrences of instdir in Info-default-directory-list.
10500
10501 1999-01-25 Richard Stallman <rms@gnu.org>
10502
10503 * startup.el (normal-top-level-add-subdirs-to-load-path):
10504 Record the inode numbers of the dirs processed, to avoid loop.
10505
10506 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10507
10508 1999-01-25 Dave Love <fx@gnu.org>
10509
10510 * browse-url.el (browse-url-netscape-program): Doc addition.
10511
10512 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10513 prefix.
10514
10515 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10516 auto-mode-alist.
10517
10518 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10519
10520 * calendar/diary-lib.el (mark-diary-entries): Use
10521 assoc-ignore-case and do not capitalize when matching month and
10522 day names.
10523
10524 * calendar/calendar.el (calendar-read-date): Ditto.
10525
10526 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10527 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10528
10529 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10530
10531 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10532
10533 * calendar/cal-islam.el (calendar-goto-islamic-date)
10534 (mark-islamic-diary-entries): Ditto.
10535
10536 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10537
10538 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10539 (calendar-read-mayan-tzolkin-date): Ditto.
10540
10541 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10542
10543 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10544
10545 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10546
10547 1999-01-25 Karl Heuer <kwzh@gnu.org>
10548
10549 * faces.el (list-faces-display): Multiline case of previous fix.
10550
10551 1999-01-25 Andreas Schwab <schwab@gnu.org>
10552
10553 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10554
10555 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10556
10557 * files.el (find-file): If find-file-noselect returns a list,
10558 do switch-to-buffer on each element.
10559 (find-file-other-window): Likewise for all but the first element.
10560 (find-file-other-frame): Same.
10561 (find-file-noselect): When we expand a wildcard, return a list
10562 of buffers.
10563
10564 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10565
10566 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10567 to set the appropriate cpNNN-dos coding system as the
10568 highest-priority coding system.
10569
10570 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10571
10572 * international/fontset.el (generate-fontset-menu): Return a
10573 sorted list by plain names of fontsets.
10574
10575 * international/mule-diag.el (list-fontsets): Sort fontsets by
10576 plain names.
10577
10578 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10579 FIRST is a composite character, decompose it at first.
10580
10581 1999-01-23 Dave Love <fx@gnu.org>
10582
10583 * format.el: Doc fixes.
10584 (format-encode-run-method): Have things happen in the right buffer.
10585 Deal with errors from method. Set coding-system-for-write.
10586 (format-decode-run-method): Have things happen in the right buffer.
10587 Deal with errors from method. Set coding-system-for-read.
10588 (format-alist): Use nil instead of unmatchable regexps.
10589
10590 * simple.el (shell-command-on-region): Return command's exit status.
10591
10592 1999-01-23 Eric Ludlam <zappo@gnu.org>
10593
10594 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10595 of the file whose info we want to display.
10596 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10597 (speedbar-add-mode-functions-list) Improve doc.
10598 (speedbar-line-token) New function.
10599 (speedbar-dired) Fix order of directories in -shown-directories.
10600 (speedbar-line-path): Default return is default-directory
10601 (speedbar-buffers-line-path): Return is dir name only.
10602 (speedbar-mode-functions-list): New variable.
10603 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10604 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10605 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10606 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10607 New functions.
10608 (speedbar-line-file): Broke out part that fetches file from a line.
10609 (speedbar-line-text): New function extracted from speedbar-line-file.
10610 (speedbar-line-path): Converted into a replaceable function.
10611 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10612
10613 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10614
10615 * international/fontset.el (create-fontset-from-x-resource): Make
10616 style variants.
10617
10618 1999-01-22 Dave Love <fx@gnu.org>
10619
10620 * paths.el (Info-default-directory-list): Put sysdir after start.
10621
10622 1999-01-22 Sam Steingold <sds@goems.com>
10623
10624 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10625 a process associated with it.
10626
10627 1999-01-22 Jason Rumney <jasonr@altavista.net>
10628
10629 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10630
10631 1999-01-22 Felix Lee <flee@cygnus.com>
10632
10633 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10634 major-mode.
10635 (vc-annotate-mode): Delete variable.
10636
10637 1999-01-22 Andrew Innes <andrewi@gnu.org>
10638
10639 * startup.el (command-line): [windows-nt]: Check for existence of
10640 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10641 in preference to _emacs.
10642
10643 1999-01-22 Dave Love <fx@gnu.org>
10644
10645 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10646
10647 1999-01-20 Richard Stallman <rms@gnu.org>
10648
10649 * files.el (find-file-noselect): Do wildcard processing only
10650 if new arg WILDCARDS is non-nil.
10651 (find-file, find-file-other-window): New arg WILDCARDS.
10652 Default it to non-nil if interactive.
10653 (find-file-other-frame): Likewise.
10654 (find-file-read-only): Likewise.
10655 (find-file-read-only-other-window): Likewise.
10656 (find-file-read-only-other-frame): Likewise.
10657
10658 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10659 (widget-plist-convert-option): Delete spurious comma.
10660
10661 1999-01-19 Jason Rumney <jasonr@altavista.net>
10662
10663 * term/w32-win.el (w32-standard-fontspec-spec): Change
10664 iso8859-5 to koi8-r. Add iso8859-9.
10665
10666 1999-01-19 Dave Love <fx@gnu.org>
10667
10668 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10669 its uses.
10670
10671 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10672 is active.
10673 (fortran-indent-subprogram): Likewise.
10674
10675 1999-01-19 Dave Love <d.love@dl.ac.uk>
10676
10677 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10678
10679 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10680
10681 * wid-edit.el (alist): Use sexp as default key-type.
10682
10683 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10684
10685 * textmodes/tex-mode.el (tex-define-common-keys):
10686 Remove key binding of tex-feed-input.
10687 (tex-mode-map): Bind tex-feed-input here.
10688 (tex-start-shell): Use compilation-shell-minor-mode. Set
10689 comint-input-filter-functions before running tex-shell-hook.
10690 (tex-start-tex): Forget compilation errors.
10691 (tex-compilation-parse-errors): Rewritten to work also with
10692 compile-mouse-goto-error and compile-goto-error. Adjusted to
10693 change in tex-region.
10694 (tex-region): For the temp file use file-name without directory.
10695 (tex-file): Expand file name of tex-print-file.
10696
10697 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10698
10699 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10700
10701 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10702
10703 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10704 beginning could cause Emacs to hang. Fixed.
10705
10706 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10707
10708 * international/ccl.el (ccl-compile-translate-character): Handle
10709 the case that a tranlation table is CCL register correctly.
10710
10711 * international/mule-cmds.el (select-safe-coding-system):
10712 Hightlight at most 256 characters.
10713
10714 1999-01-18 Dave Love <fx@gnu.org>
10715
10716 * startup.el (command-line): If the init file changes operation to
10717 unibyte, make all buffers unibyte and re-set language environment.
10718
10719 * disp-table.el (standard-display-european): Make all existing
10720 buffers unibyte. Fix doc.
10721
10722 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10723
10724 * wid-edit.el (coding-system): Define this unconditionally.
10725
10726 * simple.el (shell-command-on-region-default-error-buffer): New var.
10727 (shell-command-on-region): Use that variable as interactive
10728 value of ERROR-BUFFER argument.
10729
10730 1999-01-17 Sam Steingold <sds@goems.com>
10731
10732 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10733
10734 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10735
10736 * progmodes/compile.el (compilation-goto-locus): If already in the
10737 compilation buffer's window, keep it in that window.
10738 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10739 (compile-goto-error): Don't play with windows.
10740
10741 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10742 (tex-command): Doc fix.
10743 (tex-compilation-parse-errors): Doc fix.
10744 (tex-generate-zap-file-name): Don't start the name with -.
10745 (tex-expand-files): Works now also with strings ending with ":".
10746
10747 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10748
10749 Patch failed to install:
10750 * gametree.el: Document scoring functionality.
10751 (gametree-score-regexp): Add optional plus sign.
10752 (gametree-score-opener): Replace `:' with `=' as the former
10753 conflicts with gametree-half-ply-regexp.
10754 (gametree-transpose-following-leaves): Add.
10755 (gametree-insert-new-leaf): Make modifying commands barf in read
10756 only buffers.
10757 (gametree-break-line-here): Add a call to
10758 `gametree-transpose-following-leaves'. This maintains the
10759 necessary invariant that on each level all leaf children precede
10760 all nonleaf children. This has always been implied, but left to
10761 the user, and, unfortunately, undocumented.
10762
10763 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10764
10765 * wid-edit.el (plist, alist): New widget types.
10766
10767 1999-01-17 Dave Love <fx@gnu.org>
10768
10769 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10770 fix scope of condition-case therein.
10771
10772 1999-01-17 Andrew Innes <andrewi@gnu.org>
10773
10774 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10775 default-buffer-file-coding-system when file doesn't exist (and
10776 isn't covered by a special case) instead of forcing undecided-dos
10777 against the user's wishes.
10778
10779 * dos-w32.el (direct-print-region-helper): New function based on
10780 direct-print-region-function; sends data to specified printer port
10781 without further translation. Recognize and handle specially the
10782 standard `print' and `nprint' programs, as well as `lpr' and
10783 similar programs. Only write directly to the printer port if no
10784 print program is specified. Work around a bug in Windows 9x
10785 affecting Win32 version of Emacs by invoking command.com to write
10786 to the printer port instead of writing directly.
10787 (direct-print-region-function): Use direct-print-region-helper to
10788 do most of the work.
10789 (direct-ps-print-region-function): New function; analogue of
10790 direct-print-region-function for ps-print.
10791 (ps-lpr-command): Comment out setq; leave as example usage.
10792 (ps-lpr-switches): Ditto.
10793
10794 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10795 and MS-Windows.
10796 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10797 DOS and Windows platforms, to indicate direct printing. Update
10798 the docstring accordingly.
10799
10800 * ps-print.el: (ps-printer-name): Update docstring about usage on
10801 MS-DOS and MS-Windows.
10802 (ps-lpr-command): Update docstring as for lpr-command.
10803 (ps-print-region-function): New variable.
10804 (ps-do-despool): Use it.
10805 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10806 DOS/Windows.
10807
10808 * subr.el (subst-char-in-string): New function.
10809
10810 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10811
10812 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10813
10814 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10815 (bdf-find-font-info): New function, looks for the first readable
10816 file from a list of alternatives.
10817 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10818 instead of bdf-get-font-info.
10819 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10820 to ps-mule-generate-bitmap-glyph.
10821
10822 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10823 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10824 now be a list of alternative names.
10825 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10826 (ps-mule-prepare-font): Likewise.
10827
10828 * international/codepage.el (cp855-decode-table,
10829 cp850-decode-table): Fill some nil entries.
10830
10831 1999-01-16 Dave Love <fx@gnu.org>
10832
10833 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10834 last change.
10835
10836 1999-01-15 Dave Love <fx@gnu.org>
10837
10838 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10839 and change regexp for command names.
10840 (help-xref-go-back, function-called-at-point, symbol-file)
10841 (where-is): Doc fixes.
10842 (help-xref-go-back): Remove interactive spec.
10843 (describe-function-1): Fix message for alias. Buttomize alias
10844 name.
10845
10846 * simple.el (join-line): New alias.
10847
10848 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10849
10850 * forms.el: (forms--show-record): Convert integers to string
10851 expicitly since concat will no longer accept integers.
10852 (forms-print): Use local `total-nb-records' since
10853 `forms--total-records' will be inaccessible after buffer switching.
10854
10855 1998-01-14 Felix Lee <flee@cygnus.com>
10856
10857 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10858
10859 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10860
10861 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10862
10863 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10864
10865 * international/codepage.el (cp850-decode-table): Fix previous change.
10866
10867 1999-01-14 Simon Marshall <simon@gnu.org>
10868
10869 * shell.el (shell-dirtrack-verbose): New custom variable.
10870 (shell-dirstack-message): Use it.
10871
10872 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10873
10874 * international/mule-conf.el: Coding system alias `dos' for
10875 `undecided-dos', `mac' for `undecided-mac'.
10876
10877 * international/mule-cmds.el (describe-language-environment):
10878 Don't alter input-method-alist.
10879
10880 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10881
10882 * international/codepage.el (cp850-decode-table): Replace nil
10883 entries with codes of similary looking glyphs. (Suggested by
10884 Jason Rumney <jasonr@altavista.net>.)
10885
10886 1999-01-13 Dave Love <fx@gnu.org>
10887
10888 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10889
10890 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10891
10892 1999-01-12 Karl Heuer <kwzh@gnu.org>
10893
10894 * files.el (auto-save-hook): Defvar this.
10895
10896 1999-01-12 Alex Schroeder <asc@bsiag.com>
10897
10898 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10899 faces, eliminating the need to load font-lock before loading sql.
10900 (sql-mode-oracle-font-lock-keywords): Likewise.
10901 (sql-mode-postgres-font-lock-keywords): Likewise.
10902
10903 1999-01-11 Dave Love <fx@gnu.org>
10904
10905 * cus-start.el: Add inhibit-eol-conversion.
10906
10907 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10908 the values round.
10909
10910 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10911
10912 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10913 Don't switch to Help mode here.
10914 (temp-buffer-setup-hook): Use help-mode-finish.
10915 (help-mode-setup): New function.
10916 (temp-buffer-setup-hook): Use help-mode-setup.
10917
10918 * progmodes/sql.el: New file.
10919
10920 * files.el (auto-mode-alist): Add sql-mode.
10921
10922 * faces.el (list-faces-display): Improve the formatting
10923 by computing the maximum length required for any face-name.
10924
10925 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10926
10927 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10928
10929 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10930
10931 * term.el (term_send_home): Change the string to
10932 be the same as the one emitted by xterm and consistent with the
10933 ones emitted by prior and next.
10934 (term_send_end): Likewise.
10935
10936 1999-01-10 Dave Love <fx@gnu.org>
10937
10938 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10939 bindings.
10940
10941 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10942
10943 * international/codepage.el (codepage-setup): Doc fix.
10944 (cp-decoding-vector-for-codepage): Likewise.
10945
10946 1999-01-10 Markus Rost <rost@gnu.org>
10947
10948 * cus-edit.el (custom-save-delete): First scan the custom-file.
10949
10950 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10951
10952 * international/iso-transl.el: Define a "function name" for
10953 each translation that isn't ASCII. Use these function names
10954 in iso-transl-char-map.
10955
10956 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10957
10958 * international/mule-util.el (decompose-region): Do decomposition
10959 on temporary unibyte buffer.
10960
10961 * international/mule.el (make-char): Doc-string modified.
10962
10963 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10964
10965 * simple.el (comment-region): Delete spaces only if we
10966 deleted a comment starter.
10967
10968 1999-01-07 Dave Love <fx@gnu.org>
10969
10970 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10971
10972 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10973 like eval-defun does.
10974
10975 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10976
10977 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10978 constructions. Doc fixes.
10979 (generic-create-generic-function): Use defalias, not fset.
10980
10981 * find-func.el: More doc fixes.
10982
10983 1999-01-06 Stephen Eglen <stephen@gnu.org>
10984
10985 * files.el (save-buffers-kill-emacs): Show the list of current
10986 processes before prompting to kill them and exit.
10987
10988 1999-01-06 Dave Love <fx@gnu.org>
10989
10990 * emacs-lisp/find-func.el: Doc fixes.
10991 (find-function-regexp): Extend for define-generic-mode,
10992 define-derived-mode, easy-mmode-define-minor-mode.
10993
10994 1999-01-06 Dave Love <fx@gnu.org>
10995
10996 * progmodes/fortran.el (fortran-window-create): Account for scroll
10997 bar width.
10998
10999 * browse-url.el: Require (noerror) w3-auto when compiling.
11000 (browse-url-maybe-new-window): Make it a macro and revert last
11001 change to callers.
11002 (browse-url-w3): Require w3 for w3-fetch-other-window.
11003
11004 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11005
11006 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
11007 argument.
11008
11009 1999-01-06 Simon Marshall <simon@gnu.org>
11010
11011 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
11012
11013 * font-lock.el (font-lock-default-fontify-buffer): When using
11014 with-temp-message, use nil rather than current-message.
11015
11016 * lazy-lock.el (lazy-lock-unstall):
11017 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
11018 rather than current-message.
11019
11020 * fast-lock.el (fast-lock-save-cache-1):
11021 (fast-lock-cache-data): When using with-temp-message, use nil rather
11022 than current-message.
11023
11024 1999-01-06 Eli Zaretskii <eliz@gnu.org>
11025
11026 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11027 the valid-codes property.
11028
11029 * international/mule-cmds.el (prefer-coding-system): Call
11030 set-coding-priority, so that the internal array of priorities is
11031 also updated.
11032
11033 * international/mule-util.el:
11034 (coding-system-change-eol-conversion,
11035 coding-system-change-text-conversion): Don't define here.
11036
11037 * international/mule-cmds.el: Define them here. Remove the
11038 autoload cookies.
11039
11040 1999-01-06 Andreas Schwab <schwab@gnu.org>
11041
11042 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
11043 if it was enabled before.
11044
11045 * view.el (View-revert-buffer-scroll-page-forward): Bind
11046 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
11047
11048 * files.el (recover-session): Preserve point when inserting
11049 explanation.
11050
11051 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
11052
11053 * cus-edit.el (custom-save-delete): Don't delete whitespace
11054 and comments before the sexp that is replaced.
11055
11056 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11057
11058 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
11059
11060 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
11061
11062 * vc.el (vc-dired-hook): Use the original value of
11063 dired-move-to-filename-regexp on lines that have not been
11064 reformatted yet.
11065 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
11066 file lines have already been reformatted.
11067
11068 1999-01-05 Dave Love <fx@gnu.org>
11069
11070 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
11071 buffer-local.
11072
11073 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
11074
11075 * progmodes/f90.el: Change of regular expressions for type to
11076 correct highlighting and identation. Some small fixes for
11077 compatibility with XEmacs.
11078
11079 1999-01-05 Stephen Eglen <stephen@gnu.org>
11080
11081 * mspools.el (mspools-vm-system-mail): Provide an alternative
11082 value based on rmail-spool-directory if $MAIL is not defined.
11083
11084 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
11085
11086 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11087 (reftex-section-info): Handle negative section levels.
11088 (reftex-view-crossref-extra): New option.
11089 (reftex-view-crossref): Generalized to work in more places.
11090 (reftex-find-citation-regexp-format, reftex-find-reference-format,
11091 reftex-macros-with-labels, reftex-global-search-marker): New variables.
11092 (reftex-view-cite-locations-from-bibtex): New command.
11093 (reftex-view-regexp-match, reftex-global-search,
11094 reftex-global-search-continue): New functions.
11095 (reftex-extract-bib-entries): No error for non-existing BibTeX
11096 file, just a message.
11097 (reftex-extract-bib-entries): Better error handling.
11098 (reftex-select-with-char): Use `*RefTeX Select*' for selection
11099 help and force it on current frame.
11100 (reftex-default-bibliography): New function.
11101 (reftex-access-parse-file): Check consistency after loading a
11102 parse file. When inconsistent, enfore rescan.
11103 (reftex-check-parse-consistency): New function.
11104 (easy-menu-define): Options section drastically shortened.
11105
11106 1999-01-05 Kenichi Handa <handa@etl.go.jp>
11107
11108 * language/thai-util.el (thai-compose-string): New function.
11109
11110 1999-01-04 Inge Frick <inge@nada.kth.se>
11111
11112 * easymenu.el (easy-menu-define): Doc fix.
11113 (easy-menu-create-menu): New keyword :included.
11114 (easy-menu-do-add-item): New keyword :included. SUFFIX may
11115 be an expression, not only a string. Simulate style `button'.
11116 Use easy-menu-define-key-intern instead of easy-menu-define-key.
11117 (easy-menu-define-key-intern): New function.
11118 (easy-menu-add-item): Understand value returned from
11119 easy-menu-item-present-p and easy-menu-remove-item.
11120 (easy-menu-return-item): New function.
11121 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
11122
11123 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
11124
11125 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11126 Use rmail-output-read-rmail-file-name to read the file name.
11127 Always call rmail-output-to-rmail-file noninteractively.
11128 When count > 1, do the loop here.
11129 Handle rmail-delete-after-output here.
11130 (rmail-summary-output): Similar changes.
11131
11132 * mail/rmailout.el: Provide `rmailout'.
11133 (rmail-output-read-rmail-file-name): New function.
11134 (rmail-output-to-rmail-file): Use that.
11135 (rmail-output-read-file-name): New function.
11136 (rmail-output): Use that.
11137
11138 * files.el (find-file-noselect): Let /: suppress wildcard matching.
11139 Error if wildcard matches no files.
11140
11141 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
11142
11143 * menu-bar.el (clipboard-yank): Doc fix.
11144
11145 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11146
11147 1998-12-31 Markus Rost <rost@delysid.gnu.org>
11148
11149 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11150
11151 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
11152
11153 * rmail.el (rmail-encode-string): Make sure mask value is
11154 positive; (emacs-pid) returns a negative number on Windows 9x
11155 which causes odd behaviour.
11156
11157 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
11158
11159 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11160 and about w32-* variables unless on Windows/NT.
11161
11162 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
11163
11164 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11165 if buffer is modified; ask about all modified buffers.
11166
11167 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11168
11169 * simple.el (what-cursor-position): Fix previous change.
11170
11171 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
11172
11173 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11174 from paragraph-start.
11175
11176 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
11177
11178 * international/mule-cmds.el (prefer-coding-system): If the
11179 argument requires specific EOL conversion type, make the default
11180 coding systems use that.
11181
11182 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
11183
11184 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11185 Use shell-command-on-region.
11186 (m4-start-m4, m4-end-m4): Functions deleted.
11187
11188 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
11189
11190 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11191
11192 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11193
11194 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11195 to compose-mail in the correct places and as a list.
11196
11197 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
11198
11199 * page-ext.el: Added mouse-selection feature for pages directory buffer.
11200 (pages-directory-map): Bind mouse-2
11201 (pages-copy-header-and-position): Put text property.
11202 (pages-directory-goto-with-mouse): New function.
11203
11204 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
11205
11206 * international/codepage.el (cp-make-coding-systems-for-codepage):
11207 Doc fix.
11208 (cp-coding-system-for-codepage-1): Likewise.
11209
11210 1998-12-29 Kenichi Handa <handa@etl.go.jp>
11211
11212 * language/thai-util.el (thai-post-read-conversion): Handle Thai
11213 composition sequence correctly here instead of calling
11214 thai-compose-region.
11215
11216 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11217 newline in multibyte buffer, if previous or next character is a
11218 composite char, check the first component of the composite char.
11219
11220 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
11221
11222 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11223 and track-mouse.
11224
11225 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11226
11227 * mail/sendmail.el (mail-yank-original): Remove text properties
11228 after insertion.
11229 (mail-yank-region): Barf if no mark is set in the message
11230 being replied to.
11231
11232 * help.el (function-called-at-point): First look for function at point.
11233
11234 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11235
11236 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11237
11238 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11239
11240 * simple.el (what-cursor-position): Print character encoding also.
11241
11242 1998-12-26 Dave Love <fx@gnu.org>
11243
11244 * textmodes/flyspell.el: If local-maps work, don't put
11245 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11246 in flyspell-mouse-map (only).
11247 (flyspell-use-local-map): New variable.
11248 Use a different mouse-2 binding in that case,
11249 and don't add to minor-mode-map-alist.
11250 (make-flyspell-overlay, flyspell-correct-word):
11251 Test flyspell-use-local-map.
11252
11253 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11254
11255 * files.el (file-expand-wildcards): Handle wildcards in directory name.
11256 Be careful about whether to return a relative file name,
11257 and if so, relative to what directory.
11258
11259 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11260
11261 * emacs-lisp/easymenu.el (easy-menu-get-map):
11262 Change global map only if this menu exists in the global map already,
11263 and not in the local map.
11264 (easy-menu-do-add-item): Fix error message.
11265
11266 * foldout.el (foldout-inhibit-key-bindings):
11267 Avoid concatenating onto outline-minor-mode-prefix.
11268 Make a new keymap for that prefix, if it does not already have one.
11269
11270 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
11271
11272 * cperl-mode.el:
11273 Can use linear algorithm for indentation if Emacs supports it.
11274 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
11275 (cperl-after-block-p): Likewise.
11276 (cperl-after-block-and-statement-beg): Likewise.
11277 (cperl-after-block-p): After END/BEGIN we are a block.
11278 (cperl-after-expr-p): Skip labels when checking
11279 (cperl-indent-region): Make a marker for END - text added/removed.
11280 Disable hooks during the call (how to call them later?).
11281 Now indents 820-line-long function in 6.5 sec (including
11282 syntaxification) the first time (when buffer has few
11283 properties), 7.1 sec the second time.
11284 (cperl-indent-region): Do not indent whitespace lines
11285 (cperl-style-alist)
11286 Include `cperl-merge-trailing-else' where the value is clear.
11287 (cperl-styles-entries): Likewise.
11288 (cperl-problems): Improvements to docs.
11289 (cperl-tips): Likewise.
11290 (cperl-non-problems): Likewise.
11291 (cperl-mode): Make lazy syntaxification possible.
11292 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11293 `font-lock-unfontify-region-function' was set to a wrong function.
11294
11295 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11296 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11297 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11298 but 1<<6 was considered as HERE-doc.
11299 <file/glob> made into a string.
11300 Postpone addition of faces after syntactic step.
11301 Recognition of <FH> was wrong.
11302 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11303 Knows that split// is null-RE.
11304 Highlights separators in 3-parts expressions as labels.
11305 <> was considered as a glob.
11306 Would err if the last line is `=head1'.
11307 $a-1 ? foo : bar; was a considered a regexp.
11308 `<< (' was considered a start of HERE-doc.
11309 mark qq[]-etc sections as syntax-type=string
11310 Was not processing sub protos after a comment ine.
11311 Was treating $a++ <= 5 as a glob.
11312 Tolerate unfinished REx at end-of-buffer.
11313 `unwind-protect' was left commented.
11314 / and ? after : start a REx.
11315
11316 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11317 Better default, customizes to `message' too, off in text-mode.
11318
11319 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11320 `defface'd.
11321 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11322 `defface'd.
11323 (cperl-emacs-can-parse): New state variable.
11324 (cperl-indent-line): Corrected to use global state.
11325 (cperl-calculate-indent): Likewise.
11326 (cperl-fix-line-spacing): Likewise (not used yet).
11327 (cperl-calculate-indent): Did not consider `,' as
11328 continuation mark for statements.
11329 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11330 Remove another parse-data optimization at toplevel: would
11331 indent correctly.
11332 Correct for labels when calculating indentation of continuations.
11333 Docstring updated.
11334 (cperl-choose-color): Converted to a function (to be
11335 compilable in text-mode).
11336 (cperl-dark-background): Disable without window-system.
11337 Do `defface' only if window-system.
11338 (cperl-fix-line-spacing): Sped up to bail out early.
11339 (x-color-defined-p): Was not compiling on XEmacs
11340 Was defmacro'ed with a tick. Remove another def.
11341 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11342 (cperl-unwind-to-safe): New function.
11343 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11344 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11345 long strings (not very successful).
11346 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11347 Highlight the starting // in s//foo/ as function-name.
11348 Emit a meaningful error instead of a cryptic one for an
11349 uncomplete REx near end-of-buffer.
11350
11351 (cperl-electric-keyword): `qr' recognized.
11352 (cperl-electric-else): Likewise
11353 (cperl-to-comment-or-eol): Likewise
11354 (cperl-make-regexp-x): Likewise
11355 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11356 Corrected to use new macros;
11357 `if' for copying `reference-face' to `constant-face' was backward.
11358 remove init `font-lock-other-emphasized-face',
11359 `font-lock-emphasized-face', `font-lock-keyword-face'.
11360 Interpolate `cperl-invalid-face'.
11361 (cperl-make-regexp-x): Misprint in a message.
11362 (cperl-syntaxify-unwind): New configuration variable
11363 (cperl-fontify-m-as-s): New configuration variable
11364 (cperl-electric-pod): Check for after-expr was performed
11365 inside of POD too.
11366 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11367 (cperl-clobber-mode-lists): New configuration variable.
11368 (cperl-not-bad-style-regexp): Updated.
11369 Init: `cperl-is-face' was busted.
11370 (cperl-make-face): New macros.
11371 (cperl-force-face): New macros.
11372 (font-lock-other-type-face): Done via `defface' too.
11373 (cperl-nonoverridable-face): New face. Renamed from
11374 `font-lock-other-type-face'.
11375 (cperl-init-faces-weak): Use `cperl-force-face'.
11376 (cperl-comment-indent): Commenting __END__ was not working.
11377 (cperl-indent-for-comment): Likewise.
11378 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11379 When removing old TAGS info was not relativizing filename.
11380 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11381 Another try to work around XEmacs problems. Better progress messages.
11382 (toplevel): Require custom unprotected => failure on 19.28.
11383 (cperl-xemacs-p): Defined when compile too
11384 (cperl-find-tags): Was writing line/pos in a wrong order,
11385 pos off by 1 and not at beg-of-line.
11386 (cperl-etags-snarf-tag): New macro
11387 (cperl-etags-goto-tag-location): New macro
11388 (cperl-version): New variable. New menu entry
11389 random docstrings: References to "future" 20.3 removed.
11390 Menu was described as `CPerl' instead of `Perl'
11391 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11392 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11393 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11394 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11395 `font-lock-reference-face', `font-lock-keyword-face'.
11396 Use `eval-after-load'.
11397 Remove not-CPerl-related faces.
11398 (cperl-tips-faces): New variable and an entry into Mini-docs.
11399 (cperl-indent-exp): Was not processing else-blocks.
11400 (cperl-get-state): NOP line removed.
11401 (cperl-ps-print): New function and menu entry.
11402 (cperl-ps-print-face-properties): New configuration variable.
11403 (cperl-invalid-face): New configuration variable.
11404 (perl-font-lock-keywords): Highlight trailing whitespace
11405 (cperl-contract-levels): Documentation corrected.
11406 (cperl-contract-level): Likewise.
11407 (cperl-ps-extend-face-list): New macro.
11408 (cperl-invalid-face): Change to ''underline.
11409
11410 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11411
11412 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11413 for read-file-name.
11414 (rmail-output-to-rmail-file): Likewise.
11415
11416 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11417
11418 * emacs-lisp/easymenu.el (easy-menu-get-map):
11419 If MENU is nil, use global menu-bar map.
11420 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11421 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11422
11423 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11424
11425 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11426
11427 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11428
11429 * ps-print.el (ps-print-version): New version number (4.1.3).
11430
11431 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11432
11433 * international/mule-cmds.el: Use make-sparse-keymap instead of
11434 define-prefix-key when defining MULE menu items.
11435
11436 * info.el (Info-node-at-bob-matching): New function.
11437 (Info-find-node, Info-build-node-completions): Call it.
11438
11439 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11440
11441 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11442 when this is an autoloaded keymap.
11443
11444 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11445
11446 * international/codepage.el (cp-coding-system-for-codepage-1):
11447 Create separate encoders and decoders, for DOS and Unix. Make the
11448 usual family of 3 coding systems, so that automatic detection of
11449 EOL type works.
11450 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11451 Unix-specific symbols here, and don't call
11452 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11453 Handa <handa@etl.go.jp>.)
11454
11455 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11456
11457 * term/internal.el (IT-character-translations): New variable, an
11458 alist used to display characters for which there's no glyphs in
11459 the current codepage.
11460 (IT-display-table-setup): New function, sets up the DOS terminal
11461 for a given codepage.
11462 (dos-codepage-setup): New function, sets up the MULE environment
11463 for the current value of dos-codepage.
11464 (top-level if): In the multibyte mode, turn on
11465 unibyte-display-via-language-environment. In the unibyte mode,
11466 set up the special syntax tables to map lower- to upper case and
11467 back.
11468
11469 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11470
11471 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11472 (speedbar-frame-plist) Remove useless comments.
11473 (speedbar-frame-mode) Do not specify height if it is in the param list.
11474 Use default y position w/out changing it.
11475 If default x position is a list, keep, calculate the non-list X
11476 value when devining an initial position.
11477 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11478 (speedbar-tag-group-name-minimum-length): New variable.
11479 (speedbar-frame-parameter): New compatibility function.
11480 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11481 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11482 groups to keep things in the right order, and to help with some
11483 naming conventions.
11484 (speedbar-create-tag-hierarchy): Enable buffer local version of
11485 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11486 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11487 the case, derive it from the cursor location in speedbar.
11488
11489 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11490
11491 * international/mule-cmds.el (set-language-environment): On MS-DOS
11492 terminals, install DOS-specific nonascii-translation-table if the
11493 language info doesn't specify one. Pass the default eol-type to
11494 set-language-environment-coding-systems.
11495 (set-default-coding-systems): Copy the eol-type property for the
11496 new default values of {buffer-file,process}-coding-system from the
11497 old defaults.
11498 (set-language-environment-coding-systems): Accept an optional
11499 argument EOL-TYPE, and set the eol-type property of the default
11500 coding systems accordingly.
11501 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11502 (set-keyboard-coding-system): Likewise.
11503 (set-default-coding-systems): Don't set
11504 default-terminal-coding-system on MS-DOS to anything but nil.
11505 (prefer-coding-system): Describe in the doc string that
11506 default-terminal-coding-system is not changed on MS-DOS.
11507 (set-language-environment): For MS-DOS, set standard syntax table
11508 and display table for all characters with code above 127.
11509 (standard-display-european-internal): For MS-DOS, pass all
11510 characters with code above 127 directly to the terminal, and don't
11511 remap characters 160 and 146 in the unibyte case.
11512
11513 * international/codepage.el: New file.
11514
11515 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11516
11517 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11518 comments.
11519
11520 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11521
11522 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11523
11524 * subr.el (read-passwd): Likewise.
11525
11526 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11527
11528 * info.el (Info-find-node): Add 1 to the position read from the
11529 tag table. Don't fail if the node delimiter ^_ is the first
11530 character in the file.
11531 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11532 first character in the file.
11533 (Info-read-subfile): Likewise.
11534 (Info-select-node): Likewise.
11535 (Info-build-node-completions): Likewise.
11536
11537 1998-12-16 Richard Stallman <rms@gnu.org>
11538
11539 * term/x-win.el (x-cut-buffer-or-selection-value):
11540 If clipboard is enabled, try it before PRIMARY selection.
11541
11542 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11543
11544 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11545 insert c-cedilla and C-cedilla respectively, like in latin-1.
11546
11547 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11548
11549 * language/hebrew.el: Don't use sublists in the flags argument
11550 passed to make-coding-system.
11551
11552 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11553
11554 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11555 list of character sets found by find-charset-region.
11556
11557 * ps-mule.el: Always require ps-print. Move some function
11558 definitions for Emacs 20.2 and the earlier to ps-print.el.
11559 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11560
11561 * ps-print.el: Define several functions for Emacs 20.2 and the
11562 earlier version.
11563 (ps-printer-name): Check if printer-name is bound.
11564
11565 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11566
11567 * ps-mule.el: Programming uniformization and little code improvement.
11568 (ps-mule-prepare-font): Programming uniformization.
11569 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11570 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11571
11572 * ps-bdf.el: Programming uniformization and little code improvement.
11573 (bdf-search-and-read): New fun.
11574 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11575 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11576 (bdf-info-relative-compose, bdf-info-baseline-offset)
11577 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11578 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11579 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11580 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11581 improvement.
11582
11583 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11584
11585 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11586 and mule related code extraction. Autoload ps-mule funs.
11587
11588 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11589 (ps-mule-prologue-generated): New fun.
11590 (ps-mule-plot-string): Add autoload cookie.
11591 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11592
11593 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11594
11595 * ps-bdf.el: Require ps-mule instead of ps-print.
11596 (bdf-directory-list): Add autoload cookie.
11597
11598 * ps-mule.el: New file. Mule related code extracted from
11599 ps-print.el. Require ps-print, provide ps-mule.
11600 (ps-multibyte-buffer): Add autoload cookie.
11601 (ps-mule-prepare-ascii-font): New fun.
11602 (ps-mule-set-ascii-font): New fun.
11603 (ps-mule-skip-same-charset): Fun deleted.
11604 (ps-mule-plot-string): Set ps-mule-current-charset.
11605 (ps-mule-initialize): Add autload cookie. Don't set
11606 ps-mule-font-info-database here.
11607 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11608 ps-mule-font-info-database and ps-control-or-escape-regexp.
11609 (ps-mule-begin-page): New fun.
11610
11611 * ps-print.el: Mule related code moved to ps-mule.el.
11612 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11613 check ps-mule-charset-list.
11614 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11615 ps-mule-begin-page.
11616 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11617 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11618 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11619 instead skip same charsets by itself.
11620 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11621 non-nil. Call ps-mule-begin-job.
11622
11623 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11624
11625 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11626 instead of bdf.
11627
11628 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11629 (ps-mule-external-libraries): New element FEATURE.
11630 (ps-mule-init-external-library): Ajusted for the above change.
11631 (ps-mule-generate-font): Likewise.
11632 (ps-mule-generate-glyphs): Likewise.
11633 (ps-mule-prepare-font): Likewise.
11634 (ps-mule-initialize): Likewise.
11635 (ps-begin-file): Superfluous tailing parenthesis deleted.
11636
11637 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11638
11639 * international/fontset.el (x-decompose-font-name): If PATTERN
11640 doesn't have any wild cards, return a vector made from a name that
11641 is found by x-resolve-font-name found. Comments added.
11642
11643 * international/mule-cmds.el (find-coding-systems-for-charsets):
11644 Handle the case of unknown charset.
11645 (find-multibyte-characters): If invalid multibyte characters are
11646 found, return the corresponding strings instead of character
11647 codes.
11648 (find-multibyte-characters): Adjusted for the above change.
11649 (select-safe-coding-system): For a unibyte buffer, always returns
11650 DEFAULT-CODING-SYSTEM.
11651 (get-charset-property): Fix previous change. Make it a function.
11652 (put-charset-property): Make it a function.
11653
11654 * international/mule.el (make-coding-system): Set mime-charset
11655 property of *-with-esc coding system to nil.
11656
11657 * international/quail.el (quail-point-in-conversion-region): New
11658 function.
11659 (quail-conversion-backward-delete-char): When a key sequence is
11660 being translated, call quail-delete-last-char.
11661
11662 * language/devan-util.el
11663 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11664 handle devanagari-decomposition-rules.
11665
11666 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11667
11668 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11669 tex-start-options-string to empty string.
11670 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11671
11672 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11673
11674 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11675 5xx responses are already handled properly).
11676
11677 1998-12-13 Richard Stallman <rms@gnu.org>
11678
11679 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11680 on a non-digit in the file name.
11681
11682 * simple.el (comment-region): Handle comment-padding
11683 separately for insertion and for deletion, in the right way for each.
11684
11685 1998-12-13 Felix Lee <flee@cygnus.com>
11686
11687 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11688 regexp to match "ChangeLog:1:1998-12-09 ..."
11689
11690 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11691
11692 * cus-start.el (dos-unsupported-char-glyph): Add.
11693
11694 1998-12-11 Dave Love <fx@gnu.org>
11695
11696 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11697 forward-sexp in condition-case.
11698
11699 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11700 Remove unnecessary test on `library' for explicit file name.
11701 Widen scope of save-match-data.
11702
11703 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11704
11705 * international/mule.el (load-with-code-conversion): If the loaded
11706 file was inserted with no-conversion or raw-text coding system,
11707 make the buffer unibyte.
11708
11709 1998-12-09 Richard Stallman <rms@gnu.org>
11710
11711 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11712 Get rid of nested loops.
11713
11714 * mouse.el (mouse-drag-vertical-line):
11715 If WHICH-SIDE is not `right', then scroll bars are on the left.
11716
11717 * loadhist.el (load-history-loaded): defvar moved to help.el.
11718
11719 * help.el (symbol-file-load-history-loaded): Variable renamed,
11720 and defvar moved from loadhist.el.
11721 (symbol-file): Renamed from describe-function-find-file.
11722 Load fns-VERSION.el here.
11723 (describe-variable, describe-function-1): Use symbol-file.
11724
11725 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11726 Don't start the name with #.
11727
11728 * ispell.el: Take out the eval-when's.
11729
11730 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11731
11732 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11733 (dirtrack): Run it. Make debug message more verbose.
11734
11735 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11736
11737 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11738 name of the abbrev table, and provide support for XEmacs.
11739 (octave-xemacs-p): New variable.
11740
11741 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11742
11743 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11744 exit, when mail-interactive is nil.
11745
11746 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11747
11748 * files.el (after-find-file): Message fix.
11749
11750 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11751
11752 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11753
11754 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11755
11756 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11757 filenames using backslashes.
11758
11759 1998-12-09 Dave Love <fx@gnu.org>
11760
11761 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11762 with correct number of args.
11763 (browse-url-maybe-new-window): New arg. Callers changed.
11764
11765 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11766 comment.
11767
11768 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11769
11770 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11771
11772 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11773
11774 * vc.el (vc-rcs-release): Fix Type.
11775 (vc-sccs-release): Fix Type.
11776 (vc-cvs-release): Fix Type.
11777
11778 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11779 arg work right.
11780
11781 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11782 output of last undeleted message.
11783
11784 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11785
11786 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11787 (buffer-undo-list) [windows-nt]: Use different relative path.
11788
11789 1998-12-07 Simon Marshall <simon@gnu.org>
11790
11791 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11792
11793 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11794
11795 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11796
11797 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11798
11799 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11800
11801 * info.el (Info-menu): Don't return error if point is between menu
11802 header and first menu item.
11803
11804 1998-12-04 Dave Love <fx@gnu.org>
11805
11806 * help.el (describe-function-1): Fix description for alias.
11807
11808 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11809
11810 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11811 specifications from summary line.
11812
11813 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11814 (close-rectangle): Define alias only once in loaddefs.el.
11815
11816 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11817
11818 * term/internal.el: Remove code which sets up a special syntax
11819 table for non-ASCII characters.
11820
11821 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11822
11823 * dos-w32.el (direct-print-region-function): Try to ensure that
11824 printer-name is expanded to a file name on a local drive;
11825 sometimes printing a file loaded from a network volume fails.
11826 (direct-print-region-function): Add a function to
11827 write-region-annotate-functions to append a formfeed character to
11828 the region being printed, if the region doesn't end with a
11829 formfeed already. This avoids creating a second print job
11830 containing a blank page when print spooling is enabled on Windows.
11831
11832 1998-12-02 Dave Love <fx@gnu.org>
11833
11834 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11835 `Info-goto-node'.
11836
11837 1998-12-02 Richard Stallman <rms@gnu.org>
11838
11839 * help.el (temp-buffer-resize-mode): Doc fix.
11840
11841 * cus-edit.el (custom-save-delete): Save point before
11842 reading a sexp, rather than backing up.
11843
11844 * international/iso-transl.el: Fix previous change.
11845
11846 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11847
11848 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11849 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11850 Added defvars to suppress compilation warnings.
11851
11852 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11853
11854 * ispell.el: Improved and fixed customize for variables:
11855 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11856 ispell-dictionary-alist, ispell-skip-sgml.
11857 Improved and fixed comments in variables and messages for
11858 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11859 ispell-menu-map, ispell-checking-message, ispell-parser,
11860 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11861 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11862 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11863 ispell-message-text-end, ispell-add-per-file-word-list.
11864 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11865 system is now required for all languages. Casechars improved for
11866 castellano, castellano8, and norsk dictionaries. Dictionary
11867 norsk7-tex added. Dictionary polish added.
11868 (ispell-dictionary-alist): Redefined at load-time to support
11869 dictionary changes.
11870 (ispell-menu-map): Redefined at load-time to support menu changes.
11871 (ispell-check-version): New alias for `check-ispell-version'.
11872 (ispell-parse-output): Fixed matching for ispell error messages.
11873 Correctly returns spelling suggestions in order generated by ispell
11874 process.
11875 (check-ispell-version): Ensure `case-fold-search' doesn't get
11876 redefined.
11877 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11878 redefined. Fix bug that didn't respect case of word being completed.
11879 (ispell-init-process): Set process coding system to be compatible
11880 with emacs processes and the ispell process.
11881 (ispell-kill-ispell): Ensures ispell process has terminated before
11882 starting new process. This can otherwise confuse process filters
11883 and hang the ispell process.
11884 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11885 skipping support for sgml.
11886 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11887 which could cause `ispell-complete-word' to hang.
11888 (ispell-message): Improved message reference matching. Ensure
11889 `case-fold-search' doesn't get redefined.
11890 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11891 get redefined. Fixed bug in returning to nroff mode from tex mode.
11892 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11893 get redefined.
11894
11895 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11896
11897 * textmodes/flyspell.el (flyspell-check-word-p):
11898 Don't delay inside a kbd macro.
11899
11900 * subr.el (make-local-hook): Return the hook variable.
11901
11902 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11903
11904 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11905 Use a timer instead of post-command-hook.
11906 (hscroll-timer): New variable.
11907
11908 1998-11-30 Dave Love <fx@gnu.org>
11909
11910 * help.el (help-xref-button): Do nothing if text already has the
11911 help-xref property.
11912 (describe-variable): Revert previous change to hyperlink to source.
11913
11914 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11915
11916 * bindings.el (features): Add `base64' to this list.
11917
11918 * loadhist.el (symbol-file): Doc fix.
11919
11920 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11921
11922 * files.el (hack-one-local-variable): Cope with non-file buffers.
11923
11924 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11925
11926 * help.el (describe-mode): Put major mode first.
11927
11928 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11929 to support special-display and same-window features.
11930
11931 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11932
11933 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11934 bound in one function and used in the other.
11935 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11936 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11937
11938 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11939
11940 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11941
11942 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11943
11944 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11945 Give format correct control string.
11946
11947 * international/mule.el (define-translation-table): Fix bug of
11948 setting incorrect translation-table-id. If the first element of
11949 ARGS is a translation table, just register it.
11950
11951 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11952 property.
11953
11954 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11955
11956 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11957 syntax table to determine what is whitespace.
11958
11959 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11960
11961 * frame.el (frame-parameter): Doc fix.
11962
11963 * textmodes/tex-mode.el (tex-feed-input): New function.
11964 (tex-define-common-keys): Add binding for C-c C-m.
11965
11966 1998-11-23 Dave Love <fx@gnu.org>
11967
11968 * progmodes/fortran.el: Various minor doc fixes.
11969 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11970 (fortran-with-subprogram-narrowing): New macro.
11971 (fortran-check-for-matching-do): Use it.
11972 (fortran-end-do): Use fortran-check-end-prog-re.
11973 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11974 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11975
11976 1998-11-23 Simon Marshall <simon@gnu.org>
11977
11978 * font-lock.el (font-lock-defaults): Doc fix.
11979 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11980 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11981
11982 * lazy-lock.el (lazy-lock-unstall):
11983 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11984
11985 * fast-lock.el (fast-lock-save-cache-1):
11986 (fast-lock-cache-data): Rewritten to use with-temp-message.
11987
11988 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11989
11990 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11991 messages that have been added with DOS line endings and convert
11992 the line endings for such messages.
11993
11994 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11995
11996 * help.el: Add resizing of temporary buffers.
11997 (temp-buffer-resize-mode): New command and variable.
11998 (temp-buffer-max-height): New variable.
11999 (resize-temp-buffer-window): New function.
12000
12001 * window.el (window-buffer-height): New function, split from
12002 shrink-window-if-larger-than-buffer.
12003 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
12004
12005 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
12006
12007 * frame.el (initial-frame-alist): Add defcustom.
12008
12009 * shell.el (shell-prompt-pattern): Add defcustom.
12010
12011 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12012
12013 * message.el (message-ignored-supersedes-headers): Remove
12014 NNTP-Posting-Date.
12015
12016 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12017
12018 * help.el (describe-mode): Don't avoid loop indirecting thru
12019 value of INDICATOR.
12020
12021 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12022
12023 * help.el (describe-variable): Allow any variable with a defcustom,
12024 even if it is not a user variable.
12025
12026 * mail/rmail.el (mail-unsent-separator): Additional alternative.
12027
12028 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
12029
12030 * gnus/nntp.el (nntp-request-group): Allow for failures when
12031 requesting a new group.
12032
12033 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12034
12035 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
12036
12037 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12038
12039 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
12040
12041 1998-11-19 Simon Marshall <simon@gnu.org>
12042
12043 * subr.el (with-temp-message): New macro.
12044
12045 * emacs-lisp/lisp-mode.el (with-temp-message):
12046 Add lisp-indent-function property.
12047
12048 1998-11-18 Dave Love <fx@gnu.org>
12049
12050 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
12051
12052 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12053
12054 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
12055 This is not obsolete.
12056
12057 1998-11-18 Kenichi Handa <handa@etl.go.jp>
12058
12059 * textmodes/picture.el: Make a new map by make-keymap.
12060 (picture-desired-column): New variable.
12061 (picture-update-desired-column): New function.
12062 (picture-beginning-of-line): Set picture-desired-column to 0.
12063 (picture-end-of-line): Set picture-desired-column to the current
12064 column.
12065 (picture-forward-column): Pay attention to multi-column character.
12066 (picture-backward-column): Likewise.
12067 (picture-move-down): Likewise.
12068 (picture-move-up): Likewise.
12069 (picture-movement-nw): With prefix arg, move twice columns.
12070 (picture-movement-ne): Likewise.
12071 (picture-movement-sw): Likewise.
12072 (picture-movement-se): Likewise.
12073 (picture-set-motion): Handle two-column movements.
12074 (picture-move): Call picture-move-down or picture-forward-column
12075 only when necessary.
12076 (picture-insert): Pay attention to picture-desired-column.
12077 (picture-self-insert): Likewise.
12078 (picture-clear-column): Pay attention to multi-column character.
12079 (picture-mode): Modify doc-string for two-column movement.
12080
12081 * rect.el (move-to-column-force): New function.
12082 (operate-on-rectangle): If coerce-tabs is non-nil, call
12083 move-to-column-force instead of move-to-column.
12084 (insert-rectangle): Call move-to-column-force instead of
12085 move-to-column.
12086 (open-rectangle-line): If begextra is not zero, call
12087 move-to-column-force.
12088
12089
12090 1998-11-16 Dave Love <fx@gnu.org>
12091
12092 * textmodes/sgml-mode.el Require skeleton when compiling.
12093 (sgml-font-lock-keywords-1): Accept single-letter tags.
12094 (v2): Defvar free variable.
12095
12096 1998-11-16 Sam Steingold <sds@goems.com>
12097
12098 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
12099 macro, not ELisp one.
12100
12101 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12102
12103 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
12104 characters to symbol.
12105
12106 * language/japan-util.el (japanese-zenkaku-region): New optional
12107 arg KATAKANA-ONLY.
12108
12109 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12110
12111 * international/mule.el
12112 (after-insert-file-set-buffer-file-coding-system): If the buffer
12113 is changed to unibyte, return inserted bytes.
12114
12115 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
12116 and link names if necessary.
12117 (tar-header-block-summarize): Handle the case that file or link
12118 names are multibyte.
12119 (tar-summarize-buffer): At first set the current buffer unibyte,
12120 then if there are multibyte file names, change it to multibyte.
12121 (tar-mode): Get char position from tar-header-offset.
12122 (tar-extract): Avoid multibyte<->unibyte conversion in
12123 insert-buffer-subsring by setting both buffers unibyte
12124 temporarily.
12125 (tar-copy): Set the buffer unibyte while doing a work. Write
12126 without code conversion.
12127 (tar-expunge): Set the buffer unibyte while doing a work.
12128 (tar-alter-one-field): Likewise.
12129 (tar-clear-modification-flags): Compare byte position with
12130 tar-header-offset.
12131 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
12132 insert-buffer-subsring by setting both buffers unibyte
12133 temporarily. Pay attention to multibyteness while updating the
12134 descriptor-line.
12135 (tar-mode-write-file): Write without code conversion.
12136
12137 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12138
12139 * nngateway.el: Require cl.
12140
12141 1998-11-15 Dave Love <fx@gnu.org>
12142
12143 * progmodes/fortran.el: Fix previous change:
12144 (fortran-end-prog-re1): Changed.
12145 (fortran-check-end-prog-re): New function.
12146 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12147
12148 1998-11-13 Tom Breton <tob@world.std.com>
12149
12150 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12151 GNU Emacs.
12152
12153 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
12154
12155 * textmodes/reftex.el: (reftex-finding-files): Group documentation
12156 fixed.
12157 (reftex-toc-toggle-file-boundary,
12158 reftex-toc-toggle-labels,
12159 reftex-toc-toggle-context,reftex-find-start-point): New functions.
12160 (reftex-toc-include-labels, reftex-toc-include-context,
12161 reftex-toc-include-file-boundaries,
12162 reftex-toc-keep-other-windows): New options.
12163 (reftex-use-text-after-label-as-context): Option removed.
12164 (reftex-extract-bib-entries): Protect use in non-latex
12165 buffers.
12166 (reftex-toc-visit-location): Renamed from
12167 `reftex-toc-visit-line'.
12168 (reftex-latin1-to-ascii): Works now with and without Mule.
12169 (reftex-truncate): Removed special stuff for Emacs 20.2.
12170 (reftex-get-offset): Made more general.
12171 (reftex-show-label-location): Renamed from
12172 `reftex-select-label-callback'.
12173 (reftex-pop-to-label): Function removed (using
12174 `reftex-show-label-location' instead.
12175 (reftex-insert-docstruct): Renamed from
12176 `reftex-make-and-insert-label-list'. Function args changed.
12177 (reftex-toc): Now uses `reftex-insert-docstruct' and
12178 `reftex-find-start-point'.
12179 (reftex-select-item): Use `reftex-find-start-point'.
12180 (reftex-toc-visit-line): Can display labels and file
12181 boundaries.
12182 (reftex-TeX-master-file): `(TeX-master-file)' protected.
12183
12184 1998-11-12 Sam Steingold <sds@goems.com>
12185
12186 * browse-url.el (browse-url): Handle the case when
12187 `browse-url-browser-function' is a lambda list.
12188
12189 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
12190
12191 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12192 version string.
12193 * loadhist.el (symbol-file): Likewise
12194
12195 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
12196
12197 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12198
12199 1998-11-11 Sam Steingold <sds@goems.com>
12200
12201 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12202 `run-lisp' instead of signalling an error.
12203
12204 1998-11-11 Karl Heuer <kwzh@gnu.org>
12205
12206 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12207
12208 1998-11-11 Richard Stallman <rms@gnu.org>
12209
12210 * vc-hooks.el (vc-toggle-read-only): Doc fix.
12211
12212 1998-11-11 Per Starback <starback@update.uu.se>
12213
12214 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12215 renamed svenska8 to svenska, and fixed and extended CASECHARS
12216 for it.
12217
12218 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
12219
12220 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12221 handling if setpagedevice is not available.
12222 (ps-begin-file): Fix typo.
12223
12224 1998-11-11 Kenichi Handa <handa@etl.go.jp>
12225
12226 * international/mule-util.el (compose-chars-component): Signal
12227 error if CH is a rule-based composition character.
12228 (compose-chars): Signal error if an already compsed character is
12229 going to be composed by rule-base.
12230
12231 * term/x-win.el: If a resolved ASCII font name doesn't conform to
12232 full XLFD, don't try to get information of WEIGHT and SLANT from
12233 that font name.
12234
12235 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
12236
12237 * dos-w32.el (set-default-process-coding-system): Use function on
12238 before-init-hook to set default-process-coding-system based on
12239 enable-multibyte-characters.
12240
12241 * term/w32-win.el ([language-change]): For now ignore
12242 keyboard language-change events.
12243
12244 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
12245
12246 * ediff-util.el (ediff-make-temp-file): Run the prefix through
12247 convert-standard-file-name, but leave the results of
12248 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
12249 characters if the original name already exists, or has a special
12250 handler.
12251
12252 1998-11-10 Karl Heuer <kwzh@gnu.org>
12253
12254 * international/iso-insert.el: Delete autoload cookies.
12255
12256 * international/iso-transl.el: Add autoload cookies.
12257
12258 1998-11-10 Richard Stallman <rms@gnu.org>
12259
12260 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12261 (ispell-process-line): Don't treat multibyte
12262
12263 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
12264
12265 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12266 setpagedevice to specify the page size if setpagedevice is
12267 available. This is necessary to select the correct paper tray on
12268 Level 2 printers with multiple paper sizes available.
12269
12270 (ps-begin-file): Cope with font names that contain spaces, and
12271 call BeginDoc in a BeginSetup/EndSetup block.
12272
12273 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
12274
12275 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12276 convert-standard-filename.
12277
12278 * loadhist.el (symbol-file): Run fns-VERSION.el through
12279 convert-standard-filename.
12280
12281 1998-11-06 Richard Stallman <rms@gnu.org>
12282
12283 * textmodes/texinfmt.el (texinfo-format-scan):
12284 Detect the case of two @-commands in a row; process just the first.
12285 (texinfo-append-refill): If line has a @c, insert the @refill
12286 before it.
12287 (texinfo-format-refill): Return with point where the @refill was.
12288
12289 * files.el (hack-local-variables): Test local-enable-local-variables.
12290 (hack-local-variables-prop-line): Likewise.
12291 (set-auto-mode): Don't test local-enable-local-variables here.
12292 (enable-local-variables): Doc fix.
12293 (local-enable-local-variables): Doc fix.
12294 (normal-mode): Doc fix.
12295
12296 1998-11-06 Karl Heuer <kwzh@gnu.org>
12297
12298 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12299
12300 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12301
12302 * simple.el (line-number-mode): Doc fix.
12303
12304 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12305
12306 * international/fontset.el (create-fontset-from-fontset-spec):
12307 Give correct arg to `error'.
12308
12309 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12310
12311 * textmodes/sgml-mode.el (html-mode): Doc fix.
12312 (sgml-name-8bit-mode): Fix missing format character in message string.
12313
12314 1998-11-05 Karl Heuer <kwzh@gnu.org>
12315
12316 * mail/sendmail.el (sendmail-send-it): Check for failure.
12317
12318 1998-11-05 Richard Stallman <rms@gnu.org>
12319
12320 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12321
12322 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12323 (close-rectangle): Define as alias.
12324
12325 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12326
12327 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12328
12329 1998-11-05 Dave Love <fx@gnu.org>
12330
12331 * help.el (describe-variable): Don't quote link to source.
12332
12333 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12334
12335 * gud.el (gud-common-init): Use pop-to-buffer.
12336 (same-window-regexps): Add an element that matches all gud buffers.
12337
12338 1998-11-04 Jason Rumney <jasonr@altavista.net>
12339
12340 * term/w32-win.el (x-get-selection-value): Alias to
12341 x-cut-buffer-or-selection-value.
12342 (w32-standard-fontset-spec): New variable.
12343 (w32-create-initial-fontsets, mouse-set-font): Check whether
12344 new-fontset is available.
12345 (w32-use-w32-font-dialog): Enable use of set-variable.
12346
12347 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12348
12349 * vc.el (with-vc-file, edit-vc-file): New macros.
12350
12351 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12352
12353 * international/quail.el (quail-show-guidance-buf): Call
12354 set-minibuffer-window to set minibuffer window of the current
12355 frame correctly.
12356
12357 1998-11-03 Theodore Jump <tjump@tertius.com>
12358
12359 * term/w32-win.el: Require fontset.
12360
12361 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12362
12363 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12364 (set-face-font-auto): Ditto.
12365
12366 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12367
12368 * mouse.el (mouse-drag-region): Fix typo.
12369
12370 1998-11-02 Dave Love <fx@gnu.org>
12371
12372 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12373 (fortran-fontify-string): New function.
12374 (fortran-font-lock-keywords-1): Use it.
12375
12376 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12377
12378 * comint.el (comint-file-name-quote-list): Doc fix.
12379
12380 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12381
12382 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12383 build directory, not source directory.
12384
12385 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12386 if we did not get one for the final move.
12387
12388 1998-11-01 Dave Love <fx@gnu.org>
12389
12390 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12391 Don't funcall browse-url-browser-function.
12392
12393 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12394 Don't funcall browse-url-browser-function.
12395
12396 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12397
12398 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12399
12400 * files.el (revert-buffer): Doc fix.
12401
12402 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12403
12404 * textmodes/tex-mode.el (tex-start-options-string):
12405 Quote the backslashes with more backslashes.
12406
12407 1998-10-31 Dave Love <fx@gnu.org>
12408
12409 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12410 (webjump): Don't funcall browse-url-browser-function.
12411
12412 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12413
12414 * international/quail.el (quail-start-translation): Handle
12415 switching of the frame in read-key-sequence.
12416 (quail-start-conversion): Likewise.
12417 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12418 windows before setting an appropriate window for it.
12419 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12420 quail-guidance-win to nil.
12421 (quail-update-guidance): If quail-guidance-buf is not in the
12422 selected frame, call quail-show-guidance-buf again.
12423
12424 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12425
12426 * progmodes/pascal.el (pascal-mode):
12427 `blink-matching-paren-dont-ignore-comments' set to t.
12428
12429 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12430
12431 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12432
12433 1998-10-30 Dave Love <fx@gnu.org>
12434
12435 * vc.el (vc-backend-merge-news): Check for "P" output.
12436
12437 * help.el (describe-variable): Hyperlink the definition.
12438
12439 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12440
12441 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12442 (sh-set-shell): Likewise.
12443
12444 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12445
12446 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12447 (edebug-on-error): Fix customize type to match that of
12448 debug-on-error.
12449
12450 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12451
12452 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12453 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12454
12455 * international/mule-cmds.el (select-message-coding-system): Doc
12456 fix.
12457
12458 * international/mule-diag.el (describe-coding-system): Describe
12459 all flags.
12460
12461 * mail/sendmail.el (sendmail-coding-system,
12462 default-sendmail-coding-system): Doc fix.
12463
12464 * simple.el (shell-command-on-region): Doc fix.
12465
12466 * loadup.el: Write fns-*.el in current directory instead of
12467 data-directory since no installation directory exists yet. Mark
12468 buffer unmodified afterwards.
12469
12470 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12471 instead of data-directory since it is architecture dependent.
12472 (load-history-loaded): Update doc string.
12473
12474 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12475
12476 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12477 path as a default directory when canonicalizing names.
12478
12479 * w32-fns.el: Remove a dangling reference to a directory on the
12480 build machine.
12481
12482 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12483
12484 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12485 namespace related keywords such as `class', `body', `private',
12486 `variable', `namespace eval', etc.
12487 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12488 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12489 imenu and font-lock so that searches for \sw would find words
12490 containing colons.
12491
12492 * progmodes/etags.el (initialize-new-tags-table):
12493 Do not alter find-tag-marker-ring and tags-location-ring.
12494
12495 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12496
12497 * term/w32-win.el: Require fontset.
12498 (w32-init-fontsets): New function (code from x-win.el).
12499
12500 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12501
12502 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12503 calendar-and-diary-frame-parameters): Add title parameter.
12504
12505 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12506
12507 * completion.el (dynamic-completion-mode): New function to enable
12508 the mode. (Just loading the file now does not change anything.)
12509
12510 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12511
12512 * ps-print.el: User option for multibyte buffer handling and doc fix.
12513 (ps-multibyte-buffer): New user option.
12514 (ps-setup): Print new user option.
12515 (ps-print-quote): New fun.
12516 (ps-color-p, ps-mule-font-info-database-latin): New var.
12517 (ps-default-color, ps-mule-font-info-database)
12518 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12519 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12520 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12521 Little code improvement.
12522 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12523 (ps-print-prologue-header, ps-font-family, ps-font-size)
12524 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12525 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12526 (ps-mule-external-libraries, ps-mule-init-external-library)
12527 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12528 Doc fix.
12529 (ps-print-version): New version number (4.1.1) and doc fix.
12530 (ps-print-prologue-header): New user option.
12531 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12532 Conditional compilation for GNU Emacs and emacsens.
12533 (ps-generate-postscript-with-faces): Skip invisible text better.
12534 (ps-setup): Print new user option.
12535 (ps-print-preprint): Check if input file name exists and is unwritable.
12536 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12537 and insert user PostScript prologue header comments.
12538 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12539 New funs.
12540 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12541 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12542 PostScript programming normalization.
12543 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12544 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12545 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12546 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12547 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12548 Programming style normalization.
12549
12550 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12551
12552 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12553 version, check the value of mule-version.
12554
12555 * international/mule-util.el (compose-region): Insert then delete
12556 to preserve markers.
12557 (decompose-region): Use search-forward for efficiency.
12558
12559 * language/chinese.el (pre-write-encode-hz): Cancel previous
12560 change, use generate-new-buffer instead of get-buffer-create.
12561 * language/devan-util.el
12562 (in-is13194-devanagari-pre-write-conversion): Likewise.
12563 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12564 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12565 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12566
12567 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12568
12569 * mail/rmailsum.el (rmail-message-subject-p):
12570 Handle message whose header has not been reformatted.
12571
12572 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12573
12574 1998-10-25 Jason Rumney <jasonr@altavista.net>
12575
12576 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12577 New variables.
12578 (mouse-set-font): Use font menus instead of dialog according to
12579 w32-use-w32-font-dialog.
12580
12581 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12582
12583 * calendar/calendar.el (calendar-day-name-array): Add doc string
12584 correctly!
12585 (calendar-month-name-array): Add doc string correctly!
12586
12587 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12588
12589 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12590
12591 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12592
12593 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12594
12595 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12596
12597 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12598
12599 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12600
12601 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12602
12603 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12604
12605 1998-10-21 Karl Heuer <kwzh@gnu.org>
12606
12607 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12608 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12609 (profile-filter, profile-reset-timer): Functions deleted.
12610 (profile-check-zero-init-times, profile-get-time): Likewise.
12611 (profile-find-function, profile-quit): Likewise.
12612 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12613 (profile-time-list, profile-init-list): Doc fix.
12614 (profile-functions): Simplify.
12615 (profile-print): Use float. Make output include space separators.
12616 (profile-add-time): New helper function.
12617 (profile-function-prolog): Renamed from profile-start-function.
12618 Handle profile-distinct.
12619 (profile-function-epilog): Renamed from profile-update-function.
12620 Handle profile-distinct.
12621 (profile-a-function): If the function to be profiled is an
12622 autoload form, load it. If it's lazy-loaded, fetch it.
12623 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12624 (profile-restore-fun): Arg FUN is now a function symbol, as was
12625 documented, rather than a one-element list.
12626 (profile-finish): Call profile-restore-fun properly.
12627
12628 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12629
12630 * international/characters.el: Setup charset property
12631 nospace-between-words.
12632
12633 * international/mule-cmds.el (get-charset-property): If CHARSET is
12634 composition, return nil.
12635 (put-charset-property): If CHARSET is composition, do nothing.
12636
12637 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12638 * language/devan-util.el
12639 (in-is13194-devanagari-pre-write-conversion): Likewise.
12640 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12641 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12642 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12643
12644 * textmodes/fill.el (sentence-end-without-period): New variable.
12645 (canonically-space-region): Pay attention to
12646 sentence-end-without-period.
12647 (fill-find-break-point): The first argument CHARSET deleted.
12648 Caller changed.
12649 (fill-region-as-paragraph): Pay attention to charset property
12650 nospace-between-words and text property nospace-between-words.
12651
12652 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12653
12654 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12655 an unrecognized shell.
12656
12657 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12658
12659 * desktop.el (desktop-save): Include minor modes symbolically.
12660 (desktop-create-buffer): Turn on all minor modes in `mim'.
12661
12662 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12663
12664 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12665 (sh-font-lock-keywords): Handle rpm and rpm2.
12666 (sh-ancestor-alist): Handle rpm.
12667
12668 * files.el (auto-mode-alist): Recognize .rpm files.
12669 Also .spec and .mspec files.
12670
12671 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12672
12673 * faces.el (frame-set-background-mode): Enable the function for
12674 MSDOS frames.
12675
12676 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12677
12678 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12679 (calendar-month-name-array): Add doc string.
12680
12681 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12682
12683 * simple.el (kill-ring-max): Increased to 60.
12684
12685 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12686
12687 * international/characters.el: Setup auto-fill-chars.
12688
12689 * international/kinsoku.el (kinsoku): Check the variable
12690 enable-kinsoku.
12691
12692 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12693 Don't call kinsoku directly, intead call fill-find-break-point.
12694
12695 * textmodes/fill.el: Setup `fill-find-break-point-function'
12696 property to character sets which require `kinsoku' processing for
12697 filling.
12698 (fill-find-break-point): New function.
12699 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12700 Don't call kinsoku directly, intead call fill-find-break-point.
12701
12702 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12703
12704 * faces.el (modify-face-read-string): Return (nil) for "none".
12705 (modify-face): Don't get error if (nil) is the argument.
12706 (face-try-color-list): Don't check whether nil is a valid color.
12707
12708 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12709
12710 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12711 Print message about each directory, even in batch mode.
12712
12713 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12714
12715 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12716 (ps-mule-string-char): No need to use sref.
12717 (ps-mule-next-index): No need to use sref.
12718
12719 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12720
12721 * files.el (revert-buffer-internal-hook): Add defvar.
12722
12723 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12724
12725 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12726
12727 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12728
12729 * international/mule-cmds.el (default-input-method): Fix custom type.
12730
12731 * net-utils.el (whois-server-list): Fix customization type.
12732
12733 * shell.el (shell-input-autoexpand): Fix customization group.
12734
12735 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12736
12737 * repeat.el (repeat): Handle keyboard macros properly.
12738 Handle new prefix arg after self-insert command.
12739
12740 * repeat.el: Don't include cl even at compile time.
12741 (repeat): Avoid using `loop'.
12742
12743 * simple.el (shell-command-on-region): Doc fix.
12744 (next-history-element): Special error message if no default.
12745
12746 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12747
12748 * ps-print.el (ps-print-buffer): Doc fix.
12749 (ps-despool): Likewise.
12750
12751 * arc-mode.el (arc-mode): Provide arc-mode.
12752
12753 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12754
12755 * ps-print.el (ps-print-buffer): Doc fix.
12756
12757 1998-10-14 Dave Love <fx@gnu.org>
12758
12759 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12760 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12761 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12762
12763 * progmodes/fortran.el (fortran-mode-map): Change "Join
12764 Continuation Line" to "Join Line".
12765 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12766
12767 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12768
12769 * progmodes/fortran.el (fortran-join-line): Use
12770 `delete-indentation' instead of issuing an error message if not on
12771 a continuation line. Provide for joining several lines using
12772 prefix arg.
12773
12774 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12775
12776 * term/pc-win.el (msdos-color-values): New variable.
12777 (x-color-values): New function, emulates its namesake from
12778 src/xfns.c.
12779 (msdos-bg-mode): Add all dark colors to those which return
12780 "dark".
12781
12782 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12783
12784 * replace.el (keep-lines, flush-lines, how-many):
12785 Don't ignore case if arg has upper case letters.
12786
12787 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12788
12789 * progmodes/vhdl-mode.el
12790 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12791 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12792 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12793 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12794 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12795 (vhdl-when): Fix indentation problem.
12796 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12797 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12798 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12799
12800 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12801
12802 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12803 (ls-lisp-insert-directory): Renamed from insert-directory.
12804 (insert-directory): New function.
12805
12806 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12807
12808 * simple.el (completion-fixup-function): Variable deleted.
12809 (completion-setup-function): Delete code for completion-fixup-function.
12810 * emacs-lisp/lisp.el (lisp-complete-symbol):
12811 Don't bind completion-fixup-function.
12812
12813 * files.el (find-file-wildcards): New option.
12814 (find-file-noselect): Handle wild cards, if enabled.
12815 (file-expand-wildcards): New function.
12816
12817 * simple.el (set-fill-column): Doc fix.
12818
12819 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12820
12821 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12822
12823 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12824
12825 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12826 Move declaration before first use.
12827 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12828 hif-math, hif-factor): Rename token to hif-token and token-list to
12829 hif-token-list.
12830 (hif-token, hif-token-list): Declare them.
12831 (hif-find-ifdef-block): Return cons of top and bottom point
12832 instead of setting dynamically bound variables.
12833 (hide-ifdef-block, show-ifdef-block): Use return value of
12834 hif-find-ifdef-block.
12835
12836 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12837
12838 * subr.el (read-passwd): Use clear-this-command-keys.
12839
12840 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12841
12842 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12843 and ...-for-write.
12844
12845 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12846
12847 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12848 responses to GROUP command, since this may be called from a timer
12849 with quit inhibited.
12850
12851 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12852
12853 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12854 set unconditional-jump to nil.
12855 (ccl-compile-read-multibyte-character): Return nil.
12856 (ccl-compile-write-multibyte-character): Likewise.
12857 (ccl-compile-translate-character): Likewise
12858 (ccl-compile-map-multiple): Likewise.
12859 (ccl-compile-map-single): Likewise.
12860
12861 * international/kinsoku.el: Add coding tag.
12862 (kinsoku-bol): Remove superfluous TAB in a string.
12863
12864 * international/mule-cmds.el (find-coding-systems-for-charsets):
12865 Delete `composition' (if any) from CHARSETS.
12866
12867 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12868
12869 * international/mule-cmds.el (setup-specified-language-environment):
12870 Add apropos-inhibit property.
12871 (describe-specified-language-support): Likewise.
12872
12873 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12874
12875 * international/mule.el (make-coding-system): Create -with-esc
12876 variant coding system.
12877
12878 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12879
12880 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12881 (next-file): Optionally offer to revert a file's buffer,
12882 if it has an existing buffer but the file has changed.
12883
12884 * info.el (Info-insert-dir): Detect and report problems
12885 in input files, such as "No Top node". Return with point
12886 at the beginning of the text.
12887 (Info-find-node): Reinsert the code to handle files
12888 with no tags table; it was deleted by mistake.
12889
12890 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12891
12892 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12893 texinfo-find-higher-level-node repeatedly find the same node.
12894 (texinfo-find-higher-level-node): Doc fix.
12895
12896 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12897
12898 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12899 (smtpmail-address-buffer): Add defvar.
12900 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12901
12902 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12903
12904 * ffap.el (ffap-machine-p-local): Fix editing error.
12905
12906 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12907
12908 * faces.el (frame-set-background-mode):
12909 Don't do anythung for text-only or MSDOS frame.
12910
12911 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12912
12913 * international/quail.el (quail-defrule): New optional arg APPEND.
12914 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12915
12916 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12917
12918 * gnus/pop3.el (pop3-open-server):
12919 Set process-coding-system-alist around open-network-stream.
12920
12921 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12922
12923 * files.el (save-buffer): Doc fix.
12924
12925 1998-10-07 Karl Heuer <kwzh@gnu.org>
12926
12927 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12928 return DEF unchanged, not nil. Simplify.
12929
12930 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12931
12932 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12933
12934 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12935
12936 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12937
12938 * net-utils.el (ftp, nslookup): Require comint.
12939 (network-service-connection): Likewise.
12940 (whois-server-name): Defaults to whois.arin.net
12941 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12942 (whois): Tries to guess the appropriate top-level domain server.
12943 (whois-get-tld): New function.
12944
12945 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12946 (dirtrack-debug-toggle): Added this function.
12947
12948 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12949
12950 * files.el (find-file-noselect): Switch to the correct buffer
12951 before checking find-file-literally, and allow non-nil non-t
12952 rawfile params.
12953
12954 1998-10-06 Karl Heuer <kwzh@gnu.org>
12955
12956 * midnight.el (clean-buffer-list): Add autoload cookie.
12957
12958 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12959 no-autosave.
12960 * tar-mode.el (tar-mode-revert): Likewise.
12961 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12962 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12963 * gnus/message.el (message-auto-save-directory): Renamed from
12964 message-autosave-directory. All references changed.
12965
12966 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12967
12968 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12969 string. Expose mime stuff while searching.
12970
12971 1998-10-06 Richard Stallman <rms@gnu.org>
12972
12973 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12974
12975 * replace.el (perform-replace): Position point properly
12976 before and after the recursive edit of C-r.
12977
12978 * progmodes/etags.el (tags-reset-tags-tables): Properly
12979 find the markers in the old rings that are being discarded.
12980
12981 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12982
12983 * apropos.el (apropos-print): Control invalid characters.
12984
12985 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12986 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12987 confusing customize.
12988
12989 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12990
12991 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12992 built-in commands. Add more built-in commands and fix face names.
12993
12994 1998-10-05 Simon Marshall <simon@gnu.org>
12995
12996 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12997
12998 1998-10-04 Eric Ludlam <zappo@gnu.org>
12999
13000 * speedbar.el (speedbar-initial-expansion-list-name): Remove
13001 customization since it is not useful in this case.
13002 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
13003 sure it gets evalled to a number. Also verify that set-frame-name
13004 fn exists before calling it.
13005
13006 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13007 Protect a `forward-sexp' call which could fail, and improved regex
13008 for ie, and eg abbreviations.
13009
13010 1998-10-02 Noah Friedman <friedman@splode.com>
13011
13012 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
13013 send-string.
13014 (rlogin-send-Ctrl-D): Here also.
13015 (rlogin-send-Ctrl-Z): Here also.
13016 (rlogin-send-Ctrl-backslash): Here also.
13017
13018 1998-10-02 Dave Love <fx@gnu.org>
13019
13020 * outline.el (hide-region-body): Bind
13021 outline-view-change-hook to nil while making repeated calls to
13022 outline-flag-region. Run it once at the end.
13023 (hide-other, hide-sublevels, show-children): Likewise.
13024
13025 * info-look.el: Remove duplicate scheme-mode entry.
13026 (info-lookup-make-completions): When looking for entries, check
13027 that `item' isn't null or "Menu".
13028
13029 1998-10-01 Karl Heuer <kwzh@gnu.org>
13030
13031 * net-utils.el: Don't require ffap.
13032 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
13033 (ping, nslookup-host, finger, network-connection-to-service): Use them.
13034
13035 1998-09-30 Richard Stallman <rms@gnu.org>
13036
13037 * ispell.el (check-ispell-version): No need to bind default-major-mode.
13038
13039 * imenu.el (imenu--generic-function): Sort each submenu by position.
13040 (imenu--sort-by-position): New function.
13041
13042 * cus-edit.el (Custom-mode-menu): Fix info node name.
13043 (customize group): Fix info node name.
13044
13045 * mail/mailalias.el (build-mail-aliases): Don't allow
13046 a newline in the alias name. Don't define an alias
13047 if the definition would be empty.
13048
13049 * which-func.el (which-func-mode-global): Make :set function
13050 more reliable.
13051
13052 * custom.el (custom-set-variables): Load the requests first,
13053 then check the symbol's `set' function.
13054
13055 * ffap.el: Doc fixes.
13056
13057 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13058
13059 * gnus.el: (gnus-valid-select-methods): Fix type.
13060 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
13061 * gnus-score.el (gnus-orphan-score): Fix type.
13062 (gnus-score-default-header, gnus-score-default-type): Fix type.
13063 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
13064 (gnus-saved-headers): Fix type.
13065
13066 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
13067 Avoid nil value of `two-lines-citation-part'.
13068
13069 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
13070
13071 * which-func.el (which-function): Handle case when
13072 (car imenu--index-alist) is nil.
13073
13074 1998-09-29 Dave Love <fx@gnu.org>
13075
13076 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13077 bzip2 args.
13078
13079 1998-09-29 Simon Marshall <simon@gnu.org>
13080
13081 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13082 comint-exec-hook.
13083
13084 1998-09-29 Stephen Eglen <stephen@gnu.org>
13085
13086 * info-look.el: Add support for Octave.
13087
13088 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
13089
13090 * textmodes/reftex.el (reftex-finding-files): New customize group.
13091 (reftex-texpath-environment-variables,
13092 reftex-use-external-file-finders, reftex-external-file-finders,
13093 reftex-search-unrecursed-path-first): New options.
13094 (reftex-process-string, reftex-find-file-externally): New
13095 functions.
13096 (reftex-access-search-path): Execute shell commands to find the
13097 search path.
13098 (reftex-toggle-auto-view-crossref): When turning on, make sure
13099 `reftex-auto-view-crossref' becomes non-nil.
13100 (reftex-abbrev-regexp): Constant removed.
13101 (reftex-convert-string): Abbrev regexp calculated locally.
13102
13103 1998-09-28 Dave Love <fx@gnu.org>
13104
13105 * progmodes/fortran.el: Don't call regexp-opt when deriving
13106 font-lock patterns with keywords that aren't all literal.
13107
13108 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
13109
13110 * octave-inf.el (inferior-octave-prompt): Also match prompts of
13111 the form `octave.bin:1>' which come from using precopiled binary
13112 versions.
13113
13114 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13115
13116 * help.el (help-for-help): Use %THIS-KEY%.
13117 (help-quit): Add doc.
13118
13119 * help-macro.el (make-help-screen): Keep HELP-TEXT
13120 in a separate function definition, not in the help command FNAME.
13121 Replace %THIS-KEY% with the key sequence that ran FNAME.
13122
13123 1998-09-25 Richard Stallman <rms@gnu.org>
13124
13125 * textmodes/texinfo.el (texinfo-show-structure):
13126 Bind inhibit-read-only.
13127
13128 * isearch.el (isearch-search-and-update): Properly
13129 handle upper case letters in the reverse-search special case.
13130
13131 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13132
13133 * gnus.el: Extend the list of autoloaded functions.
13134
13135 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13136 buffer before creating help group. (from Gnus v5.6.43, fix by
13137 1998-08-20 Per Starback <starback@update.uu.se>)
13138
13139 * gnus-util.el (gnus-output-to-rmail): Adjust to
13140 `rmail-output-to-rmail-file'.
13141
13142 1998-09-25 Karl Heuer <kwzh@gnu.org>
13143
13144 * hexl.el (hexl-mode-map): More of previous change.
13145
13146 * textmodes/tex-mode.el (tex-run-command): Doc fix.
13147 (tex-start-tex): Don't use tex-start-options-string in star case.
13148 Quote file name in star case as well as in non-star.
13149 Add blank and quoting of option string here.
13150 (tex-start-options-string): Not here.
13151
13152 1998-09-23 Karl Heuer <kwzh@gnu.org>
13153
13154 * term.el (term-delimiter-argument-list): Doc fix.
13155 (term-emulate-terminal): Escape literal semicolon.
13156 * progmodes/asm-mode.el (asm-mode): Doc fix.
13157 (asm-comment-char): Escape literal semicolon.
13158 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13159
13160 1998-09-23 Richard Stallman <rms@gnu.org>
13161
13162 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13163 only those that normally modify the buffer.
13164
13165 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13166 over again.
13167
13168 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
13169
13170 * ispell.el (check-ispell-version): Ensure same buffer is current
13171 when let-binding of case-fold-search ends.
13172
13173 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13174
13175 * ps-print.el: Skip invisible overlay.
13176 Test for set-buffer-multibyte rather than using mule-version.
13177 (ps-print-version): New version number (4.1) and doc fix.
13178 (ps-generate-postscript-with-faces): Skip invisible overlay.
13179
13180 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
13181
13182 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13183
13184 1998-09-22 Kenichi Handa <handa@etl.go.jp>
13185
13186 * international/quail.el (quail-update-guidance): Check for the
13187 return value of (quail-guidance) fixed.
13188 (quail-update-translation): Bind quail-current-str locally when it
13189 calls quail-update-guidance.
13190 (quail-update-translation): If input-method-exit-on-first-char is
13191 non-nil, terminate translation only when the current input method
13192 is simple.
13193
13194 1998-09-22 Paul Eggert <eggert@twinsun.com>
13195
13196 * startup.el (locale-translation-file-name): Prefer X-related names
13197 to the name used by GNU/Linux sans X. Set to nil if no file found.
13198 (command-line): Use locale-translation-file-name if it is not nil,
13199 instead of testing for its existence again.
13200 regexp-quote the ctype before using it in a regexp.
13201 Allow a colon to appear after the ctype in the aliases file,
13202 as is done in X11R6.4.
13203
13204 1998-09-21 Richard Stallman <rms@gnu.org>
13205
13206 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13207
13208 * calendar/appt.el (appt-interval): Variable deleted.
13209 (appt-check): For minutes in between appt-display-interval times,
13210 do check, but don't display anything except an updated mode line.
13211 Count against appt-display-interval based on minutes since
13212 first display of this appointment, not based on time of day.
13213 If appt-display-mode-line, force mode line redisplay
13214 whenever appt-mode-string has changed.
13215 (appt-add, appt-delete): Add autoload cookies.
13216 (appt-check): Catch errors from calling `diary'.
13217 (appt-max-time): Renamed from max-time.
13218 (appt-now-displayed, appt-display-count): New variables.
13219 (appt-timer): Don't create one if we already have one.
13220
13221 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13222 More general code to use the source buffer instead of the zap file.
13223
13224 * hilit-chg.el (highlight-compare-with-file): Renamed from
13225 compare-with-file.
13226
13227 * loadhist.el (load-history-loaded): New variable.
13228 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13229
13230 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13231
13232 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13233 Fix error messages.
13234
13235 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
13236
13237 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13238 Emacs frame.
13239
13240 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13241
13242 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13243 `undecided' and `undecided-unix'.
13244
13245 1998-09-21 Dave Love <fx@gnu.org>
13246
13247 * help.el (help-make-xrefs): Fix typo affecting Info references.
13248
13249 * subr.el (remove-hook): Check list values to avoid errors.
13250
13251 1998-09-18 Noah Friedman <friedman@splode.com>
13252
13253 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13254 store string in eldoc-last-message without consing a new string.
13255 Rearrange logic from nested if's into cond's.
13256 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13257 Do not print message; just return string.
13258 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13259 Do not print message; just return string.
13260 Cache that string in eldoc-last-data.
13261 (eldoc-last-data): Make into a vector.
13262 (eldoc-get-fnsym-args-string): Use new data form of structure.
13263 (eldoc-get-var-docstring): Here also.
13264 (eldoc-last-data-store): New function.
13265 (eldoc-get-fnsym-args-string): Use it.
13266 (eldoc-get-var-docstring): Here also.
13267 (eldoc-docstring-first-line): Minimize interim string consing.
13268 Call substitute-command-keys on the result.
13269 (eldoc-print-var-docstrings, eldoc-print-docstring,
13270 eldoc-docstring-message): Functions removed.
13271 (eldoc-docstring-format-sym-doc): New function, functionality
13272 ripped out of eldoc-docstring-message.
13273 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13274
13275 1998-09-18 Kenichi Handa <handa@etl.go.jp>
13276
13277 * international/mule.el (make-coding-system): Doc-string modified.
13278
13279 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
13280
13281 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13282
13283 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13284 customize type.
13285
13286 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13287 type.
13288
13289 * progmodes/compile.el (compilation-error-screen-columns): New
13290 variable.
13291 (compilation-next-error-locus): Use it to decide whether to use
13292 forward-char or move-to-column.
13293
13294 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13295
13296 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13297 feedmail-fiddle-plex-user-list,
13298 feedmail-spray-address-fiddle-plex-list,
13299 feedmail-prompt-before-queue-user-alist,
13300 feedmail-prompt-before-queue-help-supplement,
13301 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13302 feedmail-queue-alternative-mail-header-separator): Fix customize
13303 type.
13304
13305 * startup.el (site-run-file): Fix customize type.
13306
13307 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13308 customize type.
13309
13310 * shell.el (shell-input-autoexpand): Fix customize type.
13311
13312 * ps-print.el (ps-font-info-database): Add missing dots in value.
13313 Improve layout of customize type.
13314
13315 * net-utils.el (traceroute-program-options, ping-program-options,
13316 ipconfig-program-options, netstat-program-options,
13317 arp-program-options, route-program-options,
13318 nslookup-program-options, ftp-program-options): Fix customize
13319 type.
13320
13321 * midnight.el (clean-buffer-list-kill-regexps,
13322 clean-buffer-list-kill-buffer-names,
13323 clean-buffer-list-kill-never-buffer-names,
13324 clean-buffer-list-kill-never-regexps): Fix customize type.
13325
13326 * man.el (Man-init-defvars): Avoid trailing nil on
13327 Man-filter-list.
13328
13329 * lpr.el (printer-name): Fix customize type.
13330
13331 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13332
13333 * international/mule-cmds.el (reset-language-environment): Call
13334 update-coding-systems-internal.
13335
13336 * international/mule-conf.el: Call update-coding-systems-internal
13337 at the tail.
13338
13339 1998-09-14 Dave Love <fx@gnu.org>
13340
13341 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13342 use the menu-enable properties, pending doing it correctly and
13343 acceptably fast.
13344
13345 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13346
13347 1998-09-13 Dave Love <d.love@dl.ac.uk>
13348
13349 * progmodes/hideshow.el (hs-grok-mode-type): Check
13350 comment-{start,end} non-nil as well as bound. Report an error if
13351 we can't grok the mode.
13352
13353 1998-09-13 Richard Stallman <rms@gnu.org>
13354
13355 * simple.el (blink-matching-open): Don't log paren matching
13356 messages in *Messages*.
13357
13358 1998-09-12 Richard Stallman <rms@gnu.org>
13359
13360 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13361 Set point-before-scroll at end even if there was an error.
13362
13363 * ange-ftp.el (ange-ftp-insert-file-contents):
13364 Use binary mode for dumb-unix hosts as for unix hosts.
13365 (ange-ftp-copy-file-internal): Likewise.
13366
13367 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13368
13369 * emacs-lisp/pp.el: Doc fixes.
13370
13371 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13372 (widget-choose): Don't use single-char shortcuts if # items
13373 exceeds that many. Use minibuffer instead.
13374
13375 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13376
13377 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13378
13379 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13380
13381 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13382 in terminal mode.
13383
13384 1998-09-10 Noah Friedman <friedman@splode.com>
13385
13386 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13387 defcustom declaration. It's wreaking too much havoc with XEmacs
13388 and older versions of Emacs, which share this code.
13389
13390 * type-break.el (type-break-mode): Here also.
13391
13392 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13393 `t' to add-hook also to modify the new local value.
13394
13395 1998-09-10 Dave Love <fx@gnu.org>
13396
13397 * vc.el (vc-insert-headers): Doc fix.
13398
13399 1998-09-10 Richard Stallman <rms@gnu.org>
13400
13401 * textmodes/flyspell.el (flyspell-mode-on): Make the
13402 ispell-... variables permanent locals.
13403 (flyspell-mode-off): Add autoload cookie.
13404
13405 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13406 do use binary mode, just as for `unix'.
13407 (ange-ftp-host-type): If HOST is nil, return `unix'.
13408
13409 * dired.el (dired-mark-files-containing-regexp):
13410 Don't scan directories. Ignore non-readable files.
13411
13412 * progmodes/compile.el (compilation-error-regexp-alist):
13413 Fix previous change: allow . and _ in command name.
13414
13415 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13416
13417 * uncompress.el (uncompress-while-visiting):
13418 Use just the car of what find-operation-coding-system returns.
13419
13420 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13421
13422 * shell.el (shell-file-name-quote-list): Add # to the value.
13423
13424 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13425
13426 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13427 to make killing of ispell process work even if
13428 kill-all-local-variables has been run.
13429
13430 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13431
13432 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13433 loop when sexp entry ends at end of file with no newline.
13434
13435 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13436
13437 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13438 (Custom-reset-standard): Fix menu inconsistency.
13439
13440 * mail/feedmail.el (feedmail-from-line): Allow t.
13441 (feedmail-message-id-suffix): Allow nil.
13442
13443 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13444 Simplify. Make prefix arg work right.
13445
13446 1998-09-09 Dave Love <fx@gnu.org>
13447
13448 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13449
13450 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13451
13452 1998-09-08 Dave Love <fx@gnu.org>
13453
13454 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13455 stuff only after file names or at start of line. Allow parens
13456 around e-mail, as well as angles.
13457
13458 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13459 ignore-errors too, eval'd when compile. Require w3 stuff at load
13460 time for nicer failure if it's not available.
13461
13462 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13463
13464 * comint.el (comint-arguments): Ignore backslashes when using
13465 w32 shells that expect backslashes as the directory separator.
13466
13467 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13468
13469 * international/fontset.el (resolved-ascii-font): New variable.
13470 (x-complement-fontset-spec): By side effect, set
13471 `resolved-ascii-font' to the resolved name of ASCII font."
13472 (create-fontset-from-fontset-spec): Don't get a value for
13473 resolved-ascii-font from the list full-fontlist. It is set by
13474 x-complement-fontset-spec now.
13475
13476 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13477 version, check the value of mule-version.
13478
13479 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13480
13481 * textmodes/reftex.el (reftex-view-crossref): Split up into
13482 several functions. No longer moves to find a macro.
13483 (reftex-view-cr-cite, reftex-view-cr-ref,
13484 reftex-end-of-bib-entry): New functions.
13485 (reftex-auto-view-crossref): New value `window' allowed.
13486 (reftex-view-crossref-when-idle): Process new `window' option in
13487 (reftex-translate-to-ascii-function): New default.
13488 (reftex-label-illegal-re): Default changed, removed Latin1.
13489 (reftex-latin1-to-ascii): New function.
13490 (reftex-what-environment): Check for section regexp before use.
13491 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13492 absolute path names.
13493 (reftex-TeX-master-file): Changed sequence of file checks.
13494 (reftex-do-citation): bibview cache only with RefTeX mode on.
13495
13496 1998-09-06 Richard Stallman <rms@gnu.org>
13497
13498 * progmodes/compile.el (compilation-error-regexp-alist):
13499 In first pattern (GNU utilities and other things),
13500 allow a space after the optional program name at the beginning.
13501
13502 * mail/mail-hist.el (mail-hist-current-header-contents):
13503 Fix previous change: use mail-header-end.
13504
13505 1998-09-06 Bill Richter <richter@math.nwu.edu>
13506
13507 * international/ccl.el: Doc fixes.
13508 * international/encoded-kb.el: Doc fixes.
13509 * international/fontset.el: Doc fixes.
13510 * international/kinsoku.el: Doc fixes.
13511 * international/kkc.el: Doc fixes.
13512 * international/mule-cmds.el: Doc fixes.
13513 * international/mule-conf.el: Doc fixes.
13514 * international/mule-util.el: Doc fixes.
13515 * international/mule.el: Doc fixes.
13516
13517 1998-09-05 Eric Ludlam <zappo@gnu.org>
13518
13519 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13520 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13521 (checkdoc-this-string-valid-engine): Permit ? as terminating
13522 punctuation for first line sentence breaking.
13523 (checkdoc-this-string-valid): When converting a comment into a doc
13524 string, make sure " chars are \".
13525 (checkdoc-sentencespace-region-engine): Only do double space check
13526 if based on the variable `sentence-end-double-space'
13527 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13528 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13529
13530 1998-09-04 Richard Stallman <rms@gnu.org>
13531
13532 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13533 Recognize define-skeleton as a function definer.
13534
13535 * cus-edit.el (customize-option): Refuse to customize
13536 a variable that has no defcustom. But if variable is autoloaded,
13537 first try to load the library that defines it.
13538
13539 * international/iso-insert.el: Use `string' before calling `insert'
13540 so that in multibyte buffers we insert multibyte chars.
13541
13542 * dired.el (dired-mark-files-containing-regexp):
13543 Don't use find-file; instead, insert the file in a temp buffer.
13544
13545 * textmodes/tex-mode.el (tex-start-options-string): New option.
13546 (tex-start-tex): Use that variable.
13547
13548 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13549 value in the `repeat' alternative a list.
13550
13551 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13552 the inserted newline, verify that one was really inserted.
13553
13554 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13555 remains on or remains off.
13556 (flyspell-multi-language-p): Default changed to nil.
13557
13558 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13559 In "found in comment" case, don't beginning-of-line after forward-line.
13560
13561 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13562 If the function definition is not a lambda, return original FORM
13563 with no error.
13564
13565 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13566
13567 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13568 so that by default netstat shows all network connections.
13569
13570 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13571
13572 * international/quail.el: Doc fixes.
13573
13574 * info.el (info): Don't add parens if FILE already has them.
13575
13576 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13577
13578 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13579 on extension lines.
13580
13581 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13582
13583 * w32-fns.el (w32-shell-dos-semantics): New function.
13584
13585 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13586
13587 * international/quail.el (quail-choose-completion-string): Store
13588 completion `choice' in `quail-current-str'; don't insert it.
13589
13590 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13591
13592 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13593 argument to ps-mule-generate-bitmap-font.
13594
13595 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13596 entry and change Latin-1 entry in the default value.
13597 (ps-mule-font-info-database-ps-bdf): New variable.
13598 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13599 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13600 registerd in FONT-SPEC.
13601 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13602 charcter width of bitmap fonts.
13603 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13604 procedure NF.
13605 (ps-begin-file): Output PostScript code for setting
13606 SpaceWidthRatio.
13607 (ps-plot-region): Use line-beginning-position to get a position of
13608 the beginning of the current line.
13609
13610 * international/mule-cmds.el (register-input-method): Doc-string
13611 modified.
13612
13613 1998-09-01 Dave Love <fx@gnu.org>
13614
13615 * international/mule-cmds.el (current-language-environment): Fix
13616 setter function.
13617
13618 1998-09-01 Simon Marshall <simon@gnu.org>
13619
13620 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13621 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13622 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13623 names with font-lock-type-face. Fontify type specs, etc., with
13624 font-lock-keyword-face.
13625
13626 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13627
13628 * international/fontset.el (x-complement-fontset-spec): If ASCII
13629 font is specified in FONTLIST, don't substitute it for the
13630 resolved name.
13631
13632 1998-08-31 Paul Eggert <eggert@twinsun.com>
13633
13634 * international/mule.el (charset-description): Doc fix.
13635
13636 * language/chinese.el, language/cyrillic.el, language/czech.el,
13637 language/devanagari.el, language/ethiopic.el,
13638 language/european.el, language/hebrew.el, language/indian.el,
13639 language/japanese.el, language/korean.el, language/lao.el,
13640 language/slovak.el, language/thai.el, language/tibetan.el,
13641 language/vietnamese.el:
13642 Add coding: local variable, to avoid bootstrapping problem
13643 if you need to recompile all the Lisp files using interpreted code.
13644
13645 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13646
13647 * cal-china.el (chinese-year-cache): Change range of years from
13648 1989-2000 to 1990-2010.
13649
13650 1998-08-29 Dave Love <d.love@dl.ac.uk>
13651
13652 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13653 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13654
13655 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13656
13657 * ps-print.el (ps-print-control-characters): Doc-string modified.
13658 (ps-output-string-prim): Comment format changed.
13659 (ps-do-despool): Indentation of source code changed.
13660
13661 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13662
13663 * subr.el (sref): Make it an alias of aref. Make the
13664 byte-compiler warn that it is obsolete.
13665 (char-bytes): Make the byte-compiler warn that it is obsolete.
13666
13667 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13668 Calculate the total bytes using position-bytes instead of
13669 char-bytes.
13670
13671 1998-08-27 Karl Heuer <kwzh@gnu.org>
13672
13673 * snmp-mode.el: New file.
13674 * files.el (auto-mode-alist): Add snmp-mode patterns.
13675
13676 1998-08-27 Karl Eichwalder <ke@suse.de>
13677
13678 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13679
13680 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13681
13682 * calendar/diary-lib.el (diary-block): Doc fix..
13683 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13684
13685 1998-08-27 Richard Stallman <rms@gnu.org>
13686
13687 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13688 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13689 Clear appt-mode-string if we don't put something in it.
13690
13691 1998-08-27 Dave Love <fx@gnu.org>
13692
13693 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13694 dired-local-variables-file for dired-x.
13695
13696 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13697 for compressed library files too.
13698
13699 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13700
13701 * language/european.el ("Latin-1"): Modify `documentation' key value.
13702 ("Latin-2"): Likewise.
13703
13704 1998-08-26 Karl Heuer <kwzh@gnu.org>
13705
13706 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13707
13708 1998-08-26 Albert L. Ting <alt@artisan.com>
13709
13710 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13711 (mail-hist-current-header-contents): Use mail-text-start.
13712
13713 1998-08-26 Richard Stallman <rms@gnu.org>
13714
13715 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13716 (customize-changed-options-previous-release): New variable.
13717 (customize-changed-options): Use that variable as default arg.
13718
13719 1998-08-26 Karl Eichwalder <ke@suse.de>
13720
13721 * midnight.el: Require `timer' not only when compiling.
13722
13723 1998-08-26 Per Starback <starback@update.uu.se>
13724
13725 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13726 buffer before creating help group.
13727
13728 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13729
13730 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13731 coding-system-for-write before saving.
13732
13733 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13734
13735 * isearch.el (isearch-forward): Doc fix.
13736
13737 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13738
13739 * emacs-lisp/find-func.el: Fix :version tags to have a string
13740 value, not a float.
13741
13742 * cus-dep.el: Fix typo in output.
13743
13744 1998-08-25 Dave Love <fx@gnu.org>
13745
13746 * repeat.el (repeat): Doc fix.
13747 [From rms:]
13748 (repeat-previous-repeated-command): New variable.
13749 (repeat): Check for real-last-command being null or repeat. Set
13750 repeat-previous-repeated-command.
13751
13752 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13753
13754 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13755
13756 * gnus/message.el (message-send-mail-with-sendmail): Bind
13757 coding-system-for-write by the return value of
13758 select-message-coding-system.
13759 (message-send-mail-with-qmail): Likewise.
13760
13761 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13762
13763 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13764 define-derived-mode.
13765
13766 * files.el (file-name-invalid-regexp):
13767 Fix regex for ms-dos without long file names.
13768
13769 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13770
13771 * ps-print.el: Multi-byte buffer handling.
13772 (ps-print-version): New version number (4.0) and doc fix.
13773 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13774 compilation for GNU Emacs and emacsens.
13775 (ps-generate-postscript-with-faces): Force invisible text to be
13776 visible.
13777 (dos-ps-printer): New var to avoid compilation gripes.
13778
13779 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13780
13781 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13782 that no more characters can't be printed in the current line.
13783
13784 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13785
13786 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13787 greater than TO.
13788
13789 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13790
13791 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13792 20.2 and the earlier version.
13793 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13794 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13795 (ps-mule-find-wrappoint): Likewise.
13796 (ps-mule-generate-font): Change `X' to `x' in format
13797 control-string.
13798 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13799 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13800 `restore' form procedures `BC' and `EC'.
13801
13802 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13803
13804 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13805 is an executable procedure. Make LineThickness, Xshadow, and
13806 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13807 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13808 ps-mule-font-info-database-bdf): New vars.
13809 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13810 (ccl-encode-ethio-unicode): New CCL program.
13811 (ps-mule-encode-ethiopic): New fun.
13812 (ps-mule-current-charset): New var.
13813 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13814 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13815 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13816 (ps-mule-external-libraries): New var.
13817 (ps-mule-init-external-library): New fun.
13818 (ps-mule-font-cache): New var.
13819 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13820 (ps-last-font): New var.
13821 (ps-mule-prepare-font): New fun.
13822 (ps-mule-charset-list): New var.
13823 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13824 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13825 ps-mule-plot-string): New funs.
13826 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13827 New vars.
13828 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13829 ps-mule-prepare-cmpchar-font): New funs.
13830 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13831 vars.
13832 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13833 ps-mule-generate-bitmap-glyph): New funs.
13834 (ps-mule-initialize, ps-mule-begin): New funs.
13835 (ps-output-string-prim): Insert string as unibyte.
13836 (ps-output-prologue): New fun.
13837 (ps-flush-output): Handle the case of 'prologue.
13838 (ps-begin-file): Call ps-mule-initialize.
13839 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13840 printing multibyte characters.
13841 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13842 (ps-basic-plot-string): Handle the case of printing ASCII
13843 characters by external libraries (e.g. BDF).
13844 (ps-set-font): Set ps-last-font.
13845 (ps-plot-region): Handle multibyte characters, use
13846 ps-mule-plot-string for them.
13847 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13848
13849 * bdf.el: New file.
13850
13851 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13852
13853 * international/mule-cmds.el (select-message-coding-system): New
13854 function.
13855 (set-language-environment-coding-systems): Set
13856 default-sendmail-coding-system.
13857
13858 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13859 (default-sendmail-coding-system): New variable.
13860 (sendmail-send-it): Encode the message by a coding system
13861 select-message-coding-system returns.
13862
13863 1998-08-23 Eric Ludlam <zappo@gnu.org>
13864
13865 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13866 (speedbar-mode): Set buffer to read only.
13867 (speedbar-temp-buffer-show-function): For emacs don't call hook
13868 with arguments.
13869 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13870
13871 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13872
13873 * speedbar.el (speedbar-key-map): Fix typo.
13874
13875 See ChangeLog.7 for earlier changes.