* autoarg.el (autoarg-mode, autoarg-kp-mode):
[bpt/emacs.git] / lisp / ChangeLog
1 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
2
3 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4 * hl-line.el (hl-line-mode): Use the new :global key argument.
5
6 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7 (tar-clip-time-string): Prepend a space.
8 (tar-grind-file-mode): Construct a string rather than modifying one.
9 (tar-header-block-summarize): Fix docstring.
10 Use `format' rather than an error-prone set of copy-loops.
11
12 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13 (diff-goto-source, diff-unified->context, diff-context->unified)
14 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15 understand the format output by the `-p' argument to diff.
16
17 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18 (sh-re-done): Use defconst.
19 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
20 (sh-help-string-for-variable, sh-guess-basic-offset):
21 Don't quote lambdas.
22 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
23 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
24
25 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
26 (mh-letter-mode): Derive from text-mode.
27 This implicitly means that it now calls kill-all-local-variables.
28 Also remove the Emacs-18 compatibility code.
29
30 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
31 Make use of symbol-property doc-string-elt.
32 Use memq rather than a sequence of eq.
33 (doc-string-elt): Fix the wrong or missing previously unused values.
34 (autoload-print-form): New function extracted from
35 generate-file-autoloads to allow recursion when handling progn
36 so that defvar's and defun's docstrings are properly printed.
37 (generate-file-autoloads): Use it.
38
39 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
40 Use find-file-hooks in the minor-mode function.
41 Be careful not to loop indefinitely in the post-command-hook function.
42
43 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
44
45 * ediff-init.el (ediff-has-face-support-p): make it paint faces on
46 tty's.
47 * ediff-diff.el (ediff-exec-process): use --binary for fine
48 differences whenever appropriate.
49 * viper-cmd.el (viper-smart-suffix-list): rearranged list members.
50 * viper.el (find-file, find-file-other-window): get viper to do
51 wildcards.
52
53 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
54
55 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
56 (jit-lock-fontify-buffer): New function for JIT refontification.
57 (jit-lock-mode): Fix docstring.
58 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
59 Remove jit-lock-after-change from the _local_ hook.
60 (jit-lock-function-1): Fix docstring.
61
62 * info.el (Info-on-current-buffer): Initialize info.
63
64 * newcomment.el (comment-indent): Ignore comment-indent-hook.
65
66 * progmodes/tcl.el (tcl-indent-for-comment):
67 Ignore comment-indent-hook.
68
69 * emacs-lisp/easy-mmode.el: Require CL during compilation.
70 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
71 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
72 and improve to use the lighter to guess the capitalization.
73 (define-minor-mode): Inline code from easy-mmode-define-toggle.
74 Add keyword arguments to specify global-ness or the custom group.
75 Add local-map and help-echo properties to the lighter.
76 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
77 (easy-mmode-define-global-mode): New macro.
78
79 2000-06-02 Dave Love <fx@gnu.org>
80
81 * wid-edit.el: byte-compile-dynamic since we typically don't use
82 all the widgets. Don't require cl or widget. Remove
83 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
84 (widget-read-event): Removed. Callers changed to use read-event.
85 (widget-button-release-event-p): Renamed from
86 button-release-event-p.
87 (widget-field-add-space, widget-field-use-before-change):
88 Uncustomize.
89 (widget-specify-field): Use keymap property, not local-map.
90 (widget-specify-button): Obey :suppress-face.
91 (widget-specify-insert): Use modern backquote syntax.
92 (widget-image-directory): Renamed from widget-glyph-directory.
93 (widget-image-enable): Renamed from widget-glyph-enable.
94 (widget-image-find): Replaces widget-glyph-find.
95 (widget-button-pressed-face): Move defvar.
96 (widget-image-insert): Replaces widget-glyph-insert.
97 (widget-convert): Use keywordp.
98 (widget-leave-text, widget-children-value-delete): Use mapc.
99 (widget-keymap): Remove XEmacs stuff.
100 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
101 (widget-button-click): Don't set point at the click, but re-centre
102 if we scroll out of window. Rewritten for images v. glyphs &c.
103 (widget-tabable-at): Use POS arg, not point.
104 (widget-beginning-of-line, widget-end-of-line)
105 (widget-item-value-create, widget-sublist, widget-princ-to-string)
106 (widget-sexp-prompt-value, widget-echo-help): Simplify.
107 (widget-default-create): Use widget-image-insert; some rewriting.
108 (widget-visibility-value-create)
109 (widget-push-button-value-create, widget-toggle-value-create): Use
110 widget-image-insert.
111 (checkbox): Create on and off images dynamically.
112 (documentation-link): Change :help-echo.
113 (widget-documentation-link-echo-help): Remove.
114
115 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
116
117 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
118
119 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
120 (easy-mmode-define-toggle, define-minor-mode): Use it.
121 (easy-mmode-define-keymap): Docstring fix.
122 (define-derived-mode): Default PARENT to fundamental-mode.
123 Add the derived-mode-parent symbol-property.
124 (easy-mmode-derived-mode-p): New function.
125
126 2000-06-02 Dave Love <fx@gnu.org>
127
128 * files.el (convert-standard-filename): Doc fix.
129 (normal-backup-enable-predicate): New function.
130 (backup-enable-predicate): Use it to replace the lambda form.
131
132 * calendar/todo-mode.el: [This needs more work on the outline
133 stuff.] Doc fixes.
134 (todo) <defgroup>: Add :version.
135 (todo-add-category): Don't use pushnew.
136 (todo-cmd-raise): Fix typo.
137 (todo-top-priorities): Change temp buffer name.
138 (todo-category-alist): Avoid redundant lambda.
139 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
140 Use outline-next-heading.
141
142 * autoarg.el: Rewritten to use define-minor-mode.
143 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
144 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
145
146 2000-06-02 Kenichi Handa <handa@etl.go.jp>
147
148 * isearch.el (isearch-other-meta-char): Fix previous change.
149
150 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
151
152 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
153 (log-edit-done): Only add the comment to the ring if it's different
154 from the last comment entered.
155
156 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
157
158 2000-06-01 Dave Love <fx@gnu.org>
159
160 * hl-line.el: Rewritten using define-minor-mode.
161
162 * help.el (describe-function-1): Distinguish special form from
163 builtin function. Sanity-check presence of arglist for builtins.
164
165 2000-06-01 Kenichi Handa <handa@etl.go.jp>
166
167 * international/characters.el: Fix syntax/category setting of
168 Tibetan characters.
169
170 * language/tibet-util.el (tibetan-add-components): Fixes for new
171 encoding of Tibetan characters.
172 (tibetan-decompose-precomposition-alist): New variable.
173 (tibetan-decompose-region): Convert precomposed characters to
174 non-precomposed characters.
175 (tibetan-decompose-string): Likewise.
176 (tibetan-composition-function): Fix args to
177 thibetan-compose-string.
178
179 * language/tibetan.el (tibetan-composable-pattern): More
180 characters included.
181 (tibetan-consonant-transcription-alist): Rule for "R" added.
182 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
183 "+R" added.
184 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
185
186 * language/lao-util.el (lao-composition-function): Fix args to
187 compose-string.
188
189 * language/thai-util.el (thai-composition-function): Fix args to
190 compose-string.
191
192 * isearch.el (isearch-update): Set disable-point-adjustment to t
193 to prevent the point moving to the end of a composition when a
194 part of a composition is searched.
195 (isearch-other-meta-char): If the key invoking this command can be
196 mapped by function-key-map to a printing char, call
197 isearch-process-search-char directly.
198
199 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
200
201 * emacs-lisp/bytecomp.el:
202 * frame.el:
203 * international/mule-cmds.el:
204 * international/mule-util.el:
205 * international/mule.el:
206 * mouse.el:
207 * subr.el:
208 * faces.el: Update calls to make-obsolete with a WHEN argument.
209
210 * byte-run.el (make-obsolete, make-obsolete-variable):
211 Add an optional WHEN argument and change the format of the
212 symbol-property information.
213 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
214 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
215 new obsolete-symbol-property format and print WHEN if it is provided.
216
217 2000-05-31 Dave Love <fx@gnu.org>
218
219 * loadhist.el (loadhist-hook-functions): Remove
220 before-change-function, after-change-function.
221 (unload-feature): Deal with symbols which are both bound and
222 fbound.
223
224 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
225 before-change-function, after-change-function.
226
227 * simple.el (newline): Don't bind before-change-function,
228 after-change-function.
229
230 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
231
232 * whitespace.el (whitespace-rescan-timer-time): Update interval
233 set to 600 seconds (10 minutes) instead of 60 seconds since
234 a large number of whitespace buffers causes emacs to `freeze'
235 for a considerable amount of time.
236
237 * whitespace.el: Updated e-mail address
238
239 2000-05-31 Dave Love <fx@gnu.org>
240
241 * add-log.el (change-log-font-lock-keywords) <function>: Add
242 pattern for function of change.
243 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
244 acknowledgements patterns.
245
246 2000-05-31 Kenichi Handa <handa@etl.go.jp>
247
248 * isearch.el (isearch-printing-char): If keyboard coding system is
249 being used, call isearch-process-search-multibyte-characters.
250
251 * international/isearch-x.el: Mostly rewritten.
252
253 * international/quail.el (quail-start-conversion): Don't include
254 unhandled events in the returned events, but set them in
255 unread-command-events. Exit if all inputs are deleted.
256
257 2000-05-30 Jason Rumney <jasonr@gnu.org>
258
259 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
260
261 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
262 Reenable code to create initial fontsets.
263 Use set-fontset-font in place of put-charset-property.
264
265 2000-05-30 Gerd Moellmann <gerd@gnu.org>
266
267 * progmodes/perl-mode.el (perl-indent-line): When looking for a
268 label, ensure that the first colon isn't followed by another.
269
270 * paths.el (Info-default-directory-list): Doc fix.
271
272 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
273 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
274 send a query containing USER only, not USER@HOST.
275
276 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
277 and rmail-msgend to compute the restriction at the end, instead of
278 computing it.
279
280 2000-05-29 Gerd Moellmann <gerd@gnu.org>
281
282 * dabbrev.el (dabbrev-expand): Don't display messages in the
283 echo area if the minibuffer window is active.
284
285 * jit-lock.el (jit-lock-mode): Add after change function to
286 local hook.
287
288 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
289
290 * antlr-mode.el: New commands: hide/unhide actions,
291 upcase/downcase literals.
292 (antlr-tiny-action-length): New user option.
293 (antlr-hide-actions): New command. Suggested by
294 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
295 (antlr-mode-map): New binding [C-c C-v].
296 (antlr-mode-menu): New entries.
297 (antlr-downcase-literals): New command.
298 (antlr-upcase-literals): Ditto.
299
300 * antlr-mode.el: Minor changes: indendation, mode-name.
301 (antlr-indent-line): Indent cpp directive at column 0.
302 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
303
304 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
305 (antlr-font-lock-additional-keywords): Workaround for intentional
306 bug in XEmacs version of font-lock.
307 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
308 be used by a smarter version of `buffers-menu-grouping-function'.
309
310 2000-05-29 Gerd Moellmann <gerd@gnu.org>
311
312 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
313 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
314
315 2000-05-29 Kenichi Handa <handa@etl.go.jp>
316
317 * international/encoded-kb.el
318 (encoded-kbd-iso2022-designation-map): Pay attention to that
319 charset-iso-final-char return -1 for eight-bit-control and
320 eight-bit-graphic.
321
322 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
323
324 * speedbar.el (speedbar-use-images, speedbar-update-flag)
325 (speedbar-easymenu-definition-base): Use display-graphic-p where
326 available, instead of window-system.
327
328 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
329
330 * international/codepage.el (cp-coding-system-for-codepage-1): Add
331 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
332 coding systems.
333
334 2000-05-26 Dave Love <fx@gnu.org>
335
336 * disp-table.el (standard-display-underline): Don't use
337 internal-find-face.
338
339 * mail/reporter.el: Maintainer change. Doc fixes.
340 (reporter-version): Deleted.
341
342 * emacs-lisp/elp.el: Maintainer change.
343 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
344
345 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
346
347 * add-log.el (add-change-log-entry): Merge the current entry with the
348 previous one if the previous one is empty.
349
350 2000-05-26 Dave Love <fx@gnu.org>
351
352 * loadhist.el (unload-feature): Fix interactive spec [from
353 lijnzaad@ebi.ac.uk].
354
355 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
356 subr-arity to check primitives.
357 (byte-compile-flush-pending, byte-compile-file-form-progn)
358 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
359 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
360 mapcar.
361
362 2000-05-26 Kenichi Handa <handa@etl.go.jp>
363
364 * international/fontset.el: Set family names of non-latin charsets
365 in default fontset to "*".
366
367 * international/mule-diag.el (print-fontset): Combine family part
368 and registry part of the fontname by "-*-" instead of "-".
369
370 * international/mule-cmds.el (encode-coding-char): Make strings
371 multibyte before calling encode-coding-string.
372
373 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
374
375 * derived.el: Fix keywords.
376 (define-derived-mode): Only define if needed.
377
378 * simple.el (fill-comment, comment-column, comment-start)
379 (comment-start-skip, comment-end, comment-indent-function)
380 (block-comment-start, block-comment-end, indent-for-comment)
381 (set-comment-column, kill-comment, comment-padding, comment-region)
382 (comment-multi-line, indent-new-comment-line): Remove.
383
384 * bindings.el (esc-map): Change ; to comment-dwim and use the new
385 function names for comment operations.
386
387 * newcomment.el: Add abundant autoload cookies.
388 (comment-style): Don't depend on runtime data at compile-time.
389 (comment-indent-hook): Remove.
390 (comment-indent): Check if comment-indent-hook is bound.
391 (comment-region): Docstring fix.
392
393 2000-05-25 Dave Love <fx@gnu.org>
394
395 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
396 byte-code-function-p.
397
398 * mail/rmailsum.el: Add provide.
399
400 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
401
402 * smerge-mode.el (smerge-diff-switches): Don't use list* in
403 defcustom.
404
405 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
406
407 * ediff-diff.el (ediff-exec-process): delete --binary option from
408 non-buffer ediff jobs.
409
410 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
411
412 * hilit-chg.el (highlight-changes-mode): Ask about color or
413 grayscale support, not about window-system.
414
415 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
416 window-system.
417 (ffap-highlight): Always default to t.
418
419 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
420 display-popup-menus-p instead of looking at window-system.
421
422 * disp-table.el (standard-display-g1, standard-display-graphic):
423 Only refuse to use string glyphs on X and MS-Windows.
424
425 * avoid.el: Remove window-system from commentary, suggest to use
426 display-*-p instead.
427
428 * apropos.el (apropos-print): Use display-mouse-p instead of
429 window-system.
430
431 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
432
433 * international/codepage.el (cp-decoding-vector-for-codepage):
434 Fill up unsupported characters with their own codes. From Kenichi
435 Handa.
436
437 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
438
439 * international/mule-diag.el (describe-char-after): Use
440 display-graphic-p instead of window-system, so that this function
441 works on MS-DOS.
442
443 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
444
445 * international/codepage.el (cp-make-coding-systems-for-codepage):
446 Remove the eight-bit-graphic and eight-bit-control charsets from
447 the list of charsets which we convert into `?'.
448
449 2000-05-25 Kenichi Handa <handa@etl.go.jp>
450
451 * international/mule-conf.el: Specify CHARSET-ID explicitely for
452 private charsets.
453 (mule-unicode-0100-24ff, japanese-jisx0213-1,
454 japanese-jisx0213-2): New charsets.
455
456 * international/fontset.el: Setup default fontset for new charsets.
457
458 2000-05-24 Dave Love <fx@gnu.org>
459
460 * info.el (Info-find-node-2): Restructure [following "Vadim
461 S. Solomin" <sovs@uic.nnov.ru>].
462
463 * icomplete.el: Fix header for Finder.
464
465 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
466
467 * rmailout.el (rmail-output-to-rmail-file): Added optional param
468 STAY.
469
470 * rmail.el (rmail-automatic-folder-directives): New user variable.
471 (rmail-show-message): Add call to `rmail-auto-file' during
472 display.
473 (rmail-auto-file): New function.
474
475 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
476
477 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
478 account.
479 (ediff-test-utility,ediff-diff-mandatory-option)
480 (ediff-reset-diff-options): Utilities for proper initialization of
481 ediff-diff-options and ediff-diff3-options on Windows.
482
483 * ediff-init.el (ediff-merge-filename-prefix): New customizable
484 variable.
485
486 * ediff-mult.el (ediff-filegroup-action): Use
487 ediff-merge-filename-prefix.
488
489 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
490
491 * viper-ex.el (ex-write): Set selective display to nil.
492
493 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
494
495 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
496 aliases for hebrew-iso-8bit.
497
498 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
499
500 * woman.el: New version from Francis J. Wright
501 <F.J.Wright@Maths.QMW.ac.uk>.
502 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
503 names in environment variables regardless of the path separator.
504 (woman-topic-all-completions-1): Don't call file-name-directory-p
505 on all files, since woman-file-regexp already filters out any
506 directories.
507
508 2000-05-24 Kenichi Handa <handa@etl.go.jp>
509
510 * international/quail.el (quail-start-translation): Don't change
511 modified-p of the current buffer.
512 (quail-start-conversion): Likewise.
513
514 * international/kkc.el (kkc-region): Don't change modified-p of
515 the current buffer.
516
517 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
518 conform to RFC1468.
519 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
520
521 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
522
523 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
524 (speedbar-insert-button): Invisible text property fix.
525 (speedbar-directory-plus): Renamed from speedbar-directory-+
526 (speedbar-directory-minus): Renamed from speedbar-directory--
527 (speedbar-page-plus): Renamed from speedbar-file-+
528 (speedbar-page-minus): Renamed from speedbar-file--
529 (speedbar-page): Renamed from speedbar-file-
530 (speedbar-tag): Renamed from speedbar-tag-
531 (speedbar-tag-plus): Renamed from speedbar-tag-+
532 (speedbar-tag-minus): Renamed from speedbar-tag--
533 (speedbar-expand-image-button-alist): Use above renames.
534
535 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
536 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
537 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
538 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
539 * sb-pg.xpm: Renamed from sb-file.xpm
540 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
541 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
542
543 2000-05-24 Kenichi Handa <handa@etl.go.jp>
544
545 * international/quail.el (quail-show-guidance-buf): Set
546 current-input-method of the guidance buffer to the name of the
547 curren input method.
548
549 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
550
551 * progmodes/compile.el (compile-internal): Style typo.
552
553 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
554 quote vars and functions in the docstring.
555
556 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
557
558 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
559 Don't quote lambdas.
560
561 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
562
563 2000-05-23 Gerd Moellmann <gerd@gnu.org>
564
565 * startup.el (command-line): Determine source file of compiled
566 user init file differently. Warn if compiled user init file
567 is older than its source file.
568
569 * ffap.el (ffap-url-regexp): Add `https'.
570
571 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
572
573 * files.el (make-backup-file-name-1): Replace slashes with `!'
574 rather than `|' (which is not allowed on Windows). Replace the
575 drive letters with a string "drive_X".
576
577 2000-05-23 Gerd Moellmann <gerd@gnu.org>
578
579 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
580
581 * files.el (interpreter-mode-alist): Add `bash2'.
582
583 2000-05-22 Dave Love <fx@gnu.org>
584
585 * loadhist.el (feature-symbols, file-provides, file-requires): Use
586 mapc.
587 (feature-file): Avoid calling symbol-name. Doc fix.
588 (file-set-intersect, file-dependents): Use dolist, not mapcar.
589 (loadhist-hook-functions): Add mouse-position-function.
590 (unload-feature): Change uses of mapcar.
591
592 * files.el (parse-colon-path): Doc fix.
593 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
594 (set-auto-mode): Use mapc.
595
596 * complete.el (PC-look-for-include-file): Use :alnum: character
597 class.
598 (partial-completion-mode): Add autoload cookie.
599
600 2000-05-22 Sam Steingold <sds@gnu.org>
601
602 * info.el (Info-fontify-node): Fixed the call to
603 `add-text-properties' (bug introduced on 2000-05-18).
604
605 2000-05-22 Dave Love <fx@gnu.org>
606
607 * bindings.el: Remove debug-ignored-errors set in other files.
608
609 * progmodes/etags.el: Add to debug-ignored-errors.
610 (visit-tags-table-buffer): Clear out buffers holding old tables
611 when making a new list.
612 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
613 mapc.
614
615 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
616 quote keywords.
617 (cmpl-string-case-type): Use character classes.
618
619 * comint.el:
620 * textmodes/ispell.el:
621 * imenu.el:
622 * mail/mh-e.el:
623 * progmodes/compile.el: Add to debug-ignored-errors.
624
625 * dabbrev.el: Add to debug-ignored-errors.
626 (dabbrev-completion): Use mapc.
627
628 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
629
630 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
631 (woman-mapcan, woman-parse-man.conf)
632 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
633 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
634 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
635 path syntax better.
636 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
637 (woman-manpath): Call woman-parse-man.conf.
638 (woman-emulation): New defcustom, defaults to nroff.
639 (woman-font-support): New defconst.
640 (woman-use-symbol-font): New defcustom.
641 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
642 "Emulation".
643 Many functions: Doc fix.
644
645 2000-05-22 Kenichi Handa <handa@etl.go.jp>
646
647 * international/quail.el (quail-simple-translation-keymap): Map
648 128..255 to quail-self-insert-command.
649 (quail-keyboard-layout-alist): Add definition for "pc102-de".
650
651 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
652
653 * help.el (help-manyarg-func-alist): Typo.
654
655 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
656 intervals which makes it heaps simpler.
657
658 * newcomment.el (comment-region-internal): Go back to BEG after quoting
659 the nested comment markers.
660
661 * subr.el (remove-hook): Don't turn the hook's value into a list.
662
663 2000-05-21 Dave Love <fx@gnu.org>
664
665 * edmacro.el (edmacro-parse-keys): Return vector if any elements
666 are invalid characters.
667
668 * international/mule-util.el (detect-coding-with-priority): Use
669 mapc. Remove redundant lambda.
670
671 * international/mule-diag.el (list-non-iso-charset-chars)
672 (describe-fontset): Remove redundant lambda.
673
674 * emulation/crisp.el (brief-mode): New alias.
675
676 * emacs-lisp/ring.el (ring-elements): New function.
677
678 * emacs-lisp/easymenu.el (easy-menu-create-menu)
679 (easy-menu-do-add-item): Use keywordp.
680
681 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
682
683 * replace.el: Doc and error message fixes.
684 (replace-highlight): Use facep, not internal-find-face.
685
686 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
687
688 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
689
690 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
691 (log-edit-insert-changelog): Drop `:' as well.
692
693 * log-view.el: Fix file description.
694 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
695 available.
696 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
697 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
698
699 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
700 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
701 Print a status message if the toggle is called interactively.
702 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
703 for global minor modes and use `defcustom' for them.
704 Use add-minor-mode.
705 (easy-mmode-define-derived-mode): Remove.
706 (define-derived-mode): Fancier default docstring.
707 (easy-mmode-define-navigation): Signal an error rather than (ding).
708
709 * newcomment.el (comment-styles): New `box-multi'.
710 (comment-normalize-vars): Better default for comment-continue to
711 avoid whitespace-only continuations.
712 (comment-search-forward): Always move even in the no-syntax case.
713 (comment-padright): Only obey N if it's only obeyed for padleft.
714 (comment-make-extra-lines): Better handling of empty continuations.
715 Use `=' for the filler if comment-start has only one character.
716 (uncomment-region): Try handling the special `=' filler.
717 (comment-region): Allow LINES even if MULTI is nil.
718 (comment-box): Choose box style based on comment-style.
719
720 2000-05-20 Kenichi Handa <handa@etl.go.jp>
721
722 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
723 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
724
725 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
726
727 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
728 and insert, not subst-char-in-region.
729
730 * international/mule-diag.el (list-character-sets-1): Handle
731 charsets eight-bit-control and eight-bit-graphic.
732 (list-iso-charset-chars): Likewise.
733 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
734 charactes as is. Use indent-to to align characters.
735
736 * international/mule-cmds.el (find-multibyte-characters): Never
737 exclude charsets eight-bit-control and eight-bit-graphic.
738
739 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
740
741 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
742 Don't quote lambdas.
743
744 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
745
746 2000-05-19 Gerd Moellmann <gerd@gnu.org>
747
748 * gud.el (gud-jdb-directories): Doc fix.
749
750 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
751
752 * newcomment.el: New file.
753
754 2000-05-19 Gerd Moellmann <gerd@gnu.org>
755
756 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
757
758 2000-05-18 Andreas Schwab <schwab@suse.de>
759
760 * dired.el (dired-between-files): Also skip lines beginning with
761 `used'.
762
763 2000-05-18 Gerd Moellmann <gerd@gnu.org>
764
765 * msb.el (msb-menu-cond): Add choice `user'.
766
767 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
768
769 * ps-print.el: Compatibility, customization and doc fix.
770 (ps-printer-name-option): Replace defconst by defvar.
771 (ps-postscript-code-directory): XEmacs compatibility.
772 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
773 fix.
774 (ps-user-defined-prologue, ps-print-prologue-header)
775 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
776 compatibility and code fix.
777 (ps-print-background-image, ps-print-background-text):
778 Customization fix.
779 (ps-line-number-start, ps-n-up-on): New vars.
780
781 2000-05-18 Espen Skoglund <esk@ira.uka.de>
782
783 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
784 the indent-comment function to just return the appropriate indent.
785
786 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
787
788 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
789 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
790 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
791
792 2000-05-18 Dave Love <fx@gnu.org>
793
794 * info.el (Info-fontify-node): Add intangible property as well as
795 invisible.
796
797 * calendar/appt.el (appt-make-list): Match all lines of entry.
798 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
799
800 2000-05-18 Kenichi Handa <handa@etl.go.jp>
801
802 * international/mule-diag.el (describe-char-after): Call
803 internal-char-font, not char-font. If internal-char-font returns
804 nil, display "-- none --".
805
806 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
807
808 * image.el (image-type-available-p): Don't reference image-types
809 if it isn't bound.
810
811 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
812
813 * autoarg.el (autoarg-mode): Typo in the :set argument.
814
815 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
816
817 * startup.el (command-line-1): Don't signal an error if the
818 directory for auto-save-list files does not yet exist.
819
820 2000-05-17 Kenichi Handa <handa@etl.go.jp>
821
822 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
823
824 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
825
826 * subr.el (remove-hook): `setq' hook-value, not `set'.
827
828 2000-05-16 Sam Steingold <sds@gnu.org>
829
830 * info.el (debug-ignored-errors): More errors to ignore.
831
832 2000-05-16 Dave Love <fx@gnu.org>
833
834 * cus-edit.el: Don't require cl or easymenu.
835 (custom-variable-prompt): Test standard-value property, not
836 user-variable-p.
837
838 2000-05-16 Sam Steingold <sds@gnu.org>
839
840 * subr.el (add-hook): `setq' hook-value, not `set'.
841
842 2000-05-16 Gerd Moellmann <gerd@gnu.org>
843
844 * startup.el (command-line-1): Mention the FAQ in the startup
845 message.
846
847 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
848
849 * progmodes/compile.el (compilation-parse-errors): Collect
850 `nomessage' regexps last.
851
852 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
853
854 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
855 to the function name.
856
857 2000-05-15 Dave Love <fx@gnu.org>
858
859 * speedbar.el (speedbar-recenter): Typo.
860 (speedbar-expand-line): Make arg optional.
861 (speedbar-mode): Avoid a compiler warning.
862
863 2000-05-15 Gerd Moellmann <gerd@gnu.org>
864
865 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
866 user-specified option string is empty.
867
868 * mouse.el (mouse-yank-at-click): Doc fix.
869
870 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
871
872 * term/internal.el (IT-character-translations): More updates of
873 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
874 documents.
875
876 2000-05-15 Gerd Moellmann <gerd@gnu.org>
877
878 * env.el (getenv): New function, interactively callable.
879 (setenv, getenv): Remove autoload cookies.
880
881 * loadup.el: Load `env'.
882
883 * progmodes/f90.el: Change author's mail address.
884
885 2000-05-14 Dave Love <fx@gnu.org>
886
887 * mail/rmail.el (rmail-show-message-hook): Customize and offer
888 goto-addr as an option.
889
890 * help.el (help-xref-stack): Doc fix.
891 (help-xref-following): New variable.
892 (help-make-xrefs): Use it.
893 (help-xref-go-back): Use position information from stack element.
894 (help-follow): Make position in stack element a pair. Use
895 help-xref-following.
896
897 * autoarg.el: New file.
898
899 * faces.el: Declare more functions obsolete.
900
901 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
902 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
903 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
904 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
905 Remove all the setup-...-environment functions.
906
907 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
908
909 * speedbar.el: Updated the commentary section. xemacs20p now uses
910 >= when detecting. Require `defimage' safely.
911 (speedbar-easymenu-definition-base): Add toggle for images.
912 (speedbar-easymenu-definition-special): Add flush cache & expand.
913 (speedbar-visiting-tag-hook): Set new defaults. Added options.
914 (speedbar-reconfigure-keymaps-hook): New variable.
915 (speedbar-frame-parameters): Updated documentation.
916 (speedbar-use-imenu-flag): Updated custom tag
917 (speedbar-dynamic-tags-function-list): New variable.
918 (speedbar-tag-hierarchy-method): Updated doc & custom.
919 (speedbar-indentation-width, speedbar-indentation-width) New
920 variables.
921 (speedbar-hide-button-brackets-flag): Customizable.
922 (speedbar-vc-indicator): Doc update.
923 (speedbar-ignored-path-expressions): Updated default value.
924 (speedbar-supported-extension-expressions): Updated default value.
925 (speedbar-syntax-table): Remove {} paren status.
926 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
927 as "+". Added overlay aliases.
928 (speedbar-mode): Use `speedbar-mode-line-update' instead of
929 `force-mode-line-update'.
930 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
931 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
932 `mouse-set-point'
933 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
934 (speedbar-item-info-tag-helper): Revamped to handle a wider range
935 of arbitrary text, and new helper functions.
936 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
937 filename finder.
938 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
939 (speedbar-directory-buttons): Update path search/expansion.
940 (speedbar-make-tag-line): Pay attention to
941 `speedbar-indentation-width'. Use more care w/ invisible
942 properties.
943 (speedbar-change-expand-button-char): Call
944 `speedbar-insert-image-button-maybe'.
945 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
946 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
947 (speedbar-trim-words-tag-hierarchy)
948 (speedbar-simple-group-tag-hierarchy): New functions
949 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
950 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
951 functions.
952 (speedbar-mouse-set-point): New function
953 (speedbar-power-click): Updated documentation.
954 (speedbar-line-token, speedbar-goto-this-file): Handle more types
955 of tag prefix text.
956 (speedbar-expand-line, speedbar-contract-line): Make more robust
957 to strange text.
958 (speedbar-expand-line): Takes universal argument to flush the
959 cache.
960 (speedbar-flush-expand-line): New function.
961 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
962 Use new generator insertion method.
963 (speedbar-fetch-dynamic-tags): New function.
964 (speedbar-fetch-dynamic-imenu): Removed code now handled in
965 `speedbar-fetch-dynamic-imenu'.
966 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
967 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
968 "Revert Buffer" menu items.
969 (speedbar-buffer-buttons-engine): Be smarter when creating a
970 filename tag (for expansion purposes.).
971 (speedbar-highlight-one-tag-line,
972 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
973 (speedbar-recenter): New functions.
974 (defimage-speedbar): Image loading abstraction.
975 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
976 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
977 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
978 (speedbar-tag-type, speedbar-tag-mail): New images.
979 (speedbar-expand-image-button-alist): New variable.
980 (speedbar-insert-image-button-maybe): Insert an image over some
981 buttons.
982
983 2000-05-13 Kenichi Handa <handa@etl.go.jp>
984
985 * international/mule-cmds.el (encode-coding-char): An ASCII
986 character is always encodable.
987
988 * international/mule-conf.el: Add more information in descriptions
989 of character sets.
990
991 * international/mule-diag.el (describe-char-after): New function.
992 (describe-font-internal): Adjusted for the change of font-info.
993 (describe-font): Likewise.
994 (print-fontset): Rewritten for the new fontset implementation.
995 (describe-fontset): Include fontset alias names in completion.
996 (list-fontsets): Adjusted for the change of print-fontset.
997
998 * simple.el (what-cursor-position): If DETAIL is non-nil, call
999 describe-char-after instead of displaying the detail in the echo
1000 area.
1001 (syntax-code-table): Format changed.
1002 (string-to-syntax): Adjusted for the above change.
1003
1004 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
1005
1006 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
1007
1008 2000-05-12 Dave Love <fx@gnu.org>
1009
1010 * calendar/todo-mode.el: Remove some compatibility stuff and CL
1011 dependence. Use line-{beginning,end}-position, not
1012 point-at{b,e}ol. Some doc fixes.
1013 (todo-position): New function. Fix callers of position to use it.
1014 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
1015
1016 2000-05-12 Gerd Moellmann <gerd@gnu.org>
1017
1018 * time.el (display-time-mail-icon): Use `:ascent center'.
1019
1020 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
1021 handling FTP security extensions.
1022
1023 2000-05-11 Dave Love <fx@gnu.org>
1024
1025 * calendar/todo-mode.el: New file.
1026
1027 2000-05-11 Gerd Moellmann <gerd@gnu.org>
1028
1029 * comint.el (comint-read-input-ring): Move reference to
1030 comint-input-ring-size outside of the save-excursion. It was
1031 causing the default value to be the only one ever seen.
1032
1033 * font-lock.el: Update copyright. Remove Simon Marshall's email
1034 address on request from him.
1035
1036 * subr.el (substitute-key-definition): Add comment describing
1037 the meaning of PREFIX.
1038
1039 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
1040
1041 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
1042
1043 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
1044 (add-minor-mode): Don't make the variable buffer-local and add a
1045 reference to define-minor-mode in the docstring.
1046
1047 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
1048 HEADER/FOOTER and fix bug with trailing empty directory.
1049 (cvs-append-to-ignore): Use vc-editable-p if available.
1050 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
1051 (vc-do-command): Tweak advice to handle the new VC.
1052
1053 * log-view.el (log-view-goto-rev): New function for the new VC.
1054 (log-view-minor-wrap): Use mark-active.
1055
1056 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
1057 (log-edit-changelog-full-paragraphs): New var.
1058 (log-edit-insert-changelog): Remove a lonely leading `* file'.
1059 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
1060 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
1061 (log-edit-changelog-ours-p, log-edit-changelog-entries)
1062 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
1063 Replace the `cvs' prefix with `log-edit'.
1064
1065 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
1066
1067 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
1068 (diff-font-lock-defaults): Explicitly turn off multiline.
1069 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
1070 (diff-ediff-patch): Fix call to ediff-patch-file.
1071 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
1072 Handle comments.
1073
1074 * frame.el (automatic-hscrolling): Typo.
1075
1076 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
1077
1078 2000-05-09 Sam Steingold <sds@goems.com>
1079
1080 * apropos.el (apropos-print): use `describe-face' instead of
1081 `customize-face-other-window'.
1082
1083 2000-05-09 Dave Love <fx@gnu.org>
1084
1085 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
1086
1087 * help.el (describe-variable): Have customize button pop the
1088 help-xref stack when invoked.
1089 (help-xref-symbol-regexp): Add `face'.
1090 (help-make-xrefs): Check for quoted face names and adapt regexp
1091 submatch numbers to cope.
1092 (help-xref-interned): Maybe insert face doc too. Separate
1093 sections with a line of hyphens.
1094
1095 * faces.el: Some doc fixes. Declare some functions obsolete.
1096 (describe-face): Add customize button. Return the help
1097 text. Fix prompt.
1098
1099 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1100
1101 * term/internal.el (IT-character-translations): Fix last change.
1102
1103 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1104
1105 * woman.el: New file
1106 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
1107
1108 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1109
1110 * term/internal.el (IT-character-translations): Update ASCII
1111 simulations for greek-iso8859-7, add latin-iso8859-14 and
1112 latin-iso8859-15.
1113
1114 * international/mule-cmds.el (set-language-info-alist): Call
1115 define-prefix-command with 3 arguments, to make the map suitable
1116 for a menu.
1117
1118 2000-05-07 Dave Love <fx@gnu.org>
1119
1120 * time.el: Small doc fixes from Pavel Janík ml..
1121
1122 2000-05-05 Dave Love <fx@gnu.org>
1123
1124 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
1125 list in doc string. Don't quote keyword symbols.
1126 * emacs-lisp/cl.el: Likewise
1127 * emacs-lisp/cl-seq.el: Likewise
1128
1129 2000-05-05 Gerd Moellmann <gerd@gnu.org>
1130
1131 * abbrev.el (abbrev-mode): Make ARG optional.
1132
1133 2000-05-04 Gerd Moellmann <gerd@gnu.org>
1134
1135 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
1136
1137 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
1138
1139 * subr.el (substitute-key-definition): Clarify documentation.
1140
1141 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
1142
1143 * glasses.el (glasses-convert-to-unreadable): Use
1144 `glasses-separator' instead of the hard-wired "_".
1145 (glasses-mode): Call `glasses-make-unreadable' only in a single
1146 place.
1147
1148 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
1149
1150 * term/internal.el (cjk-codepages-alist): Add associations for
1151 Chinese and Korean codepages. Remove FIXME comment.
1152
1153 2000-05-03 Dave Love <fx@gnu.org>
1154
1155 * time.el (display-time-mail-face, display-time-use-mail-icon):
1156 New option.
1157 (display-time-mail-icon): New variable.
1158 (display-time-string-forms): Use the above. Fix the local-map.
1159
1160 2000-05-03 Gerd Moellmann <gerd@gnu.org>
1161
1162 * replace.el (query-replace-map): Add binding for `E'.
1163 (query-replace-help): Extend help text.
1164 (perform-replace): Allow editing the replacement string.
1165
1166 * make-mode.el (makefile-mode-abbrev-table): New variable.
1167 (makefile-mode): Set local abbrev table to
1168 makefile-mode-abbrev-table.
1169 (makefile-font-lock-keywords): Fontify includes and conditionals.
1170
1171 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1172 set TOGGLE's value.
1173
1174 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
1175 mail-interactive-insert-alias.
1176 (mail-abbrev-complete-alias): New command.
1177 (mail-mode-map): Bind it to `M-TAB'.
1178
1179 2000-05-03 Kenichi Handa <handa@etl.go.jp>
1180
1181 * language/lao-util.el (lao-compose-region): New function.
1182
1183 2000-05-02 Gerd Moellmann <gerd@gnu.org>
1184
1185 * files.el (recover-session): Make directories as necessary
1186 if they don't exist yet.
1187
1188 * calendar/cal-french.el
1189 (french-calendar-multibyte-special-days-array)
1190 (french-calendar-special-days-array): Change French text.
1191 (calendar-french-date-string): Change output.
1192 (calendar-goto-french-date): Likewise.
1193
1194 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
1195
1196 * wid-edit.el (widget-default-active): Obey `:always-active'.
1197 (widget-documentation-string-value-create): Set `:always-active'.
1198
1199 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1200
1201 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
1202 default prefix to `~/_emacs.d/auto-save.list/_s'.
1203 (normal-top-level): Create the directory for auto-save files, if
1204 it doesn't already exist (in the ms-dos case only).
1205
1206 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1207
1208 * international/mule-cmds.el (set-language-environment): Don't
1209 concat an integer (dos-codepage), use format instead.
1210
1211 2000-05-02 Dave Love <fx@gnu.org>
1212
1213 * help.el (help-xref-on-pp): Check for constant symbols.
1214
1215 2000-04-29 Gerd Moellmann <gerd@gnu.org>
1216
1217 * startup.el (normal-top-level): Put a condition-case around
1218 the code loading subdirs.el.
1219
1220 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1221
1222 * ps-print.el: Upside-down and face background color printing,
1223 line number step, doc fix.
1224 (ps-print-version): New version number (5.2).
1225 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1226 (ps-face-attribute-list, ps-plot-with-face): Code fix.
1227 (ps-spool-config): Var fix.
1228 (ps-printer-name-option): Const fix.
1229 (ps-print-upside-down, ps-use-face-background)
1230 (ps-line-number-step): New vars.
1231 (ps-window-system, ps-lp-system): New consts.
1232 (ps-face-background): New fun.
1233
1234 2000-04-28 Richard Stallman <rms@gnu.org>
1235
1236 * files.el (make-auto-save-file-name):
1237 Apply auto-save-file-name-transforms to visited file name
1238 before generating auto save file name.
1239 (auto-save-file-name-transforms): New variable.
1240
1241 * files.el (backup-enable-predicate):
1242 Correctly test for a file under a temporary directory.
1243
1244 2000-04-28 Gerd Moellmann <gerd@gnu.org>
1245
1246 * subr.el (add-minor-mode): Rewritten.
1247
1248 2000-04-28 Kenichi Handa <handa@etl.go.jp>
1249
1250 * mail/sendmail.el (sendmail-send-it): Set
1251 buffer-file-coding-system to the selected coding system for MIME
1252 header.
1253
1254 2000-04-27 Gerd Moellmann <gerd@gnu.org>
1255
1256 * dired.el (dired-move-to-filename-regexp): Allow format where
1257 YYYY is followed by two spaces.
1258
1259 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1260 in the second character class of the regexp.
1261
1262 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1263 mh-etc, too.
1264
1265 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1266 nil.
1267
1268 * subr.el (add-minor-mode): Use `set' instead of `setq'.
1269
1270 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1271 argument.
1272
1273 2000-04-27 Sen Nagata <sen@eccosys.com>
1274
1275 * emacs-lisp/crm.el (crm-completion-table): New variable.
1276 (crm-collection-fn, crm-test-completion)
1277 (completing-read-multiple): Use it.
1278
1279 2000-04-27 Dave Love <fx@gnu.org>
1280
1281 * help.el (locate-library): Use mapc.
1282 (help-manyarg-func-alist): Add call-process-region.
1283
1284 2000-04-26 Gerd Moellmann <gerd@gnu.org>
1285
1286 * subr.el (add-minor-mode): Make argument MAP optional.
1287
1288 * desktop.el (desktop-save): Save list of minor modes.
1289 (desktop-create-buffer): Restore minor modes.
1290 (desktop-minor-mode-table): New user-option.
1291
1292 * subr.el (add-minor-mode): New function.
1293
1294 * image.el (find-image): New function.
1295 (defimage): Rewritten to find image at load time.
1296
1297 * startup.el (normal-top-level-add-to-load-path): Handle
1298 case that the default directory is not in load-path.
1299
1300 * help.el: Old patch from Stefan Monnier.
1301 (help-xref-on-pp): New function.
1302 (describe-variable): Use it to display xrefs in a symbol's value.
1303
1304 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
1305
1306 * cus-edit.el (custom-face): Fix parenthesis.
1307
1308 2000-04-26 Kenichi Handa <handa@etl.go.jp>
1309
1310 * mail/rmail.el (rmail-expunge): When there are no deleted
1311 messages, do nothing.
1312
1313 2000-04-26 Dave Love <fx@gnu.org>
1314
1315 * international/mule-cmds.el (locale-translation-file-name):
1316 Defvar to nil.
1317 (set-locale-environment): Set it here (at runtime).
1318
1319 2000-04-25 Gerd Moellmann <gerd@gnu.org>
1320
1321 * replace.el (perform-replace): Add parameters START and END. Use
1322 them instead of the check for a region in Transient Mark mode.
1323 (query-replace-read-args): Return two more list elements for the
1324 start and end of the region in Transient Mark mode.
1325 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1326 (map-query-replace-regexp, replace-string, replace-regexp): Add
1327 optional last arguments START and END and pass them to
1328 perform-replace.
1329
1330 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1331 form with additional arguments for perform-replace.
1332
1333 * progmodes/etags.el (tags-query-replace): Add parameters START
1334 and END. Construct a form with additional arguments for
1335 perform-replace.
1336
1337 * simple.el (shell-command): Set default directory for "*Shell
1338 Command Output" buffer.
1339
1340 * language/european.el (iso-latin-4): Fix typo.
1341
1342 * emacs-lisp/crm.el: New file.
1343
1344 2000-04-24 Dave Love <fx@gnu.org>
1345
1346 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1347 (Custom-reset-saved, Custom-reset-standard)
1348 (custom-group-value-create, custom-group-set, custom-group-save)
1349 (custom-group-reset-current, custom-group-reset-saved)
1350 (custom-group-reset-standard): Use mapc.
1351 (custom-buffer-create-internal): Disable undo when creating items.
1352 Use mapc.
1353 (custom-face): Avoid redundant lambda.
1354
1355 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1356
1357 * startup.el (auto-save-list-file-prefix): Set default to
1358 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1359
1360 2000-04-24 Sam Steingold <sds@gnu.org>
1361
1362 * time-stamp.el (time-stamp-string-preprocess): Always convert
1363 `field-result' to a string.
1364
1365 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1366
1367 * frame.el (scrolling): New group.
1368 (automatic-hscrolling): New user-option.
1369
1370 * startup.el (command-line-x-option-alist): Add `-lsp' and
1371 `--line-spacing'.
1372
1373 2000-04-19 Dave Love <fx@gnu.org>
1374
1375 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1376 (cl-mapc): Rename from mapc. Fix the funcall.
1377
1378 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1379
1380 * simple.el (clone-indirect-buffer-other-window): New command.
1381 (clone-indirect-buffer): Add optional arg NORECROD.
1382 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1383
1384 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1385
1386 * window.el (count-screen-lines): New function.
1387 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1388 instead of window-buffer-height.
1389
1390 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1391 non-existing variable comint-input-sentinel.
1392 (inferior-lisp-args-to-list): Removed.
1393 (inferior-lisp): Use split-string instead of
1394 inferior-lisp-args-to-list.
1395
1396 * hexl.el (hexl-insert-hex-string): New command.
1397
1398 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1399 instead of concat.
1400
1401 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1402
1403 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1404 at the start of an existing but empty folder.
1405
1406 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1407
1408 * ps-mule.el: Customization fix, doc fix.
1409 (ps-multibyte-buffer): Customization fix.
1410
1411 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1412
1413 * subr.el (read-passwd): Use read-char-exclusive.
1414
1415 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1416
1417 * textmodes/texinfo.el (texinfo-insert-@email)
1418 (texinfo-insert-@emph, texinfo-insert-@quotation)
1419 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1420 (texinfo-mode-map): Add key bindings for them.
1421
1422 * files.el (basic-save-buffer-2): Use a template with `$'
1423 instead of `#' for VMS.
1424
1425 * simple.el (clone-indirect-buffer): New function.
1426
1427 2000-04-16 Stephen Eglen <stephen@gnu.org>
1428
1429 * iswitchb.el (iswitchb-case): New function. If the user input
1430 contains any upper-case characters, the search is made
1431 case-sensitive.
1432
1433 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1434
1435 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1436 comment-end.
1437 (texinfo-font-lock-syntactic-keywords): New var.
1438 (texinfo-font-lock-keywords): Remove comment regexp.
1439 (texinfo-insert-block): New function.
1440 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1441 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1442 and font-lock-defaults. Use regexp-opt for outline-regexp.
1443 (texinfo-environments): New var.
1444 (texinfo-environment-regexp): Use regexp-opt and
1445 texinfo-environments.
1446
1447 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1448 ispell-process is bound since this might be eval'd before ispell
1449 is loaded.
1450 (ispell-message): Use a tiny bit less magic and a bit more hard
1451 data to figure out what kind of sc-cite-regexp to use.
1452
1453 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1454
1455 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1456 (insert-cyclic-diary-entry): Unquote the lambda.
1457
1458 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1459
1460 * files.el (backup-enable-predicate): Unquote the lambda.
1461
1462 * cus-edit.el (custom-face, face): Unquote the lambda.
1463
1464 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1465
1466 * ps-print.el: Check for line-beginning-position definition.
1467
1468 * ps-print.el: Fix counting lines in a region.
1469 (ps-print-version): New version number (5.1.5).
1470 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1471 (ps-printing-region): Fun code fix.
1472
1473 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1474
1475 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1476 to file-directory-p.
1477
1478 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1479
1480 * gud.el (gud-jdb-build-source-files-list): Check that directory
1481 exists before calling directory-files.
1482
1483 2000-04-13 Dave Love <fx@gnu.org>
1484
1485 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1486 syntax.
1487
1488 * emacs-lisp/cl-specs.el: Remove when, unless.
1489
1490 * emacs-lisp/cl-extra.el: Don't quote keywords.
1491 (cl-old-mapc): New variable.
1492 (mapc): Use it.
1493 (cl-map-intervals): Use with-current-buffer. Don't check for
1494 next-property-change.
1495 (cl-map-overlays): Use with-current-buffer.
1496 (cl-expt): Remove.
1497 (copy-tree, remprop): Define unconditionally.
1498
1499 * emacs-lisp/cl-compat.el (keywordp): Remove.
1500
1501 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1502 to use keywordp.
1503 (edebug-spec): Enable keywordp.
1504
1505 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1506 string-lessp.
1507
1508 * cus-start.el: Use keywordp.
1509
1510 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1511
1512 * diary-lib.el (include-other-diary-files): Fix the fix of
1513 2000-02-18 by doing a save-excursion.
1514
1515 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1516
1517 * ps-print.el: Customization fix, doc fix.
1518 (ps-print-version): New version number (5.1.4).
1519 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1520 (ps-print-preprint): Adjust code.
1521 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1522 (ps-print-prologue-header, ps-print-control-characters)
1523 (ps-spool-config): Customization fix.
1524
1525 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1526
1527 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1528 converted to the new menu-item format, names silightly changed,
1529 help strings added.
1530
1531 Support for spelling without async subprocesses:
1532
1533 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1534 (ispell-session-buffer): New variables.
1535 (ispell-start-process, ispell-process-status,
1536 ispell-accept-output, ispell-send-string): New functions, for
1537 Ispell invocation when async subprocesses aren't supported.
1538 (ispell-word, ispell-pdict-save, ispell-command-loop,
1539 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1540 to process-send-string with calls to ispell-send-string, and
1541 accept-process-output with ispell-accept-output.
1542 (ispell-init-process): Call ispell-process-status instead of
1543 process-status with.
1544 (ispell-init-process): Call ispell-start-process. Call
1545 ispell-accept-output and ispell-send-string. Don't call
1546 process-kill-without-query and kill-process if they are unbound.
1547 (ispell-async-processp): New function.
1548
1549 2000-04-12 Dave Love <fx@gnu.org>
1550
1551 * info.el: Add debug-ignored-errors.
1552 (Info-mode-menu): Add some items.
1553 (Info-directory): Add autoload cookie.
1554
1555 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1556 Modify `truncate-lines'. Make `describe-language-environment'
1557 always visible and add help. Modify `describe-key' help. Invoke
1558 Info-directory from `info'. New entry `emacs-manual'.
1559
1560 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1561
1562 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1563 propertized-buffer-identification.
1564 (ebrowse-update-member-buffer-mode-line): Likewise.
1565 (ebrowse--mode-strings): Removed.
1566 (ebrowse--mode-line-props): Removed.
1567
1568 * files.el (auto-mode-alist): Add `EBROWSE'.
1569
1570 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1571 space before testing for end of buffer.
1572 (ebrowse-load): Removed.
1573 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1574 (ebrowse-create-tree-buffer): Rewritten.
1575 (ebrowse-tree-mode): Read tree from buffer.
1576
1577 * progmodes/ebrowse-ffh.el: Removed.
1578
1579 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1580
1581 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1582
1583 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1584
1585 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1586 at the wrong place.
1587
1588 2000-04-09 Dave Love <fx@gnu.org>
1589
1590 * files.el (backup-enable-predicate): Use
1591 temporary-file-directory, small-temporary-file-directory.
1592 (make-backup-file-name-function, backup-directory-alist): New
1593 variables.
1594 (make-backup-file-name-1): New function.
1595 (make-backup-file-name): Use it.
1596 (find-backup-file-name): Likewise. Use format for clarity, not
1597 concat.
1598 (file-newest-backup): Use make-backup-file-name.
1599
1600 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1601
1602 * progmodes/ebrowse-ffh.el: New file.
1603
1604 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1605 to ebrowse-ffh.el.
1606 (ebrowse-load): Add autoload.
1607
1608 * finder.el (finder-commentary): Add autoload cookie.
1609
1610 * mail/rfc2368.el: Correct author's email address.
1611
1612 * progmodes/ebrowse.el: New file.
1613
1614 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1615 item help string.
1616 (easy-menu-do-add-item): Ditto.
1617 (easy-menu-define): Extend doc string.
1618
1619 * jit-lock.el (with-buffer-unmodified): Use
1620 restore-buffer-modified-p.
1621 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1622 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1623 with-buffer-unmodified.
1624
1625 2000-04-08 Dave Love <fx@gnu.org>
1626
1627 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1628 unless, when.
1629
1630 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1631
1632 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1633 (viper-flash-search-pattern): No operation when using Emacs
1634 doesn't support face.
1635 Use `viper-put-on-search-overlay'.
1636
1637 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1638
1639 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1640 like C-r.
1641
1642 * progmodes/make-mode.el: Some doc fixes.
1643 (makefile-mode-abbrev-table): New variable.
1644 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1645 (makefile-font-lock-keywords): Fontify includes and conditionals.
1646 (toplevel): Require `dabbrev' and `add-log' when compiling.
1647
1648 * replace.el (perform-replace): Don't move forward one char
1649 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1650 to do that because it leaves point 1 position after the last
1651 replacement, after everything has been replaced.
1652
1653 * jit-lock.el (with-buffer-unmodified): New macro.
1654 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1655 modified state.
1656 (jit-lock-function-1): Extracted from jit-lock-function; not
1657 preserving buffer's modified state.
1658 (jit-lock-function, jit-lock-stealth-fontify): Call
1659 jit-lock-function-1.
1660
1661 * mail/rfc2368.el: Remove supernumerary copyright line.
1662
1663 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1664
1665 * glasses.el: Provide facilities for inserting space before left
1666 parentheses and uncapitalization of identifiers.
1667 (glasses-mode): Try to remove old overlays in all cases.
1668
1669 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1670
1671 * progmodes/compile.el (compile-internal): Display the compilation
1672 buffer in a different frame, if it's already displayed there.
1673
1674 * mail/rfc2368.el: New file.
1675
1676 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1677 header and insert its value as mail body.
1678
1679 * subr.el (member-ignore-case): New function.
1680
1681 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1682 (dabbrev--find-expansion): Ignore buffers matching a regexp
1683 from dabbrev-ignored-regexps.
1684
1685 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1686 to extensions handled by gzip.
1687
1688 2000-04-03 Richard M. Stallman <rms@gnu.org>
1689
1690 * files.el (insert-directory): List the total free space
1691 along with the used space.
1692
1693 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1694 line is followed by one that matches CITATION-REGEXP, end the
1695 paragraph.
1696
1697 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1698
1699 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1700 (rmail-make-basic-summary-line): Use that option.
1701
1702 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1703
1704 * international/mule-cmds.el (encoded-string-description):
1705 Rewritten. Try pretty description for ISO 2022 escape sequences
1706 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1707 for hexadecimal format.
1708
1709 2000-04-01 Dave Love <fx@gnu.org>
1710
1711 * cpp.el: Change customization group to `c' from `C'.
1712
1713 * vcursor.el (vcursor-move): Use display-color-p.
1714
1715 * international/mule-util.el: Provide mule-utils.
1716 (string-to-sequence): Simplify and speed up.
1717
1718 * international/mule.el (make-coding-system): Purecopy doc-string.
1719
1720 * international/mule-cmds.el: Various menu changes.
1721 (describe-specified-language-support): Handle `Default'.
1722 (set-language-info): Purecopy `info'.
1723
1724 2000-03-31 Andrew Innes <andrewi@gnu.org>
1725
1726 * vc.el (vc-backend-diff): Return the correct status if we had to
1727 retry the rcsdiff command without the --brief option.
1728
1729 2000-03-31 Dave Love <fx@gnu.org>
1730
1731 * help.el (help-manyarg-func-alist): Correct several omissions.
1732
1733 * add-log.el: Don't require cl, fortran.
1734 (add-log-current-defun-function): Doc fix.
1735 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1736 fix.
1737 (change-log-version-rcs): Function deleted.
1738 (change-log-version-number-search): Doc fix. Use
1739 vc-workfile-version. Avoid CL dolist.
1740 (add-change-log-entry): Just call add-log-current-defun to get
1741 defun. Simplify somewhat.
1742 (change-log-get-method-definition-1): Likewise.
1743 (add-log-current-defun): Return nil if calling
1744 add-log-current-defun-function does so. Move Fortran stuff to
1745 fortran.el. Return string without properties.
1746
1747 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1748 and :alpha: char classes.
1749
1750 * mail/supercite.el: Defvar curline when compiling.
1751 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1752 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1753 rather than a-zA-Z0-9 to allow non-ASCII characters.
1754
1755 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1756
1757 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1758
1759 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1760 Re-enable new code.
1761
1762 * lpr.el (print-region-1): Use -d to specify printer name for
1763 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1764
1765 2000-03-31 Dave Love <fx@gnu.org>
1766
1767 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1768 for function definition in symbol's function value slot first
1769 instead of first consulting byte-compile-function-environment.
1770
1771 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1772
1773 * language/european.el ("Polish"): New language environment.
1774 (setup-polish-environment): New function.
1775
1776 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1777
1778 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1779 Disable new code.
1780
1781 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1782 trying to `load' the symbol of an autoload instead of the file
1783 recorded in the autoload. Fix error messages.
1784
1785 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1786
1787 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1788 (ps-print-version): New version number (5.1.3).
1789 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1790 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1791 (ps-generate-postscript-with-faces): Code fix.
1792 (ps-color-values): XEmacs compatibility.
1793 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1794 (ps-default-fg, ps-default-bg): Adjust customization.
1795 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1796 (ps-color-scale): Renaming old ps-color-value fun.
1797 (ps-print-headers): Replace ps-print-header group to avoid conflict
1798 with ps-print-header variable.
1799 (ps-print-miscellany): New group.
1800 (ps-format-color, ps-rgb-color): New funs.
1801 (ps-default-foreground): New var.
1802 (ps-printer-name-option): New const.
1803
1804 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1805
1806 * net/net-utils.el:
1807 (network-connection-host, network-connection-service): New variables
1808 (network-connection-mode): New mode, derived from comint-mode
1809 (network-connection-mode-setup): New function, saves host and
1810 service information in local variables.
1811
1812 * lisp/locate.el:
1813 (locate-word-at-point): Added this function
1814 (locate): Default to using locate-word-at-point as input
1815 Run dired-mode-hook
1816
1817 2000-03-29 Dave Love <fx@gnu.org>
1818
1819 * calendar/appt.el: Doc fixes.
1820 (appt-check): Convert min-to-app to a string before passing to
1821 appt-disp-window-function or concat.
1822 (appt-delete-window): Remove test for frame-root-window.
1823 (appt-select-lowest-window, appt-convert-time): Simplify.
1824
1825 * emacs-lisp/bytecomp.el: Doc fixes.
1826 (byte-compile-file-form-autoload): Update
1827 byte-compile-function-environment.
1828
1829 2000-03-29 Andreas Schwab <schwab@suse.de>
1830
1831 * emacs-lisp/autoload.el: Also print defsubst doc string
1832 specially.
1833
1834 * dired.el (dired-insert-directory): If dired-free-space-program
1835 failed just delete its output.
1836
1837 2000-03-29 Dave Love <fx@gnu.org>
1838
1839 * international/iso-cvt.el: Move provide to end. Doc fixes.
1840 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1841 (iso-iso2sgml, iso-sgml2iso): New functions.
1842 (iso-cvt-define-menu): Fix some entries and use backquote for
1843 clarity.
1844
1845 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1846
1847 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1848
1849 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1850 ISO-DATE. If non-nil, return date in ISO 8601 format.
1851
1852 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1853
1854 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1855 if it ever becomes used.
1856 (log-edit-mode-hook): Default to vc-log-mode-hook.
1857 (log-edit-mode): Fix the docstring.
1858
1859 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1860 the code.
1861
1862 2000-03-26 Dave Love <fx@gnu.org>
1863
1864 * net/browse-url.el (browse-url): Re-fix case of
1865 browse-url-browser-function being an alist.
1866 (browse-url): Add :link to defgroup.
1867
1868 * files.el: Doc fixes.
1869 (file-truename): Include `[' in wildcard characters.
1870 (automount-dir-prefix): Customize.
1871 (find-file-wildcards): Add :version.
1872 (find-file-noselect): Simplify a mapcar call.
1873
1874 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1875 compatible with inf-lisp version.
1876 (eval-defun-1): Fix custom-declare-variable case.
1877
1878 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1879
1880 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1881
1882 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1883
1884 * Makefile (COMPILE_FIRST): New macro.
1885 (compile-files): Compile files from COMPILE_FIRST first.
1886
1887 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1888 code.
1889
1890 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1891 matching open parenthesis in column 0 to defun-prompt-regexp
1892 only if open-paren-in-column-0-is-defun-start is set.
1893
1894 * sun-curs.el: Require CL at compile-time only.
1895
1896 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1897 instead of copy-list which is a function from CL.
1898 (msb--choose-menu, msb--mode-menu-cond)
1899 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1900 (msb--init-file-alist): Use mapcar instead of mapcan.
1901 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1902 `(' in column 0 in doc string.
1903 (msb--add-separators): Use mapcar instead of mapcan.
1904
1905 * cus-dep.el: Require CL at compile-time only.
1906
1907 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1908
1909 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1910 (byte-compile-warnings): New warning `noruntime'.
1911 (byte-compile-constants, byte-compile-variables): Fix docstring.
1912 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1913 execute `eval-whenc-compile's body.
1914 (byte-compile-unresolved-functions): Fix docstring.
1915 (byte-compile-eval): New function.
1916 (byte-compile-callargs-warn): Check if the function will be available
1917 at runtime (via property `byte-compile-noruntime').
1918 (byte-compile-print-syms): New function.
1919 (byte-compile-warn-about-unresolved-functions): Also warn about
1920 `noruntime' functions (and use `byte-compile-print-syms').
1921 (byte-compile-file): Capitalize the message.
1922
1923 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1924
1925 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1926 (rmail-expunge): Ask for confirmation depending on the setting
1927 of rmail-confirm-expunge.
1928
1929 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1930
1931 * Makefile (bootstrap-clean): If $(emacs) exists, build
1932 loaddefs.el first. A loaddefs.el that's not up-to-date might
1933 cause a bootstrap failure because things don't autoload as
1934 expected.
1935
1936 2000-03-23 Dave Love <fx@gnu.org>
1937
1938 * net/browse-url.el: Restore previous use of
1939 browse-url-maybe-new-window.
1940
1941 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1942
1943 * ps-print.el: Skip banner page fix.
1944 (ps-print-version): New version number (5.1.2).
1945 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1946
1947 2000-03-23 Dave Pearson <davep@davep.org>
1948
1949 * net/quickurl.el Changed the type of parameter passed to the
1950 function defined by `quickurl-format-function'. Before only the
1951 text of the URL was passed. Now the whole URL structure is passed
1952 and the function is responsible for extracting the parts it
1953 requires. Changed the default of `quickurl-format-function'
1954 accordingly.
1955 (quickurl-insert): Changed the `funcall' of
1956 `quickurl-format-function' to match the above change.
1957 (quickurl-list-insert): Changed the `url' case so that it makes
1958 use of `quickurl-format-function', previous to this the format was
1959 hard wired.
1960
1961 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1962
1963 * startup.el: Change some spellings for the X Window System.
1964
1965 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1966
1967 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1968 up the code and the regexp and make sure the cursor is temporarily
1969 moved to the suspicious line while querying the user.
1970
1971 2000-03-22 Jason Rumney <jasonr@gnu.org>
1972
1973 * w32-fns.el (w32-charset-info-alist): Initialize.
1974
1975 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1976
1977 * ps-print.el: N-up last page fix.
1978 (ps-print-version): New version number (5.1.1).
1979 (ps-end-file, ps-end-job, ps-generate): Code fix.
1980
1981 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1982
1983 * files.el (find-file-run-dired): Update docstring.
1984 (find-directory-functions): New hook.
1985 (find-file-noselect): Run find-directory-functions rather than
1986 calling dired directly.
1987
1988 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1989
1990 * pcvs.el: Add a minimal leading commentary.
1991 (cvs-make-cvs-buffer): Change the header part by removing the startup
1992 message and adding a `Module' entry. Also replace the FOOTER and
1993 HEADER special fileinfos with the new support in ewoc for updating
1994 its own footer and header.
1995 (cvs-update-header): Update to use the header/footer of the ewoc.
1996 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1997 (cvs-is-within-p): New function.
1998 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1999 to only examine some subset of the buffers.
2000
2001 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
2002 `format' instead of our own ad-hoc functions.
2003 Remove HEADER and FOOTER cases, now handled in the EWOC.
2004 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
2005
2006 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
2007 output to avoid scaring the user.
2008 (cvs-parse-table): Catch message for non-up-to-date commits.
2009
2010 * pcvs-defs.el (cvs-startup-message): Remove.
2011 (cvs-global-menu): New autoloaded menu.
2012
2013 * pcvs-util.el (cvs-string-fill): Remove.
2014
2015 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
2016 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
2017 PP part of it and also make it work for footers and headers.
2018 (ewoc-create): Drop POS and BUFFER arguments.
2019 Use the DLL's dummy node to store the end-of-footer position.
2020 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
2021 (ewoc-refresh): Remove unused `header' variable.
2022 (ewoc-(get|set)-hf): New functions.
2023
2024 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
2025 log-view-*-(message|file) and use easy-mmode-define-navigation.
2026 (log-view-message-re): Match SCCS format as well.
2027 And match the revision line rather than the dashed separator line.
2028 (log-view-mode): Use the new define-derived-mode.
2029 (log-view-current-tag): Fill in with an actual implementation.
2030
2031 * cvs-status.el (cvs-status-(prev|next)): Rename from
2032 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
2033 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
2034 to let the output "breathe" a little more (more readable).
2035 (cvs-status-mode): Use the new define-derived-mode.
2036
2037 * smerge-mode.el (smerge-auto-leave): New function and variable.
2038 (smerge-basic-map): Rename from smerge-basic-keymap.
2039 Change the bindings for smerge-diff-*.
2040 (smerge-*-map): Use easy-mmode-defmap.
2041 (smerge-(next|prev)): Use easy-mmode-define-navigation.
2042 (smerge-keep-*): Use smerge-auto-leave.
2043
2044 2000-03-21 Jason Rumney <jasonr@gnu.org>
2045
2046 * cus-edit.el (custom-button-face): Use 3D look for w32.
2047 (custom-button-pressed-face): Likewise.
2048
2049 2000-03-21 Gerd Moellmann <gerd@gnu.org>
2050
2051 * progmodes/etags.el (tags-case-fold-search): New user-option.
2052 (tags-loop-eval): New function. Bind case-fold-search around eval
2053 depending on the value of tags-case-fold-search.
2054 (tags-loop-continue): Use tags-loop-eval.
2055 (find-tag-in-order): Bind case-fold-search depending on the value
2056 of tags-case-fold-search.
2057
2058 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2059
2060 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
2061 (diff-end-of-hunk): Return the end position for use in
2062 `easy-mmode-define-navigation'.
2063 (diff-recenter): Remove.
2064 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
2065 of `easy-mmode-define-navigation'.
2066 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
2067 previous renaming) and fix to use new names.
2068 (diff-merge-strings): Use \n as separator: simpler, faster.
2069 (diff-mode): Use `define-derived-mode'.
2070
2071 * derived.el (define-derived-mode): Don't autoload anymore.
2072 Prefer the macro-only version provided by easy-mmode.el.
2073
2074 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
2075 `easy-mmode-define-derived-mode'.
2076 Use `combine-run-hooks'.
2077 (easy-mmode-define-navigation): New macro.
2078
2079 * subr.el (combine-run-hooks): New function.
2080
2081 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
2082
2083 * term/x-win.el: Fontsets related initialization is simplified.
2084
2085 * international/mule-diag.el (describe-font): Don't refer to
2086 global-fontset-alist, instead call font-list.
2087 (describe-fontset, list-fontsets, mule-diag): Likewise.
2088 (print-fontset): Adjusted for the change of fontset
2089 implementation.
2090
2091 * international/fontset.el (x-charset-registries): Variable
2092 removed, instead the corresponding data is stored in the default
2093 fontset.
2094 (register-alternate-fontnames): Function removed.
2095 (resolved-ascii-font): Variable removed.
2096 (x-compose-font-name): Ignore the second argument REDOCE.
2097 (x-complement-fontset-spec): Complement only an ASCII font and
2098 element for those charsets than can use that ASCII font.
2099 (generate-fontset-menu): Don't refer to global-fontset-alist,
2100 instead call fontset-list.
2101 (uninstantiated-fontset-alist): Variable removed.
2102 (x-style-funcs-alist): Likewise.
2103 (fontset-default-styles): Likewise.
2104 (x-modify-font-name): Function removed.
2105 (create-fontset-from-fontset-spec): Ignore the argument
2106 STYLE-VARIANT.
2107 (create-fontset-from-ascii-font): Docsting adjusted for the above
2108 change.
2109 (instantiate-fontset, resolve-fontset-name): Functions removed.
2110 (fontset-list): Now implemented by C code.
2111
2112 * faces.el (read-face-font): Fix TABLE arg to completing-read.
2113 (describe-face): Include `font' attribute in the description.
2114
2115 2000-03-21 Kenichi Handa <handa@etl.go.jp>
2116
2117 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
2118
2119 2000-03-20 Gerd Moellmann <gerd@gnu.org>
2120
2121 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
2122 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
2123 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
2124
2125 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
2126 about behavior of set-buffer-modified-p wrt redisplay.
2127
2128 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2129
2130 * view.el (view-mode-disable): Kill local binding of view-read-only.
2131
2132 2000-03-18 Gerd Moellmann <gerd@gnu.org>
2133
2134 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
2135 is a string, convert it to a syntax cell using string-to-syntax.
2136
2137 * simple.el (syntax-code-table, syntax-flag-table): New variables.
2138 (string-to-syntax): New function.
2139
2140 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
2141 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
2142 try to use passive ftp mode.
2143
2144 2000-03-17 Gerd Moellmann <gerd@gnu.org>
2145
2146 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
2147
2148 * simple.el (append-to-buffer): Update point of windows after
2149 insertion.
2150
2151 * abbrev.el (inverse-add-abbrev): Identify word by first moving
2152 forward then moving backward. Reindent.
2153
2154 * frame.el (other-frame): Call x-focus-frame only if
2155 focus-follows-mouse is off.
2156
2157 2000-03-17 Dave Love <fx@gnu.org>
2158
2159 * pcvs-util.el (cvs-strings->string): Rename
2160 replace-regexps-in-string.
2161
2162 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
2163
2164 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2165 regexp for labels cannot span several lines.
2166
2167 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2168 `(setq :<key> ':<key>)' to the macro expansion.
2169
2170 2000-03-16 Dave Love <fx@gnu.org>
2171
2172 * progmodes/f90.el (f90): Put custom group under `languages', not
2173 `fortran'.
2174 (f90-mode-hook): Customize.
2175 (f90-mode): Set add-log-current-defun-function.
2176 (f90-current-defun): New function.
2177
2178 2000-03-16 Gerd Moellmann <gerd@gnu.org>
2179
2180 * cus-edit.el (custom-variable-tag-face): Handle case that
2181 default face's height is not a number.
2182 (custom-face-tag-face, custom-group-tag-face-1)
2183 (custom-group-tag-face): Ditto.
2184 (custom-group-tag-face-1): Add :group.
2185
2186 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
2187
2188 2000-03-15 Gerd Moellmann <gerd@gnu.org>
2189
2190 * pcvs-defs.el (toplevel): Remove autoload cookie for form
2191 requiring easymenu.
2192
2193 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2194
2195 * ps-print.el: PostScript user-defined prologue, PostScript error
2196 handler, doc fix.
2197 (ps-print-version): New version number (5.1).
2198 (ps-user-defined-prologue, ps-error-handler-message)
2199 (ps-print-prologue-0, ps-error-handler-alist): New vars.
2200 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
2201 (ps-insert-string): New function.
2202
2203 2000-03-15 Kenichi Handa <handa@etl.go.jp>
2204
2205 * international/ccl.el (ccl-compile-expression): Don't generate
2206 invalid self-assignment code.
2207
2208 2000-03-14 Dave Love <fx@gnu.org>
2209
2210 * subr.el (replace-regexp-in-string): Renamed from
2211 replace-regexps-in-string. Doc fix.
2212
2213 2000-03-12 Dave Love <fx@gnu.org>
2214
2215 * cus-edit.el: Doc fixes.
2216 (customize-set-variable, customize-save-variable): Rename args for
2217 doc.
2218 (custom-variable-tag-face, custom-face-tag-face)
2219 (custom-group-tag-face-1, custom-group-tag-face): Modify from
2220 style which user identify as hyperlink.
2221 (hook): Don't add undefined functions to the hook.
2222 (debug-ignored-errors): Transfer message from bindings.el.
2223
2224 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2225
2226 * recentf.el (recentf-keep-non-readable-files-p): Remove
2227 double/nested definition.
2228
2229 2000-03-12 Dave Love <fx@gnu.org>
2230
2231 * facemenu.el (facemenu-get-face): Use display-color-p.
2232 * enriched.el (enriched-decode-foreground): Likewise.
2233 (enriched-decode-background): Likewise.
2234 * isearch.el (isearch-highlight): Likewise.
2235 * info-look.el (info-lookup): Likewise.
2236 * simple.el (completion-setup-function): Likewise.
2237
2238 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2239 :options.
2240
2241 * bindings.el (mode-line-format): Fix line-number and
2242 column-number items. Add help-echo for the background.
2243 (mode-line-mule-info): Modify help-echo.
2244
2245 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2246 defcustom.
2247
2248 * files.el (load-file): Allow completion to .elc.
2249
2250 * man.el: Doc fixes.
2251 (Man-init-defvars): Use display-color-p to set fontification.
2252
2253 * play/hanoi.el (hanoi-internal): Don't use oddp.
2254
2255 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2256
2257 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2258
2259 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2260
2261 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2262
2263 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2264 Fix comment.
2265
2266 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
2267
2268 * font-lock.el (font-lock-keywords): Fix the doc now that
2269 regexp-opt-depth is unnecessary.
2270 (save-buffer-state): Set an edebug spec.
2271 (font-lock-fontify-anchored-keywords): Properly handle the case when
2272 the matcher goes past the limit.
2273
2274 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2275 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2276
2277 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
2278 dll.el and cookie.el (from Elib) with heavy renaming and other
2279 massaging.
2280
2281 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2282 Autoload the functions used.
2283 (easy-mmode-define-syntax): Fix CL typo.
2284 (easy-mmode-define-derived-mode): Improve the docstring generation.
2285
2286 2000-03-10 Gerd Moellmann <gerd@gnu.org>
2287
2288 * textmodes/texinfo.el (texinfo-version): Variable and function
2289 removed.
2290
2291 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
2292
2293 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2294 allow more flexibility.
2295 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2296 fns.
2297 (easy-mmode-defmap, easy-mmode-defsyntax)
2298 (easy-mmode-define-derived-mode): New macros.
2299
2300 2000-03-09 Didier Verna <didier@xemacs.org>
2301
2302 * rect.el (replace-rectangle): New function.
2303
2304 2000-03-09 Dave Love <fx@gnu.org>
2305
2306 * progmodes/fortran.el (fortran-comment-line-start): Define as
2307 "C".
2308 (fortran-comment-line-start-skip): Don't match cpp stuff.
2309 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
2310 (fortran-mode-map): Remove over-eager custom-menu-create for now.
2311 (fortran-mode): Don't set fortran-comment-line-start-skip,
2312 fortran-comment-line-start here. Set comment-start,
2313 add-log-current-defun.
2314 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2315 (fortran-current-defun): New function.
2316
2317 2000-03-09 Gerd Moellmann <gerd@gnu.org>
2318
2319 * emacs-lisp/re-builder.el: New file.
2320
2321 * mouse.el (mouse-drag-region): Don't run up-event handler
2322 if hscroll has changed.
2323
2324 * octave-mod.el (octave-font-lock-keywords): To font-lock the
2325 builtin operators, use `font-lock-builtin-face' for Emacs and
2326 `font-lock-preprocessor-face' otherwise.
2327
2328 * font-lock.el (lisp-font-lock-keywords-1): Highlight
2329 `(defun (setf foo)' differently.
2330
2331 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
2332
2333 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2334 (regexp-opt): Update comment and adapt the code the new meaning of
2335 the `paren' argument of regex-opt-group for shy-groups.
2336 (regexp-opt-depth): Handle shy groups as well as backslashed
2337 backslashes.
2338 (regexp-opt-group): Turn the leading comment into a docstring.
2339 Allow `paren' to be a string (the string to use to open a group).
2340 Remove open-presuf and close-presuf. Instead of checking for `all
2341 one-char' and then later on check for `several one-char', handle
2342 both cases close together. Also apply a more generic algorithm
2343 for suffixes (the mirror image of the algorithm used for
2344 prefixes). Use shy-groups. Use nreverse rather than reverse.
2345 (regexp-opt-try-suffix): Removed.
2346
2347 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2348 from comint-mode-map, so we can just inherit from it. Also, move
2349 the initialization into the `defvar' since there's no docstring
2350 anyway and it's fairly short.
2351 (inferior-scheme-mode): Define it as derived-mode: the code is
2352 shorter and this way we inherit from comint-mode-map rather than
2353 copying it.
2354
2355 * subr.el (replace-regexps-in-string): Properly handle the case
2356 where we match an empty string.
2357
2358 * comint.el (comint-exec-1): Add the current-dir to the exec-path
2359 when the command has a directory component (such as "./testml").
2360 Also fix a typo in the comment.
2361
2362 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2363
2364 * Makefile (compile-files): Compile files one by one because
2365 that's the only way to ensure a clean compilation environment for
2366 each individual file.
2367
2368 * frame.el (other-frame): Call x-focus-frame.
2369
2370 2000-03-07 Dave Love <fx@gnu.org>
2371
2372 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2373 :require to defcustom.
2374
2375 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2376 lists.
2377
2378 * files.el (auto-mode-alist): Add configure.in.
2379
2380 * progmodes/autoconf.el: New file.
2381
2382 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2383
2384 * mail/mh-e.el: Change maintainer to `none'.
2385
2386 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2387 to remove-hook and add-hook.
2388
2389 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2390
2391 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2392 it as the default.
2393 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2394 (sendmail-send-it): Conditionally add MIME headers specifying the
2395 used character set.
2396
2397 2000-03-07 Dave Love <fx@gnu.org>
2398
2399 * winner.el: Fix keywords, autoload cookies. Split
2400 eval-when-compile form to avoid compilation failure.
2401
2402 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2403
2404 * international/mule.el: Modify comment about coding system
2405 property `coding-category'.
2406 (make-coding-system): New argument EOL-TYPE. Pay attention to
2407 coding-category property of PROPERTIES.
2408
2409 * international/mule-conf.el (coding-category-utf-8,
2410 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2411 categories. Include them in the argument for set-coding-priority.
2412
2413 * international/mule-cmds.el (reset-language-environment): Include
2414 coding-category-utf-8, coding-category-utf-16-be, and
2415 coding-category-utf-16-le in the argument for set-coding-priority.
2416 (reset-language-environment): Initialize coding-category-utf-8,
2417 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2418
2419 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2420
2421 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2422 code abstracted out of `bookmark-jump-noselect'. Now tries info
2423 extensions as well as compression extensions.
2424 (bookmark-jump-noselect): Use above new func.
2425
2426 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2427
2428 * strokes.el: Change maintainer's mail address.
2429
2430 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2431
2432 * international/mule-diag.el (list-character-sets): Make help-echo
2433 string by substitute-command-keys.
2434 (list-character-sets): Likewise.
2435 (sort-listed-character-sets): Call help-setup-xref.
2436
2437 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2438
2439 * time.el (display-time-mail-file): Add `none' to the list of
2440 choices.
2441
2442 2000-03-01 Dave Love <fx@gnu.org>
2443
2444 * help.el (help-xref-go-back): Don't try to set position.
2445
2446 * international/mule-diag.el (list-character-sets): Call
2447 help-setup-xref. Add help-echo to xrefs.
2448 (list-character-sets-1): Add help-echo to xrefs.
2449
2450 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2451
2452 * frame.el (blink-cursor-mode): Switch cursor on when turning
2453 the mode off.
2454
2455 * add-log.el (add-log-current-defun): Add support for
2456 Autoconf mode.
2457
2458 * mail/rmail.el (rmail-quit-hook): New variable.
2459
2460 2000-03-01 Dave Love <fx@gnu.org>
2461
2462 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2463
2464 * help.el (help-xref-button): Add help-echo arg.
2465 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2466
2467 * faces.el (list-faces-display): Supply help-echo with
2468 help-make-xrefs.
2469
2470 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2471 nil.
2472
2473 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2474
2475 * image.el (defimage): Look for image files in load-path.
2476
2477 * frame.el (busy-cursor-delay-seconds): Change type to
2478 `number'.
2479
2480 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2481
2482 * recentf.el (recentf): Added version tag to the defgroup of
2483 recentf.
2484
2485 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2486
2487 * recentf.el (recentf-cleanup): Changed to remove excluded file
2488 too.
2489 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2490 action to select/unselect a file.
2491 (recentf-edit-list): Code cleanup and improvement.
2492 (recentf-open-more-files-action): `recentf-open-more-files' button
2493 widget action to open a file.
2494 (recentf-open-more-files): No more use standard completion but
2495 widgets.
2496 (recentf-more-collection): Deleted.
2497 (recentf-more-history): Deleted.
2498 (recentf-setup-more-completion): Deleted.
2499
2500 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2501
2502 * recentf.el (recentf-mode): No more needs that Emacs is running
2503 under a window-system.
2504
2505 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2506
2507 * recentf.el (recentf-edit-list): New command to edit the recent
2508 list which allow the user to remove files.
2509 (recentf-edit-selected-items): New global variable, used by
2510 `recentf-edit-list' to hold the list of files to be removed from
2511 the recent list.
2512 (recentf-make-menu-items): Updated to display a "Edit list..."
2513 menu item. Minor code cleanup.
2514
2515 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2516
2517 * recentf.el (recentf-open-more-files): New command to open files
2518 that are not displayed in the menu.
2519 (recentf-more-collection): New global variable holding the set of
2520 permissible completions used by `recentf-open-more-files'.
2521 (recentf-more-history): New global variable holding the history list
2522 used by `recentf-open-more-files' completion.
2523 (recentf-setup-more-completion): New function to setup completion for
2524 `recentf-open-more-files'.
2525 (recentf-make-menu-items): Updated to display a "More..." menu item.
2526
2527 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2528
2529 * recentf.el (recentf-menu-action): Doc fixed.
2530
2531 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2532
2533 * recentf.el (recentf-menu-filter): Doc updated.
2534 (recentf-update-menu-hook): Allow menu filters to force menu update.
2535 (recentf-make-menu-items): New menu filter handling.
2536 (recentf-make-menu-item): New helper function.
2537 (recentf-menu-elements): New menu handling function.
2538 (recentf-sort-ascending): Updated to new menu filter handling.
2539 (recentf-sort-descending): Updated to new menu filter handling.
2540 (recentf-sort-basenames-ascending): New menu filter function.
2541 (recentf-sort-basenames-descending): New menu filter function.
2542 (recentf-show-basenames): New menu filter function.
2543 (recentf-show-basenames-ascending): New menu filter function.
2544 (recentf-show-basenames-descending): New menu filter function.
2545
2546 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2547
2548 * diary-lib.el (list-diary-entries): Don't try to go forward at
2549 the end of the buffer.
2550
2551 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2552
2553 * international/mule-diag.el (list-character-sets): Completely
2554 rewritten.
2555 (sort-listed-character-sets): New function.
2556 (list-character-sets-1): Completely rewritten.
2557 (list-character-sets-2): New function.
2558 (non-iso-charset-alist): New variable.
2559 (decode-codepage-char): New function.
2560 (charset-history): New variable.
2561 (read-charset) (list-block-of-chars)
2562 (list-iso-charset-chars)
2563 (list-non-iso-charset-chars)
2564 (list-charset-chars): New functions.
2565 (mule-diag): Call list-character-sets-2, not
2566 list-character-sets-2.
2567 (dump-charsets): Likewise.
2568
2569 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2570
2571 * dired-x.el (dired-filename-at-point): Add `@' to valid
2572 file name characters.
2573 (dired-filename-at-point): Handle ange-ftp file names.
2574
2575 * frame.el (frame-notice-user-settings): Use assq-delete-all
2576 instead of assoc-delete-all.
2577 (frame-notice-user-settings): Ditto.
2578
2579 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2580 Don't copy alist.
2581
2582 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2583
2584 * calculator.el (calculator-use-menu): New option.
2585 (calculator-initial-bindings): Changed some bindings to work as
2586 macros.
2587 (calculator-forced-input): Removed.
2588 (calculator-restart-other-mode): New variable.
2589 (calculator-mode-map): Set up menu.
2590
2591 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2592
2593 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2594 tags.
2595
2596 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2597
2598 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2599 translate all ESC key sequences.
2600 (viper-goto-mark-subr): restore markers for files for which
2601 they were saved.
2602 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2603 * viper-util.el (viper-set-replace-overlay-glyphs,
2604 viper-set-replace-overlay): always check if the replacement
2605 overlay is live.
2606 * viper.el (viper-vi-state-mode-list): added major modes.
2607 * ediff-wind.el: minor comment changes.
2608 * ediff.el: copyright notice date fix.
2609
2610 2000-02-27 Jason Rumney <jasonr@gnu.org>
2611
2612 * faces.el (face-font-family-alternatives): Add arial to helv.
2613 (mode-line, header-line, tool-bar): Same default as x for w32.
2614 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2615 face-font-family-alternatives from working.
2616 * term/w32-win.el (mouse-set-font): Do not build fontset from
2617 chosen font.
2618
2619 2000-02-25 Sam Steingold <sds@goems.com>
2620
2621 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2622 properly.
2623
2624 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2625
2626 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2627
2628 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2629
2630 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2631 writable.
2632
2633 * frame.el (busy-cursor-delay-seconds): New option.
2634
2635 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2636
2637 * frame.el (show-cursor-in-non-selected-windows): New option.
2638
2639 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2640
2641 * diary-lib.el (include-other-diary-files): Undo the selective
2642 display in any included file and don't kill it.
2643
2644 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2645
2646 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2647 bar. Menu items converted to (menu-item format, help strings
2648 added.
2649 [downcase, upcase]: Don't enable on MS-DOS.
2650 [symlink, symlinks]: Don't show if make-symbolic-link is not
2651 bound.
2652 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2653
2654 2000-02-23 Dave Love <fx@gnu.org>
2655
2656 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2657 (backward-kill-word): Revert addition of * to interactive spec --
2658 it's a feature.
2659
2660 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2661 (backward-kill-sentence, kill-sentence): Likewise.
2662
2663 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2664 scratch buffer name.
2665 (gud-format-command): Use int-to-string in ?l case. Simplify
2666 slightly.
2667
2668 * term/w32-win.el (internal-face-interactive): Update prompt for
2669 new read-face-name.
2670
2671 * mail/footnote.el (footnote): Add :version to defgroup.
2672 (footnote-section-tag-regexp): Customize.
2673 (footnote-start-tag, footnote-end-tag): New option.
2674 (footnote-latin-regexp): New variable.
2675 (Footnote-latin): New function.
2676 (footnote-style-alist): Add element for latin style.
2677 (footnote-style): Moved.
2678 (Footnote-goto-footnote): Use eq to test arg.
2679
2680 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2681
2682 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2683 (byte-compile-trueconstp): Include keywords.
2684 (byte-optimize-quote, byte-optimize-lapcode): Use
2685 byte-compile-const-symbol-p.
2686 (byte-optimize-char-before): New optimization.
2687
2688 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2689 (byte-compile-const-symbol-p): New function.
2690 (byte-compile-constp, byte-compile-out-toplevel)
2691 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2692 Use it.
2693
2694 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2695
2696 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2697
2698 * international/encoded-kb.el: Be sure to update minor-mode-alist
2699 and minor-mode-map-alist.
2700 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2701 codes SS2 and SS3 correctly.
2702 (encoded-kbd-self-insert-ccl): New function.
2703 (encoded-kbd-setup-keymap): New function.
2704 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2705 by calling encoded-kbd-setup-keymap.
2706
2707 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2708 characters.
2709 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2710 locally.
2711
2712 2000-02-22 Dave Love <fx@gnu.org>
2713
2714 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2715 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2716 defvar.
2717 (lisp-mode-syntax-table): Set up for #|...|# comments.
2718 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2719 classes. Match `defface'.
2720 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2721 (eval-defun-1): Fix for defcustom.
2722 (lisp-indent-region): Doc fix.
2723
2724 * subr.el (when, unless, split-string): Doc fix.
2725 (read-passwd): Move call of clear-this-command-keys to the right
2726 place.
2727 (replace-regexps-in-string): New function.
2728
2729 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2730
2731 * help.el (describe-variable): Set syntax table to
2732 emacs-lisp-mode-syntax-table when moving forward over the
2733 symbol's name.
2734
2735 2000-02-22 Dave Love <fx@gnu.org>
2736
2737 * xt-mouse.el: Doc fixes.
2738 (xterm-mouse-position-function): New function, replacing advice of
2739 mouse-position.
2740 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2741
2742 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2743
2744 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2745
2746 * format.el (format-annotate-single-property-change): Handle
2747 properties.with dotted-list values.
2748 (format-proper-list-p): New function.
2749
2750 * enriched.el (enriched-face-ans): Handle '(foreground-color
2751 . COLOR) and (background-color . COLOR).
2752
2753 2000-02-20 Dave Love <fx@gnu.org>
2754
2755 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2756 and assignments to it.
2757 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2758 current local map.
2759 (make-flyspell-overlay): Use it.
2760 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2761
2762 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2763 (lm-get-header-re): Defun, not defsubst.
2764 (lm-get-package-name): Defun, not defsubst. Simplify.
2765 (lm-version): Doc fix. Simplify.
2766 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2767 (lm-crack-address, lm-last-modified-date, lm-commentary)
2768 (lm-verify, lm-synopsis): Simplify.
2769 (lm-report-bug): Require emacsbug. Use compose-mail.
2770
2771 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2772
2773 * dired.el (dired-mode): Call propertized-buffer-identification
2774 to set mode-line-buffer-identification to something having
2775 the right text properties.
2776
2777 * bindings.el (propertized-buffer-identification): New function.
2778
2779 2000-02-20 Dave Love <fx@gnu.org>
2780
2781 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2782 check for t-mouse too.
2783
2784 * cus-start.el: Make echo-keystrokes `number'.
2785
2786 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2787
2788 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2789 Don't call ring-empty-p unless tags-location-ring is bound.
2790 From Noah Friedman <friedman@splode.com>.
2791
2792 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2793
2794 * progmodes/hideshow.el (hs-flag-region): No longer use
2795 `intangible' overlay property.
2796
2797 (hs-toggle-hiding): New command.
2798 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2799
2800 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2801 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2802 and deactivation.
2803
2804 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2805
2806 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2807
2808 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2809
2810 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2811
2812 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2813 of `*' to handle `(* ... *)' comments.
2814
2815 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2816
2817 * faces.el (list-faces-display): Use display-mouse-p instead of
2818 window-system.
2819
2820 * menu-bar.el (global-map): Menu-bar items converted to the new
2821 format (menu-item..., rearranged for better CUA compliance, and
2822 their names changed for better clarity. Help strings added.
2823
2824 * international/mule-cmds.el (mule-menu-keymap)
2825 (describe-language-environment-map, set-coding-system-map)
2826 (setup-language-environment-map): Convert to new (menu-item...
2827 form, add help strings. Change names of menu items for better
2828 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2829 submenu).
2830
2831 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2832
2833 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2834 within the code.
2835
2836 2000-02-16 Dave Love <fx@gnu.org>
2837
2838 * faces.el: Don't require custom. Add more specific :groups to
2839 various deffaces.
2840 (set-face-attribute): Purecopy args.
2841 (read-face-name): Default to name at point and use it in prompt.
2842 Remove colon from arg in all callers.
2843 (list-faces-display): Hyperlink to face descriptions and customize
2844 buffers.
2845
2846 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2847
2848 * wid-edit.el (widget-match-inline): An atom never matches a
2849 list.
2850
2851 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2852
2853 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2854 at ':' characters by call to split-string.
2855
2856 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2857
2858 * textmodes/bibtex.el: Added RCS version identification.
2859
2860 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2861
2862 * textmodes/bibtex.el: Some temporary comments removed.
2863 (bibtex-field-name, bibtex-entry-type): Made the relationship
2864 explicit.
2865 (bibtex-field-const): Allow capital letters.
2866 (bibtex-start-of-string): Deleted because unused.
2867
2868 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2869 use the term 'reference' to describe a bibtex entry as a whole.
2870 Further, reference keys are no longer called 'labels'.
2871 (bibtex-keys): Renamed to bibtex-reference-keys.
2872 (bibtex-reformat-previous-labels): Renamed to
2873 bibtex-reformat-previous-reference-keys.
2874 (bibtex-reference-type): Renamed to bibtex-entry-type.
2875 (bibtex-reference-head): Renamed to bibtex-entry-head.
2876 (bibtex-reference-maybe-empty-head): Renamed to
2877 bibtex-entry-maybe-empty-head.
2878 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2879 (bibtex-search-reference): Renamed to bibtex-search-entry.
2880 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2881 bibtex-enclosing-entry-maybe-empty-head.
2882 (bibtex-entry-field-alist, bibtex-entry-head,
2883 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2884 bibtex-map-entries, bibtex-search-entry,
2885 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2886 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2887 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2888 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2889 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2890 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2891 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2892
2893 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2894
2895 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2896 comment.
2897 (bibtex-format-field-delimiters): New function, functionality
2898 extracted from bibtex-format-entry.
2899 (bibtex-autokey-get-yearfield-digits): New function, functionality
2900 extracted from bibtex-autokey-get-yearfield.
2901
2902 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2903 entries in order to avoid stack overflow in the regexp matcher if
2904 field contents become large.
2905 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2906 bibtex-field-string-part-not-braced,
2907 bibtex-field-string-part-no-inner-braces,
2908 bibtex-field-string-part-1-inner-brace,
2909 bibtex-field-string-part-2-inner-braces,
2910 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2911 bibtex-field-string-quoted, bibtex-field-string,
2912 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2913 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2914 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2915 as parsing is now performed by the following functions.
2916 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2917 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2918 bibtex-parse-field-string, bibtex-search-forward-field-string,
2919 bibtex-parse-association, bibtex-field-name-for-parsing,
2920 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2921 bibtex-search-forward-field, bibtex-search-backward-field,
2922 bibtex-start-of-field, bibtex-end-of-field,
2923 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2924 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2925 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2926 bibtex-parse-string, bibtex-search-forward-string,
2927 bibtex-search-backward-string, bibtex-start-of-string,
2928 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2929 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2930 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2931 entries. Instead of reporting the results of the parsing by
2932 match-beginning or match-end, these functions return data structures
2933 that hold the corresponding positions.
2934 (bibtex-enclosing-field): Changed to also report field boundaries by
2935 return values rather than by match-beginning or match-end. The
2936 following functions have been adapted to use the new parsing
2937 functions.
2938 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2939 bibtex-enclosing-field, bibtex-format-entry,
2940 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2941 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2942 bibtex-print-help-message, bibtex-end-of-entry,
2943 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2944 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2945 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2946 method for parsing.
2947 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2948 bibtex-map-entries, bibtex-flash-head,
2949 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2950 bibtex-autokey-change, bibtex-autokey-get-namefield,
2951 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2952 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2953 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2954 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2955 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2956 order to make the new binding of case-fold-search immediately
2957 visible.
2958
2959 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2960
2961 * textmodes/bibtex.el: Copyright notice is up to date.
2962 Added constant 'bibtex-maintainer-salutation.
2963
2964 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2965 than make-temp-name, use match-string-no-properties and eliminate
2966 a quadratic behavior when building bibtex-strings.
2967
2968 * bibtex.el (bibtex-reference-key): Accept string entries whose
2969 reference key contains upper case letters.
2970
2971 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2972
2973 * bibtex.el (bibtex-reference-head): Allow entries to start with
2974 a new line.
2975
2976 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2977
2978 * bibtex.el: Hiding of entry bodies is not longer provided by
2979 bibtex.el directly. Instead the hideshow package can be used.
2980 Added a special bibtex entry to hs-special-modes-alist.
2981 (bibtex-hs-forward-sexp): Added for hideshow.el.
2982
2983 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2984
2985 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2986 at ':' characters by call to split-string.
2987
2988 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2989
2990 * textmodes/bibtex.el: Added RCS version identification.
2991
2992 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2993
2994 * textmodes/bibtex.el: Some temporary comments removed.
2995 (bibtex-field-name, bibtex-entry-type): Made the relationship
2996 explicit.
2997 (bibtex-field-const): Allow capital letters.
2998 (bibtex-start-of-string): Deleted because unused.
2999
3000 * textmodes/bibtex.el: Unified some nomenclature. We no longer
3001 use the term 'reference' to describe a bibtex entry as a whole.
3002 Further, reference keys are no longer called 'labels'.
3003 (bibtex-keys): Renamed to bibtex-reference-keys.
3004 (bibtex-reformat-previous-labels): Renamed to
3005 bibtex-reformat-previous-reference-keys.
3006 (bibtex-reference-type): Renamed to bibtex-entry-type.
3007 (bibtex-reference-head): Renamed to bibtex-entry-head.
3008 (bibtex-reference-maybe-empty-head): Renamed to
3009 bibtex-entry-maybe-empty-head.
3010 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3011 (bibtex-search-reference): Renamed to bibtex-search-entry.
3012 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3013 bibtex-enclosing-entry-maybe-empty-head.
3014 (bibtex-entry-field-alist, bibtex-entry-head,
3015 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3016 bibtex-map-entries, bibtex-search-entry,
3017 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3018 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3019 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3020 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3021 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3022 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3023 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3024
3025 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3026
3027 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3028 comment.
3029 (bibtex-format-field-delimiters): New function, functionality
3030 extracted from bibtex-format-entry.
3031 (bibtex-autokey-get-yearfield-digits): New function, functionality
3032 extracted from bibtex-autokey-get-yearfield.
3033
3034 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3035 entries in order to avoid stack overflow in the regexp matcher if
3036 field contents become large.
3037 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3038 bibtex-field-string-part-not-braced,
3039 bibtex-field-string-part-no-inner-braces,
3040 bibtex-field-string-part-1-inner-brace,
3041 bibtex-field-string-part-2-inner-braces,
3042 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3043 bibtex-field-string-quoted, bibtex-field-string,
3044 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3045 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3046 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3047 as parsing is now performed by the following functions.
3048 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3049 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3050 bibtex-parse-field-string, bibtex-search-forward-field-string,
3051 bibtex-parse-association, bibtex-field-name-for-parsing,
3052 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3053 bibtex-search-forward-field, bibtex-search-backward-field,
3054 bibtex-start-of-field, bibtex-end-of-field,
3055 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3056 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3057 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3058 bibtex-parse-string, bibtex-search-forward-string,
3059 bibtex-search-backward-string, bibtex-start-of-string,
3060 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3061 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3062 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3063 entries. Instead of reporting the results of the parsing by
3064 match-beginning or match-end, these functions return data structures
3065 that hold the corresponding positions.
3066 (bibtex-enclosing-field): Changed to also report field boundaries by
3067 return values rather than by match-beginning or match-end. The
3068 following functions have been adapted to use the new parsing
3069 functions.
3070 (bibtex-skip-to-valid-entry, bibtex-search-reference,
3071 bibtex-enclosing-field, bibtex-format-entry,
3072 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3073 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3074 bibtex-print-help-message, bibtex-end-of-entry,
3075 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3076 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3077 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3078 method for parsing.
3079 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3080 bibtex-map-entries, bibtex-flash-head,
3081 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3082 bibtex-autokey-change, bibtex-autokey-get-namefield,
3083 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3084 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3085 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3086 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3087 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3088 order to make the new binding of case-fold-search immediately
3089 visible.
3090
3091 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3092
3093 * textmodes/bibtex.el: Copyright notice is up to date.
3094 Added constant 'bibtex-maintainer-salutation.
3095
3096 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3097 than make-temp-name, use match-string-no-properties and eliminate
3098 a quadratic behavior when building bibtex-strings.
3099
3100 * bibtex.el (bibtex-reference-key): Accept string entries whose
3101 reference key contains upper case letters.
3102
3103 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3104
3105 * bibtex.el (bibtex-reference-head): Allow entries to start with
3106 a new line.
3107
3108 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3109
3110 * bibtex.el: Hiding of entry bodies is not longer provided by
3111 bibtex.el directly. Instead the hideshow package can be used.
3112 Added a special bibtex entry to hs-special-modes-alist.
3113 (bibtex-hs-forward-sexp): Added for hideshow.el.
3114
3115 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3116
3117 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
3118 proceedings entry type (for cross referencing). Thanks to Wagner
3119 Toledo Correa for the suggestion.
3120
3121 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
3122
3123 2000-02-14 Kenichi Handa <handa@etl.go.jp>
3124
3125 * international/characters.el: Setup case table for Vietnamese.
3126
3127 2000-02-12 Gerd Moellmann <gerd@gnu.org>
3128
3129 * uniquify.el (toplevel): Require CL at compile time.
3130 (uniquify-push): Removed.
3131
3132 * shadowfile.el (shadow-when): Removed.
3133
3134 * tempo.el (tempo-dolist, tempo-mapc): Removed.
3135 (tempo-process-and-insert-string): Use dolist instead of
3136 tempo-dolist.
3137
3138 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
3139 regexp for paragraph-start.
3140
3141 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
3142 commas as well.
3143
3144 2000-02-10 Dave Love <fx@gnu.org>
3145
3146 * wid-edit.el: (widgets) [defgroup]: Remove url link.
3147 (widget-color-choice-list, widget-color-history, widget-mouse-help):
3148 Deleted.
3149 (widget-specify-field, widget-specify-button): Don't use
3150 widget-mouse-help as help-echo property.
3151 (default): Use #'ignore for :validate and :mouse-down-action.
3152 (checkbox): Add help-echo.
3153 (widget-sexp-validate): Rewritten to clarify error messages.
3154 (character): Use char-valid-p in :match function.
3155 (widget-color-complete): Use facemenu-color-alist.
3156 (widget-color-action): Use facemenu-read-color.
3157
3158 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
3159 set up `caar' &c that we now have.
3160
3161 2000-02-09 Ray Blaak <blaak@gnu.org>
3162
3163 * delphi.el: Make resourcestring a declaration region, like const
3164 and var.
3165
3166 2000-02-09 Dave Love <fx@gnu.org>
3167
3168 * bindings.el (mode-line-input-method-map): New variable.
3169 (mode-line-mule-info): Use it; fix last change.
3170 (mode-line-mode-menu): Move definition.
3171 (mode-line-mouse-sensitive-p): Deleted.
3172 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
3173 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
3174 level.
3175
3176 * startup.el (command-line-1): Don't call
3177 make-mode-line-mouse-sensitive.
3178
3179 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3180
3181 * mail/rmail.el (rmail-retry-failure): Use
3182 rmail-beginning-of-message before rmail-toggle-header, because the
3183 former toggles headers.
3184
3185 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
3186
3187 * diff-mode.el (diff-kill-junk): New interactive function.
3188 (diff-reverse-direction): Use delete-and-extract-region.
3189 (diff-post-command-hook): Restrict the area so that the hook also works
3190 outside of any diff hunk. This is necessary for the minor-mode.
3191 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
3192 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
3193
3194 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
3195 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
3196 so that it can be used more easily in <foo>-mode-hook. Also make sure
3197 to avoid duplicate entries.
3198 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
3199 (font-lock-remove-keywords): Just as was done for `add', allow it to
3200 work even if font-lock-mode is nil. Also make sure we don't modify
3201 any pre-existing list by forcing a copy-sequence. Finally rename
3202 `major-mode' to `mode'.
3203 (font-lock-fontify-syntactic-anchored-keywords)
3204 (font-lock-fontify-anchored-keywords)
3205 (font-lock-fontify-keywords-region): Use line-end-position.
3206 Don't make `font-lock-multiline' local (it's now done in
3207 font-lock-set-defaults).
3208 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
3209 move the `font-lock-fontified' creation to inside the `unless'.
3210
3211 2000-02-06 Andrew Innes <andrewi@gnu.org>
3212
3213 * term/w32-win.el (x-handle-args): Comment out call to message,
3214 which occurs before window system is initialized.
3215
3216 * makefile.nt: Add support for recompiling lisp code.
3217
3218 2000-02-04 Dave Love <fx@gnu.org>
3219
3220 * bindings.el (mode-line-mule-info): Fix/extend last change.
3221
3222 * completion.el: Replace completion-dolist with dolist.
3223
3224 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3225 dotimes.
3226
3227 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
3228
3229 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3230 environment names before they go into the section regexp.
3231
3232 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3233 char class in regexp.
3234
3235 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3236 `case-fold-search' to nil.
3237
3238 * progmodes/idlwave.el (idlwave-template): Respect
3239 `idlwave-abbrev-change-case'.
3240 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3241 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3242 idlwave-while): respect `idlwave-reserved-word-upcase'.
3243 (idlwave-rw-case): New function.
3244 (idlwave-statement-match): Fixed problem with assignment regexp.
3245 (idlwave-font-lock-keywords): Improved regexp for keyword
3246 parameters.
3247 (idlwave-surround): New argument LENGTH to support padding of
3248 operators longer than 1 char.
3249
3250 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3251 idlwave-shell-expression-overlay. Implemented printing of
3252 expressions on higher levels of the calling stack.
3253 (idlwave-shell-display-level-in-calling-stack): Restore stack
3254 level.
3255 (idlwave-retrieve-expression-from-level): New function.
3256 (idlwave-shell-last-calling-stack): Variable removed.
3257 (idlwave-shell-reset): Argument action reversed (`visible' to
3258 `hidden'). Also remove stop-line overlay.
3259 (idlwave-shell-calling-stack-routine): New variable.
3260 (idlwave-shell-parse-stack-and-display): Messages now display
3261 negative level numbers.
3262 (idlwave-shell-mode): Set `modeline-format'.
3263 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3264 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3265 21.
3266 (idlwave-shell-print-expression-function): New option.
3267
3268 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3269 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3270 `tool-bar' instead of `toolbar'.
3271
3272 2000-02-02 Dave Love <fx@gnu.org>
3273
3274 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3275 emacs-lisp-mode-hook. Don't check for defalias being defined.
3276
3277 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3278 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
3279 the new builtins directly.
3280
3281 * whitespace.el (whitespace): Add :version to defgroup.
3282
3283 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3284 Doc fix.
3285
3286 * thingatpt.el (sexp-at-point, symbol-at-point)
3287 (number-at-point, list-at-point): Add autoload cookie.
3288
3289 * recentf.el (recentf): Add :version to defgroup.
3290
3291 * quickurl.el (quickurl): Add :version to defgroup.
3292
3293 * elide-head.el (elide-head): Use point-marker more.
3294
3295 * bs.el (bs): Add :version to defgroup.
3296
3297 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3298
3299 * progmodes/delphi.el (delphi): Add :version to defgroup.
3300
3301 2000-02-02 Gerd Moellmann <gerd@gnu.org>
3302
3303 * ange-ftp.el (ange-ftp-write-region): Handle case that
3304 succeeding process operation sets a different coding system.
3305
3306 * calculator.el: New file.
3307
3308 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3309
3310 * frame.el (frames-on-display-list, framep-on-display): New
3311 functions.
3312 (display-mouse-p, display-popup-menus-p, display-graphic-p)
3313 (display-selections-p, display-screens, display-pixel-width)
3314 (display-pixel-height, display-mm-width, display-mm-height)
3315 (display-backing-store, display-save-under, display-planes)
3316 (display-color-cells, display-visual-class): New functions.
3317
3318 * term/tty-colors.el (tty-color-gray-shades): New function.
3319
3320 * faces.el (display-color-p): Use framep-on-display.
3321 (display-grayscale-p): New function.
3322
3323 2000-01-31 Dave Love <fx@gnu.org>
3324
3325 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3326 (create-fontset-from-x-resource): Don't concat integers.
3327
3328 2000-01-31 Inge Frick <inge@nada.kth.se>
3329
3330 * view.el: Some changes in documentation. Removed some trailing
3331 whitespace. Changed some parameter names to agree with
3332 documentation.
3333 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3334 window is not deleted. Modifies change 1998-04-26.
3335
3336 2000-01-31 Gerd Moellmann <gerd@gnu.org>
3337
3338 * windmove.el: New file.
3339
3340 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3341 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3342 progmodes/ebnf-yac.el: Update copyright and license info.
3343
3344 * jit-lock.el (jit-lock-function): Widen before calculating end
3345 position.
3346 (jit-lock-stealth-chunk-start): Rewritten.
3347
3348 * info.el (Info-title-face-alist): Removed.
3349 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3350 faces.
3351 (Info-fontify-node): Use these faces.
3352
3353 2000-01-30 Gerd Moellmann <gerd@gnu.org>
3354
3355 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3356 (cl-macro-list1): Recognize `&allow-other-keys' instead of
3357 `&allow-other-keywords'.
3358
3359 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3360 the list of directories scanned heuristically.
3361
3362 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3363 exist.
3364
3365 2000-01-30 Jason Rumney <jasonr@gnu.org>
3366
3367 * w32-fns.el: Define w32-tty-standard-colors.
3368
3369 * startup.el (command-line): Use w32-tty-standard-colors when in
3370 w32 console mode.
3371
3372 2000-01-30 Dave Love <fx@gnu.org>
3373
3374 * jka-compr.el (jka-compr-load): Fix up load-history.
3375
3376 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3377
3378 * emacs-lisp/cl-macs.el: Revert previous change.
3379
3380 2000-01-29 Dave Love <fx@gnu.org>
3381
3382 * facemenu.el: Purecopy various strings.
3383
3384 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3385 years. Deal with three-digit years.
3386
3387 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3388 defconst, purecopy.
3389 (help-back-label): Purecopy it.
3390
3391 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3392
3393 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3394 variable. If non-nil, order the buffer list according to the
3395 currently selected frame.
3396 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3397 non-nil, pass the selected frame to function buffer-list.
3398
3399 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3400
3401 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3402
3403 2000-01-28 Dave Love <fx@gnu.org>
3404
3405 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3406
3407 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3408 Don't use lisp-indent-hook property.
3409 (cl-abs): Remove.
3410
3411 * subr.el: Move out indent and edebug specs for when and unless.
3412
3413 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3414 when, unless.
3415
3416 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3417 unless, when.
3418
3419 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3420
3421 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3422 `collecting' as synonym for `collect'.
3423
3424 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3425 for the case it contains spaces.
3426
3427 * simple.el (what-cursor-position): Change formatting of
3428 messages.
3429
3430 * frame.el (delete-other-frames): New function.
3431 (toplevel): Bind it to C-x 5 1.
3432
3433 * sort.el (sort-numeric-base): New option.
3434 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3435 interpret it as octal or hexadecimal. Use sort-numeric-base
3436 as default base.
3437
3438 * progmodes/glasses.el: New file.
3439
3440 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3441
3442 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3443 userids differently.
3444
3445 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3446 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3447 progmodes/ebnf-yac.el: New files.
3448
3449 2000-01-26 Dave Love <fx@gnu.org>
3450
3451 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3452 on a function with an empty body. [From Eric Ludlam.]
3453
3454 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3455
3456 * vc.el (vc-version-diff): Make sure file name is expanded.
3457
3458 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3459
3460 * scroll-bar.el (scroll-bar-timer): Variable removed.
3461 (scroll-bar-toolkit-scroll): Don't use a timer.
3462
3463 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3464
3465 * language/thai-util.el (thai-composition-function): Delete
3466 superfluous `a'.
3467
3468 2000-01-24 Dave Love <fx@gnu.org>
3469
3470 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3471 end-of-defun-function.
3472
3473 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3474 &c.
3475
3476 2000-01-22 Jason Rumney <jasonr@gnu.org>
3477
3478 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3479 conflicts with new face support.
3480
3481 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3482
3483 * replace.el (query-replace): Rename last arg to DELIMITED.
3484 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3485 (query-replace-regexp): Likewise.
3486
3487 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3488
3489 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3490
3491 * emacs-lisp/lisp.el (beginning-of-defun-function):
3492 Variable renamed from beginning-of-defun.
3493 Do not call make-variable-buffer-local.
3494 (beginning-of-defun-raw): Use new variable name; doc fix.
3495 (beginning-of-defun): Doc fix.
3496 (end-of-defun-function): Variable renamed from end-of-defun.
3497 Do not call make-variable-buffer-local.
3498 (end-of-defun): Use new variable name; doc fix.
3499
3500 * subr.el (dolist, dotimes): Copied from cl-macs.el
3501 and made to work.
3502
3503 * mail/undigest.el (rmail-digest-end-regexps):
3504 Variable replaces rmail-digest-end-regexp.
3505 Allows multiple regexps for detecting the end line.
3506 (undigestify-rmail-message): Corresponding changes.
3507
3508 2000-01-19 Dave Love <fx@gnu.org>
3509
3510 * files.el (user-init-file): Don't declare here -- is primitive.
3511
3512 * startup.el (command-line): Check for compiled user-init-file and
3513 set to uncompiled version if necessary.
3514
3515 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3516
3517 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3518 (undigestify-rmail-message): Use it.
3519
3520 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3521
3522 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3523
3524 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3525 of mini-buffer.
3526
3527 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3528
3529 * emacs-lisp/copyright.el (copyright-update): Removed the
3530 requirement for a trailing space from `copyright-regexp', to
3531 support copyrights with owner specified on a separate line..
3532
3533 * align.el: New file.
3534
3535 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3536
3537 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3538
3539 2000-01-13 Dave Love <fx@gnu.org>
3540
3541 * ph.el: Removed. (Obsoleted by EUDC.)
3542
3543 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3544
3545 * net/eudc.el (toplevel): Remove autoloaded code installing
3546 menu with easymenu, because that causes build problems.
3547
3548 * frame.el (frame-notice-user-settings): New variable.
3549 (frame-notice-user-settings): Don't modify frame parameters
3550 if called a second time.
3551
3552 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3553
3554 * frame.el (frame-notice-user-settings):
3555 Notice default-frame-parameters even for non-window frames.
3556
3557 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3558
3559 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3560 for Emacs.
3561 (eudc-bob-can-display-inline-images): Extend for Emacs.
3562 (eudc-bob-toggle-inline-display): Ditto.
3563 (eudc-bob-display-jpeg): Ditto.
3564
3565 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3566
3567 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3568 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3569 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3570
3571 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3572 nil)'.
3573
3574 * subdirs.el: Add `net' directory.
3575
3576 * net: New directory.
3577
3578 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3579 eval-last-sexp. Don't bind debug-on-error here.
3580 (eval-last-sexp): New function. Bind debug-on-error if
3581 eval-expression-debug-on-error is non-nil.
3582 (eval-defun-2, eval-defun): Likewise.
3583
3584 * simple.el (eval-expression): Don't bind debug-on-error if
3585 eval-expression-debug-on-error is nil. Detect changed
3586 debug-on-error, and propagate new value to global binding, if
3587 eval-expression-debug-on-error is non-nil,
3588 (eval-expression-debug-on-error): Change doc string.
3589
3590 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3591
3592 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3593
3594 * emacs-lisp/lisp-mode.el (with-syntax-table):
3595 Set up lisp-indent-function property.
3596
3597 * subr.el (with-syntax-table): Moved from simple.el.
3598
3599 * simple.el (with-syntax-table): Moved to subr.el.
3600
3601 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3602
3603 * tmm.el (tmm-shortcut): Delete region after prompt instead
3604 of erasing buffer.
3605
3606 * textmodes/fill.el (fill-common-string-prefix): New function.
3607 (fill-context-prefix): Use the longest common prefix of first
3608 and second line fill prefix, if there is one.
3609
3610 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3611
3612 * array.el (array-mode): Don't use make-variable-buffer-local.
3613 Use make-local-variable for `truncate-lines'.
3614
3615 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3616
3617 * add-log.el (add-log-current-defun): Handle user-defined
3618 add-log-current-function returning nil,
3619
3620 * add-log.el (add-change-log-entry): Insert version number
3621 if having found a current function
3622
3623 * add-log.el (add-log-current-defun): Call
3624 `add-log-current-defun-function'. Try matches at level 0 and
3625 level 1. Strip whitespace from defun found.
3626
3627 2000-01-10 John Wiegley <johnw@gnu.org>
3628
3629 * allout.el (isearch-done/outline-provisions): Added `edit'
3630 argument to correspond with the current definition of
3631 `isearch-done'.
3632
3633 2000-01-10 Dave Love <fx@gnu.org>
3634
3635 * elide-head.el (elide-head): Use point-marker, not point.
3636
3637 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3638
3639 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3640 before and after the year 2000.
3641
3642 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3643 Add ispell- prefix.
3644
3645 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3646
3647 * ispell.el: Only define dictionaries in menus when they exist.
3648 (version18p): New variable.
3649 (version20p): New variable.
3650 (xemacsp): New variable.
3651 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3652 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3653 (ispell-dictionary-alist6): Russian command lines no longer accept
3654 run-together words.
3655 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3656 (ispell-dictionary-alist): Add koi8-r to customize definition.
3657 (check-ispell-version): Added documentation string. Returns
3658 library path when called non-interactively.
3659 (ispell-menu-map-needed): Uses new variables.
3660 (ispell-library-path): New variable.
3661 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3662 (ispell-word): Improved documentation string. Test for valid
3663 character mappings. Correctly check typed in word changes that can
3664 result in single words split into multiple words. Returns
3665 replacement word.
3666 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3667 replace in recursive query replace mode. Help message for
3668 recursive edit mode.
3669 (ispell-show-choices): Protect against bad framepop bindings.
3670 (ispell-help): Fix to work with XEmacs.
3671 (ispell-highlight-spelling-error): Use new variables.
3672 (ispell-overlay-window): Fix to work with XEmacs.
3673 (ispell-parse-output): Passed and returns location information
3674 tracking spelling corrections. Doesn't recheck same word on
3675 current line.
3676 (ispell-init-process): Protect against bogus XEmacs variable binding.
3677 Fix call to single argument in sleep-for. Use new variables.
3678 (ispell-region): Passed and returns location information tracking
3679 spelling corrections. Doesn't check same word on current line.
3680 Improved documentation string. Doesn't resend a line already
3681 checked to the ispell process - fixes bug in LaTeX parsing.
3682 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3683 (ispell-skip-region): No longer skips <TT> in SGML.
3684 (ispell-process-line): Tracks location information with spelling
3685 corrections. Added documentation string. Accounts for words
3686 already accepted on this line. Don't allow query-replace on line
3687 starting with math characters. Doesn't resend a line already sent
3688 to ispell process. Fixes alignment error bug.
3689
3690 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3691
3692 * dired-x.el (dired-guess-shell-alist-default):
3693 Suggest xloadimage, which is free, not xv, which isn't.
3694
3695 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3696 Don't ever include the host name or user name in the value.
3697
3698 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3699
3700 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3701 of a real newline.
3702
3703 2000-01-09 Stephen Eglen <stephen@gnu.org>
3704
3705 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3706 for .png files.
3707
3708 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3709
3710 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3711
3712 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3713
3714 * progmodes/cperl-mode.el: Replace ^F with ^L.
3715
3716 * sendmail.el (toplevel): Provide `sendmail' when compiling
3717 before `require'ing rmail and mailalias to prevent infinite
3718 recursion.
3719
3720 2000-01-08 Dave Love <fx@gnu.org>
3721
3722 * emacs-lisp/backquote.el: Remove inappropriate customization
3723 (allowing custom.el to use backquote).
3724
3725 2000-01-07 Dave Love <fx@gnu.org>
3726
3727 * add-log.el (add-log-debugging): Deleted.
3728 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3729 file. Remove debugging code.
3730 (change-log-get-method-definition, change-log-name): Add doc.
3731 (change-log-sortable-date-at): New function.
3732 (change-log-merge): New command.
3733
3734 * time.el (display-time-string-forms): Make the Mail string active.
3735 (display-time-update): Provide help-echo for load average.
3736
3737 * bindings.el (make-mode-line-mouse2-map): New function.
3738 (mode-line-modified): Use it and simplify.
3739 (mode-line-mule-info): Provide help-echo info.
3740 (minor-mode-alist): Activate the strings.
3741 (make-mode-line-mouse-sensitive): Simplify for
3742 mode-line-buffer-identification.
3743
3744 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3745
3746 * play/pong.el: New file.
3747
3748 2000-01-06 Dave Love <fx@gnu.org>
3749
3750 * array.el: Assorted cleanups for compiler warnings, doc strings,
3751 `array-' prefix for symbols.
3752
3753 2000-01-05 Dave Love <fx@gnu.org>
3754
3755 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3756 outline-headers-as-kill.
3757 (outline-mode): Define imenu-generic-expression.
3758 (outline-headers-as-kill): New command.
3759
3760 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3761 from paragraph-start.
3762 (paragraph-indent-minor-mode): New command.
3763
3764 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3765 M-C-e, M-C-h, C-j, C-xnd, TAB.
3766 (fortran-mode): Set beginning-of-defun, end-of-defun.
3767 (fortran-column-ruler): Simplify.
3768 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3769 (fortran-with-subprogram-narrowing): Likewise.
3770 (fortran-indent-subprogram): Call mark-defun.
3771 (fortran-check-for-matching-do): Change narrowing.
3772
3773 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3774 (cl-lucid-hash-tag): Delete.
3775 (cl-hash-table-p): Correct test for native table.
3776 (cl-hash-table-count): Use hash-table-count.
3777
3778 * browse-url.el (browse-url): Fix case of
3779 browse-url-browser-function being an alist.
3780
3781 2000-01-05 Carsten Dominik <cd@gnu.org>
3782
3783 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3784 (reftex-index-phrase-file-extension): New options.
3785
3786 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3787 Use new option `reftex-index-phrase-file-extension'.
3788
3789 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3790 `reftex-parse-file-extension'.
3791
3792 2000-01-05 Dave Love <fx@gnu.org>
3793
3794 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3795 (beginning-of-defun-raw): Use it.
3796 (end-of-defun): New variable.
3797 (end-of-defun): Use it.
3798 (check-parens): New command.
3799
3800 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3801
3802 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3803 (hs-show-block): Don't use `mapcar' when not accumulating.
3804
3805 Fix buglet in local variables initialization.
3806
3807 2000-01-05 Andreas Schwab <schwab@suse.de>
3808
3809 * hscroll.el (hscroll): Doc fix.
3810
3811 2000-01-05 Carsten Dominik <cd@gnu.org>
3812
3813 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3814 idlw-toolbar.
3815
3816 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3817 file idlw-rinfo.el.
3818 (idlwave-customize): load must read file idlw-shell.el.
3819 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3820
3821 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3822
3823 * progmodes/idlw-shell.el: Also provide idlwave-shell
3824 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3825 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3826
3827 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3828 both reftex-dcr and reftex-vcr.
3829
3830 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3831
3832 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3833
3834 * ps-print.el: PostScript code now is in separate files, doc fix.
3835 (ps-print-version): New version number (5.0.3).
3836 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3837 local.
3838 (ps-spool-config): Initialization fix.
3839 (ps-print-prologue-1, ps-print-prologue-2)
3840 (ps-print-duplex-feature): PostScript code moved to separated file.
3841 (ps-background-image): Little code reformating.
3842 (ps-begin-file, ps-begin-job): Fix code.
3843 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3844 (ps-prologue-file): New fun.
3845
3846 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3847
3848 * ps-vars.el: Eliminated.
3849
3850 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3851 `;;;###autoload'.
3852
3853 * ps-print.el: ps-vars eliminated, doc fix.
3854 (ps-print-version): New version number (5.0.2).
3855 (ps-spool-config): Initialization fix.
3856 (ps-print-customize): New fun.
3857
3858 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3859
3860 * autorevert.el (auto-revert-mode): Return value of
3861 auto-revert-mode.
3862
3863 2000-01-04 Dave Love <fx@gnu.org>
3864
3865 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3866 menu items.
3867
3868 2000-01-03 Dave Love <fx@gnu.org>
3869
3870 * elide-head.el (elide-head) [defgroup]: Add :version.
3871
3872 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3873 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3874 `cl-hash-table-p', not `hash-table-p'.
3875 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3876
3877 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3878
3879 * faces.el (face-read-integer, read-face-attribute)
3880 (color-defined-p, color-values): unspecified-{f,b}g are now
3881 strings.
3882
3883 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3884
3885 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3886 at comment end, and re-insert them after filling.
3887
3888 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3889
3890 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3891 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3892 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3893
3894 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3895
3896 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3897 the new name of face-color-supported-p.
3898
3899 * term/w32-win.el (xw-defined-colors): Likewise.
3900
3901 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3902
3903 * simple.el (completion-setup-function): Count completion-size
3904 from minibuffer-prompt-end, not from point-min.
3905
3906 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3907
3908 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3909 Pass the frame to tty-color-* functions.
3910 (display-color-p, frame-set-background-mode): Pass the frame to
3911 tty-display-color-p.
3912
3913 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3914 tty-color-alist.
3915 (tty-color-alist, tty-modify-color-alist): New functions.
3916 (tty-color-define, tty-color-clear, tty-color-approximate)
3917 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3918 an optional parameter FRAME.
3919
3920 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3921
3922 * image.el (create-image, defimage): Don't assume image data is a
3923 string.
3924
3925 * image.el (defimage): Handle specifications containing :data
3926 instead of :file.
3927 (image-type-from-data): New function.
3928 (image-type-from-file-header): Use it.
3929 (create-image): Add parameter DATA-P.
3930
3931 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3932
3933 * echistory.el (electric-command-history): Call Command-history-setup
3934 and command-history-mode using their new conventions.
3935
3936 * chistory.el (Command-history-setup): Don't switch buffers. Take
3937 no args, and do not set major-mode, mode-name or the local map.
3938 (command-history-mode): New function, does some of those things
3939 Command-history-setup used to do.
3940 (list-command-history): Call command-history-mode, not
3941 Command-history-setup.
3942 (command-history): Renamed from command-history-mode.
3943
3944 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3945
3946 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3947
3948 1999-12-31 William M. Perry <wmperry@aventail.com>
3949
3950 * image.el (defimage): Images with the `:data' keyword should be
3951 considered valid as well.
3952
3953 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3954
3955 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3956 with FILE if FILE is nil.
3957
3958 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3959
3960 * simple.el (choose-completion-string): In minibuffer,
3961 do not delete the prompt string.
3962
3963 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3964
3965 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3966 assigned to mode-line-mode-menu because bindings.el is dumped with
3967 Emacs, and thus the lists used for menu-item definition will be
3968 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3969 like pure menu item definitions.
3970
3971 * expand.el (expand-abbrev-hook): Return t if expansion was
3972 done, nil otherwise.
3973
3974 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3975
3976 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3977 (tar-quit): Function deleted.
3978
3979 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3980
3981 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3982 was used but not declared.
3983
3984 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3985 hs-find-block-beginning): Add or modify docstrings.
3986
3987 (hs-isearch-show): Rewrite.
3988
3989 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3990
3991 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3992
3993 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3994 space in front of a C-style comment end.
3995
3996 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3997
3998 * startup.el (command-line-1): Make mode line mouse-sensitive for
3999 the MS-DOS version as well.
4000
4001 1999-12-28 Gerd Moellmann <gerd@gnu.org>
4002
4003 * bs.el: New file.
4004
4005 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4006
4007 * textmodes/ispell.el (ispell-process-line):
4008 Add local var line-offset to adjust for the change
4009 in positions within the line, due to previous replacements.
4010
4011 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4012
4013 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4014 Doc fixes.
4015
4016 1999-12-27 Gerd Moellmann <gerd@gnu.org>
4017
4018 * add-log.el (change-log-version-number-regexp-list)
4019 (change-log-version-info-enabled): Change :version to 21.1.
4020 (toplevel): Require CL when compiling.
4021
4022 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
4023
4024 * add-log.el (change-log-version-number-regexp-list): Added tag
4025 :version 20.6
4026 (change-log-version-info-enabled): Added tag :version 20.6
4027
4028 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
4029
4030 * add-log.el: More general version number search with
4031 user-configurable regexp list.
4032 (change-log-version-number-regexp-list): New user variable.
4033 (change-log-find-version): Rewritten. Use user-configurable
4034 version numbering regexp list
4035 change-log-version-number-regexp-list.
4036 (change-log-find-version): Renamed to
4037 change-log-version-number-search
4038 (add-log-file-name-function): New.
4039 (change-log-search-vc-number): Added END paramaeter. Added doc
4040 string to function.
4041 (change-log-version-rcs): Renamed. Was
4042 change-log-search-vc-number.
4043
4044 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4045
4046 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
4047 overlays if they interfere.
4048 (compilation-find-file): Make intangible overlays tangible.
4049
4050 * progmodes/hideshow.el: Generally, synch w/ maintainer
4051 version 5.9.
4052
4053 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
4054
4055 (hs-minor-mode-hook): Don't initialize.
4056
4057 (hs-special-modes-alist): Rewrite value and docstring.
4058
4059 (hs-minor-mode-prefix): Delete unused var.
4060
4061 (hs-block-start-mdata-select): New var, buffer local.
4062
4063 (hs-headline): New var.
4064
4065 (hs-match-data, hs-forward-sexp): New funcs.
4066
4067 (hs-hide-comment-region): New func.
4068
4069 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
4070 hs-safety-is-job-n, hs-hide-initial-comment-block,
4071 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
4072 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
4073 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
4074 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
4075 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
4076
4077 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
4078 (hs-isearch-show-temporary): New funcs.
4079
4080 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
4081
4082 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
4083
4084 When constructing menu, use `[(shift button2)]' notation.
4085
4086 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4087
4088 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4089 (jka-compr-compression-info-list): Add new elt to each vector.
4090 (jka-compr-write-region): Don't compress the data if it is
4091 already compressed.
4092
4093 * jka-compr.el (jka-compr-really-do-compress): New variable.
4094 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
4095 if visiting.
4096 (jka-compr-write-region): Set jka-compr-really-do-compress
4097 if visiting. Test it when deciding to compress.
4098
4099 1999-12-22 Gerd Moellmann <gerd@gnu.org>
4100
4101 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4102 with third argument t.
4103
4104 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4105
4106 * antlr-mode.el: Version 1.2 is released.
4107 (antlr): This package has a web page.
4108
4109 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4110
4111 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
4112 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
4113 (antlr-mode-map): New binding [C-c C-c].
4114 (antlr-mode-menu): New entries.
4115
4116 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4117
4118 * antlr-mode.el: Respect Emacs conventions.
4119 ((require 'cl)): Only use during compilation.
4120 (antlr-language-for-option): New function to avoid using `find'.
4121 (antlr-mode): Use it.
4122 (antlr-with-syntax-table): Define new instead using XEmacs' one.
4123 (antlr-imenu-create-index-function): Change accordingly.
4124 (antlr-inside-rule-p): Ditto.
4125 (antlr-end-of-rule): Ditto.
4126 (antlr-end-of-body): Ditto.
4127 (antlr-beginning-of-rule): Ditto.
4128 (antlr-indent-line): Ditto.
4129
4130 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
4131
4132 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
4133 (antlr-set-tabs): Don't use hard-coded values.
4134
4135 * antlr-mode.el: Minor navigation changes. Not perfect, but this
4136 won't be possible without a huge time penalty.
4137 (antlr-skip-exception-part): Be more specific.
4138 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
4139 Renamed from `antlr-skip-grammar-header'.
4140 (antlr-next-rule): Change accordingly.
4141 (antlr-end-of-body): Ditto. Better error message.
4142 (antlr-beginning-of-body): Better error message.
4143 (antlr-imenu-create-index-function): Skip rule action prelude.
4144
4145 * antlr-mode.el: Minor syntax highlighting changes.
4146 (antlr-font-lock-default-face): Deletia.
4147 (antlr-font-lock-tokendef-face): Changed color.
4148 (antlr-font-lock-tokenref-face): Changed color.
4149 (antlr-font-lock-literal-face): Changed color.
4150 (antlr-font-lock-additional-keywords): Minor changes.
4151
4152 1999-12-20 Carsten Dominik <cd@gnu.org>
4153
4154 * progmodes/idlwave.el: New file.
4155
4156 * progmodes/idlwave-rinfo.el: New file.
4157
4158 * progmodes/idlwave-shell.el: New file.
4159
4160 * progmodes/idlwave-toolbar.el: New file.
4161
4162 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4163
4164 1999-12-21 Gerd Moellmann <gerd@gnu.org>
4165
4166 * progmodes/cwarn.el: New file.
4167
4168 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4169
4170 * bindings.el (completion-ignored-extensions): Add .pdf.
4171
4172 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
4173
4174 * version.el: Put the version info into binary on MS-DOS as well.
4175
4176 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4177
4178 * emacs-lisp/debug.el (debugger-continue): Don't continue if
4179 debugger-may-continue is nil.
4180
4181 1999-12-18 Dave Love <fx@gnu.org>
4182
4183 * emacs-lisp/cl-macs.el: Remove conditional definition of
4184 eval-when-compile. Don't specify abs, expt, gethash,
4185 hash-table-count, hash-table-p as side-effect-free here.
4186 (cl-emacs-type): Don't declare.
4187 (cl-compile-time-init): Remove Emacs 18 compiler patch.
4188 (cl-parse-loop-clause): Remove compatibility code.
4189
4190 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
4191 (side-effect-free-fns): Add gethash, hash-table-count.
4192 (side-effect-and-error-free-fns): Add hash-table-p.
4193
4194 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
4195 `cl-' to autoload names for some hash functions. Don't autoload
4196 eval-when-compile. Don't provide mini-cl.
4197 (cl-emacs-type): Remove.
4198 (cl-map-extents): Remove compatibility code.
4199
4200 * emacs-lisp/float.el: Bind free variables.
4201
4202 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
4203
4204 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4205
4206 * bindings.el (completion-ignored-extensions): Add .tfm.
4207
4208 1999-12-16 Dave Love <fx@gnu.org>
4209
4210 * faces.el (set-face-attribute): Purecopy the attributes set.
4211
4212 * custom.el (custom-declare-variable): Purecopy value.
4213
4214 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
4215 (byte-extrude-byte-code-vectors): Use remprop.
4216 (byte-compile-lambda): Check that arg is a lambda.
4217
4218 1999-11-16 Anders Lindgren <AndersL@andersl.com>
4219
4220 * font-lock.el: System for adding and removing keywords.
4221 Both local (previously added keyword) and global keywords
4222 can be removed.
4223 (font-lock-remove-keywords): New user-level function.
4224 (font-lock-update-removed-keyword-alist): New internal function.
4225 (font-lock-removed-keywords-alist): New variable.
4226 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4227 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4228 growing datastructures.
4229 (font-lock-set-defaults): Removes keywords stored in
4230 `font-lock-removed-keywords-alist' after local keywords added.
4231
4232 1999-12-16 Anders Lindgren <andersl@andersl.com>
4233
4234 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4235 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4236
4237 * font-lock.el (c-keywords): Only highlight preprocessor
4238 directives when spelled correctly.
4239
4240 * font-lock.el (font-lock-match-c++-structor-declaration,
4241 c++-keywords): Fontify constructors and destructors with function
4242 face inside C++ class declarations.
4243
4244 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4245
4246 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4247 the shell from sh-shell-file.
4248
4249 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4250
4251 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4252
4253 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4254 if one of the files specified cannot be accessed by
4255 file-attributes. Do not strip any leading directories from the
4256 file names, to behave more like `ls' does.
4257
4258 * dired.el (dired-get-filename): Handle absolute file names.
4259 (dired-readin-insert): If argument is a cons, don't print
4260 "wildcard" on the ``total'' line.
4261
4262 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4263
4264 * faces.el (face-read-integer, read-face-attribute)
4265 (color-defined-p, color-values): Allow color values unspecified-fg
4266 and unspecified-bg, handle them as unspecified.
4267
4268 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
4269
4270 * textmodes/reftex.el: (reftex-compile-variables): respect new
4271 structure of `reftex-index-macro'
4272 (reftex-compile-variables): Use the changed structure of
4273 `reftex-label-alist'.
4274
4275 * textmodes/reftex-vars.el (reftex-index-math-format,
4276 (reftex-toc-max-level): New option.
4277 reftex-index-phrases-search-whole-words,
4278 reftex-index-phrases-case-fold-search,
4279 reftex-index-phrases-skip-indexed-matches,
4280 reftex-index-phrases-wrap-long-lines,
4281 reftex-index-phrases-sort-prefers-entry,
4282 reftex-index-phrases-sort-in-blocks): New options.
4283 (reftex-index-macros): Option structure changed.
4284 (reftex-index-macros-builtin): Added `repeat' item to each entry.
4285 (reftex-label-alist): Additional item in each entry to specify if
4286 the environment should be listed in the TOC.
4287 (eval-when-compile (require 'cl)) added.
4288
4289 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4290 longer deals with "repeat".
4291 (reftex-index): "repeat property in `reftex-index-macro-alist' is
4292 now used.
4293 (reftex-index-phrases-comment-regexp,
4294 reftex-index-phrases-macrodef-regexp,
4295 reftex-index-phrases-phrase-regexp1,
4296 reftex-index-phrases-phrase-regexp2,
4297 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4298 New constants.
4299 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4300 reftex-index-phrases-font-lock-keywords,
4301 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4302 reftex-index-phrases-restrict-file): New variables.
4303 (reftex-index-phrase-selection-or-word,
4304 reftex-index-visit-phrases-buffer,
4305 reftex-index-initialize-phrases-buffer,
4306 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4307 reftex-index-next-phrase, reftex-index-this-phrase,
4308 reftex-index-all-phrases, reftex-index-region-phrases,
4309 reftex-index-phrases-parse-header,
4310 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4311 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4312 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4313 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4314 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4315 reftex-index-make-replace-string,
4316 reftex-query-index-phrase-globally, reftex-query-index-phrase,
4317 reftex-index-phrase-match-is-indexed,
4318 reftex-index-phrases-fixup-line,
4319 reftex-index-phrases-replace-space,
4320 reftex-index-select-phrases-macro): New functions.
4321 (reftex-index-globalize, reftex-index-globally): functions removed
4322 (eval-when-compile (require 'cl)) added.
4323
4324 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4325 for max level.
4326 (reftex-toc-max-level-indicator): New variable.
4327 (reftex-toc-max-level): New command.
4328 (reftex-toc-map): New keybinding `t'.
4329 (reftex-toc-help): Constant updated.
4330 (eval-when-compile (require 'cl)) added.
4331
4332 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4333 `t' command key can change `reftex-toc-max-level'
4334 (eval-when-compile (require 'cl)) added.
4335
4336 * textmode/reftex-sel (reftex-insert-docstruct): Respect
4337 `reftex-toc-max-level'
4338 (eval-when-compile (require 'cl)) added.
4339
4340 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4341 added.
4342
4343 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4344 added.
4345
4346 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4347 commands.
4348 (reftex-citation, reftex-do-citation,
4349 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4350 preselect a citation format.
4351 (eval-when-compile (require 'cl)) added.
4352
4353 * textmodes/reftex-parse.el (reftex-context-substring): Optional
4354 parameter to-end
4355 (reftex-section-info): Deal with environment matches.
4356 (eval-when-compile (require 'cl)) added.
4357
4358 * reftex-global.el (eval-when-compile (require 'cl)) added.
4359
4360 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4361
4362 The following changes are for the new composition mechanism. We
4363 have deleted `composition' charset and composite characters,
4364 instead introduced a special text property `composition'.
4365
4366 * composite.el: New file.
4367
4368 * ps-mule.el: Define encode-composition-rule and find-composition
4369 for Emacs 20.4 and the earlier versions.
4370 (ps-mule-init-external-library): Just require a feature for
4371 external libraries.
4372 (ps-mule-prologue): Postscript code modified for new composition.
4373 (ps-mule-find-wrappoint): New arg COMPOSITION.
4374 (ps-mule-plot-string): Delete code for composite characaters.
4375 (ps-mule-plot-composition): New funcion.
4376 (ps-mule-prepare-font-for-components): New function.
4377 (ps-mule-plot-components): New function.
4378 (ps-mule-composition-prologue-generated): Renamed from
4379 ps-mule-cmpchar-prologue-generated.
4380 (ps-mule-composition-prologue): New named from
4381 ps-mule-cmpchar-prologue. Modified for new composition.
4382 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4383 ps-mule-prepare-cmpchar-font): Deleted.
4384 (ps-mule-string-encoding): New arg NO-SETFONT.
4385 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4386 check Composing, not Cmpchar
4387 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4388 to nil.
4389 (ps-mule-begin-job): Check existence of new composition.
4390
4391 * ps-print.el (ps-plot-region): Handle new composition.
4392
4393 * simple.el (what-cursor-position): Show "(composed)" if the
4394 character is composed.
4395
4396 * international/characters.el: Fix cateogries of Lao symbols.
4397
4398 * international/fontset.el (vertical-centering-font-regexp): New
4399 variable.
4400
4401 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4402 (mule-version-date): Updated to 1999.12.7.
4403 (with-category-table): New macro.
4404
4405 * international/mule-cmds.el (encode-coding-char): Don't check
4406 composite character.
4407
4408 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4409 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4410 x-ctext): Give `composition' property t.
4411
4412 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4413 non-nil) at the tail of ALIST.
4414 (compose-region, decompose-region, decompse-string,
4415 reference-point-alist, compose-chars): Moved to composite.el.
4416 (compose-chars-component, compose-chars-rule,
4417 decompose-composite-char): Deleted.
4418
4419 * international/quail.el (quail-install-map): New optional arg
4420 NAME.
4421 (quail-get-translation): If DEF is a symbol but not a function,
4422 ignore it.
4423 (quail-start-translation): Put a key sequence undefined in the
4424 translation keymap in unread-command-events, not generated-events.
4425 Return parameterized event (compose-last-chars N) if the input
4426 characters should be composed.
4427 (quail-map-definition): If DEF is t, treat it as nil.
4428 (quail-delete-last-char): Delete the quail region.
4429 (quail-show-translations): Don't show list of translations if the
4430 quail package is deterministic.
4431 (quail-completion-max-depth): New variable.
4432 (quail-completion-1): Pay attention to the above variable. Fix
4433 for the case that a translation is a function.
4434 (quail-map-from-table, quail-map-from-table-1,
4435 quail-map-from-table-2): New functions.
4436 (quail-lookup-map-and-concat): New function
4437
4438 * language/devan-util.el: Mostly rewritten.
4439
4440 * language/lao.el: Register lao-composition-function in
4441 composition-function-table.
4442
4443 * language/lao-util.el: Mostly rewritten.
4444
4445 * language/thai.el: Register thai-composition-function in
4446 composition-function-table.
4447 (thai-tis620): Delete `pre-write-conversion' property.
4448
4449 * language/thai-util.el: (thai-category-table): Make it by
4450 make-category-table.
4451 (thai-composition-pattern): New variable.
4452 (thai-compose-region, thai-compose-string): Use
4453 with-category-table.
4454 (thai-post-read-conversion): Just call thai-compose-region.
4455 (thai-pre-write-conversion): Deleted.
4456 (thai-composition-function): New funciton.
4457
4458 * language/tibet-util.el: Most functions rewritten.
4459 (tibetan-char-p): Renamed from tibetan-char-examin.
4460 (tibetan-composable-examin) (tibetan-complete-char-examin)
4461 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4462 (tibetan-add-components): New function.
4463 (tibetan-composition-function): New function.
4464
4465 * language/tibetan.el: Register tibetan-composition-function in
4466 composition-function-table.
4467 (tibetan-composable-pattern): New variable.
4468 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4469 (tibetan-precomposition-rule-alist): Move punctuations to
4470 tibetan-punctuation-transcription-alist and
4471 tibetan-obsolete-glyphs.
4472 (tibetan-punctuation-transcription-alist): New variable.
4473 (tibetan-obsolete-glyphs): New variable.
4474 (tibetan-regexp): Improve the initialization code.
4475
4476 * textmodes/fill.el (fill-find-break-point): Delete codes for
4477 composite characters.
4478 (fill-region-as-paragraph): Likewise.
4479
4480 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4481
4482 * international/mule-cmds.el (default-input-method): Specify
4483 that it should be set after current-language-environment.
4484
4485 * custom.el (custom-handle-keyword): Add :set-after.
4486 (custom-add-dependencies): New function.
4487 (custom-set-variables): Take dependencies between args into
4488 account.
4489
4490 * battery.el (battery): Doc fix.
4491
4492 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4493
4494 * progmodes/cc-make.el: Removed.
4495
4496 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4497
4498 * Release of cc-mode 5.26
4499
4500 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4501
4502 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4503 target depth. Optionally count #else lines as clause limits,
4504 as suggested by don provan <provan@lucent.com>. #elif
4505 handling fixed.
4506
4507 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4508 (c-down-conditional-with-else): New commands that uses the
4509 added functionality in `c-forward-conditional'.
4510
4511 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4512
4513 * cc-align.el (c-lineup-comment): Preserve the alignment with
4514 a comment on the previous line instead of preserving the
4515 comment-column.
4516
4517 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4518
4519 * Fixes to IDL mode after input from Eric Eide
4520 <eeide@cs.utah.edu>:
4521 * cc-engine.el (c-beginning-of-statement-1): Allow
4522 `c-conditional-key' to be nil, for the benefit of IDL mode.
4523 * cc-engine.el (c-guess-basic-syntax): Ditto.
4524 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4525 but do match CORBA 2.3 `valuetype'.
4526 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4527 for IDL.
4528 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4529 be nil for IDL.
4530 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4531 Like C++.
4532 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4533 set `c-method-key' and `c-baseclass-key' to nil.
4534
4535 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4536
4537 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4538 with nonhanging open braces.
4539
4540 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4541
4542 * cc-align.el: Added docstrings to all lineup functions.
4543
4544 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4545 keyword.
4546
4547 * cc-align.el (c-lineup-C-comments): Handle free form text
4548 comments. Use c-comment-prefix-regexp and comment-start-skip
4549 instead of hardcoded regexps.
4550
4551 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4552
4553 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4554 behavior and return value as documented.
4555
4556 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4557
4558 * Changes for new style variable init system:
4559 * cc-langs.el (c-common-init): Dito.
4560 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4561 now customizable.
4562 * cc-vars.el: Style variables may now take a value
4563 'set-from-style to make them take their value from the style
4564 system. This value is now the default on all these variables.
4565 * cc-vars.el (c-valid-offset): New function to verify a
4566 syntactic symbol offset setting.
4567 * cc-vars.el (c-offsets-alist): Variable moved from
4568 cc-styles.el since it's now customizable in a similar way to
4569 the other style variables.
4570 * cc-vars.el (c-old-style-variable-behavior): New variable to
4571 revert to the old style init behavior.
4572
4573 * cc-vars.el (c-file-style, c-file-offsets): Made always
4574 buffer local.
4575
4576 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4577 the throws clause that might follow the function prototype in
4578 C++.
4579
4580 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4581
4582 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4583 could move forward for macros that doesn't start in column 0.
4584
4585 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4586
4587 * cc-align.el (c-indent-multi-line-block,
4588 c-lineup-whitesmith-in-block): Two new lineup functions for
4589 use in whitesmith style.
4590
4591 * cc-styles.el (c-style-alist): More fixes to whitesmith
4592 style. It should now handle all different braces uniformly in
4593 both hanging and non-hanging cases.
4594
4595 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4596
4597 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4598 make it stay in the same position relative to the surrounding
4599 text.
4600
4601 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4602 when adaptive-fill-mode doesn't manage to get it correct.
4603
4604 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4605 with dotted notation, e.g. foo.bar.Gnu.
4606
4607 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4608 within unwind-protect (previously only some were wrapped so it
4609 would be possible to register mode initialization when full
4610 initialization did not finish).
4611
4612 * cc-styles.el (c-style-alist): Corrected the brace placement
4613 in the whitesmith style. Thanks to Sean Luke
4614 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4615 styles with consistent brace placement for all constructs.
4616
4617 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4618
4619 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4620 when point is in the middle of them.
4621
4622 * cc-cmds.el: Line breaking and paragraph filling code
4623 rewritten:
4624 (c-guess-fill-prefix): New function that uses various
4625 heuristics to guess the comment prefix.
4626 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4627 It now assumes adaptive filling is active to preserve the line
4628 prefix inside comments.
4629 (c-indent-new-comment-line): Replacement for the now
4630 obsolete `c-comment-line-break-function' that uses
4631 `c-guess-fill-prefix' when appropriate. It now observes the
4632 setting of `comment-multi-line', which has effect in C-style
4633 block comments.
4634
4635 * cc-cmds.el (c-context-line-break): New function intended to
4636 be put on RET. It's essentially `newline-and-indent', but
4637 continues C block comments with the appropriate line prefix.
4638
4639 * cc-cmds.el (c-do-auto-fill): New function put on
4640 `normal-auto-fill-function' to implement the
4641 `c-ignore-auto-fill' variable.
4642
4643 * cc-cmds.el (c-beginning-of-statement): Use
4644 `c-comment-prefix-regexp' to avoid ending up inside the
4645 comment prefix. Better handling of comment starters and
4646 enders. Catch comments better when traversing code. Stop at
4647 preprocessor directives.
4648
4649 * cc-defs.el (c-forward-comment): New subst to hide platform
4650 dependent quirks in `forward-comment'.
4651
4652 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4653 argument.
4654 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4655 arguments. Activate this function by default when
4656 `parse-partial-sexp' supports it (currently Emacs 20.x).
4657
4658 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4659 on the comment opener to make constants usable as lineup
4660 arguments.
4661
4662 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4663 changed anchor position in the `c' syntactic symbol. Handle
4664 more than stars in the comment prefix; use the new variable
4665 `c-comment-prefix-regexp'. Don't indent text not preceded by
4666 a comment prefix to the right of the comment opener if it's
4667 long.
4668
4669 * cc-langs.el: Fixes to mode initialization for new line
4670 breaking and paragraph filling method. Adaptive fill mode is
4671 now activated at startup instead of deactivated. The
4672 variables used for adaptive filling and paragraph movement are
4673 also changed to incorporate the value of
4674 `c-comment-prefix-regexp'. `substitute-key-definition' is
4675 used to override some functions in the global map instead of
4676 overriding their default bindings.
4677
4678 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4679 javadoc markup at mode init.
4680
4681 * cc-mode.el (c-setup-filladapt): A new convenience function
4682 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4683 function is intended to be used explicitly by the end user
4684 only.
4685
4686 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4687 recognize the comment fill prefix inside comments.
4688 (c-block-comment-prefix): New name for
4689 `c-comment-contiuation-stars', which is now obsolete. It's
4690 generalized to handle any character sequence.
4691 (c-ignore-auto-fill): New variable used to selectively disable
4692 Auto Fill mode in specific contexts.
4693
4694 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4695
4696 * cc-cmds.el (c-comment-indent): Leave at least one space
4697 between the comment and the last nonblank character in the
4698 case where we look at the indentation of the comment on the
4699 previous line (case 4).
4700
4701 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4702 list of characters that may start a statement (it's a sort of
4703 prefix operator in Pike, and isn't used at all in any of the
4704 other languages).
4705
4706 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4707
4708 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4709 inside continued statements as statement-cont instead of
4710 brace-list-open. The reason is that one normally adjusts
4711 brace-list-open for brace lists as top-level constructs, and
4712 brace lists inside statements is a completely different
4713 context. Case 10B.2 changed. Also changed (the somewhat
4714 esoteric) case 9A to cope with this.
4715
4716 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4717
4718 * cc-cmds.el (c-electric-brace): Added electric handling of
4719 the open brace for brace-elseif-brace.
4720
4721 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4722
4723 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4724 syntax tables temporarily.
4725
4726 * cc-engine.el (c-guess-basic-syntax): Handle template and
4727 member init argument lists split over several lines. Case 5D
4728 changed.
4729
4730 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4731 @throws introduced in Javadoc 1.2.
4732
4733 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4734 patch from RMS to avoid infinite backtracking.
4735
4736 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4737
4738 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4739 by [ ].
4740
4741 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4742
4743 * cc-align.el (c-lineup-dont-change): Compensate properly for
4744 the column in langelem.
4745
4746 * cc-engine.el (c-syntactic-information-on-region): New
4747 function to help debugging the syntactic analysis.
4748
4749 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4750
4751 * cc-align.el (c-lineup-template-args): Handle nested template
4752 arglists.
4753
4754 * cc-langs.el (c++-template-syntax-table): New syntax table
4755 that makes `<' and `>' parenthesis characters, which is useful
4756 to switch to temporarily when analyzing template arglists.
4757
4758 * cc-styles.el: Changed default alignment of labels in the
4759 java style to conform to the examples in the Java Language
4760 Specification.
4761
4762 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4763 by default.
4764
4765 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4766
4767 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4768 immediately before the closing paren in an arglist, so don't
4769 check that in Pike mode. Case 7A changed.
4770
4771 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4772
4773 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4774 lines were ignored under certain conditions.
4775
4776 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4777
4778 * cc-align.el (c-lineup-template-args): New function for
4779 aligning continued template argument lists.
4780
4781 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4782 lists containing function arglists split over several lines.
4783 Case 5D.1 changed.
4784
4785 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4786 template-args-cont didn't get recognized when the first
4787 arglist opener line doesn't contain a template argument. New
4788 case 5K.
4789
4790 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4791
4792 * cc-defs.el (c-point): Changed from subst to macro for
4793 efficiency.
4794 (c-beginning-of-defun-1, c-end-of-defun-1): New
4795 beginning-of-defun/end-of-defun wrappers separated from
4796 c-point.
4797
4798 * cc-menus.el (imenu-generic-expression,
4799 imenu-case-fold-search, imenu-progress-message): Dummy
4800 definitions to avoid compiler warnings if imenu can't be
4801 loaded.
4802 * cc-menus.el (cc-imenu-init): New function called at mode
4803 init.
4804 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4805 imenu initializations to cc-imenu-init.
4806
4807 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4808
4809 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4810 for lambda-intro-cont in Pike mode. Case 6 changed.
4811
4812 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4813 anything following "new Foo()" was considered an anonymous
4814 class body in Java mode.
4815
4816 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4817
4818 * cc-cmds.el (c-comment-line-break-function): When breaking in
4819 a string, don't insert a new line.
4820
4821 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4822
4823 * cc-engine.el (c-at-toplevel-p): New interface function which
4824 returns information useful to add-on authors. It tells you
4825 whether you're at a toplevel statement or not.
4826
4827 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4828
4829 * cc-cmds.el (c-comment-line-break-function): It is possible
4830 that forward-line does not land us at the bol, say if we're on
4831 the last line in a file. In that case, do a
4832 back-to-indentation instead of a forward-comment -1.
4833
4834 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4835
4836 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4837 "default:" as normal label in case 4.
4838
4839 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4840
4841 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4842 recognize continued bitfield declarations. Case 5D.1 changed.
4843 * cc-langs.el: New variable c-bitfield-key.
4844 * cc-mode.el: New variable c-bitfield-key.
4845
4846 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4847
4848 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4849 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4850 ..}").
4851
4852 1999-12-12 Dave Love <fx@gnu.org>
4853
4854 * mail/footnote.el: Require cl when compiling. Don't autoload
4855 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4856 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4857 Avoid `acons'.
4858 (footnote-mode-line-string, Footnote-add-footnote): Remove
4859 autoload cookie.
4860
4861 1999-12-12 Richard Sharman <rsharman@pobox.com>
4862
4863 * sh-script.el: Fix for when font-lock mode is active.
4864 (sh-font-lock-unfontify-region-function): New function.
4865
4866 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4867
4868 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4869 if start-process is not bound, since Ispell now supports such
4870 platforms as well.
4871
4872 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4873
4874 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4875 rmail-summary-goto-msg.
4876
4877 * files.el (after-find-file): Fix previous change.
4878
4879 1999-12-11 Dave Love <fx@gnu.org>
4880
4881 * help.el (where-is): Use `commandp' as predicate for
4882 `completing-read'
4883
4884 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4885
4886 * cus-edit.el (custom-save-delete): Delete all occurrences,
4887 leave point where the first occurrence was.
4888 (custom-save-faces): Insert a newline at the end of the comment.
4889 Avoid a double newline there.
4890 If final closeparen is at bol, put a space before it.
4891 (custom-save-variables): Likewise.
4892 (custom-file): Doc fix.
4893
4894 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4895
4896 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4897 regexp matching image and audio files.
4898
4899 1999-12-09 Dave Love <fx@gnu.org>
4900
4901 * mail/footnote.el: New file.
4902
4903 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4904
4905 * files.el (after-find-file): Use auto-save-visited-file-name if
4906 set.
4907
4908 * mail/feedmail.el (feedmail-find-eoh): Take
4909 feedmail-queue-alternative-mail-header-separator into account.
4910
4911 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4912
4913 * smerge-mode.el: New file.
4914
4915 * font-lock.el (font-lock-multiline): New variable.
4916 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4917 (font-lock-remove-keywords): Added a dummy `mode' argument for
4918 potential future support.
4919 (font-lock-fontify-anchored-keywords,
4920 (font-lock-fontify-keywords-region): Only handle multiline strings
4921 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4922
4923 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4924
4925 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4926
4927 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4928
4929 1999-12-07 Dave Love <fx@gnu.org>
4930
4931 * help.el (view-emacs-problems): New command, bound to C-h P.
4932
4933 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4934
4935 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4936
4937 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4938 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4939 New code to support the minor mode version.
4940 (diff-recenter): New function.
4941 (diff-next-hunk, diff-next-file): Use it.
4942 (diff-remembered-files-alist): New var.
4943 (diff-merge-strings): New function.
4944 (diff-find-file-name): Make it smarter and use the user's input more.
4945 (diff-mode): Cosmetic changes.
4946
4947 * files.el (save-some-buffers): Turn EXITING into the more general
4948 PRED argument to allow specifying a subset of buffers.
4949
4950 * simple.el (kill-region): Use the new `delete-and-extract-region'
4951 rather than the undo log (which is incorrect with *-change-functions).
4952
4953 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4954 off-by-one problem that could force re-fontifying the whole buffer.
4955 (font-lock-remove-keywords): New function.
4956 (font-lock-add-keywords): Use the new function to ensure idempotence.
4957
4958 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4959
4960 * viper-cmd.el (viper-minibuffer-standard-hook,
4961 viper-minibuffer-real-start): Mew functions.
4962 (viper-read-string-with-history,viper-file-add-suffix,
4963 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4964 change in the status of the minibuffer prompt.
4965
4966 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4967
4968 * comint.el (comint-redirect-results-list)
4969 (comint-redirect-results-list-from-process): Remove interactive
4970 spec.
4971
4972 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4973
4974 * info.el (info-node, info-menu-5, info-xref): Define colors for
4975 Info faces if the display supports them.
4976
4977 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4978
4979 Changes for automatic remapping of X colors on terminal frames:
4980
4981 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4982 term-setup-hook. Call msdos-remember-default-colors and
4983 msdos-handle-reverse-video.
4984 (msdos-face-setup): Parts of code moved to
4985 msdos-setup-initial-frame.
4986 (msdos-handle-reverse-video): New function, modeled after
4987 x-handle-reverse-video.
4988 (make-msdos-frame): Don't use initial-frame-alist and
4989 default-frame-alist. Call msdos-handle-reverse-video.
4990 (msdos-color-aliases): Remove.
4991 (msdos-color-translate, msdos-approximate-color): Remove.
4992 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4993 for better approximation of X colors.
4994 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4995 up tty-color-alist (it is now on startup.el).
4996 (x-display-color-p, x-color-defined-p, x-color-values,
4997 x-defined-colors, face-color-supported-p, face-color-gray-p):
4998 Remove.
4999
5000 * facemenu.el (facemenu-read-color, list-colors-display): Use
5001 defined-colors for all frame types.
5002 (facemenu-color-equal): Use color-values for all frame types.
5003
5004 * faces.el (read-face-attribute): For :foreground and :background
5005 attributes and frames on character terminals, translate the color
5006 to the closest supported one before looking it up in the list of
5007 valid values.
5008 (face-valid-attribute-values): Call defined-colors for all types
5009 of frames.
5010 (defined-colors, color-defined-p, color-values, display-color-p):
5011 New finctions.
5012 (x-defined-colors, x-color-defined-p, x-color-values,
5013 x-display-color-p): Aliases for the above.
5014
5015 * startup.el (command-line): Register terminal colors for frame
5016 types other than x and w32, but only if the terminal supports
5017 colors. Call tty-color-define instead of face-register-tty-color.
5018
5019 * term/x-win.el (xw-defined-colors): Renamed from
5020 x-defined-colors.
5021 * term/w32-win.el (xw-defined-colors): Likewise.
5022
5023 * term/tty-colors.el: New file.
5024 * loadup.el: Load term/tty-colors.
5025
5026 1999-12-06 Dave Love <fx@gnu.org>
5027
5028 * ffap.el: Autoload the ffap alias directly.
5029
5030 1999-12-06 Inge Frick <inge@nada.kth.se>
5031
5032 * dired-aux.el (dired-do-shell-command): Changed documentation.
5033 (dired-shell-stuff-it): A `?' in COMMAND has now the same
5034 meaning as `*'.
5035
5036 1999-12-06 Gerd Moellmann <gerd@gnu.org>
5037
5038 * simple.el (insert-buffer): Doc fix.
5039
5040 * apropos.el (apropos-mode): Add autoload cookie.
5041
5042 1999-12-06 Sam Steingold <sds@goems.com>
5043
5044 * progmodes/etags.el (etags-tags-completion-table): Modified the
5045 regexp to allow for the CL symbols starting with `+*'.
5046 (tags-completion-table): Doc fix (it's an obarray, not an alist).
5047 (tags-completion-table, tags-recognize-empty-tags-table): Remove
5048 `function' quoting lambda.
5049 (tags-with-face): New macro.
5050 (list-tags, tags-apropos): Use it.
5051 (tags-apropos-additional-actions): New user option.
5052 (etags-tags-apropos-additional): Use it.
5053 (tags-apropos): Call etags-tags-apropos-additional.
5054 (tags-apropos-verbose): New user option.
5055 (etags-tags-apropos): Use it.
5056 (visit-tags-table-buffer, next-file): Use `unless'.
5057 (recognize-empty-tags-table): Renamed to
5058 tags-recognize-empty-tags-table.
5059 (complete-tag): Call tags-complete-tag bypassing try-completion.
5060
5061 1999-12-06 Kenichi Handa <handa@etl.go.jp>
5062
5063 * international/mule.el (set-buffer-file-coding-system): Docstring
5064 modified.
5065
5066 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
5067
5068 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
5069 using the hideshow package.
5070 (hs-special-modes-alist): Added entry for bibtex to allow the use
5071 of the hideshow package.
5072 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
5073 not longer provided by bibtex.el directly. Instead the hideshow
5074 package should be used.
5075 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
5076 references to bibtex-hide-entry-bodies.
5077
5078 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
5079
5080 * textmodes/bibtex.el: Copyright notice is up to date. Moved
5081 maintainer information closer to the beginning of the bibtex.el
5082 file.
5083 (bibtex-maintainer-salutation): New constant.
5084 (bibtex-version): New constant.
5085 (bibtex-submit-bug-report): Use bibtex-version and
5086 bibtex-maintainer-salutation.
5087 (bibtex-entry-field-alist): Made booktitle field optional for
5088 @inproceedings entries when crossreferenced.
5089 (bibtex-entry-field-alist): Added booktitle field to proceedings
5090 entry type (for cross referencing). Thanks to Wagner Toledo Correa
5091 for the suggestion.
5092 (bibtex-string-file-path): Fixed typo.
5093
5094 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
5095
5096 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
5097 for reftex.el.
5098 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
5099 to menu.
5100
5101 1999-12-04 Dave Love <fx@gnu.org>
5102
5103 * delsel.el: Revert previous change -- region is significant to
5104 skeleton.
5105
5106 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
5107
5108 * viper-cmd.el (viper-change-state): Use
5109 viper-ESC-moves-cursor-back to decide whether to move the cursor
5110 back.
5111
5112 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
5113
5114 * international/mule-util.el (truncate-string-to-width): Docsting
5115 fixed.
5116
5117 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
5118
5119 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
5120 use of `cond'.
5121 (lm-with-file): Move all the find-file...kill-buffer stuff into
5122 this macro. Make it use `find-file-noselect' and make it kill
5123 the buffer only if it wasn't already displayed somewhere.
5124 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
5125 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
5126 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
5127 (lm-commentary): Fix to handle the case when the change log is
5128 at the end of the file.
5129
5130 1999-12-02 Kenichi Handa <handa@etl.go.jp>
5131
5132 * international/mule.el (charsetp): Fix typo in docstring.
5133
5134 * international/mule-diag.el (list-coding-categories): Fix typo;
5135 automatic -> autoload.
5136
5137 1999-12-02 Gerd Moellmann <gerd@gnu.org>
5138
5139 * vc.el (vc-update-change-log): Look for rcs2log under
5140 exec-directory.
5141
5142 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
5143 outline-regexp, add outline-level.
5144 (lisp-outline-level): New.
5145
5146 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
5147 remove extraneous string-match.
5148
5149 * finder.el (finder-commentary): Activate Finder mode.
5150
5151 1999-12-01 Anders Lindgren <andersl@andersl.com>
5152
5153 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5154 off when reverting buffers that contained mode specifiers.
5155 `revert-buffer' is now called with non-nil PRESERVE-MODES
5156 argument.
5157
5158 1999-12-01 Dave Love <fx@gnu.org>
5159
5160 * delsel.el: Grok skeleton-pair-insert-maybe.
5161
5162 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5163
5164 * progmodes/cperl-mode.el (cperl-under-as-char):
5165 Use nil as default.
5166
5167 1999-11-30 Gerd Moellmann <gerd@gnu.org>
5168
5169 * speedbar.el (toplevel): Remove compatibility code for Emacs
5170 versions without custom.el.
5171
5172 1999-11-30 Dave Love <fx@gnu.org>
5173
5174 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
5175
5176 * autoinsert.el: Minor doc fixes.
5177 (auto-insert): Return nil.
5178
5179 * faces.el (set-face-documentation): Purecopy STRING.
5180
5181 1999-11-29 Dave Love <fx@gnu.org>
5182
5183 * derived.el: Doc fixes, remove old backquote syntax.
5184
5185 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
5186 comment warning about editing.
5187
5188 * help.el (help-mode-hook): Define.
5189
5190 1999-11-29 Gerd Moellmann <gerd@gnu.org>
5191
5192 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
5193 invalid translation of old-style backquote syntax to new syntax.
5194
5195 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
5196
5197 * Makefile (DONTCOMPILE): Add term/internal.el.
5198
5199 1999-11-26 Dave Love <fx@gnu.org>
5200
5201 * comint.el: Fix last change.
5202
5203 * emacs-lisp/advice.el: Fix last change.
5204
5205 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5206
5207 * cus-edit.el (Custom-reset-standard): Doc fix.
5208 (custom-variable-reset-standard): Doc fix.
5209 (custom-face-reset-standard): Doc fix.
5210 (custom-face-menu): "Reset to Standard" => "Erase Customization".
5211 (custom-variable-menu): Likewise.
5212 (custom-reset-menu): Likewise.
5213 (custom-buffer-create-internal): Likewise.
5214
5215 1999-11-26 Dave Love <fx@gnu.org>
5216
5217 * progmodes/make-mode.el (makefile-mode-hook): Customize.
5218
5219 * font-lock.el: Doc fixes.
5220
5221 * menu-bar.el (menu-bar-mode): Customize.
5222
5223 * cus-start.el: Add use-dialog-box.
5224
5225 * add-log.el (change-log-mode-hook): Customize.
5226 (add-log-current-defun): Use
5227 fortran-{beginning,end}-of-subprogram.
5228
5229 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5230
5231 * emacs-lisp/advice.el: Many doc fixes.
5232
5233 * comint.el (comint-preoutput-filter-functions): Doc fix.
5234
5235 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5236
5237 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5238 Improve messages for capitalization of arg names,
5239 for flag variables, for t and nil, for imperatives.
5240 Call them imperatives rather than infinitives sans "to".
5241 (checkdoc-common-verbs-wrong-voice): Add "moves".
5242 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5243
5244 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5245 Don't convert comments from 3-semicolon to 2-semicolon.
5246 That is a matter of style.
5247 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5248 (checkdoc-comments): Don't bind that variable.
5249
5250 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5251
5252 * files.el (write-file-hooks): Doc fix.
5253
5254 1999-11-26 Gerd Moellmann <gerd@gnu.org>
5255
5256 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5257
5258 1999-11-25 Dave Love <fx@gnu.org>
5259
5260 * hippie-exp.el: Require comint when compiling.
5261 (hippie-expand): Add :links.
5262 (hippie-expand-try-functions-list): Customize.
5263
5264 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5265
5266 * viper*el: Replaced old-style backquotes.
5267
5268 * ediff*el: Replaced old-style backquotes.
5269
5270 * ediff-merge
5271 (ediff-looks-like-combined-merge,ediff-get-combined-region):
5272 Changed to support the new format for ediff-combination-pattern.
5273
5274 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5275 Changed to support the new format for ediff-combination-pattern.
5276
5277 1999-11-24 Dave Love <fx@gnu.org>
5278
5279 * custom.el (custom-declare-group): Purecopy DOC.
5280 (custom-handle-keyword): Purecopy VALUE.
5281 (custom-add-link): Purecopy WIDGET.
5282 (custom-add-version): Purecopy VERSION.
5283 (custom-add-load): Purecopy LOAD.
5284
5285 * cus-face.el (custom-declare-face): Purecopy DOC.
5286
5287 * info.el:
5288 (Info-build-node-completions, Info-search, Info-follow-reference)
5289 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5290 (Info-find-emacs-command-nodes): Avoid properties on matched text
5291 which may appear in minibuffer.
5292
5293 1999-11-24 Gerd Moellmann <gerd@gnu.org>
5294
5295 * locate.el (locate-with-filter): Doc fix.
5296
5297 1999-11-24 Alex Schroeder <alex@gnu.org>
5298
5299 * sql.el (sql-find-sqli-buffer): New function.
5300 (sql-set-sqli-buffer-generally): New function.
5301 (sql-set-sqli-buffer): Better checking of new-buffer.
5302 (sql-copy-column): Add comma after INTO clause, too.
5303
5304 1999-11-24 Alex Schroeder <alex@gnu.org>
5305
5306 * sql.el (sql-imenu-generic-expression): New, used to set
5307 imenu-generic-expression.
5308
5309 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5310 setting font-lock-defaults' SYNTAX-ALIST. Set
5311 imenu-generic-expression, imenu-case-fold-search, and
5312 imenu-syntax-alist.
5313
5314 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5315 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5316
5317 1999-11-23 Andrew Innes <andrewi@gnu.org>
5318
5319 * w32-win.el (w32-drag-n-drop): Load files in current window, if
5320 drop coords aren't over a specific window.
5321
5322 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5323
5324 * ps-print.el: Define mule funs without checking if mule package is
5325 loaded.
5326 (ps-print-version): New version number (5.0.1).
5327 (ps-header-dirpart): Now uses abbreviate-file-name.
5328
5329 1999-11-23 Dave Love <fx@gnu.org>
5330
5331 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5332 comment-line-start.
5333 (fortran-comment-line-start-skip): Renamed from
5334 comment-line-start-skip.
5335 (fortran-mode-map): Use renamed functions. Add manual and custom
5336 entries to menu.
5337 (fortran-mode-hook): Customize.
5338 (fortran-comment-indent-function): Renamed from
5339 fortran-comment-hook.
5340 (delete-horizontal-regexp): Function deleted.
5341 (fortran-electric-line-number): Simplified.
5342 (fortran-beginning-of-subprogram): Renamed from
5343 beginning-of-fortran-subprogram.
5344 (fortran-end-of-subprogram): Renamed from
5345 end-of-fortran-subprogram.
5346 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5347 (fortran-previous-statement, fortran-next-statement): Simplified.
5348 (fortran-blink-match): New function.
5349 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5350 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5351 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5352 line-end-position.
5353 (fortran-fill): No longer interactive. Simplified.
5354 (fortran-break-line): Simplified.
5355 (fortran-analyze-file-format): Use char-after, not looking-at.
5356
5357 * emacs-lisp/find-func.el (find-function-regexp): Use
5358 `define-minor-mode' after easy-menu change.
5359
5360 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5361
5362 * comint.el: Add redirection.from active comint buffers into
5363 another buffer. Written by Peter Breton.
5364
5365 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
5366
5367 * emacs-lisp/autoload.el (make-autoload): Recognize the new
5368 `define-minor-mode'.
5369 (define-minor-mode): Specify `doc-string-elt'.
5370
5371 * emacs-lisp/easy-mmode.el: Changed maintainer.
5372 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5373 Use defcustom for the hooks; Improve the auto-generated docstrings.
5374 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5375 (define-minor-mode): Add BODY arg; Only declare the keymap if
5376 provided; Improve the auto-generated docstrings.
5377
5378 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5379
5380 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5381 that the leading `^' is at the start. This is necessary because
5382 paragraphs.el tries to remove anchors, but can find them only if
5383 they are the first character.
5384
5385 * progmodes/antlr-mode.el: New file.
5386
5387 * calendar/calendar.el: Fix autoload for
5388 calendar-absolute-from-astro. Add autoload for
5389 calendar-print-astro-day-number.
5390
5391 1999-11-21 Anders Lindgren <andersl@andersl.com>
5392
5393 * follow.el: Use modern backquote syntax. Minor comment update.
5394
5395 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5396
5397 * simple.el (with-syntax-table): Don't switch buffers.
5398
5399 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5400 progmodes/hideif.el: Use new backquote syntax.
5401
5402 1999-11-21 Ken Manheimer <klm@python.org>
5403
5404 * icomplete.el (icomplete-completions): Use an explicit variable
5405 `icomplete-prospects-length', obviating the need to use an
5406 apparently faulty throw/catch arrangement.
5407
5408 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5409
5410 * term/internal.el (IT-display-table-setup): Don't overstep
5411 character code 255.
5412
5413 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5414
5415 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5416 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5417
5418 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5419
5420 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5421 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5422
5423 * files.el (auto-mode-alist): Add patterns for diff-mode.
5424
5425 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5426 to detect an empty prompt.
5427
5428 1999-11-18 Dave Love <fx@gnu.org>
5429
5430 * simple.el (input-mode-8-bit): Fix the customization.
5431
5432 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5433
5434 * international/iso-acc.el (iso-languages): Add more
5435 characters for Portuguese.
5436
5437 * speedbar.el: Clean up comment at the start of the file.
5438 Remove RCS id.
5439
5440 * progmodes/compile.el (compilation-parse-errors): Use
5441 compilation-buffer-p instead of testing major-mode.
5442
5443 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5444
5445 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5446 (quickurl-ask): completion-ignore-case is set to the value of
5447 quickurl-completion-ignore-case for the duration of the call to
5448 completing-read.
5449
5450 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5451
5452 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5453
5454 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5455
5456 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5457 instead of ps-print-def.
5458
5459 * ps-print.el: Require ps-vars instead of ps-print-def.
5460
5461 * ps-mule.el: Require ps-vars instead of ps-print-def.
5462
5463 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5464
5465 * simple.el (with-syntax-table): Save buffer explicitly instead of
5466 using save-excursion.
5467
5468 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5469
5470 * mail/supercite.el: New maintainer.
5471
5472 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5473
5474 * progmodes/vhdl-mode.el: Use new backquote syntax.
5475
5476 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5477
5478 * simple.el (with-syntax-table): New.
5479
5480 1999-11-15 Sam Steingold <sds@ksp.com>
5481
5482 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5483
5484 1999-02-22 Sam Steingold <sds@goems.com>
5485
5486 * goto-addr.el (goto-address-at-mouse,
5487 goto-address-find-address-at-point): Use compose-mail.
5488 (goto-address-mail-method): Removed variable.
5489 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5490 goto-address-send-using-mail): Removed functions.
5491
5492 1998-11-03 Sam Steingold <sds@goems.com>
5493
5494 * simple.el (backward-delete-char-untabify):
5495 backward-delete-char-untabify-method can be `all' now - to delete
5496 hungrily including newlines.
5497
5498 1999-11-15 Sam Steingold <sds@ksp.com>
5499
5500 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5501
5502 1999-11-15 Dave Love <fx@gnu.org>
5503
5504 * cus-edit.el (customize-face, customize-face-other-window):
5505 Require match from completing-read.
5506 (custom-buffer-done-function): Default to custom-bury-buffer, not
5507 bury-buffer.
5508
5509 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5510
5511 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5512 progmodes/cperl-mode.el: Use new backquote syntax.
5513
5514 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5515
5516 * uniquify.el: Use new backquote syntax.
5517
5518 1999-11-14 Markus Rost <rost@ias.edu>
5519
5520 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5521 as in ispell-local-dictionary-alist.
5522
5523 1999-11-14 Alex Schroeder <alex@gnu.org>
5524
5525 * ansi-color.el (ansi-color-apply): Updated regexps to include
5526 highlighted face.
5527
5528 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5529
5530 * forms.el (forms--make-format-elt-using-text-properties):
5531 Treat `intangible' differently.
5532
5533 * forms.el: Use new backquote syntax.
5534
5535 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5536
5537 * textmodes/scribe.el (scribe-mode): Doc-fix.
5538
5539 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5540
5541 * net-utils.el (run-network-program, net-utils-run-program): Use
5542 the new backquote syntax.
5543 (smbclient-program, smbclient-program-options)
5544 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5545 variables
5546 (smbclient, smbclient-list-shares): New functions
5547
5548 1999-11-12 Sam Steingold <sds@ksp.com>
5549
5550 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5551 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5552 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5553 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5554 (viper-kbd-global-pair, viper-kbd-global-definition):
5555 Use the new backquote syntax.
5556
5557 * emulation/viper-cmd.el (viper-test-com-defun)
5558 (viper-prefix-arg-value, viper-prefix-arg-com):
5559 Use the new backquote syntax.
5560
5561 * emacs-lisp/debug.el (debugger-env-macro):
5562 Use the new backquote syntax.
5563
5564 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5565 Use the new backquote syntax.
5566
5567 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5568 New user variable.
5569 (calendar-hide-window): Use it.
5570 (increment-calendar-month, calendar-for-loop, calendar-sum):
5571 Use the new backquote syntax.
5572
5573 1999-11-12 Andrew Innes <andrewi@gnu.org>
5574
5575 * select.el (x-set-selection): Call buffer-substring, not
5576 substring. Also fix docstring
5577
5578 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5579
5580 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5581 of customizable variables to bug report message. Added
5582 system-type to package name in bug report.
5583
5584 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5585
5586 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5587 to display file names.
5588
5589 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5590
5591 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5592
5593 * isearch.el: Add lazy-highlighting feature.
5594
5595 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5596
5597 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5598 constant.
5599 (ps-mode-submit-bug-report): New function. Entry added to menu.
5600
5601 1999-11-10 William M. Perry <wmperry@aventail.com>
5602
5603 * mwheel.el: New file to support the new style wheeled mice.
5604
5605 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5606
5607 * startup.el (initial-scratch-message): Add ";;" to the front of
5608 lines in the message.
5609
5610 * files.el (file-local-copy): Remove optional BUFFER argument
5611 because that's not used by anything.
5612
5613 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5614 to-address.
5615
5616 1999-11-08 Markus Rost <rost@ias.edu>
5617
5618 * wid-edit.el (widget-button-click): Wrap with save-excursion
5619 to restore track-mouse in the correct buffer.
5620
5621 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5622
5623 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5624
5625 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5626
5627 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5628 lpr-command to "lp" for some system-types. (copied from lpr.el
5629 Emacs version 20.2.1).
5630
5631 1999-11-04 Markus Rost <rost@ias.edu>
5632
5633 * simple.el (comment-region): Strip off white space at end of
5634 comment-start.
5635
5636 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5637
5638 * faces.el (secondary-selection): Fix wrong color name.
5639
5640 1999-11-04 John Tobey <jtobey@epsilondev.com>
5641
5642 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5643 the default when invoking perldb in a non-Perl buffer, and other
5644 cases involving -e or --.
5645
5646 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5647
5648 * simple.el (previous-matching-history-element)
5649 (next-history-element): Use delete-field instead of erase-field.
5650
5651 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5652 Use delete-field instead of erase-field.
5653
5654 * faces.el (secondary-selection): Change background to yellow.
5655
5656 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5657 find the start of the text. Use field-string to read the user
5658 input.
5659
5660 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5661
5662 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5663 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5664 for compatibility with old face implementation.
5665
5666 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5667 Use erase-field instead of erase-buffer.
5668
5669 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5670 internal-show-cursor with new interface.
5671 (blink-cursor-timer-function): New.
5672 (blink-cursor-start): Use blink-cursor-timer-function.
5673
5674 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5675
5676 * calendar.el (redraw-calendar): Move to nearest date before
5677 redrawing.
5678
5679 * diary-lib.el (simple-diary-display): Reset modeline even if
5680 there are no diary entries since the diary buffer may be displayed.
5681
5682 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5683
5684 * emacs-lisp/debug.el (debug): If noninteractive, display the
5685 backtrace using `message', then exit Emacs.
5686 (debugger-batch-max-lines): New variable.
5687 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5688 Change the messages put at the start, to say that the debugger
5689 was entered.
5690
5691 1999-11-02 Sam Steingold <sds@ksp.com>
5692
5693 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5694
5695 1999-11-01 John Tobey <jtobey@epsilondev.com>
5696
5697 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5698 presence of perl switches other than "-e".
5699
5700 1999-11-01 Markus Rost <rost@ias.edu>
5701
5702 * dired-x.el (dired-smart-shell-command): Use
5703 shell-command-history as in shell-command.
5704
5705 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5706
5707 * userlock.el (ask-user-about-lock): Doc fix.
5708
5709 * frame.el: Doc fixes.
5710
5711 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5712
5713 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5714 of show-cursor.
5715 (blink-cursor-start, blink-cursor-end): Ditto.
5716
5717 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5718
5719 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5720
5721 * window.el (walk-windows): If ALL-FRAMES is a frame,
5722 start on that frame. Use save-selected-window.
5723
5724 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5725
5726 * simple.el (end-of-buffer): Use window-end to find the window end
5727 instead of vertical-motion because this handles variable-height
5728 lines correctly.
5729
5730 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5731
5732 * ediff.el: Version change.
5733
5734 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5735 make sure you are in a good frame before deleting other
5736 windows.
5737 (ediff-file-checked-in-p): Don't consider CVS
5738 files checked in.
5739 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5740 are writing to a newly created empty file.
5741
5742 * ediff-mult.el (ediff-show-session-group-hook): New default.
5743
5744 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5745 First cd to the file directory. reportedly works
5746 better with remote files.
5747
5748 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5749 Use file-name-nondirectory when passing files to CVS.
5750
5751 * ediff-diff.el (ediff-cmp-options): New variable.
5752 (ediff-same-file-contents): Use ediff-cmp-options.
5753
5754 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5755 ediff-get-patch-buffer): Use current buffer if it appears to be a
5756 patch.
5757
5758 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5759 C-g
5760
5761 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5762 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5763 (viper-save-cursor-color,viper-restore-cursor-color):
5764 Improved cursor color handling.
5765 (viper-get-saved-cursor-color-in-replace-mode,
5766 viper-get-saved-cursor-color-in-insert-mode): New functions for
5767 better cursor color handling.
5768
5769 * viper-ex.el (ex-read,ex-edit):
5770 Fixes for correct interpretation of #,%.
5771 (viper-ex): Now works correctly when called from other functions.
5772 (viper-glob-function): New variable.
5773 (viper-ex): Save excursion before doing :global.
5774
5775 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5776
5777 * viper-cmd.el (viper-post-command-sentinel,
5778 viper-insert-state-post-command-sentinel,
5779 viper-insert-state-pre-command-sentinel): Takes better care of
5780 cursor colors.
5781
5782 * viper.el: Version change.
5783
5784 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5785
5786 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5787 that the modeline display was updated *only* when
5788 `whitespace-display-in-modeline' was set, not otherwise.
5789
5790 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5791
5792 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5793 "frac12".
5794
5795 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5796 ad-activate.
5797
5798 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5799
5800 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5801 using fboundp instead of assuming that these are not present in
5802 particular flavors of emacs.
5803 (whitespace-version): Update to 2.8
5804 (whitespace-display-in-modeline): Add custom variable to control
5805 displaying the whitespace errors on the modeline based on
5806 suggestion from <klaus.berndl@sdm.de>
5807 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5808 clean, to enable using as a hook function, as suggested by Puneet
5809 Goel <puneet@computer.org>
5810 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5811 quiet was not set, even with whitespace-auto-cleanup set.
5812 (whitespace-mode-line): Now uses less modeline real estate and
5813 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5814 which is present in the file, and <y> is any type of whitespace
5815 whose check has been suppressed by setting
5816 `whitespace-check-<whitespace-type>' to nil.
5817 (whitespace-unchecked-whitespaces): New function to return the
5818 list of whitespaces for whom checks have been suppressed.
5819 (whitespace-display-unchecked-whitespaces): Renamed to
5820 `whitespace-update-modeline' to reflect its functionality.
5821
5822 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5823
5824 * progmodes/compile.el (compilation-error-regexp-alist):
5825 Undo previous change.
5826
5827 1999-10-28 Dave Love <fx@gnu.org>
5828
5829 * help.el (help-follow): Make arg optional again and really
5830 default to point.
5831
5832 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5833
5834 * paths.el (rmail-file-name): Make it an option.
5835
5836 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5837 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5838 comment fixes.
5839
5840 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5841 MIPS Pro 7.3 compiler error message syntax.
5842
5843 1999-10-27 Dave Love <fx@gnu.org>
5844
5845 * progmodes/compile.el: Checkdoc-inspired fixes.
5846
5847 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5848
5849 * lpr.el (print-buffer): Doc-string fix.
5850
5851 1999-10-27 Dave Love <fx@gnu.org>
5852
5853 * emacs-lisp/advice.el: Doc fixes.
5854 (ad-lemacs-p): Removed.
5855 (advice): Add :link to defgroup.
5856
5857 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5858
5859 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5860 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5861
5862 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5863
5864 * window.el (walk-windows): If ALL-FRAMES is a frame,
5865 start on that frame. Use save-selected-window.
5866
5867 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5868
5869 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5870 ad-activate. All callers changed, including those in data.c.
5871 (ad-activate-internal-off): Renamed from ad-activate-off.
5872 All uses changed.
5873 (ad-activate): Renamed from ad-activate-on. All uses changed.
5874 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5875 Alter the definition of ad-activate-internal, not ad-activate.
5876
5877 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5878
5879 * startup.el (command-line-1): Add support for command line
5880 arguments `file' and `execute'. Fix handling of `visit'.
5881
5882 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5883
5884 * international/mule-cmds.el (read-input-method-name): Handle the
5885 case that the arg DEFAULT is symbol.
5886
5887 * international/mule-diag.el (mule-diag): Handle the case that
5888 default-input-method is symbol.
5889
5890 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5891
5892 * textmodes/tildify.el: New file.
5893
5894 1999-10-25 Sam Steingold <sds@ksp.com>
5895
5896 * Makefile (compile-files): Fixed the "tr" strings.
5897 (EMACS): Set to ../src/emacs.
5898
5899 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5900
5901 * info.el (Info-build-node-completions): Add '("*") to the
5902 completion list.
5903
5904 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5905
5906 * frame.el (auto-raise-mode): When enabling the mode,
5907 immediately raise the selected frame.
5908
5909 * indent.el (indent-region): Doc fix.
5910
5911 * comint.el (comint-output-filter): Make the Comint buffer current
5912 for the comint-preoutput-filter-functions.
5913
5914 * mail/reporter.el: Doc fix.
5915
5916 1999-10-24 Stephen Eglen <stephen@gnu.org>
5917
5918 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5919 that Octave lisp files can also run under XEmacs 20.
5920 (require 'custom) added so that files can run under Emacs 19.34.
5921
5922 * iswitchb.el (iswitchb-default-keybindings): No need to use
5923 read-kbd-macro in keybindings.
5924
5925 1999-10-23 Dave Love <fx@gnu.org>
5926
5927 * elide-head.el: New file.
5928
5929 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5930
5931 * Makefile (compile-files, backup-compiled-files): New targets.
5932 (bootstrap, bootstrap-clean): Ditto.
5933
5934 1999-10-22 Paul Eggert <eggert@twinsun.com>
5935
5936 * international/mule-cmds.c (locale-language-names):
5937 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5938 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5939 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5940 Use Latin-8 for Welsh.
5941 Use Latin-1 for English if "en" is explicitly specified.
5942 Use Latin-1 for Scots Gaelic, Tagalog.
5943 Use Latin-1 (not Latin-4) for Greenlandic.
5944 Use Latin-1 (not Latin-2) for Albanian.
5945 (locale-preferred-coding-systems, locale-language-names):
5946 Remove generic ISO 8859 locales; locale-charset-language-names now
5947 does this.
5948 (locale-charset-language-names): New variable.
5949 (set-locale-environment): Use language name specified by
5950 locale-charset-language-names if its charsets disagree with the
5951 language name specified by locale-language-names.
5952
5953 1999-10-22 Dave Love <fx@gnu.org>
5954
5955 * make-mode.el: Minor doc fixes.
5956
5957 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5958
5959 1999-10-21 Dave Love <fx@gnu.org>
5960
5961 * loadup.el: Add latin-8, latin-9.
5962
5963 1999-10-20 Paul Eggert <eggert@twinsun.com>
5964
5965 * disp-table.el (standard-display-european): Remove undocumented
5966 arg AUTO; no longer used by startup.el. Do not attempt to treat
5967 all non-English language environments as coding system names.
5968 Instead, use the downcased language environment name as a coding
5969 system name if it is one; otherwise, use latin-1.
5970
5971 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5972
5973 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5974 that were split so that part of the comment appeared as Lisp code.
5975
5976 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5977
5978 * ps-bdf.el: Doc fix.
5979
5980 * ps-print-def.el: New file: common definitions for all parts of
5981 ps-print.
5982 (ps-multibyte-buffer): Moved from ps-mule.
5983
5984 * ps-mule.el: File dependence fix.
5985 (ps-multibyte-buffer): Moved to ps-print-def.
5986
5987 * ps-print.el: Doc fix, better customization.
5988 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5989 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5990 (ps-end-file): Doc fix.
5991 (ps-setup, ps-begin-file): Fun fix.
5992 (postscript): New group.
5993 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5994 (ps-print-prologue-1): Adjust PostScript programming.
5995 (ps-print): Adjust group hierarchy.
5996 (ps-print-n-up, ps-print-zebra, ps-print-background,
5997 ps-print-printer)
5998 (ps-print-page): New subgroups.
5999 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
6000 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
6001 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
6002 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
6003 (ps-zebra-stripe-height, ps-print-background-image)
6004 (ps-print-background-text, ps-spool-config): Adjust customization.
6005 (dos-ps-printer): Definition eliminated.
6006
6007 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6008
6009 * ps-mule.el: Doc fix, define functions properly if mule package is
6010 loaded or not.
6011 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
6012 mule package is loaded or not.
6013
6014 * ps-print.el: Doc fix, n-up printing.
6015 (ps-print-version): New version number (5.0).
6016 (ps-page-dimensions-database): Added document media.
6017 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
6018 (ps-page-order, ps-printing-region-p): New vars.
6019 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
6020 funs.
6021 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
6022 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
6023 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
6024 (ps-n-up-xstart, ps-n-up-ystart): New macros.
6025 (ps-print-begin-sheet-hook): New hook.
6026 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
6027 const.
6028 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
6029 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
6030 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
6031 (ps-count-lines): Changed to defun.
6032 (ps-header-page): Changed to defsubst, fix fun.
6033 (ps-printing-region): Doc fix, adjust programming code.
6034 (ps-output-boolean, ps-background-pages, ps-background-text)
6035 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
6036 programming code.
6037
6038 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6039
6040 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
6041 (ps-print-version): New version number (4.2).
6042 (ps-spool-config, ps-spool-tumble): New vars.
6043 (ps-print-prologue-1): Changed to defconst, adjust PostScript
6044 programming, new PostScript procedure to handle errors.
6045 (ps-print-prologue-2): Changed to defconst.
6046 (ps-print-duplex-feature): New const: duplex and tumble setting.
6047 (ps-setup, ps-begin-file): Fix funs.
6048 (ps-boolean-capitalized): New fun.
6049
6050 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
6051
6052 * Makefile (dontcompilefiles): Obsoleted.
6053 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
6054 (EL): Unused.
6055 (temacs): Removed (unused).
6056 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
6057 version of the file (necessary for the update to work properly).
6058 (autoloads): Force the use of `pwd`/loaddefs.el.
6059 (updates); Redefined in terms of other targets to reduce redundancy.
6060 (.el.elc): New default rule, just in case you want it.
6061 (compile): Use a single invocation of Emacs.
6062 (bootstrap-compile); Unneeded.
6063 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
6064
6065 1999-10-19 Dave Love <fx@gnu.org>
6066
6067 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
6068
6069 1999-10-19 Sam Steingold <sds@ksp.com>
6070
6071 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
6072 comply with the comment.
6073
6074 1999-10-19 Gerd Moellmann <gerd@gnu.org>
6075
6076 * autorevert.el (auto-revert-mode): Make auto-revert-mode
6077 permanent-local.
6078
6079 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
6080
6081 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
6082 value: \"lpr\" changed to "lpr"
6083 (ps-mode-version): New constant
6084 (ps-mode-show-version): New function, added key in ps-mode-map
6085 (ps-run-messages): Removed
6086 (ps-run-font-lock-keywords-2): New defcustom variable replacing
6087 ps-run-messages. These keywords now include the value of
6088 ps-run-prompt, making its fontification customizable.
6089 (ps-run-init): Removed \\n from docstring, it is now added when
6090 the value is used
6091 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
6092 ps-run-prompt
6093 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
6094 customizable variables in doc-string (its equivalent
6095 ps-run-messages was missing in previous version of the doc-string)
6096 (ps-run-mode): Simplified assignment to font-lock-defaults, using
6097 symbols only
6098
6099 1999-10-19 Alex Schroeder <alex@gnu.org>
6100
6101 * ansi-color.el: Complete rewrite.
6102
6103 1999-10-19 Paul Eggert <eggert@twinsun.com>
6104
6105 Fix bootstrapping problems.
6106 Use the system locale to specify Emacs locale defaults.
6107
6108 * international/mule-cmds.el (global-map):
6109 Do not use backquote, because that makes a bootstrapping
6110 problem if you need to recompile all Lisp files using interpreted code.
6111 * international/mule.el (charset-id, charset-bytes,
6112 charset-dimension, charset-chars, charset-width,
6113 charset-direction, charset-iso-final-char,
6114 charset-iso-graphic-plane, charset-reverse-charset,
6115 charset-short-name, charset-long-name, charset-description,
6116 charset-plist): Likewise.
6117 * subr.el (save-match-data): Likewise.
6118
6119 * international/mule-cmds.el
6120 (set-display-table-and-terminal-coding-system): New function,
6121 containing code migrated out of set-language-environment.
6122 (set-language-environment, set-locale-environment): Use it.
6123 (locale-translation-file-name): Moved here from startup.el.
6124 (locale-language-names, locale-preferred-coding-systems):
6125 New vars.
6126 (locale-name-match, set-locale-environment): New functions.
6127
6128 * language/japan-util.el (setup-japanese-environment-internal):
6129 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
6130
6131 * startup.el (iso-8859-n-locale-regexp): Remove.
6132 (locale-translation-file-name): Move to mule-cmds.el.
6133 (command-line): Move locale-stuff into set-locale-environment.
6134
6135 1999-10-18 Dave Love <fx@gnu.org>
6136
6137 * abbrev.el (add-abbrev, inverse-add-abbrev)
6138 (expand-region-abbrevs): Remove properties from buffer text.
6139
6140 1999-10-17 Gerd Moellmann <gerd@gnu.org>
6141
6142 * iswitchb.el (iswitchb-exhibit): Extract user-input only
6143 from the mini-buffer, without the prompt.
6144
6145 * simple.el (minibuffer-prompt-end): Return the position
6146 after the prompt, not the position of that last character
6147 of the prompt.
6148
6149 1999-10-17 Miles Bader <miles@gnu.org>
6150
6151 * simple.el: Doc fixes.
6152
6153 1999-10-17 Miles Bader <miles@gnu.org>
6154
6155 * simple.el (previous-matching-history-element, next-history-element):
6156 Change to work correctly even if the point is in the prompt.
6157 (choose-completion-string): Likewise.
6158 (minibuffer-prompt-width): New function (compatibility with old subr).
6159
6160 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6161 When constraining the final position to the current field,
6162 don't use the ONLY-IN-LINE mode of constrain-to-field.
6163
6164 1999-10-17 Miles Bader <miles@gnu.org>
6165
6166 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6167 constrain-to-field.
6168 * textmodes/paragraphs.el (forward-sentence): Likewise.
6169
6170 1999-10-17 Miles Bader <miles@gnu.org>
6171
6172 * simple.el (line-move): Use constrain-to-field to avoid
6173 moving into a prompt.
6174 (previous-complete-history-element): Clarify doc string.
6175 (next-complete-history-element): Likewise.
6176 Use field-beginning instead of point-min.
6177 (next-matching-history-element): Use field-beginning and
6178 erase-field instead of point-min and erase-buffer.
6179 * textmodes/paragraphs.el
6180 (forward-paragraph, forward-sentence): Likewise.
6181 (backward-kill-paragraph, backward-kill-sentence): Remove code to
6182 constrain the kill to an field, as the movement commands now
6183 do this.
6184
6185 1999-10-17 Miles Bader <miles@gnu.org>
6186
6187 * simple.el (previous-matching-history-element): Get the
6188 minibuffer input with field-string instead of buffer-string.
6189 (choose-completion-string): Likewise.
6190 (next-history-element): Likewise.
6191 Erase the minibuffer input with erase-field, not erase-buffer.
6192 Use field-beginning to find the beginning of the input.
6193 * textmodes/paragraphs.el (backward-kill-sentence):
6194 Remove minibuffer-prompt hack.
6195 Constrain to any input field.
6196
6197 1999-10-17 Sam Steingold <sds@ksp.com>
6198
6199 * bindings.el (completion-ignored-extensions): Added ".sparcf"
6200 for CMUCL on sparc and ".ufsl" for LispWorks.
6201 (bound-and-true-p): Bugfix: free variable `v'.
6202
6203 1999-10-16 Dave Love <d.love@dl.ac.uk>
6204
6205 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
6206 (edebug-uninstall-read-eval-functions): Use load-read-function,
6207 avoiding elisp-eval.
6208
6209 1999-10-16 Sam Steingold <sds@ksp.com>
6210
6211 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
6212 instead of `eql'.
6213
6214 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
6215
6216 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6217 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6218 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6219 * ediff-util.el (ediff-make-temp-file):
6220 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6221 * emerge.el (emerge-make-temp-file):
6222 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6223 * vc.el (vc-update-change-log):
6224 * mail/mailpost.el (post-mail-send-it):
6225 * mail/metamail.el (metamail-region):
6226 * progmodes/cmacexp.el (c-macro-expansion):
6227 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6228
6229 1999-10-15 Gerd Moellmann <gerd@gnu.org>
6230
6231 * smtpmail.el (smtpmail-via-smtp): Add support for
6232 automatically appending a domain to RCPT TO: addresses.
6233
6234 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6235
6236 * dired.el (dired-insert-directory): Insert the amount of
6237 free space after the total size.
6238 (dired-free-space-program, dired-free-space-args): New variables.
6239
6240 1999-10-14 Karl Heuer <kwzh@gnu.org>
6241
6242 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6243
6244 1999-10-14 Dave Love <fx@gnu.org>
6245
6246 * international/characters.el:
6247 * international/fontset.el:
6248 * international/mule-conf.el: Add latin-iso8859-1[45].
6249
6250 * language/european.el: Add Latin-8, Latin-9. Modify some doc
6251 strings.
6252
6253 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6254 (command-line): Detect Latin-[89] locales.
6255
6256 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6257
6258 * international/mule-cmds.el (select-safe-coding-system)
6259 (leim-list-header): Avoid the use of strings that start with backslash
6260 newline since lread.c:read1 has a hack to turn those strings into
6261 integer 0 during the loadup.el process.
6262
6263 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6264
6265 1999-10-13 Dave Love <fx@gnu.org>
6266
6267 * image.el (insert-image): Copy the image spec and add an
6268 intangible property.
6269
6270 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6271
6272 * help.el (help-xref-interned): Make it also work on variable-only
6273 and function-only symbols.
6274 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6275 (help-follow): If the point under mouse is not highlighted, try
6276 `help-xref-interned' on the pointed-to symbol anyway.
6277
6278 * info.el (Info-on-current-buffer): New entry point.
6279 (Info-find-node): Split into two for Info-on-current-buffer to
6280 hook into it.
6281 (Info-current-file, Info-set-mode-line, Info-up):
6282 Info-current-file can now be t.
6283 (Info-clone-buffer-hook): Function for `clone-buffer'.
6284 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6285 Make `clone-buffer' available in various ways to the user.
6286
6287 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
6288
6289 * simple.el (shell-command, shell-command-on-region): Use
6290 make-temp-file.
6291 (clone-buffer, clone-process, clone-buffer-hook): New functions.
6292
6293 * subr.el (with-current-buffer): Don't use backquotes to avoid
6294 bootstrapping problems.
6295
6296 * loadup.el (load-path): Add subdirs for bootstrapping.
6297 (docstrings): Ignore errors during bootstrapping.
6298 (args): New `bootstrap' argument (for use in place of `dump').
6299
6300 1999-10-12 Emmanuel Briot <briot@gnat.com>
6301
6302 * ada-stmt.el: Doc-string fixes.
6303
6304 1999-10-12 Gerd Moellmann <gerd@gnu.org>
6305
6306 * recentf.el: New file.
6307
6308 * ps-mode.el: New file.
6309
6310 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6311 case insensitive.
6312
6313 1999-10-12 Richard Sharman <rsharman@pobox.com>
6314
6315 * sh-script.el: Added support for indenting existing scripts.
6316 (sh-mode-map): Added new bindings.
6317 (sh-mode): Updated mode doc-string for new commands, added
6318 make-local-variable calls, initialize mode-specific variables.
6319 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
6320 is now a different function.
6321 (sh-header-marker): Changed docstring.
6322 (sh-set-shell): Initialize mode-specific variables.
6323 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6324 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6325 Changed these define-skeleton calls to work with user-specified
6326 indentation settings.
6327 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6328 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6329 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6330 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6331 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6332 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6333 (sh-guess-basic-offset, sh-handle-after-case-label)
6334 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6335 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6336 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6337 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6338 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6339 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6340 (sh-handle-this-then, sh-help-string-for-variable)
6341 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6342 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6343 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6344 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6345 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6346 (sh-remove-our-text-properties, sh-rescan-buffer)
6347 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6348 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6349 (sh-scan-case, sh-search-word, sh-set-char-syntax)
6350 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6351 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6352 functions.
6353 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6354 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6355 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6356 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6357 (sh-var-list): New variables.
6358
6359 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
6360
6361 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6362 a value one line to high if the cursor wasn't at the start of a
6363 line. A `beginning-of-line' is now performed before making the
6364 call to `count-lines'.
6365
6366 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
6367
6368 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6369
6370 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6371
6372 * Makefile (setwins): Abstract out the command to find subdirectories
6373 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6374 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6375 (autoloads-with-other-emacs): Use it.
6376
6377 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6378
6379 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6380
6381 * Makefile (bootstrap-compile): New target. Compile Lisp
6382 files with ../src/temacs.
6383
6384 1999-10-08 Dave Love <fx@gnu.org>
6385
6386 * ange-ftp.el: Require dired when compiling.
6387 (ange-ftp-normal-login): Allow EFS-style port specification.
6388
6389 1999-10-08 Simon Marshall <simon@gnu.org>
6390
6391 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6392 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6393 If STRINGS is nil, return "" rather than nil.
6394
6395 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6396
6397 * Makefile (compile): Compile files one by one. Set load-path to
6398 current directory and subdirectories when compiling.
6399
6400 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6401
6402 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6403 (emacs): Use it everywhere instead of EMACS.
6404 (compile): New target. Compile all Lisp files from scratch.
6405 (recompile): New target. Recompile lisp directory.
6406 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6407 an Emacs executable not built in the current directory tree.
6408
6409 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6410
6411 * filecache.el (file-cache-completion-ignore-case): New variable,
6412 defaulting to the value of completion-ignore-case.
6413 (file-cache-minibuffer-complete): Use it.
6414 (file-cache-files-matching, file-cache-files-matching-internal):
6415 New functions.
6416
6417 1999-10-07 Emmanuel Briot <briot@gnat.com>
6418
6419 * ada-xref.el: New file
6420
6421 * ada-prj.el: New file
6422
6423 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6424
6425 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6426 subprogram being created.
6427
6428 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6429 ada-indent-newline-indent): Rewritten to support the new indentation
6430 scheme
6431
6432 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6433 New functions
6434
6435 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6436 justification parameter
6437
6438 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6439 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6440 external program
6441
6442 1999-10-07 Dave Love <fx@gnu.org>
6443
6444 * bindings.el (bound-and-true-p): New macro.
6445 (make-mode-line-mouse-sensitive): Don't require easymenu.
6446
6447 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6448
6449 * custom.el (defface): Extend documentation for new values of
6450 `type'.
6451
6452 * faces.el (face-spec-set-match-display): Recognize `type' of
6453 `motif', `lucid', `x-toolkit'.
6454 (menu): New face.
6455
6456 1999-10-05 Dave Love <fx@gnu.org>
6457
6458 * files.el: Recognize temporary crontab files.
6459
6460 * info.el: Require jka-compr when compiling.
6461 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6462
6463 1999-10-04 Dave Love <fx@gnu.org>
6464
6465 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6466 scroll-up-aggressively, scroll-down-aggressively.
6467
6468 * time.el (display-time-mode): Add autoload cookie.
6469
6470 * rect.el (delete-extract-rectangle): Doc fix from verna.
6471
6472 * help-macro.el (three-step-help): Customize.
6473
6474 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6475
6476 * hexl.el (hexlify-buffer): Move point in proper range
6477 if it is too large.
6478 (hexl-after-revert-hook): Update hexl-max-address.
6479 (hexl-address-to-marker): Doc fix.
6480
6481 1999-10-03 Dave Love <fx@gnu.org>
6482
6483 * image.el (defimage): Remove redundant code. Substitute file in
6484 image plist.
6485
6486 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6487
6488 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6489 when doing with-temp-file.
6490
6491 1999-10-01 Dave Love <fx@gnu.org>
6492
6493 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6494
6495 * help.el: Require view when compiling.
6496 (view-emacs-FAQ): Use Info version.
6497
6498 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6499
6500 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6501 (normat->normal). Use correct font names for Korean
6502 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6503
6504 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6505
6506 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6507 code not used by KOI8 to the same 8-bit code instead of mapping to
6508 SPC.
6509 (cyrillic-alternativnyj-decode-table): Likewise.
6510
6511 1999-09-29 Alex Schroeder <alex@gnu.org>
6512
6513 * sql.el (sql-imenu-generic-expression): Aew, used to set
6514 imenu-generic-expression.
6515 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6516 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6517 imenu-case-fold-search, and imenu-syntax-alist.
6518 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6519 setting font-lock-defaults' SYNTAX-ALIST.
6520
6521 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6522
6523 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6524 macro, try again.
6525
6526 1999-09-28 Dave Love <fx@gnu.org>
6527
6528 * cus-edit.el (custom-comment): Change widget definition.
6529 (custom-comment-create, custom-comment-show)
6530 (custom-comment-invisible-p): Don't use :comment-overlay.
6531 (custom-comment-hide): New function.
6532 (custom-variable-set, custom-variable-save)
6533 (custom-variable-reset-standard, custom-face-set)
6534 (custom-face-save): Use it.
6535
6536 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6537
6538 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6539
6540 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6541
6542 * faces.el (region): Doc fix.
6543
6544 1999-09-27 Dave Love <fx@gnu.org>
6545
6546 * isearch.el (isearch): Add :links in defgroup.
6547 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6548 (isearch-switch-frame-handler): Comment out (unused).
6549 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6550 (isearch-ring-retreat-edit): Doc fix.
6551 (isearch-mouse-yank): New command.
6552 (isearch-last-command-char): Removed. Callers changed to use
6553 last-command-char.
6554 (isearch-char-to-string): Removed. Callers changed to use
6555 char-to-string.
6556
6557 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6558
6559 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6560 option for Russian.
6561
6562 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6563
6564 * faces.el (face-differs-from-default-p): Compare face
6565 attributes individually.
6566
6567 * image.el (put-image, insert-image): Add string argument.
6568
6569 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6570
6571 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6572 LANG=de_DE.iso88591 on HPUX 11.0.
6573
6574 * dired.el (dired-move-to-filename-regexp): Make it work
6575 for LANG=de_DE.iso88591 on HPUX 11.0.
6576
6577 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6578
6579 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6580 if we know for some other reason it should not be used.
6581
6582 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6583 New variable.
6584 (edebug-recursive-edit): Save current-prefix-arg there,
6585 bind it, and set it back at the end.
6586 (edebug-outside-excursion): Restore and update the outside
6587 value of current-prefix-arg.
6588 (edebug-emacs-version-specific): Delete support for Epoch.
6589
6590 1999-09-24 Howard Melman <howard@silverstream.com>
6591
6592 * imenu.el (imenu-after-jump-hook): New variable.
6593 (imenu): Run menu-after-jump-hook.
6594 (imenu-name-lookup-function): New variable.
6595 * imenu.el (imenu--in-alist): Use those variables.
6596
6597 1999-09-24 Carsten Dominik <cd@gnu.org>
6598
6599 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6600 multiple thebibliography environments.
6601
6602 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6603 with recentering window.
6604 (reftex-extract-bib-entries-from-thebibliography,
6605 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6606 with multiple thebibliography environments.
6607
6608 * textmodes/reftex-vars.el
6609 (reftex-section-levels): Function allowed as cdr.
6610 (reftex-max-section-depth) New option.
6611
6612 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6613 with multiple thebibliography environments.
6614
6615 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6616
6617 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6618 instead of point-min in call to delete-region.
6619
6620 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6621
6622 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6623 out into arbitrary file names.
6624
6625 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6626
6627 * language/european.el ("Turkish"): New language environment.
6628
6629 1999-09-19 Dave Love <fx@gnu.org>
6630
6631 * delim-col.el: New file.
6632
6633 1999-09-17 Richard Stallman <rms@gnu.org>
6634
6635 * files.el (after-find-file): When visiting a backup file,
6636 make it read-only.
6637
6638 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6639 (apropos-keybinding-face, apropos-label-face): Likewise.
6640 (apropos-property-face, apropos-match-face): Likewise.
6641 (apropos-label-properties): New variable.
6642 (apropos-print-doc): Use apropos-label-properties.
6643 (apropos-print): Set apropos-label-properties.
6644
6645 1999-09-15 Richard Stallman <rms@gnu.org>
6646
6647 * winner.el: Use aref instead of sref.
6648
6649 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6650
6651 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6652
6653 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6654
6655 1999-09-14 Richard Stallman <rms@gnu.org>
6656
6657 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6658 cookie, even if followed by a letter.
6659
6660 1999-09-14 Stephen Eglen <stephen@gnu.org>
6661
6662 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6663 --no-line-editing are passed to Octave by including them here
6664 rather than storing them in inferior-octave-startup-args.
6665
6666 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6667
6668 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6669 command, option, env and sc.
6670
6671 * subr.el (shell-quote-argument): Quote argument with double
6672 quotes for ms-dos.
6673
6674 1999-09-14 Richard Stallman <rms@gnu.org>
6675
6676 * simple.el (eval-expression-print-level): New variable.
6677 (eval-expression-print-length): New variable.
6678 (eval-expression-debug-on-error): New variable.
6679 (eval-expression): Bind print-level, print-length and
6680 debug-on-error from those vars.
6681
6682 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6683 Bind print-level, print-length and debug-on-error.
6684
6685 1999-09-14 Inge Frick <inge@nada.kth.se>
6686
6687 * dired.el (dired-recursive-deletes): New custom variable.
6688 (dired-re-no-dot): New variable.
6689 (dired-delete-file): New function deletes files and directories
6690 recursively.
6691 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6692
6693 * dired-aux.el (dired-recursive-copies): New custom variable.
6694 (dired-handle-overwrite): Broke a long line.
6695 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6696 `copy-file'.
6697 (dired-copy-file-recursive): New function. Copy directories
6698 recursively.
6699 (dired-do-create-files): Added support for generalized directory
6700 target. How-to function may now return a function. New fluid
6701 variable `dired-one-file'.
6702 (dired-copy-how-to-fn): New variable.
6703 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6704 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6705 (dired-do-copy-regexp): No recursive copies.
6706
6707 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6708
6709 * whitespace.el (whitespace-version): Update version to 2.4
6710
6711 * whitespace.el: Add customization variables to conditionally test
6712 any of the five whitespaces, per request from Rune Kleveland
6713 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6714
6715 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6716
6717 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6718 list of modes to be checked for bogus whitespaces.
6719
6720 * whitespace.el (whitespace-rescan-timer-time): Update
6721 documentation.
6722
6723 * whitespace.el (whitespace-display-unchecked-whitespaces):
6724 New function to update modeline with untested whitespaces.
6725
6726 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6727 checking is turned on, and update modeline using the newly created
6728 `whitespace-display-unchecked-whitespaces'.
6729
6730 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6731 whose checking is turned on, and update modeline using the newly
6732 created `whitespace-display-unchecked-whitespaces'.
6733
6734 * whitespace.el (whitespace-describe): Update documentation.
6735
6736 * whitespace.el (whitespace-tickle-timer): Test if
6737 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6738
6739 1999-09-13 Dave Love <fx@gnu.org>
6740
6741 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6742
6743 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6744 for temp buffer.
6745 (checkdoc-this-string-valid): Don't assume default comment-start.
6746
6747 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6748
6749 * rsz-mini.el: Remove code, keep the interface.
6750
6751 1999-09-13 Dave Love <fx@gnu.org>
6752
6753 * help.el (help-highlight-p): Doc fix.
6754
6755 * faces.el (mode-line, header-line, tool-bar): Add :version.
6756 (highlight, secondary-selection): Add :group.
6757 (trailing-whitespace): Add :group, :version.
6758
6759 * wid-edit.el: Remove some compatibility code and checks.
6760 (widget-specify-field, widget-specify-button): Don't use XEmacs
6761 properties.
6762 (widget-overlay-inactive): Change error message.
6763 (widget-button-pressed-face): New variable.
6764 (widget-button-click): Use it.
6765 (widget-documentation-link-add): Specify mouse and button faces.
6766 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6767 removed now the functionality is built in.
6768
6769 * cus-edit.el: Don't define-widget-keywords.
6770 (multimedia): New group.
6771 (custom-last): Function removed.
6772 (custom-quote): Add vectorp case, comment out characterp case.
6773 (custom-buffer-done-function, custom-raised-buttons): New option.
6774 (Custom-buffer-done): New function.
6775 (custom-buffer-create-internal): Obey custom-raised-buttons,
6776 Custom-buffer-done.
6777 (custom-button-face): Make it `released-button'.
6778 (custom-button-pressed-face): Make it `pressed-button'
6779 (custom-mode-map): Bind "q" to Custom-buffer-done.
6780 (custom-mode): Deal with raised/pressed buttons.
6781
6782 Changes from Didier Verna:
6783 (custom-prompt-variable): Optional third arg makes prompt for a
6784 comment string.
6785 (customize-set-value, customize-set-variable,
6786 customize-save-variable): Optional prefix makes function handle
6787 variable comments.
6788 (customize-customized, customize-saved, custom-variable-state-set)
6789 (custom-variable-set, custom-variable-save, custom-face-state-set)
6790 (custom-variable-reset-saved, custom-variable-reset-standard)
6791 (custom-face-set, custom-face-save, custom-face-reset-saved)
6792 (custom-face-reset-standard, customize-save-customized): Handle
6793 custom comments.
6794 (custom-comment-face, custom-comment-tag-face): New face.
6795 (custom-comment): New widget.
6796 (custom-comment-create, custom-comment-delete)
6797 (custom-comment-value-set, custom-comment-show)
6798 ()custom-comment-invisible-p): New functions.
6799 (custom-variable-value-create, custom-face-value-create): Create a
6800 comment field widget.
6801 (custom-variable-menu, custom-face-menu): New entry for custom
6802 comment.
6803 (custom-face-value-create): Remove compatibility code.
6804 (custom-save-variables, custom-save-faces): Possibly save custom
6805 comments.
6806
6807 * cus-face.el (custom-face-attributes): Simplify :underline,
6808 :overline, :inverse-video cases. Fix up :box case (probably needs
6809 more work).
6810
6811 Change from Didier Verna:
6812 (custom-set-faces): The arguments can now have a custom comment as
6813 fourth argument.
6814
6815 * custom.el: Don't define-widget-keywords.
6816 Change from Didier Verna:
6817 (custom-set-variables): The arguments can now have a
6818 custom comment as fifth element.
6819
6820 1999-09-13 Richard Stallman <rms@gnu.org>
6821
6822 * info.el (Info-find-node): Cope better if guesspos is too large.
6823
6824 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6825
6826 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6827 of buffer-substring because buffer-string doesn't copy the
6828 prompt.
6829
6830 * faces.el (mode-line): Replaces `modeline'.
6831 (toplevel): Make `modeline' an alias for `mode-line'.
6832
6833 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6834
6835 * gs.el: Change `ghostscript' to `postscript' in comment.
6836
6837 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6838
6839 * emulation/tpu-edt.el (tpu-version): New version.
6840 (tpu-search-overlay, tpu-replace-overlay): New variables.
6841 (tpu-search-highlight, tpu-toggle-direction): New functions.
6842 (tpu-lm-replace): Set tpu-replace-overlay.
6843 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6844 command hook.
6845
6846 1999-09-11 Richard Stallman <rms@gnu.org>
6847
6848 * isearch.el (isearch-mode-map): Undo previous change.
6849
6850 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6851 use all of that as the sexp.
6852
6853 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6854 and use the initial argument as file name directly.
6855 Likewise if nothing matches.
6856
6857 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6858
6859 * winner.el: Major changes. Avoid changing point and mark.
6860 Save configurations after they change, not before.
6861
6862 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6863
6864 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6865 Bind print-continuous-numbering and print-number-table.
6866
6867 1999-09-10 Dave Love <fx@gnu.org>
6868
6869 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6870
6871 1999-09-09 Richard Stallman <rms@gnu.org>
6872
6873 * whitespace.el: Finish making it fit Emacs conventions.
6874 Add autoloads.
6875
6876 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6877
6878 * generic-x.el (bat-generic-mode): "::"-style comments don't
6879 need to begin with "-". Fix the font-lock definitions of ON/OFF
6880 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6881 from the list of keywords. Add DO to the list of keywords.
6882
6883 1999-09-09 Dave Love <fx@gnu.org>
6884
6885 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6886 (byte-optimize-backward-word): New optimizations.
6887 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6888 entries.
6889
6890 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6891
6892 * image.el (put-image): Remove optional buffer parameter.
6893
6894 * faces.el (face-italic-p): Return t only for values `italic'
6895 and `oblique'.
6896
6897 * mouse.el (mouse-drag-mode-line-1): Extension of former
6898 mouse-drag-mode-line that also drags the header line.
6899 (mouse-drag-mode-line): Call it.
6900 (mouse-drag-header-line): New.
6901 (toplevel): Bind down-mouse-1 on header lines to
6902 mouse-drage-header-line.
6903
6904 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6905
6906 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6907 (make-mode-line-mouse-sensitive): Replace `top-line' by
6908 `header-line'.
6909
6910 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6911
6912 * help.el (describe-function-1): Don't return empty string for keymaps.
6913
6914 * fill.el (fill-region-as-paragraph, canonically-space-region):
6915 Respect colon-double-space at end of line.
6916
6917 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6918
6919 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6920 (backup-buffer): Use it.
6921
6922 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6923
6924 * generic-x.el (generic-define-unix-modes): Added new modes:
6925 inetd-conf-generic-mode, etc-services-generic-mode,
6926 etc-passwd-generic-mode. These are all defined for Unix by default.
6927 (apache-generic-mode): Use an imenu-generic-expression to list
6928 Configuration keywords.
6929 (samba-generic-mode): Use both ; and # as comment characters.
6930 (samba-generic-mode): Font-lock expressions now highlight name
6931 value pairs.
6932 (bat-generic-mode): Keywords are now case-insensitive through
6933 font-lock-defaults setting.
6934 (java-properties-generic-mode): Supports both ! and # as comment
6935 characters.
6936 (java-properties-generic-mode): Added an imenu-generic-expression
6937 (java-properties-generic-mode): Reworked to support the various
6938 different ways to separate name and value (viz, '=', ':' and
6939 whitespace).
6940 (show-tabs-generic-mode): Added this new generic-mode.
6941
6942 1999-09-08 Richard Stallman <rms@gnu.org>
6943
6944 * progmodes/inf-lisp.el: Moved from top directory.
6945
6946 * tar-mode.el (tar-header-block-tokenize):
6947 Use `when' instead of `and'. Fix some clobbered text.
6948
6949 * gud.el (gud-make-debug-menu): Make a child for the
6950 local menu, for its menu bar, and the debug menu.
6951 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6952 Use the history in the simple way.
6953
6954 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6955
6956 * language/korea-util.el (default-korean-keyboard): Initialize it
6957 according to the environment variable HANGUL_KEYBOARD_TYPE.
6958
6959 1999-09-07 Richard Stallman <rms@gnu.org>
6960
6961 * subr.el (make-temp-file): New function.
6962
6963 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6964
6965 * font-lock.el (font-lock-multiline): New text property contains
6966 a boolean to indicate if the char is part of a multiline match.
6967 (font-lock-default-fontify-region): Extend the region appropriately
6968 for multiline keywords.
6969 (font-lock-default-unfontify-region): Also remove the new
6970 font-lock-multiline text property.
6971 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6972 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6973
6974 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6975
6976 * diary-lib.el (list-diary-entries): Make sure two-digit years
6977 have leading zeros.
6978
6979 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6980
6981 * faces.el (face-set-after-frame-default): Initialize some
6982 attributes of some faces from frame parameters.
6983
6984 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6985
6986 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6987
6988 * faces.el (fringe): Replaces face `margin'.
6989
6990 1999-09-07 Dave Love <fx@gnu.org>
6991
6992 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6993
6994 1999-09-07 Richard Stallman <rms@gnu.org>
6995
6996 * subr.el (push): Doc fix.
6997
6998 1999-09-06 Richard Stallman <rms@gnu.org>
6999
7000 * vc.el (vc-annotate-display): Use < 69 not < 70
7001 to distinguish 20YY from 19YY.
7002
7003 * timezone.el (timezone-parse-date): Use < 69 not < 70
7004 to distinguish 20YY from 19YY.
7005
7006 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
7007
7008 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
7009
7010 * quickurl.el: (quickurl-list-focused-line): Removed.
7011 (quickurl-list-insert): Now works out the focused line using
7012 `count-lines' instead of using `quickurl-list-focused-line'.
7013
7014 1999-09-06 Richard Stallman <rms@gnu.org>
7015
7016 * mail/rmail.el (rmail-retry-failure): Unconditionally move
7017 to beginning of message.
7018
7019 1999-09-06 Dave Love <fx@gnu.org>
7020
7021 * isearch.el (isearch-mode-map): Add mouse-2.
7022
7023 * mail/rmail.el (rmail-read-password): Deleted.
7024 (rmail-get-pop-password): Use read-password.
7025
7026 * quickurl.el: Don't conditionally define caddr.
7027 (quickurl-url-comment): Use nth, not caddr in function and
7028 defsetf.
7029
7030 1999-09-06 Richard Stallman <rms@gnu.org>
7031
7032 * auto-show.el: Doc fixes.
7033
7034 1999-09-06 Stephen Eglen <stephen@gnu.org>
7035
7036 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
7037 --no-line-editing so that TABs in source files are not interpreted
7038 as completion requests.
7039
7040 1999-09-06 Gerd Moellmann <gerd@gnu.org>
7041
7042 * hscroll.el, auto-show.el: Remove all code, keep the public
7043 interface as no-ops.
7044
7045 * faces.el (face-bold-p): Don't return t if face has lighter
7046 weight than normal.
7047
7048 1999-09-06 Eli Zaretskii <eliz@gnu.org>
7049
7050 * startup.el (command-line): Make small-temporary-file-directory
7051 be nil except on ms-dos.
7052
7053 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
7054
7055 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
7056 is defined.
7057
7058 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
7059 letters with a colon after d or l.
7060
7061 1999-09-06 Dave Love <fx@gnu.org>
7062
7063 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
7064 primitive.)
7065
7066 1999-09-05 Richard Stallman <rms@gnu.org>
7067
7068 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
7069
7070 * textmodes/paragraphs.el (backward-kill-sentence):
7071 Don't test minibuffer-prompt-end here.
7072 (forward-sentence): Do handle it here.
7073 (backward-kill-paragraph): Don't test it here.
7074 (forward-paragraph): Handle it here.
7075
7076 * mouse.el (font-menu-add-default): Simplify code.
7077
7078 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7079
7080 * faces.el (header-line): Renamed from `top-line'.
7081
7082 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7083
7084 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
7085
7086 1999-09-04 Richard Stallman <rms@gnu.org>
7087
7088 * whitespace.el: New file.
7089
7090 1999-09-04 Dave Love <fx@gnu.org>
7091
7092 * paths.el: Make some doc strings obey the make-docfile convention.
7093
7094 * bindings.el: Likewise.
7095 (debug-ignored-errors): Remove BBDB ones.
7096
7097 1999-09-03 Richard Stallman <rms@gnu.org>
7098
7099 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
7100 not from the draft to forward.
7101
7102 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
7103
7104 1999-09-03 Dave Love <fx@gnu.org>
7105
7106 * double.el (double-mode): Customize the variable.
7107
7108 1999-09-03 Kenichi Handa <handa@etl.go.jp>
7109
7110 * international/characters.el: Delete duplicated code.
7111
7112 1999-09-02 Richard Stallman <rms@gnu.org>
7113
7114 * indent.el (indent-relative): Doc fix.
7115
7116 * quickurl.el (quickurl): Doc fix.
7117
7118 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7119
7120 * faces.el (margin): Change background to "gray" for mono (this is
7121 drawn with a stipple pattern).
7122
7123 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7124
7125 * simple.el (next-history-element): Use minibuffer-prompt-end once
7126 again. Remove test for minibuffer-prompt-in-buffer.
7127
7128 1999-09-02 Eli Zaretskii <eliz@gnu.org>
7129
7130 * files.el (small-temporary-file-directory): New variable.
7131
7132 * startup.el (command-line): Compute the value of
7133 small-temporary-file-directory.
7134
7135 * ediff-init.el (ediff-temp-file-prefix): Use
7136 small-temporary-file-directory if non-nil.
7137
7138 * vc.el (vc-update-change-log): Likewise.
7139
7140 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
7141
7142 * simple.el (shell-command, shell-command-on-region): Use
7143 make-temp-name properly. Use small-temporary-file-directory if
7144 non-nil, otherwise temporary-file-directory, to generate temporary
7145 files.
7146
7147 * dos-w32.el (direct-print-region-helper): Use
7148 temporary-file-directory. (From Stefan Monnier.)
7149
7150 1999-09-02 Richard Stallman <rms@gnu.org>
7151
7152 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7153 from asm-comment-char.
7154 (asm-font-lock-keywords): Recognize instruction width suffixes.
7155
7156 1999-09-01 Richard Stallman <rms@gnu.org>
7157
7158 * play/fortune.el: New file.
7159
7160 1999-08-31 Dave Love <fx@gnu.org>
7161
7162 * help.el (help-make-xrefs): Don't lose on non-empty blank line
7163 after key table.
7164
7165 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7166 redisplay variables.
7167
7168 * subr.el (push): Fix typo.
7169
7170 1999-08-30 Kevin Blake <kblake@ticnet.com>
7171
7172 * emacs-lisp/ring.el: Many doc fixes.
7173 (ring-size, ring-copy): New functions.
7174
7175 1999-08-29 Richard Stallman <rms@gnu.org>
7176
7177 * progmodes/etags.el (tags-loop-continue):
7178 After tags-loop-operate returns, force skip to next file.
7179
7180 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
7181 (mail-extr-first-letters, mail-extr-last-letters):
7182 Use character classes [:alpha:] and [:alnum:].
7183
7184 * subr.el (push, pop): New macros.
7185
7186 * progmodes/compile.el (compilation-error-regexp-alist):
7187 New item for SGI IRIX MipsPro compilers.
7188
7189 * speedbar.el (speedbar-directory-buttons): Recognize
7190 device names when checking for file names.
7191
7192 * array.el (array-reconfigure-rows): Use generate-new-buffer.
7193
7194 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
7195 and specially handle defvar inside their expansions.
7196 (eval-defun-1): New subroutine.
7197
7198 * progmodes/compile.el (compilation-error-regexp-alist):
7199 Fix the Perl -w entry to allow period after line number.
7200 Don't allow newlines in file name, but allow them after line number
7201 for Perl debugging traces.
7202
7203 * which-func.el (which-func-cleanup-function): New variable.
7204 (which-function): Call that function.
7205
7206 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
7207 to end a function name.
7208
7209 * informat.el (Info-tagify): Don't insert more than one newline
7210 before the tag table.
7211
7212 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
7213
7214 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
7215 than make-temp-name, use match-string-no-properties, and eliminate
7216 a quadratic behavior when building bibtex-strings.
7217
7218 1999-08-29 Alex Schroeder <alex@gnu.org>
7219
7220 * comint.el (comint-input-ring-separator): New variable.
7221 (comint-read-input-ring): Doc change; use
7222 comint-input-ring-separator when reading file.
7223 (comint-write-input-ring): Use
7224 comint-input-ring-separator when writing file.
7225
7226 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
7227
7228 * informat.el (Info-tagify): Start by widening.
7229 Match node headers that don't list the file name,
7230 and more kinds of page separations.
7231 Strip properties during tagification.
7232 Use start of node header line as tag's position.
7233 Fix the "done" message.
7234
7235 (Info-validate): Save and restore match data around narrowing down.
7236
7237 1999-08-28 Richard M. Stallman <rms@gnu.org>
7238
7239 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7240 On repeated call, override previous values put into
7241 minor-mode-map-alist and minor-mode-alist.
7242
7243 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
7244
7245 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7246
7247 1999-08-27 Andreas Schwab <schwab@gnu.org>
7248
7249 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7250 from cvs update.
7251
7252 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7253
7254 * calendar/calendar.el (calendar-move-hook): New hook.
7255
7256 * calendar/cal-move.el: Call the new hook in every movement function.
7257
7258 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7259 the right function name.
7260
7261 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
7262
7263 * time-stamp.el: Put quote-backquote around all symbol names
7264 in doc strings, for mousing.
7265 (time-stamp): Support multi-line patterns.
7266 (time-stamp-inserts-lines): New variable.
7267 (time-stamp-count): New variable.
7268 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7269 "Thu" instead of "%a".
7270
7271 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7272
7273 * simple.el (kill-word): Undo previous change.
7274
7275 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7276
7277 * jit-lock.el (jit-lock-function): Extend the fontified range
7278 to the beginning of the line containing the range start and
7279 the beginning of the line following the range end.
7280
7281 1999-08-24 Dave Love <fx@gnu.org>
7282
7283 * timezone.el: Move provide to end.
7284 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
7285 <70 are 2000+.
7286 (timezone-parse-time): Simplify somewhat.
7287
7288 1999-08-24 Gerd Moellmann <gerd@gnu.org>
7289
7290 * faces.el (margin): Renamed from bitmap-area.
7291
7292 1999-08-24 Alex Schroeder <alex@gnu.org>
7293
7294 * sql.el: Doc changes.
7295 (sql-sybase): Use sql-server instead of sql-database.
7296
7297 1999-08-23 Dave Love <fx@gnu.org>
7298
7299 * rect.el: Add/fix various doc strings. Add `*' to all the
7300 interactive specs.
7301
7302 1999-08-21 Gerd Moellmann <gerd@gnu.org>
7303
7304 * jit-lock.el (jit-lock-function): Use line-beginning-position.
7305 Don't unwind-protect font-lock-fontify-region.
7306
7307 * paragraphs.el (backward-kill-paragraph): Don't move
7308 point into mini-buffer prompt.
7309 (backward-kill-sentence): Ditto.
7310
7311 * simple.el (next-history-element): Use minibuffer-prompt-end.
7312 Remove test for minibuffer-prompt-in-buffer.
7313 (kill-word): Don't move point into mini-buffer prompt.
7314
7315 1999-08-21 Dave Love <fx@gnu.org>
7316
7317 * Makefile: Exclude CVS dirs like RCS.
7318
7319 1999-08-19 Dave Love <fx@gnu.org>
7320
7321 * tooltip.el (tooltip-mode): Customize this, per convention.
7322 (tooltip-active): Option deleted.
7323
7324 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
7325
7326 * hanoi.el, page-ext.el: Declare dynamic vars.
7327
7328 * term.el: Avoid ange-ftp related compilation warnings.
7329
7330 1999-08-18 Gerd Moellmann <gerd@gnu.org>
7331
7332 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7333 the default so that beginners can benefit from it without
7334 searching in manuals.
7335
7336 1999-08-18 Ray Blaak <blaak@gnu.org>
7337
7338 * progmodes/delphi.el: Consider assembly sections as blocks, to
7339 indent them better. Make auto-indent on newline optional.
7340
7341 1999-08-17 Gerd Moellmann <gerd@gnu.org>
7342
7343 * bindings.el (mode-line-modified): Look up key binding for C-x
7344 C-q. If it's bound call that binding, otherwise call
7345 toggle-read-only.
7346
7347 1999-08-17 Dave Love <fx@gnu.org>
7348
7349 * info.el (info): Doc fix.
7350
7351 * finder.el (finder-known-keywords): Add `multimedia'.
7352
7353 * apropos.el: Don't capitalize custom group name.
7354
7355 * info-look.el: Remove compatibility code.
7356 (info-lookup-guess-default*): DTRT for point at start of symbol.
7357 (info-complete): Don't lose with point not at end of symbol.
7358
7359 1999-08-16 Gerd Moellmann <gerd@gnu.org>
7360
7361 * term.el (toplevel): Make face `term-default' an empty face.
7362 The code relied on the fact that Emacs ignored invalid faces in
7363 face text properties in 20.4.
7364
7365 1999-08-16 Richard M. Stallman <rms@gnu.org>
7366
7367 * subr.el (point-at-eol, point-at-bol): New aliases.
7368
7369 * simple.el: Functions reordered.
7370
7371 * rect.el (delete-rectangle-line): Use line-end-position.
7372
7373 1999-08-16 Karl Heuer <kwzh@gnu.org>
7374
7375 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7376 here from simple.el.
7377
7378 1999-08-16 Dave Love <fx@gnu.org>
7379
7380 * mouse.el: Provide `mldrag' for compatibility.
7381 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7382 marked obsolete.
7383
7384 * mldrag.el: Removed since the features are in mouse.el.
7385
7386 * jka-compr.el (auto-compression-mode): New variable for
7387 customization.
7388
7389 * bindings.el (mode-line-mule-info): Doc fix.
7390
7391 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7392 name comparisons.
7393
7394 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7395 (find-file): Doc fix.
7396
7397 1999-08-16 Carsten Dominik <cd@gnu.org>
7398
7399 * textmodes/reftex.el: Most of the code moved to other files.
7400 * textmodes/reftex-auc.el: New file, split out from reftex.el
7401 * textmodes/reftex-cite.el: New file, split out from reftex.el
7402 * textmodes/reftex-global.el: New file, split out from reftex.el
7403 * textmodes/reftex-index.el: New file, split out from reftex.el
7404 * textmodes/reftex-parse.el: New file, split out from reftex.el
7405 * textmodes/reftex-ref.el: New file, split out from reftex.el
7406 * textmodes/reftex-sel.el: New file, split out from reftex.el
7407 * textmodes/reftex-toc.el: New file, split out from reftex.el
7408 * textmodes/reftex-vars.el: New file, split out from reftex.el
7409 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7410
7411 1999-08-16 Carsten Dominik <cd@gnu.org>
7412
7413 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7414 conflict with pop-up-frames.
7415 (reftex-special-environment-parsers): New constant.
7416 (reftex-label-alist): car of an entry can also be a function.
7417 (reftex-what-special-env): Cew function.
7418 (reftex-label-location): Call `reftex-what-special-env'.
7419 (reftex-compile-variables): Check for symbol in
7420 `reftex-label-alist'.
7421 (reftex-what-environment): Fixed bug with stacked environments of
7422 same kind (e.g. enumerate).
7423 (reftex-process-string): Preserve default directory.
7424 (reftex-label-alist-builtin): Changed prefixes of endnote and
7425 footnote. Also the magic words.
7426 (reftex-reference): Interprete new option
7427 `reftex-fref-is-default'.
7428 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7429 (reftex-toc-mouse-view-line): Command removed (had no binding).
7430 (reftex-everything-regexp): New function.
7431 (reftex-nearest-match): Made better.
7432 (reftex-toc-find-section): Use new version of
7433 `reftex-nearest-match'.
7434 (reftex-insert-docstruct): Adapted to work with the index stuff.
7435 (reftex-parse-from-file): Find index entries as well.
7436 (reftex-toc-toggle-index): New function
7437 (reftex-toc-map): `i' is now used to togle the index, File
7438 boundaries has been moved to `F'.
7439 (reftex-select-label-map): Toggling display of file boundaries is
7440 now on the `F' key, for consistency with `reftex-toc-map'.
7441 (reftex-erase-all-selection-and-index-buffers): Renamed from
7442 `reftex-erase-all-selection-buffer'. Now also kills the index
7443 buffers.
7444 (reftex-viewing-cross-references): Customization group renamed
7445 from reftex-viewing-cross-references-and-citations.
7446 (reftex-index-macro-regexp,
7447 reftex-find-index-entry-regexp-format): New variables
7448 (reftex-macros-with-index): New variable
7449 (reftex-add-index-macros): New function
7450 (reftex-renumber-simple-labels, reftex-translate): Allow for
7451 multiple labels in a single ref command.
7452 (reftex-index-support): New customization group
7453 (reftex-support-index, reftex-index-special-chars,
7454 reftex-index-macros, reftex-index-default-macro,
7455 reftex-index-default-tag, reftex-index-math-format,
7456 reftex-index-section-letters, reftex-index-include-context,
7457 reftex-index-follow-mode, reftex-index-header-face,
7458 reftex-index-section-face, reftex-index-tag-face,
7459 reftex-index-face): New options
7460 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7461 reftex-index-tag, reftex-index-return-marker,
7462 reftex-index-restriction-indicator, reftex-index-restriction-data,
7463 reftex-index-macro-regexp, reftex-index-level-re,
7464 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7465 reftex-everything-regexp-no-index, reftex-index-re,
7466 reftex-macros-with-index, reftex-index-macro-alist): New variables
7467 (reftex-index-help, reftex-index-macros-builtin,
7468 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7469 reftex-query-index-macro-help): New constants
7470 (reftex-index-selection-or-word, reftex-index,
7471 reftex-default-index, reftex-update-default-index,
7472 reftex-index-complete-tag, reftex-index-select-tag,
7473 reftex-index-complete-key, reftex-index-update-taglist,
7474 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7475 reftex-display-index, reftex-insert-index,
7476 reftex-index-insert-new-letter, reftex-get-restriction,
7477 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7478 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7479 reftex-index-toggle-follow, reftex-index-toggle-context,
7480 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7481 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7482 reftex-index-quit, reftex-index-quit-and-kill,
7483 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7484 reftex-index-revert, reftex-index-switch-index-tag,
7485 reftex-index-restrict-to-section, reftex-index-widen,
7486 reftex-index-restriction-forward,
7487 reftex-index-restriction-backward, reftex-index-visit-location,
7488 reftex-index-analyze-entry, reftex-index-globalize,
7489 reftex-index-edit, reftex-index-toggle-range-beginning,
7490 reftex-index-toggle-range-end, reftex-index-edit-key,
7491 reftex-index-edit-attribute, reftex-index-edit-visual,
7492 reftex-index-edit-part, reftex-index-level-down,
7493 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7494 reftex-index-change-entry, reftex-index-goto-letter,
7495 reftex-add-index-macros, reftex-ensure-index-support,
7496 reftex-index-info-safe, reftex-index-info): New functions.
7497
7498
7499 1999-08-15 Richard M. Stallman <rms@gnu.org>
7500
7501 * paren.el (show-paren-mode): Support making show-paren-mode
7502 a buffer-local variable. Don't check for a window system.
7503 (show-paren-function): Check whether show-paren-function is
7504 enabled in current buffer; do the right thing if not.
7505 Don't check for a window system.
7506 (show-paren-mode): Make it a user variable.
7507
7508 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7509 Handle `enum' like `struct'.
7510
7511 * server.el (server-process-filter): If a client visits no buffers,
7512 close it immediately before recording it.
7513
7514 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7515 Optimize by calling concat just once. Handle =\n sequence.
7516 (mail-unquote-printable-region): New command.
7517 (mail-quote-printable): Make it autoload.
7518
7519 1999-08-15 Karl Heuer <kwzh@gnu.org>
7520
7521 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7522
7523 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7524
7525 * lisp/texinfmt.el: Handle @ifnottex.
7526
7527 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7528
7529 * frame.el (blink-cursor): Don't turn on cursor blinking for
7530 ms-dos.
7531
7532 * faces.el (face-valid-attribute-values): Look in
7533 x-bitmap-file-path only for x and w32 window systems.
7534
7535 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7536 Do that if width is nil as well.
7537 (x-display-mm-height, x-display-mm-width): Update values.
7538 (x-colors): Compute the list from msdos-color-values.
7539 (x-select-enable-clipboard): Doc fix.
7540 (x-frob-font-weight, x-font-family-list): New functions.
7541
7542 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7543
7544 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7545 back up from beginning of buffer.
7546
7547 1999-08-13 Karl Heuer <kwzh@gnu.org>
7548
7549 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7550
7551 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7552
7553 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7554 doomsday clock, speed control is added and changes are made to
7555 allow large numbers of rings: rings now show the whole ring
7556 number, not just the last digit; consecutive rings are allowed to
7557 be the same size when necessary to fit all the rings in the
7558 window; and poles can be oriented horizontally. Face support is
7559 thrown in gratuitously.
7560 (hanoi): Changed default number of rings back to 3.
7561 (hanoi-unix, hanoi-unix-64): New commands
7562 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7563 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7564 hanoi-odd-ring-face): New variables.
7565 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7566 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7567 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7568 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7569 (hanoi-topos, hanoi-draw-ring): Removed.
7570
7571 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7572
7573 * faces.el (face-valid-attribute-values): Return an alist for
7574 families on ttys.
7575 (face-read-integer): Handle unspecified face attributes. Add
7576 completion for `unspecified'.
7577 (read-face-attribute): Handle unspecified font attributes.
7578 (face-valid-attribute-values): Add `unspecified' to lists so that
7579 it can be chosen via completion.
7580 (face-read-string): Don't recognize "none" as input.
7581
7582 1999-08-10 Dave Love <fx@gnu.org>
7583
7584 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7585 string.
7586
7587 * sun-curs.el: Require sun-fns.
7588
7589 1999-08-10 Dave Love <fx@gnu.org>
7590
7591 * autorevert.el (auto-revert-mode): Add autoload cookie.
7592
7593 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7594 hscroll.
7595
7596 * simple.el (hscroll-step, hscroll-point-visible)
7597 (hscroll-window-column): Remove now we have the mentioned real
7598 horizontal autoscrolling.
7599
7600 1999-08-10 Richard M. Stallman <rms@gnu.org>
7601
7602 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7603 control use of -f option.
7604 (mail-specify-envelope-from): New variable.
7605 (mail-from-style): Doc fix.
7606
7607 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7608 (easy-menu-get-map): New arg TO-MODIFY helps choose
7609 between local and global maps.
7610 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7611 (easy-menu-change): Doc fix.
7612
7613 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7614 (info-lookup-guess-default): Simplified and cleaned up.
7615 (info-lookup-guess-default*): Preserve point.
7616
7617 * view.el (view-mode-disable): If buffer-read-only is nil,
7618 don't change it.
7619
7620 * files.el (after-find-file): Disable View mode if buffer is no
7621 longer read-only.
7622
7623 * view.el (view-mode-enable, view-mode-disable):
7624 Call force-mode-line-update.
7625
7626 1999-08-10 Karl Heuer <kwzh@gnu.org>
7627
7628 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7629 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7630 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7631
7632 1999-08-10 Alex Schroeder <asc@bsiag.com>
7633
7634 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7635 to prevent m-eating-bug.
7636
7637 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7638
7639 * term/pc-win.el (msdos-bg-mode): Remove. Call
7640 frame-set-background-mode instead. All callers changed.
7641 (msdos-face-setup): Don't force color display parameter, it is set
7642 by frame-set-background-mode.
7643 (make-msdos-frame): Call x-handle-reverse-video and
7644 face-set-after-frame-default. Delete frame if creation failed.
7645
7646 * faces.el (face-set-after-frame-default): Don't call
7647 make-face-x-resource-internal for the pc window-system.
7648
7649 1999-08-10 Dave Love <fx@melange.gnu.org>
7650
7651 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7652 case with no docstring specially.
7653
7654 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7655
7656 * complete.el (PC-do-completion): If completing on file name,
7657 reproduce str by concatenating its directory and basename parts.
7658
7659 1999-08-07 Dave Love <fx@gnu.org>
7660
7661 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7662 unibyte to multibyte conversion of search-forward (from Handa),
7663 but avoid the replacement if the language is Latin-N.
7664
7665 1999-08-06 Richard Stallman <rms@gnu.org>
7666
7667 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7668 of eval-buffer.
7669
7670 * international/mule.el (load-with-code-conversion):
7671 Pass t to eval-buffer for DO-ALLOW-PRINT.
7672
7673 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7674
7675 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7676 of filenames and attributes.
7677 (ls-lisp-insert-directory): Use directory-files-and-attributes
7678 for speed.
7679
7680 1999-08-05 Dave Love <fx@gnu.org>
7681
7682 * auto-show.el (auto-show-mode): Fix :set.
7683
7684 * widget.el (define-widget-keywords): Make dummy definition and
7685 comment-out its use.
7686
7687 1999-08-04 Richard Stallman <rms@gnu.org>
7688
7689 * progmodes/tcl.el: Customized.
7690
7691 * sql.el (sql-accumulate-and-indent): Instead of testing
7692 whether this is Emacs 20 before calling comint-accumulate,
7693 test whether comint-accumulate is defined.
7694
7695 1999-08-04 Dave Love <fx@gnu.org>
7696
7697 * sgml-mode.el: Require outline when compiling.
7698 (sgml-mode-hook, html-mode-hook): Customize.
7699 (sgml-validate-command): Fix :version.
7700 (html-autoview-mode): Doc fix.
7701
7702 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7703 nothing in Latin-N environment.
7704
7705 * info.el (Info-find-node): Call info-initialize here.
7706 (info): Not here.
7707 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7708
7709 1999-08-04 Richard Stallman <rms@gnu.org>
7710
7711 * ansi-color.el: New file.
7712
7713 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7714
7715 * dired.el (dired-string-replace-match): Return `nil' when no match
7716 found with global search.
7717
7718 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7719 * terminal.el (te-terminfo-directory):
7720 * mail/mailpost.el (post-mail-send-it):
7721 * mail/metamail.el (metamail-region):
7722 * progmodes/ada-mode.el (ada-tmp-directory):
7723 Use temporary-file-directory.
7724
7725 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7726 (compilation-filter, compilation-forget-errors)
7727 (compilation-parse-errors): Use a marker instead of an integer for
7728 `compilation-parsing-end'.
7729
7730 * progmodes/diff.el (diff-parse-differences):
7731 Use a marker instead of an integer for `compilation-parsing-end'.
7732 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7733 Use a marker instead of an integer for `compilation-parsing-end'.
7734
7735 1999-08-03 Richard Stallman <rms@gnu.org>
7736
7737 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7738 (Buffer-menu-mode): Doc fix.
7739 (Buffer-menu-view): New command.
7740 (Buffer-menu-view-other-window): New command.
7741
7742 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7743
7744 * replace.el (query-replace-regexp-eval)
7745 (replace-eval-replacement, replace-loop-through-replacements)
7746 (replace-match-string-symbols): New functions.
7747 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7748 Use replace-loop-through-replacements.
7749
7750 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7751
7752 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7753 (5x5): Doc fix.
7754
7755 1999-08-03 Dave Love <fx@gnu.org>
7756
7757 * fortran.el (fortran-indent-new-line): Make it an alias
7758 for reindent-then-newline-and-indent.
7759
7760 1999-08-03 Didier Verna <verna@inf.enst.fr>
7761
7762 * rect.el: All functions rewritten, except when noted above
7763 their declaration. Below is a list of interface changes.
7764 (apply-on-rectangle): New function, mostly replaces
7765 `operate-on-rectangle'. All callers changed.
7766 (move-to-column-force): Pass new second argument to `move-to-column'.
7767 (kill-rectangle): Added optional prefix arg to fill lines.
7768 (delete-rectangle): Ditto.
7769 (delete-whitespace-rectangle): Ditto.
7770 (delete-extract-rectangle): Ditto.
7771 (open-rectangle): Ditto.
7772 (clear-rectangle): Ditto.
7773 (delete-whitespace-rectangle-line): New function.
7774 (delete-rectangle-line): Added third arg FILL.
7775 (delete-extract-rectangle-line): Ditto.
7776 (open-rectangle-line): Ditto.
7777 (clear-rectangle-line): Ditto.
7778
7779 1999-08-03 Ray Blaak <blaak@gnu.org>
7780
7781 * progmodes/delphi.el: New file.
7782
7783 1999-08-02 Richard Stallman <rms@gnu.org>
7784
7785 * textmodes/outline.el (outline-previous-heading): New function.
7786 (outline-up-heading-all): Use outline-previous-heading.
7787 (outline-next-heading): Delete definition inserted yesterday.
7788
7789 1999-08-01 Richard Stallman <rms@gnu.org>
7790
7791 * textmodes/outline.el (outline-next-heading): New function.
7792 (outline-up-heading-all): New function.
7793 (outline-font-lock-level): Using outline-up-heading-all.
7794 Tell outline-back-to-heading to accept invisible headings.
7795
7796 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7797
7798 * mail/mh-utils.el (mh-find-path-run): New variable.
7799 (mh-find-path): Test and set that.
7800 Set mail-user-agent only the first time this function is run.
7801 (mail-user-agent): Defvar deleted.
7802
7803 * info.el (info-initialize): New function.
7804 (info): Call info-initialize.
7805 (Info-directory-list): Initialize to nil,
7806 so info-initialize will set it up for real.
7807
7808 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7809
7810 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7811 does not interpret a time as the year in a day-month entry.
7812
7813 * calendar/diary-lib.el: Change syntax table entry for colon in
7814 the diary as part of the european-date-diary-pattern fix.
7815
7816 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7817
7818 * international/mule.el (set-auto-coding): Allow whitespace before
7819 and after the "variable: value" pair.
7820
7821 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7822
7823 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7824 (default-sendmail-coding-system): Doc-string fixed.
7825
7826 1999-07-30 Dave Love <fx@gnu.org>
7827
7828 * subr.el (assoc-delete-all): New function, renamed from
7829 frame-delete-all.
7830
7831 * frame.el: Change comments to doc strings and other doc fixes.
7832 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7833 Callers changed.
7834 (set-background-color, set-foreground-color, set-cursor-color)
7835 (set-mouse-color, set-border-color): Offer completion of colours.
7836 (cursor): Add :version to defgroup.
7837
7838 * facemenu.el (list-colors-display): Make it work on ttys.
7839 (facemenu-read-color): Likewise.
7840
7841 1999-07-30 Richard M. Stallman <rms@gnu.org>
7842
7843 * frame.el (frame-notice-user-settings): If background
7844 color has been changed, update background-mode from it,
7845 then update faces.
7846
7847 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7848
7849 * net-utils.el (finger): Don't do indirect fingering.
7850
7851 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7852
7853 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7854 rules. Add separator at end of holidays.
7855 (cal-tex-rules): New customizable variable.
7856 (cal-tex-latexify-list): Add optional parameter to put separator
7857 at end.
7858
7859 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7860
7861 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7862 fill prefix on each line while looping to the end of paragraph.
7863 End paragraph if it's longer than the existing fill prefix.
7864
7865 * textmodes/fill.el (fill-context-prefix): Doc fix.
7866
7867 1999-07-30 Dave Love <fx@gnu.org>
7868
7869 * font-lock.el (jit-lock): Fix :load, add :version.
7870
7871 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7872
7873 * term/pc-win.el (msdos-face-setup): Register standard colors in
7874 Vface_tty_color_alist.
7875 (face-color-supported-p, face_color_gray_p): New functions.
7876
7877 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7878 is bound.
7879
7880 * startup.el (command-line): Don't register default colors for
7881 MSDOS window-system.
7882
7883 1999-07-29 Dave Love <fx@gnu.org>
7884
7885 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7886 charquote.
7887
7888 * lisp-mode.el (eval-defun): Re-written to avoid
7889 capturing variables.
7890
7891 * picture.el (picture-beginning-of-line): Don't call
7892 hscroll-point-visible now we have real autoscrolling.
7893 (picture-end-of-line, picture-newline, picture-open-line):
7894 Likewise.
7895
7896 * international/latin-8.el: New file.
7897 * international/latin-9.el: New file.
7898
7899 1999-07-28 Dave Love <fx@gnu.org>
7900
7901 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7902
7903 * msb.el: Require cl only when compiling.
7904 (msb--home-dir): Deleted.
7905 (msb--format-title): Use abbreviate-file-name.
7906 (msb--choose-file-menu): Simplify string comparison.
7907
7908 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7909
7910 * faces.el (toolbar): Add face definition for mono displays.
7911
7912 1999-07-27 Richard M. Stallman <rms@gnu.org>
7913
7914 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7915
7916 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7917 force copying of default-frame-alist.
7918
7919 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7920
7921 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7922
7923 1999-07-26 Richard M. Stallman <rms@gnu.org>
7924
7925 * frame.el (set-mouse-color): If new color is nil,
7926 really respecify the current color.
7927
7928 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7929
7930 * faces.el (bitmap-area): Change background of face `bitmap-area'
7931 to white for mono displays.
7932
7933 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7934
7935 * international/ccl.el (ccl-embed-symbol): New function.
7936 (ccl-program-p): Deleted. Now it's implemented in C code.
7937 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7938 (ccl-compile-translate-character): Likewise.
7939 (ccl-compile-map-single): Likewise.
7940 (ccl-compile-multiple-map-function): Likewise.
7941 (declare-ccl-program): Doc-string modified.
7942 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7943
7944 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7945
7946 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7947
7948 1999-07-25 Markus Rost <rost@gnu.org>
7949
7950 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7951 the entries to make custom-file more readable.
7952
7953 1999-07-25 Richard M. Stallman <rms@gnu.org>
7954
7955 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7956
7957 * emacs-lisp/edebug.el: Delete compatibility code.
7958 (edebug-next-token-class): If . is followed by a digit,
7959 return `symbol' for the token class.
7960
7961 * startup.el (command-line): If we don't find the user's init file,
7962 set user-init-file to nil.
7963
7964 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7965
7966 * info-look.el (info-lookup-interactive-arguments): Add optional
7967 argument query for new choice of help mode.
7968 (info-lookup-symbol): Use it.
7969 (info-lookup-file): Ditto.
7970 (info-lookup): Don't switch to other window, if already in Info
7971 buffer.
7972
7973 1999-07-23 Dave Love <fx@gnu.org>
7974
7975 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7976 syntax.
7977 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7978 (fortran-font-lock-syntactic-keywords): New variable.
7979 (fortran-mode): Use it.
7980 (fortran-font-lock-keywords-1): Don't do comments.
7981 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7982 match data.
7983
7984 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7985
7986 * msb.el (msb-menu-bar-update-buffers): Renamed from
7987 menu-bar-update-buffers.
7988 (msb-custom-set, msb--toggle-menu-type): Call
7989 msb-menu-bar-update-buffers.
7990 (msb-mode): Revise the hook setting.
7991
7992 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7993
7994 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7995
7996 * font-lock.el, help.el, simple.el: Re-integrate previously
7997 described changes that were lost due to errors while checking them
7998 in.
7999
8000 1999-07-23 Kevin Blake <kblake@ticnet.com>
8001
8002 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
8003
8004 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
8005
8006 * international/encoded-kb.el
8007 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
8008 but push it to unread-command-events.
8009 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
8010 (encoded-kbd-self-insert-sjis): Likewise.
8011 (encoded-kbd-self-insert-big5): Likewise.
8012
8013 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
8014 before left margin and fill-prefix by fill-find-break-point.
8015
8016 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8017
8018 * info-look.el (info-lookup-setup-mode): Don't give up, if
8019 info-lookup-make-completions returns an error.
8020 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
8021 name latex, not latex2e.
8022
8023 1999-07-21 Richard M. Stallman <rms@gnu.org>
8024
8025 * replace.el (perform-replace): Turn off case-fold-search
8026 if FROM-STRING argument has uppercase in it.
8027
8028 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8029
8030 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
8031 mode is on. Don't use end of changed text.
8032
8033 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8034
8035 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
8036 (cl-hash-table-p): Renamed from hash-table-p.
8037 (cl-hash-table-count): Renamed from hash-table-count.
8038 (maphash): Alias to cl-maphash removed.
8039 (gethash): Likewise.
8040 (puthash): Likewise.
8041 (remhash): Likewise.
8042 (clrhash): Likewise.
8043
8044 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8045
8046 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
8047 third arg non-nil. See comment there why this isn't a good idea.
8048
8049 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8050
8051 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
8052
8053 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
8054 sit-for with 3rd arg non-nil to prevent redisplay.
8055
8056 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8057
8058 * image.el (image-type-from-file-header): If file doesn't
8059 have a directory part, add data-directory.
8060
8061 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8062
8063 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
8064 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
8065 motion handling when tooltip-gud-tips-p is nil.
8066
8067 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8068
8069 * tooltip.el (tooltip-mode): Don't use `plusp'.
8070 (tooltip-active): Use initial value of nil.
8071
8072 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
8073
8074 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8075
8076 * bindings.el (make-mode-line-mouse-sensitive): Add key
8077 definitions for `top-line'.
8078
8079 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8080
8081 * faces.el (top-line): New face.
8082
8083 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8084
8085 * image.el (image-type-regexps): Add regexp for PS files.
8086
8087 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8088
8089 * faces.el (set-face-attribute): Fix wrong handling of frame
8090 begin equal to t.
8091
8092 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8093
8094 * image.el (image-type-regexps): Add PNG format.
8095
8096 1999-07-21 Dave Love <fx@gnu.org>
8097
8098 * bindings.el (mode-line-modified): New variable.
8099 (mode-line-mode-menu-1): Switch to appropriate window before
8100 showing menu.
8101
8102 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8103
8104 * faces.el (face-underline): Removed.
8105 (face-underline-color): Ditto.
8106
8107 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8108
8109 * faces.el (face-x-resources): Fix typo.
8110
8111 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8112
8113 * faces.el: Remove handling of `:relief', extend handling of
8114 `:box'.
8115 (frame-set-background-mode): Choose new defface specs after
8116 frame parameters have changed.
8117
8118 * cus-face.el: Ditto.
8119
8120 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8121
8122 * custom.el (defface): Extend documentation to include new
8123 face attributes.
8124
8125 * cus-face.el (custom-face-attributes): Add overline,
8126 strike-through, box.
8127
8128 * faces.el (face-valid-attribute-values): Handle overline,
8129 strike-through, box.
8130 (face-attribute-name-alist): Add pairs for new face attributes.
8131 (describe-face): Handle new face attributes.
8132
8133 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8134
8135 * faces.el (face-x-resources): Add overline, strike-through, box.
8136
8137 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8138
8139 * enriched.el (enriched-translations): Add `display' and
8140 "x-display".
8141 (enriched-handle-display-prop): New.
8142 (enriched-decode-display-prop): New.
8143
8144 * format.el (top-level): Give `display' property
8145 `format-list-atomic-p.
8146 (format-annotate-single-property-change): Test that property.
8147 If present, treat list property values like atoms.
8148
8149 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8150
8151 * cus-face.el (custom-face-attributes): Use `choice' everywhere
8152 so that "*" can be entered.
8153
8154 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8155
8156 * cus-face.el (custom-face-attributes): Don't use `#''.
8157
8158 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8159
8160 * cus-face.el (custom-face-attributes): Return underline
8161 face attribute directly from the second lambda of underline.
8162
8163 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8164
8165 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8166
8167 * frame.el (after-setting-font-hooks): New variable.
8168 (set-frame-font): Run those hooks.
8169
8170 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8171
8172 * faces.el (set-face-attribute): Fix doc string.
8173
8174 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8175
8176 * cus-face.el (custom-face-attributes): Accept color name.
8177
8178 * faces.el (face-underline-p): Accept unspecified underlining.
8179 (face-underline): Ditto. Fix doc string.
8180
8181 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8182
8183 * faces.el (face-underline-color): New function.
8184
8185 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8186
8187 * cus-face.el (custom-face-attributes): Support underline coloring.
8188 Added slot to choose a color.
8189
8190 * faces.el (face-underline): New function.
8191 (face-underline-p): Support underline coloring.
8192 Return nil only if the underline attribute is 'normal.
8193 (set-face-underline): New function.
8194 (face-valid-attribute-values): Support underline coloring.
8195
8196 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8197
8198 * image.el (insert-image): Use `display' instead of `glyph'
8199 as text property name.
8200 (put-image): Ditto.
8201 (image-type-from-file-header): Use insert-file-contents-literally.
8202
8203 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8204
8205 * easymenu.el (easy-menu-do-add-item): Don't use the empty
8206 string to indicate separators.
8207
8208 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8209
8210 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
8211 instead of message-log.
8212
8213 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8214
8215 * faces.el (bitmap-area): New face.
8216
8217 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8218
8219 * image.el (insert-image): New.
8220
8221 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8222
8223 * frame.el (blink-cursor): Set the symbol's value.
8224 (show-trailing-whitespace): Change group to font-lock.
8225
8226 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8227
8228 * jit-lock.el: New.
8229 * font-lock.el: Add jit-mode as new support mode.
8230
8231 * font-lock.el (font-lock-fontify-keywords-region): Stop when
8232 reaching end instead of letting re-search-forward signal an error.
8233 (demand-lock-mode): New.
8234 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8235 (font-lock-turn-off-thing-lock): Ditto.
8236 (font-lock-after-fontify-buffer): Ditto.
8237 (font-lock-after-unfontify-buffer): Ditto.
8238
8239 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8240
8241 * gs.el: New file.
8242
8243 * startup.el (command-line-1): Activate tooltip mode if
8244 interactive.
8245
8246 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8247
8248 * faces.el (toolbar): Grey default background.
8249 (modeline): Ditto.
8250
8251 * image.el (image-type-regexps): New.
8252 (image-type-from-file-header): New.
8253 (create-image): Call it.
8254
8255 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8256
8257 * image.el: New file.
8258
8259 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8260
8261 * bindings.el (mode-line-format): Replace `mode-name' with
8262 `(:eval mode-line-mode-name)'.
8263 (mode-line-mode-name): New.
8264 (make-mode-line-mouse-sensitive): Don't change default value
8265 of `mode-name'.
8266
8267 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8268
8269 * tooltip.el: New file.
8270
8271 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8272
8273 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8274 instead of mouse-3 to pop up menus.
8275 (mode-line-kill-buffer): Removed.
8276 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8277 buffer name.
8278 (mode-line-buffer-menu-1): Removed.
8279
8280 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8281
8282 * bindings.el (mode-line-buffer-identification-keymap): New.
8283 (mode-line-buffer-menu-keymap): New.
8284 (mode-line-mode-menu-keymap): New.
8285 (mode-line-unbury-buffer): New.
8286 (mode-line-other-buffer): New.
8287 (mode-line-kill-buffer): New.
8288 (mode-line-buffer-menu-1): New.
8289 (mode-line-mode-menu-1): New.
8290 (make-mode-line-mouse-sensitive): New.
8291
8292 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8293
8294 * help.el (describe-key-briefly): Handle mode line strings
8295 with local-map properties.
8296 (describe-key): Ditto.
8297 (mode-line-key-binding): New.
8298
8299 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8300
8301 * scroll-bar.el (scroll-bar-timer): New.
8302 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8303
8304 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8305
8306 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8307 and `bottom'.
8308
8309 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8310
8311 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8312 (global): Use different key bindings if using tookit scroll bars.
8313
8314 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8315
8316 * faces.el (modeline): Define mode line face with relief for
8317 class color, only.
8318 (toolbar): New face.
8319
8320 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8321
8322 * frame.el (frame-initialize): Set frame-creation-function to
8323 tty-create-frame-with-faces.
8324
8325 * faces.el (frame-set-background-mode): Make it work for
8326 window-system nil.
8327
8328 * faces.el (tty-create-frame-with-faces): New.
8329 (face-set-after-frame-default): Make it work for TTY frames.
8330
8331 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8332
8333 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8334 Return a list of one font family for TTYs. Don't return bitmap
8335 file paths for TTY frames.
8336
8337 * faces.el: Add face specs for tty displays to basic faces.
8338
8339 * font-lock.el (font-lock-comment-face): Add spec for color tty.
8340 (font-lock-string-face): Ditto.
8341 (font-lock-keyword-face): Ditto.
8342 (font-lock-builtin-face): Ditto.
8343 (font-lock-function-name-face): Ditto.
8344 (font-lock-variable-name-face): Ditto.
8345 (font-lock-type-face): Ditto.
8346 (font-lock-constant-face): Ditto.
8347 (font-lock-warning-face): Ditto.
8348
8349 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8350
8351 * startup.el (command-line): Register default tty colors.
8352
8353 * faces.el (face-spec-set-match-display): Recognize `type tty'.
8354
8355 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8356
8357 * faces.el (modeline): For X frames, use a modeline with relief.
8358
8359 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8360
8361 * faces.el (frame-update-faces): Copied from 20.2.
8362 (frame-update-face-colors): Ditto. Code removed that isn't
8363 applicable in the new face implementation.
8364
8365 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8366
8367 * frame.el (show-trailing-whitespace): New.
8368
8369 * faces.el (trailing-whitespace): New basic face.
8370
8371 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8372
8373 * cus-face.el (custom-facep): Always define as alias for facep.
8374
8375 * cus-face.el (custom-face-attributes): Use choice widgets.
8376 Remove :bold and :italic.
8377
8378 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8379
8380 * faces.el (face-charset-registries): Removed since fontset.el
8381 is no always loaded.
8382
8383 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8384
8385 * faces.el (internal-get-face): Added as obsolete function for
8386 compatibility.
8387
8388 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8389
8390 * frame.el (blink-cursor-end): Call show-cursor.
8391 (blink-cursor-mode): Ditto.
8392
8393 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8394
8395 * faces.el (face-spec-reset-face): Reset all attributes to
8396 `unspecified'.
8397 (face-spec-set): Use it.
8398
8399 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8400
8401 * faces.el (read-all-face-attributes): Bug fix.
8402 (face-read-integer): Allow nil default value.
8403 (face-valid-attribute-values): Use symbol names of attribute
8404 values for completion list.
8405
8406 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8407
8408 * faces.el (internal-find-face): Define for compatibility with
8409 20.2.
8410 (face-id): Likewise.
8411
8412 * faces.el (face-id): Return the ID of a realized face for ASCII.
8413
8414 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8415 (x-complement-fontset-spec): Use face-charset-registries.
8416
8417 * faces.el (face-font-selection-order): Set font selection order
8418 from Lisp.
8419 (face-alternative-font-family-alist): Set alternative font
8420 families from Lisp.
8421
8422 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8423
8424 * faces.el (set-face-charset-registries): Set symbol value.
8425
8426 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8427
8428 * faces.el (face-set-after-frame-default): Call function
8429 internal-merge-in-global-face.
8430
8431 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8432
8433 * faces.el (face-list): Return symbols from face-global-alist.
8434
8435 * faces.el (face-list): Return a copy of the face name list so
8436 that it cannot be modified from outside (facemenu.el uses
8437 nreverse, for example).
8438
8439 * cus-face.el (custom-face-attributes): Add :bold and :italic
8440 for compatibility with old code.
8441
8442 * faces.el (set-face-attributes-from-resources): Additional
8443 frame parameter.
8444 (make-face-x-resource-internal): Set attributes from resources
8445 for a given frame or all frames.
8446
8447 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8448
8449 * faces.el (all-faces): Removed.
8450
8451 * custom.el (defface): Add new face attributes to function
8452 comment.
8453
8454 * font-lock.el (font-lock-comment-face): Use new face attribute
8455 names.
8456 (font-lock-string-face): Ditto.
8457 (font-lock-keyword-face): Ditto.
8458 (font-lock-builtin-face): Ditto.
8459 (font-lock-function-name-face): Ditto.
8460 (font-lock-variable-name-face): Ditto.
8461 (font-lock-type-face): Ditto.
8462 (font-lock-reference-face): Ditto.
8463 (font-lock-warning-face): Ditto.
8464 ((boundp 'font-lock-face-attributes)): Ditto.
8465
8466 * cus-face.el (custom-face-attributes): Use new face attributes.
8467
8468 * faces.el (set-face-attribute-from-resource): Initialize
8469 from resources only for X and W32.
8470
8471 * cus-face.el (custom-declare-face): Don't make frame-local
8472 faces.
8473
8474 * faces.el (describe-face): Use princ instead of insert.
8475
8476 * faces.el: Add XLFD manipulation functions from 20.2 again
8477 because fontset.el uses them.
8478 (face-set-after-frame-default): Add empty definition.
8479
8480 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8481
8482 * faces.el (make-face): Correct typo.
8483 (set-face-attribute-from-resource): Use let*.
8484 (face-underline-p): Correct typo.
8485 (face-inverse-video-p): Ditto.
8486 (set-face-stipple): Ditto.
8487 (face-read-string): Make completion-list optional parameter.
8488
8489 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8490
8491 * faces.el (face-charset-registries): Alist mapping charset
8492 symbols to registries and encoding.
8493
8494 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8495
8496 * frame.el (blink-cursor-mode): Use interactive spec "P".
8497
8498 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8499
8500 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8501 mode. The cursor of selected_window blinks if the mode is enabled.
8502
8503 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8504
8505 * simple.el (next-history-element): Set point to the end of the
8506 prompt if minibuffer-prompt-in-buffer.
8507
8508 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8509
8510 * faces.el (x-font-regexp): Add sub-expression parentheses for
8511 several font name components.
8512
8513 1999-07-21 Gerd Moellmann <gerd@acm.org>
8514
8515 * faces.el (set-face-relief): Use index 12 for relief.
8516 (face-fill-in): Set relief from data.
8517 (internal-make-face): Init relief to zero.
8518
8519 * faces.el (face-spec-set): Call modify-face with additional
8520 parameters for relief and fixed-p.
8521
8522 1999-07-21 Gerd Moellmann <gerd@acm.org>
8523
8524 * cus-face.el: ':fixed and ':relief added.
8525
8526 * faces.el (describe-face): Add fixed font attribute and relief.
8527 (face-attr-match-p): Ditto.
8528 (face-attr-construct): Ditto.
8529 (face-spec-set): Ditto.
8530
8531 1999-07-21 Gerd Moellmann <gerd@acm.org>
8532
8533 * faces.el (internal-make-face): Function to create a Lisp vector
8534 suitable for representing a face.
8535 (make-face): Use it instead of make-vector.
8536 (x-create-frame-with-faces): Use it instead of vector.
8537 (internal-facep): Increase vector size to 14.
8538 (internal-make-face): Ditto.
8539 (face-relief): Access relief thickness.
8540 (face-fixed-p): Access fixed font attribute.
8541 (set-face-fixed-p): Set fixed font attribute.
8542 (set-face-relief): Set relief attribute.
8543 (internal-face-interactive-int): Read int attribute of face.
8544 (modify-face): Add fixed-p and relief parameters.
8545 (copy-face): Handle fixed-p and relief.
8546 (face-equal): Compare fixed-p and relief.
8547 (face-differs-from-default-p): Ditto.
8548 (face-nontrivial-p): Add fixed-p and relief.
8549
8550 1999-07-21 Gerd Moellmann <gerd@acm.org>
8551
8552 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8553 (internal-facep): Increase vector size.
8554 (make-face): Ditto.
8555 (face-shadow-thickness): Added.
8556 (set-face-shadow-thickness): Added.
8557 (modify-face): Add optional shadow-thickness parameter.
8558 (make-face-x-resource-internal): Add shadows.
8559 (copy-face): Ditto.
8560 (face-equal): Ditto.
8561 (face-differs-from-default-p): Ditto.
8562 (face-nontrivial-p): Ditto.
8563 (face-attr-match-p): Ditto.
8564 (face-attr-construct): Ditto.
8565 (face-spec-set): Ditto.
8566 (face-fill-in): Ditto.
8567
8568 1999-07-21 Gerd Moellmann <gerd@acm.org>
8569
8570 * bench.el (bench-mark-split-window): New bench mark.
8571
8572 1999-07-21 Gerd Moellmann <gerd@acm.org>
8573
8574 * faces.el (set-face-font): Don't pass default font to
8575 x-resolve-font so that font will not have to be of the same
8576 size.
8577
8578 1999-07-20 Dave Love <fx@gnu.org>
8579
8580 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8581 unconditionally t.
8582
8583 1999-07-20 Karl Heuer <kwzh@gnu.org>
8584
8585 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8586
8587 1999-07-20 Dave Love <fx@gnu.org>
8588
8589 * help.el (describe-variable): Fix test for customizability.
8590
8591 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8592 Check for readonly buffer in interactive spec.
8593 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8594 (backward-kill-word): Add * to interactive spec.
8595
8596 * underline.el (underline-region, ununderline-region): Add * to
8597 interactive spec.
8598
8599 * fill.el (canonically-space-region, justify-current-line): Add *
8600 to interactive spec.
8601 (fill-region-as-paragraph, fill-paragraph, fill-region)
8602 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8603 readonly buffer in interactive spec.
8604
8605 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8606 (backward-kill-sentence, kill-sentence): Add * to interactive
8607 spec.
8608
8609 1999-07-19 Richard M. Stallman <rms@gnu.org>
8610
8611 * dired-aux.el (dired-do-shell-command): Doc fix.
8612
8613 * shell.el (shell-unquote-argument): New function.
8614 (shell-directory-tracker): Use shell-unquote-argument.
8615 * comint.el (comint-arguments): Handle \ followed by space or tab.
8616
8617 1999-07-19 John Wiegley <jwiegley@borland.com>
8618
8619 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8620 color codes 39 and 49, which by the way lynx uses them seem to
8621 mean "foreground reset" and "background reset".
8622
8623 1999-07-19 Karl Heuer <kwzh@gnu.org>
8624
8625 * font-lock.el (c++-keywords): Add "typeid".
8626
8627 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8628 selects no font, treat that as zero selections, not one.
8629
8630 1999-07-19 Dave Love <fx@gnu.org>
8631
8632 * info.el (Info-search): Don't lose with empty regexp.
8633
8634 * version.el: Cater for (free) `ident' program, not `which'.
8635
8636 * hl-line.el: New file.
8637
8638 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8639 for modes which don't define menus.
8640
8641 1999-07-16 Richard M. Stallman <rms@gnu.org>
8642
8643 * webjump.el (webjump-sample-sites): Update some URLs.
8644
8645 1999-07-14 Richard Stallman <rms@gnu.org>
8646
8647 * Version 20.4 released.
8648
8649 1999-07-14 Andreas Schwab <schwab@gnu.org>
8650
8651 * compare-w.el (compare-windows): Try to find the next window in
8652 the current frame before looking at the other frames.
8653
8654 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8655
8656 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8657 Use cyrillic-jcuken as default input method.
8658
8659 1999-07-12 Richard Stallman <rms@gnu.org>
8660
8661 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8662 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8663
8664 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8665 (ispell-local-dictionary-alist): Add koi8-r for character set.
8666
8667 * textmodes/flyspell.el (flyspell-get-word):
8668 Add special handling for when ispell-otherchars is empty.
8669
8670 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8671
8672 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8673 when having nested functons.
8674 (pascal-indent-nested-functions) (pascal-indent-line)
8675 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8676 indenting nested functions.
8677
8678 1999-07-09 Richard Stallman <rms@gnu.org>
8679
8680 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8681
8682 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8683
8684 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8685 the `end' keyword was in the very beginning of the buffer.
8686
8687 1999-07-08 Richard Stallman <rms@gnu.org>
8688
8689 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8690
8691 * term.el (term-emulate-terminal): Avoid infinite loop
8692 in strange case where minibuffer window is selected but not active.
8693
8694 1999-07-07 Stephen Eglen <stephen@gnu.org>
8695
8696 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8697 Change regexp so that it doesn't match commands beginning with `cd'.
8698
8699 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8700
8701 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8702
8703 1999-07-06 Richard Stallman <rms@gnu.org>
8704
8705 * hscroll.el (hscroll-minibuffer-hook): New function.
8706 (hscroll-global-mode): Add and remove that hook.
8707 Set hscroll-old-truncate-was-global's default value.
8708
8709 1999-07-05 Richard Stallman <rms@gnu.org>
8710
8711 * files.el (revert-buffer): Don't preserve point here.
8712 (revert-buffer-insert-file-contents-function): Doc fix.
8713
8714 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8715
8716 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8717 doing a `stat' when it isn't necessary because that can cause
8718 trouble when an NFS server is down.
8719
8720 1999-07-04 Richard Stallman <rms@gnu.org>
8721
8722 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8723
8724 1999-07-03 Richard Stallman <rms@gnu.org>
8725
8726 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8727 for \200...\240 also.
8728 (isearch-printing-char): Use unibyte-char-to-multibyte.
8729
8730 1999-07-02 Richard Stallman <rms@gnu.org>
8731
8732 * frame.el (minibuffer-frame-alist): Use defcustom.
8733 (pop-up-frame-alist): Likewise.
8734 (initial-frame-alist): Specify * in the doc string.
8735
8736 * hscroll.el (hscroll-mode): Make it a permanent local.
8737 (hscroll-mode): Don't cancel the timer
8738 if HScroll mode is enabled in some other buffer.
8739
8740 * isearch.el (isearch-done): If search ends in middle of intangible
8741 text (due to text property), move on to the limit of that text.
8742
8743 1999-07-01 Andrew Innes <andrewi@gnu.org>
8744
8745 * man.el (Man-build-man-command): Use value of null-device,
8746 instead of hard-coding "/dev/null".
8747
8748 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8749 ange-ftp file names, which might force ange-ftp to prompt for a
8750 password.
8751
8752 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8753 to prevent references to temp files.
8754
8755 1999-06-30 Richard Stallman <rms@gnu.org>
8756
8757 * progmodes/sh-script.el (sh-feature): If nothing is known
8758 about the given shell, use the values for `sh'.
8759
8760 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8761
8762 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8763 to make it non-recursive.
8764
8765 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8766
8767 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8768
8769 * auto-show.el (auto-show-mode): Fix Typo in :set.
8770
8771 1999-06-29 Richard M. Stallman <rms@gnu.org>
8772
8773 * progmodes/sh-script.el (sh-mode): When setting syntax
8774 table, default to the standard one.
8775
8776 1999-06-27 Richard M. Stallman <rms@gnu.org>
8777
8778 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8779
8780 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8781
8782 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8783 a frame when `return' is requested (even if pop-up-frames = t)
8784 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8785 should only be set for the bibtex buffer.
8786
8787 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8788
8789 * progmodes/compile.el: Deal with compilation-error-screen-columns
8790 being buffer-local.
8791
8792 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8793
8794 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8795
8796 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8797
8798 * cal-x.el (calendar-only-one-frame-setup): New function.
8799 * calendar.el (calendar): Call it if requested.
8800
8801 1999-06-24 Karl Heuer <kwzh@gnu.org>
8802
8803 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8804
8805 1999-06-22 Richard M. Stallman <rms@gnu.org>
8806
8807 * mail/supercite.el (sc-emacs-features): Doc fix.
8808
8809 1999-06-22 Karl Heuer <kwzh@gnu.org>
8810
8811 * files.el (auto-mode-alist): Add pike-mode.
8812
8813 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8814
8815 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8816 last byte of a numeric field is a space or a NUL. Parse it as
8817 potentially part of the number. This is used by GNU tar
8818 1.12.64012 to handle larger values.
8819
8820 1999-06-20 Karl Heuer <kwzh@gnu.org>
8821
8822 * custom.el (custom-handle-keyword): Fix error message.
8823
8824 1999-06-18 Andrew Innes <andrewi@gnu.org>
8825
8826 * mail/smtpmail.el (smtpmail-send-it): Use
8827 convert-standard-filename to make file names for queued mail safe
8828 on Windows (`:' is invalid in file names on Windows).
8829
8830 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8831
8832 * international/mule-cmds.el (describe-current-input-method):
8833 Current-input-method is string.
8834 (toggle-input-method): Docstring fixed.
8835
8836 * international/mule-diag.el
8837 (describe-current-coding-system-briefly): Fix format string.
8838
8839 * international/mule-util.el (coding-system-eol-type-mnemonic):
8840 Docstring modified. Return a string.
8841
8842 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8843
8844 * sql.el (sql-input-ring-file-name): Doc fix.
8845
8846 1999-06-17 Richard M. Stallman <rms@gnu.org>
8847
8848 * calendar/cal-x.el (special-display-buffer-names):
8849 Don't put (get-file-buffer diary-file) on this list.
8850
8851 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8852
8853 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8854 Don't penalize player for certain impossible guesses.
8855
8856 1999-06-16 Andrew Innes <andrewi@gnu.org>
8857
8858 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8859 return the string "Unk 0 0000" so at least it appears to be a
8860 valid timestamp to `dired-move-to-filename-regexp'.
8861
8862 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8863
8864 * ps-print.el (ps-control-character): Fix previous change.
8865
8866 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8867
8868 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8869 multiple output of the last message.
8870
8871 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8872
8873 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8874 the ASCII apostrophe, as most DOS codepages have some other glyph
8875 there.
8876
8877 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8878
8879 * language/ethio-util.el (setup-ethiopic-environment-internal):
8880 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8881 (exit-ethiopic-environment): Likewize.
8882
8883 1999-06-12 Richard M. Stallman <rms@gnu.org>
8884
8885 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8886
8887 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8888
8889 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8890 custom-initialize-default to avoid infinite loop.
8891 (crisp-mode): (defun) Call transient-mark-mode here, not when
8892 loading the file. Run crisp-mode-hook here, and run
8893 crisp-load-hook when loading the file.
8894
8895 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8896 rmail-summary buffer, search for pattern in rmail-file.
8897
8898 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8899
8900 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8901
8902 * ps-print.el (ps-printer-name): Fix custom type.
8903
8904 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8905
8906 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8907 (vhdl-port-paste-generic-map): Fix indentation bug.
8908 (vhdl-port-paste-port-map): Fix indentation bug.
8909 (vhdl-scan-file-contents): Make scanning case insensitive.
8910
8911 1999-06-11 Richard M. Stallman <rms@gnu.org>
8912
8913 * files.el (write-file): When buffer is not already visiting a file,
8914 don't put buffer name in the minibuffer, just make it the default.
8915 Also handle just directory as arg usefully in that case.
8916
8917 * simple.el (sendmail-user-agent-compose):
8918 Ignore case when inserting the rest of the "other" headers.
8919
8920 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8921
8922 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8923 (info-lookup-interactive-arguments): Never insert the default
8924 into the minibuffer automatically.
8925
8926 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8927
8928 1999-06-09 Richard M. Stallman <rms@gnu.org>
8929
8930 * simple.el (shell-command): Avoid printing "mark set" message.
8931
8932 1999-06-09 Dave Love <fx@gnu.org>
8933
8934 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8935 digits in program name in first pattern.
8936
8937 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8938
8939 * vc.el (vc-dired-mode): Don't match anything before the date in
8940 dired-move-to-filename-regexp.
8941
8942 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8943
8944 * international/quail.el (quail-define-rules): Fix typo in
8945 docstring.
8946
8947 1999-06-05 Stephen Eglen <stephen@gnu.org>
8948
8949 * iswitchb.el (iswitchb-default-keybindings): Add
8950 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8951 than when package is loaded.
8952
8953 1999-06-04 Richard M. Stallman <rms@gnu.org>
8954
8955 * startup.el (command-line): Don't set user-init-file directly;
8956 tell `load' to set it.
8957
8958 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8959
8960 * simple.el (next-history-element):
8961 Handle minibuffer-text-before-history properly when reading sexps.
8962
8963 * disp-table.el (standard-display-european):
8964 For an interactive call by the user,
8965 don't set enable-multibyte-characters,
8966 and don't set the terminal coding system.
8967
8968 * textmodes/refbib.el: Don't print any messages or display
8969 a buffer when loading the library.
8970 (r2b-help): Doc fix.
8971 (r2b-help-message): Update the documentation.
8972 (r2b-load-quietly): Variable deleted.
8973 (r2b-convert-buffer): Doc fix.
8974
8975 1999-06-04 Dave Love <fx@gnu.org>
8976
8977 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8978
8979 * auto-show.el: Don't change hooks on loading.
8980 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8981 (auto-show-mode): Add to hooks here.
8982
8983 1999-06-04 Richard Sharman <rsharman@pobox.com>
8984
8985 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8986 recursion on bogus input.
8987
8988 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8989
8990 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8991 does not select a buffer from the buffers menu, then the attached
8992 frame is not switched to anything.
8993
8994 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8995
8996 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8997 (viet-viscii-...->viet-vscii...).
8998
8999 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
9000
9001 1999-06-01 Dave Love <fx@gnu.org>
9002
9003 * progmodes/fortran.el: Add :link to defgroup.
9004 (fortran-blink-matching-if): Match ELSE statements too.
9005 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
9006 that filling is always done.
9007
9008 1999-05-31 Richard M. Stallman <rms@gnu.org>
9009
9010 * simple.el (append-next-kill): Use an arg to distinguish
9011 interactive calls from Lisp calls, rather than (interactive-p).
9012
9013 * international/iso-transl.el (iso-transl-language-alist):
9014 Interchange n and N.
9015
9016 1999-05-31 Dave Love <fx@gnu.org>
9017
9018 * msb.el Add to minor-mode-map-alist. Remove hook installation
9019 and keymap munging on load.
9020 (msb-mode): New option.
9021 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
9022 Doc fix.
9023 (msb-mode-map): New variable.
9024 (msb-mode): New command.
9025
9026 1999-05-31 Dave Love <fx@gnu.org>
9027
9028 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
9029 (ispell-complete-word-dict): Likewise.
9030
9031 1999-05-31 Eli Zaretskii <eliz@gnu.org>
9032
9033 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
9034 force the data buffer to be saved, even if the data didn't
9035 change, in case the write filter was modified. Restore the
9036 current record after read-file-filter finishes.
9037
9038 1999-05-29 Karl Heuer <kwzh@gnu.org>
9039
9040 * ispell4.el: Obsolete; file deleted.
9041
9042 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
9043
9044 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
9045 VALUE is a syntax table.
9046
9047 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
9048
9049 * simple.el (zap-to-char): Doc fix.
9050
9051 1999-05-27 Ken'ichi Handa <handa@gnu.org>
9052
9053 * isearch.el (isearch-quote-char): Don't assume character codes
9054 0200 - 0237 stand for characters in some single-byte character
9055 charset.
9056
9057 1999-05-27 Dave Love <fx@gnu.org>
9058
9059 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
9060
9061 1999-05-27 Andreas Schwab <schwab@gnu.org>
9062
9063 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
9064 headerline does not exist already.
9065
9066 1999-05-26 Richard Stallman <rms@gnu.org>
9067
9068 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9069 Avoid nested null-loops.
9070
9071 1999-05-26 Ken'ichi Handa <handa@gnu.org>
9072
9073 * international/characters.el: Typo fixed; prefered->preferred.
9074
9075 * international/mule-cmds.el (find-coding-systems-for-charsets):
9076 Typo fixed; prefered->preferred.
9077
9078 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
9079 method in read-event.
9080
9081 * international/mule.el (charset-info): Doc-string fixed.
9082
9083 1999-05-25 Ken'ichi Handa <handa@gnu.org>
9084
9085 * mail/smtpmail.el (smtpmail-send-it): Bind
9086 smtpmail-code-conv-from properly.
9087 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
9088 by smtpmail-code-conv-from.
9089
9090 1999-05-24 Richard Stallman <rms@gnu.org>
9091
9092 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
9093 Binding deleted also.
9094
9095 1999-05-24 Karl Heuer <kwzh@gnu.org>
9096
9097 * comint.el (comint-bol-or-process-mark): Doc fix.
9098
9099 1999-05-23 Dave Love <fx@gnu.org>
9100
9101 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
9102 Enter it on minor-mode-map-alist.
9103 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
9104 Autoload. Add custom setter.
9105 (crisp-mark-line): Doc fix.
9106 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
9107 (crisp-mode-hook): Define.
9108
9109 1999-05-23 Ken'ichi Handa <handa@gnu.org>
9110
9111 * files.el (recover-file): Recover buffer-file-coding-system.
9112
9113 1999-05-22 Richard Stallman <rms@gnu.org>
9114
9115 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
9116 regexp match the date, to avoid treating date as file size.
9117 Add YYYY S option to WESTERN/
9118
9119 * bookmark.el: Delete some XEmacs compatibility code.
9120 (bookmark-jump-noselect): Check vc-backend.
9121
9122 * subr.el (add-to-list): Doc fix.
9123
9124 1999-05-21 Stephen Eglen <stephen@gnu.org>
9125
9126 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
9127
9128 1999-05-18 Richard Stallman <rms@gnu.org>
9129
9130 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
9131 non-space after the @anchor command.
9132 (texinfo-format-var): Handle other nested constructs, using
9133 texinfo-parse-expanded-arg and texinfo-discard-command, not
9134 texinfo-parse-arg-discard.
9135
9136 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
9137 (debug): Bind and use debugger-outer-inhibit-redisplay.
9138 Bind inhibit-redisplay to nil.
9139 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
9140
9141 1999-05-17 Dave Love <fx@gnu.org>
9142
9143 * help.el (describe-function-1): Extra arg, interactive-p.
9144 (describe-key, describe-function): Use it.
9145
9146 1999-05-17 Karl Heuer <kwzh@gnu.org>
9147
9148 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9149
9150 1999-05-16 Dave Love <fx@gnu.org>
9151
9152 * cus-start.el (all): Delete selective-display. Add scroll-margin,
9153 scroll-preserve-screen-position, scroll-conservatively.
9154
9155 1999-05-16 Dave Love <fx@gnu.org>
9156
9157 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9158
9159 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
9160
9161 * progmodes/vhdl-mode.el: Completely revised and massively extended.
9162
9163 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9164
9165 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9166 magic number and is not associated with a file.
9167
9168 1999-05-14 Richard M. Stallman <rms@gnu.org>
9169
9170 * files.el (find-file-noselect-1): Fix previous change.
9171
9172 1999-05-14 Simon Marshall <simon@gnu.org>
9173
9174 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
9175
9176 1999-05-13 Ken'ichi Handa <handa@gnu.org>
9177
9178 * international/mule-diag.el (mule-diag): Change MULE to Mule in
9179 docstring.
9180
9181 * international/mule-cmds.el: Change MULE to Mule in docstrings
9182 and menus.
9183
9184 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
9185
9186 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
9187 to correctly reflect the value of BaseLineOffset in
9188 RelativeCompose. Now the value of RelativeCompose is an array of
9189 low and high positions.
9190 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
9191 RLC for the above change.
9192
9193 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
9194
9195 * comint.el (comint-password-prompt-regexp): Modified to match the
9196 output of ksu and ssh-add.
9197
9198 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
9199
9200 * language/korea-util.el (isearch-toggle-korean-input-method):
9201 Adjusted for the change of input method handling in isearch.el.
9202 (isearch-hangul-switch-symbol-ksc): Likewise.
9203 (isearch-hangul-switch-hanja): Likewise.
9204
9205 1999-05-10 Dave Love <fx@gnu.org>
9206
9207 * help.el (help-make-xrefs): Fix typo.
9208
9209 1999-05-10 Andreas Schwab <schwab@gnu.org>
9210
9211 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
9212 unibyte-display-via-language-environment.
9213
9214 * help.el (help-make-xrefs): Handle more cases when looking for
9215 commands in a keymap description.
9216
9217 1999-05-10 Eli Zaretskii <eliz@gnu.org>
9218
9219 * loadup.el: For ms-dos systems, load ccl and codepage.
9220
9221 1999-05-09 Ken'ichi Handa <handa@gnu.org>
9222
9223 * ps-print.el (ps-control-character): Call
9224 ps-mule-prepare-ascii-font to setup ASCII fonts.
9225
9226 * ps-mule.el (ps-mule-begin-job): Redo this change "if
9227 ps-multibyte-buffer is nil, use
9228 ps-mule-font-info-database-default."
9229
9230 1999-05-08 Ken Stevens <k.stevens@ieee.org>
9231
9232 * ispell.el (ispell-local-dictionary-alist): New variable for
9233 customizing local dictionaries not accessable by everyone.
9234 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9235 (ispell-required-version): Changed format `(major minor
9236 revision)' to support general pattern matching.
9237 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9238 skip region commented out due to incorrect skip potential in std latex.
9239 (ispell-word): Removed `when' macro. Fixed bug of not restoring
9240 cursor point on small words for calls from `ispell-minor-mode'.
9241 (check-ispell-version): Tests and accepts versions major.minor
9242 and above, with adjustments for interactions in 3.1.0-3.1.11.
9243 (ispell-get-line): No longer skips ispell process special characters.
9244 (ispell-comments-and-strings): Removed `when' macro call.
9245 (ispell-minor-check): Requires ispell-word to restore cursor point.
9246 (ispell-buffer-local-parsing): Supports checking comments only.
9247
9248 1999-05-08 Karl Heuer <kwzh@gnu.org>
9249
9250 * comint.el (comint-password-prompt-regexp): Fix last change to be
9251 more specific.
9252
9253 1999-05-07 Richard M. Stallman <rms@gnu.org>
9254
9255 * subr.el (with-temp-message): Fix the other call to message
9256 to use %s.
9257
9258 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
9259
9260 * gud.el (gud-format-command): "%F" means file sans extension.
9261 (jdb): Use %F, not %f, for gud-break.
9262
9263 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
9264
9265 * comint.el (comint-password-prompt-regexp): Modified so that it
9266 matches the output of kinit.
9267
9268 1999-05-06 Greg Stark <gsstark@mit.edu>
9269
9270 * timezone.el (timezone-parse-date): Recognize new format used in
9271 internet cookies.
9272
9273 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
9274
9275 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9276
9277 1999-05-04 Andrew Innes <andrewi@gnu.org>
9278
9279 * time.el (display-time-update): Allow for wrap-around when
9280 checking against display-time-server-down-time.
9281
9282 1999-05-04 Ken'ichi Handa <handa@gnu.org>
9283
9284 * international/mule-diag.el (describe-coding-system): Fix English
9285 message.
9286
9287 1999-05-03 Jason Rumney <jasonr@altavista.net>
9288
9289 * term/w32-win.el: Change the x-charset-registry property for the
9290 Japanese charsets that are supported by Japanese Windows fonts.
9291
9292 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9293
9294 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9295 diary-block diary entries for which the reminders and the diary
9296 entries can overlap.
9297
9298 1999-05-02 Jason Rumney <jasonr@altavista.net>
9299
9300 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9301 matches the font selected in the dialog.
9302
9303 1999-05-02 Dave Love <fx@gnu.org>
9304
9305 * browse-url.el (browse-url-browser-function): Add :version.
9306
9307 * international/mule.el (auto-coding-alist): Add .tgz.
9308
9309 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
9310
9311 * international/codepage.el (cp-coding-system-for-codepage-1):
9312 Make the magnification parameter for the -dos encoder be 2.
9313
9314 1999-05-2 Andrew Innes <andrewi@gnu.org>
9315
9316 * term/w32-win.el (w32-drag-n-drop): Select file in window where
9317 it is dropped, rather than current window.
9318
9319 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9320 after switching buffer, as case-fold-search is a buffer local
9321 variable.
9322
9323 * w32-fns.el (convert-standard-filename): Only convert directory
9324 separators to backslash if the interactive shell is one of the
9325 standard Windows shells that has DOS semantics.
9326
9327 * ls-lisp.el (ls-lisp-format-time): Trap errors from
9328 format-time-string, and return a suitable string to indicate the
9329 timestamp was invalid.
9330
9331 * hexl.el (hexlify-command): Apply shell-quote-argument after
9332 expanding hexl-program in case exec-directory contains a space.
9333 (dehexlify-command): Ditto.
9334
9335 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9336 file extension regexps which aren't necessarily binary files.
9337 (direct-print-region-helper): Use subst-char-in-string instead of
9338 binding directory-sep-char to convert filenames to DOS syntax.
9339 (direct-print-region-use-command-dot-com): New variable.
9340 (direct-print-region-helper): Use it to control whether to invoked
9341 command.com to print on Windows 9x.
9342
9343 * browse-url.el (browse-url-browser-function): Default to
9344 browse-url-default-windows-browser on windows-nt.
9345 (browse-url-default-windows-browser): New function.
9346
9347 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9348
9349 * forms.el (forms-mode): Don't call forms-first-record or
9350 forms-last-record if the data file has zero records.
9351
9352 1999-04-29 Richard M. Stallman <rms@gnu.org>
9353
9354 * files.el (find-file-noselect-1): If buffer-file-name has changed
9355 after find-file-not-found-hooks runs, recompute the truename.
9356 And don't use FILENAME after that point.
9357
9358 1999-04-27 Dave Love <fx@gnu.org>
9359
9360 * paren.el (show-paren-mode)
9361 * which-func.el (which-func-mode-global)
9362 * type-break.el (type-break-mode)
9363 * time.el (display-time-mode)
9364 * rsz-mini.el (resize-minibuffer-mode)
9365 * mouse-sel.el (mouse-sel-mode)
9366 * icomplete.el (icomplete-mode)
9367 * hscroll.el (hscroll-global-mode)
9368 * help.el (temp-buffer-resize-mode)
9369 * font-lock.el (global-font-lock-mode)
9370 * delsel.el (delete-selection-mode)
9371 * avoid.el (mouse-avoidance-mode)
9372 * autoinsert.el (auto-insert-mode)
9373 * winner.el (winner-mode): Doc fix.
9374
9375 1999-04-26 Karl Heuer <kwzh@gnu.org>
9376
9377 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9378 the same whitespace that was ignored in choosing the subject string.
9379
9380 1999-04-26 Richard M. Stallman <rms@gnu.org>
9381
9382 * info.el (Info-find-node): Position properly after finding anchor.
9383
9384 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9385
9386 * simple.el (indent-new-comment-line): Fix previous change.
9387
9388 * complete.el: Delete the wildcard expansion feature
9389 since that is now standard in find-file.
9390 (PC-try-load-many-files): Function deleted.
9391 (PC-after-load-many-files): Function deleted.
9392 (PC-many-files-list): Variable deleted.
9393 (PC-disable-wildcards): Variable deleted.
9394 (partial-completion-mode): Don't enable the wildcard feature.
9395
9396 * complete.el (PC-look-for-include-file): Don't set global variables
9397 `error', `buf' and `filename' here.
9398
9399 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9400
9401 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9402
9403 * textmodes/outline.el (outline-regexp): Doc fix.
9404
9405 1999-04-26 John Wiegley <johnw@borland.com>
9406
9407 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9408 C++Builder 4.0 error message syntax.
9409
9410 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9411
9412 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9413 supported, use find -exec.
9414
9415 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9416
9417 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9418 coding-system-for-write, to avoid hanging when non-interactive.
9419
9420 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9421
9422 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9423 start with a newline.
9424
9425 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9426
9427 * international/mule-conf.el (x-ctext): New coding system.
9428
9429 1999-04-12 Richard M. Stallman <rms@gnu.org>
9430
9431 * international/mule-cmds.el (input-method-function):
9432 Add permanent-local property.
9433
9434 1999-04-12 Dave Love <fx@gnu.org>
9435
9436 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9437 change to use jka-compr-byte-compiler-base-file-name.
9438
9439 * supercite.el (sc-scan-info-alist): Revert last change.
9440 (sc-attrib-selection-list): Fix :type here instead.
9441
9442 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9443
9444 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9445 in the list of case-insensitive filesystems.
9446
9447 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9448
9449 * international/fontset.el (create-fontset-from-fontset-spec):
9450 Don't register duplicated alias fontset names.
9451
9452 1999-04-08 Richard Stallman <rms@gnu.org>
9453
9454 * international/mule.el (auto-coding-alist-lookup): New function.
9455 (set-auto-coding): Use auto-coding-alist-lookup.
9456
9457 * jka-compr.el (jka-compr-insert-file-contents):
9458 Use auto-coding-alist-lookup to check for files that
9459 should not have eol conversion, in the unibyte case.
9460
9461 1999-04-07 Dave Love <fx@gnu.org>
9462
9463 * help.el (describe-variable): Check custom-loads property as well
9464 as custom-type.
9465
9466 * abbrev.el (abbrev-mode): Customizing sets the default value.
9467
9468 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9469
9470 * vc.el (vc-backend-revert): For CVS files that were made
9471 writeable with "cvs edit", call "cvs unedit" to undo that.
9472
9473 1999-04-08 Dave Love <fx@gnu.org>
9474
9475 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9476 more.
9477 (sc-emacs-features): Recognize Emacs 20.
9478 (sc-read-string): Use history arg.
9479 (sc-scan-info-alist): Check for rtnvalue a cons.
9480
9481 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9482
9483 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9484 coding system to encode the message by
9485 select-message-coding-system.
9486
9487 1999-04-07 Richard Stallman <rms@gnu.org>
9488
9489 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9490
9491 * winner.el: Reorder definitions.
9492
9493 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9494
9495 * mail/rmail.el (rmail-decode-babyl-format):
9496 Undo previous change.
9497
9498 1999-04-06 Richard Stallman <rms@gnu.org>
9499
9500 * info.el (Info-find-node): Check for an anchor at the
9501 proper place, before reading an indirect file.
9502
9503 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9504
9505 * jka-compr.el (jka-compr-insert-file-contents):
9506 Use raw-text-unix when we want no conversion.
9507
9508 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9509
9510 * timezone.el (timezone-parse-date): Corrected regexp for
9511 style (5) date format so that tenths of seconds are optional.
9512
9513 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9514
9515 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9516 of dos-codepage-setup.
9517 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9518 codepages for which there's no need to set up cpNNN coding
9519 systems.
9520 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9521
9522 1999-04-05 Richard Stallman <rms@gnu.org>
9523
9524 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9525
9526 1999-04-02 Richard Stallman <rms@gnu.org>
9527
9528 * progmodes/compile.el (compilation-handle-exit): Do right thing
9529 if (car status) doesn't end in a newline.
9530
9531 1999-04-01 Dave Love <fx@gnu.org>
9532
9533 * progmodes/sql.el (SQL): Add defgroup :version.
9534
9535 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9536
9537 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9538 buffer-file-coding-system. If the coding system used is raw-text,
9539 etc., make the *Compiler Input* buffer unibyte.
9540
9541 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9542
9543 * loadup.el: Don't write the fns-...el file if not dumping.
9544
9545 1999-03-31 Dave Love <fx@gnu.org>
9546
9547 * snmp-mode.el (snmp): Fix defgroup :version.
9548
9549 * hilit-chg.el (highlight-changes): Add defgroup :version.
9550
9551 1999-03-31 Andreas Schwab <schwab@gnu.org>
9552
9553 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9554 the gnus-save-hidden-threads macro.
9555
9556 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9557
9558 * faces.el (face-set-after-frame-default): Obey the
9559 `customized-face' for new faces.
9560
9561 1999-03-30 Dave Love <fx@gnu.org>
9562
9563 * international/mule-cmds.el (current-language-environment): Doc fix.
9564 * abbrev.el (abbrev-mode): Doc fix.
9565 * autoinsert.el (auto-insert-mode): Doc fix.
9566 * complete.el (partial-completion-mode): Doc fix.
9567 * avoid.el (mouse-avoidance-mode): Doc fix.
9568 * delsel.el (delete-selection-mode): Doc fix.
9569 * font-lock.el (global-font-lock-mode): Doc fix.
9570 * help.el (temp-buffer-resize-mode): Doc fix.
9571 * hscroll.el (hscroll-global-mode): Doc fix.
9572 * icomplete.el (icomplete-mode): Doc fix.
9573 * mouse-sel.el (mouse-sel-mode): Doc fix.
9574 * paren.el (show-paren-mode): Doc fix.
9575 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9576 * time.el (display-time-mode): Doc fix.
9577 * type-break.el (type-break-mode): Doc fix.
9578 * which-func.el (which-func-mode-global): Doc fix.
9579 * winner.el (winner-mode): Doc fix.
9580
9581 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9582
9583 * wid-edit.el (widget-before-change): Signal text-read-only rather
9584 than an ordinary error.
9585
9586 1999-03-30 Richard M. Stallman <rms@gnu.org>
9587
9588 * repeat.el: Don't require advice.
9589 (repeat): Do function-indirection in check for kbd macro.
9590 In self-insert case, use the *last* char in INSERTION.
9591
9592 1999-03-30 Karl Heuer <kwzh@gnu.org>
9593
9594 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9595
9596 1999-03-29 Andreas Schwab <schwab@gnu.org>
9597
9598 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9599 comint-input-filter-functions. Make variables related to shell
9600 directory tracking local.
9601
9602 1999-03-26 Andreas Schwab <schwab@gnu.org>
9603
9604 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9605
9606 * simple.el (shell-command-on-region): Cope with exit-status being
9607 nil, which happens if call-process-region was interrupted.
9608
9609 1999-03-26 Richard M. Stallman <rms@gnu.org>
9610
9611 * simple.el (indent-new-comment-line): Handle use at a point
9612 after a comment-end. Handle multiple comments.
9613
9614 * mail/rmail.el (rmail-decode-babyl-format):
9615 To prevent locking, bind buffer-file-name to nil.
9616
9617 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9618
9619 * mail-hist.el (mail-hist-current-header-name): Don't make
9620 off-by-one-error when determining if in message body.
9621
9622 1999-03-25 Andrew Innes <andrewi@gnu.org>
9623
9624 * w32-fns.el (set-default-process-coding-system): Copied from
9625 dos-w32.el, but modified to use Unix line endings for process
9626 input, and to add a suitable entry to process-coding-system-alist
9627 for DOS shells.
9628
9629 * dos-fns.el (set-default-process-coding-system): Copied from
9630 dos-w32.el.
9631
9632 * dos-w32.el (set-default-process-coding-system): Move function to
9633 dos-fns.el; a different version is used in w32-fns.el.
9634
9635 1999-03-24 Dave Love <fx@gnu.org>
9636
9637 * info.el (Info-directory-list): Revert change to re-writing
9638 Info-default-directory-list, but put `alternative' first.
9639 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9640
9641 1999-03-23 Simon Marshall <simon@gnu.org>
9642
9643 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9644 on the line by itself.
9645 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9646 it is not in a declarative context.
9647
9648 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9649
9650 * cus-edit.el (custom-variable-prompt): Allow customization of
9651 autoloaded symbols.
9652
9653 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9654
9655 * simple.el (what-cursor-position): Don't cause error when point
9656 is at invalid multibyte sequence.
9657
9658 1999-03-21 Karl Heuer <kwzh@gnu.org>
9659
9660 * complete.el (partial-completion-mode): Doc fix.
9661
9662 1999-03-19 Richard M. Stallman <rms@gnu.org>
9663
9664 * progmodes/cplus-md.el (old-c++): Remove :group.
9665
9666 * progmodes/c-mode.el (old-c): Remove :group.
9667
9668 1999-03-18 Simon Marshall <simon@gnu.org>
9669
9670 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9671 (java-font-lock-keywords-2): Added "strictfp" keyword.
9672
9673 1999-03-17 Jason Rumney <jasonr@altavista.net>
9674
9675 * w32-fns.el (set-w32-system-coding-system) New function.
9676 (w32-system-coding-system) Initialize to 'iso-latin-1.
9677
9678 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9679
9680 * international/mule-cmds.el (set-language-environment): Fix
9681 previous change: don't use dos-codepage when unbound.
9682
9683 1999-03-17 Karl Heuer <kwzh@gnu.org>
9684
9685 * calendar/appt.el (appt-make-list): Fix previous change.
9686
9687 1999-03-16 Richard M. Stallman <rms@gnu.org>
9688
9689 * window.el (shrink-window-if-larger-than-buffer):
9690 Don't try to redisplay with the cursor at the end
9691 on its own line--that would force a scroll and spoil things.
9692
9693 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9694
9695 * international/mule-cmds.el (set-language-environment): Don't use
9696 cpNNN-nonascii-translation-table if it is unbound.
9697
9698 * term/internal.el (dos-codepage-setup): Compute the unibyte
9699 syntax table and bind unibyte-display-via-language-environment
9700 here, rather than at top level, so that resetting to unibyte in
9701 .emacs works as expected.
9702
9703 1999-03-15 Simon Marshall <simon@gnu.org>
9704
9705 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9706
9707 1999-03-14 Milan Zamazal <pdm@pvt.net>
9708
9709 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9710
9711 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9712
9713 * international/mule-util.el (detect-coding-with-priority):
9714 Restore the internal database.
9715
9716 1999-03-14 Stephen Eglen <stephen@gnu.org>
9717
9718 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9719 if mail-from-style has invalid value.
9720
9721 1999-03-12 Karl Heuer <kwzh@gnu.org>
9722
9723 * vc.el (vc-delete-logbuf-window): New var.
9724 (vc-finish-logentry): Use it.
9725
9726 1999-03-12 Richard M. Stallman <rms@gnu.org>
9727
9728 * startup.el (command-line-1): Improve startup msg.
9729
9730 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9731
9732 * speedbar.el: Added commentary about stealthy functions.
9733 (speedbar-message) new function.
9734 (speedbar-y-or-n-p): New function
9735 (speedbar-with-attached-buffer) Moved macro before reference.
9736 Now uses `save-selected-window'.
9737 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9738 speedbar-generic-item-info, speedbar-item-info-file-helper,
9739 speedbar-item-delete, speedbar-insert-generic-list,
9740 speedbar-timer-fn, speedbar-check-vc-this-line,
9741 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9742 speedbar-buffers-item-info) Use speedbar-message.
9743 (speedbar-item-info) Limit `message-log-max'.
9744 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9745 speedbar-item-delete, speedbar-item-object-delete,
9746 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9747
9748 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9749
9750 * server.el (server-start): Set coding system for the server
9751 process to raw-text.
9752 (server-process-filter): Decode file names if necessary.
9753
9754 1999-03-12 Dave Love <fx@gnu.org>
9755
9756 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9757
9758 * textmodes/paragraphs.el (sentence-end): Doc fix.
9759
9760 1999-03-11 Karl Heuer <kwzh@gnu.org>
9761
9762 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9763
9764 1999-03-09 Karl Heuer <kwzh@gnu.org>
9765
9766 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9767 (ispell-dictionary-alist-2): Likewise.
9768 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9769 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9770 (ispell-dictionary-alist): Build from six pieces, not just two.
9771
9772 * ps-bdf.el (bdf-directory-list): Doc fix.
9773
9774 * enriched.el (enriched-mode): Make var permanent-local.
9775
9776 1999-03-09 Dave Love <fx@gnu.org>
9777
9778 * textmodes/sgml-mode.el (html-mode): Use
9779 sentence-end-double-space when setting sentence-end.
9780
9781 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9782
9783 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9784
9785 1999-03-08 Felix Lee <flee@cygnus.com>
9786
9787 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9788
9789 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9790
9791 1999-03-08 Karl Heuer <kwzh@gnu.org>
9792
9793 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9794 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9795
9796 * dired.el (dired-do-copy-regexp): Doc fix.
9797 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9798
9799 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9800
9801 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9802
9803 1999-03-08 Jason Rumney <jasonr@altavista.net>
9804
9805 * international/codepage.el (cp1250-decode-table)
9806 (cp1251-decode-table, cp1253-decode-table)
9807 (cp1257-decode-table): New translation tables for MS Windows codepages.
9808 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9809
9810 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9811
9812 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9813
9814 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9815
9816 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9817
9818 * term/internal.el (top level): Display character 255 as 8bit as well.
9819
9820 1999-03-06 Dave Love <fx@gnu.org>
9821
9822 * progmodes/cc-cmds.el (c-outline-level): Bind
9823 buffer-invisibility-spec.
9824
9825 * progmodes/c-mode.el (c-outline-level): Likewise.
9826
9827 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9828
9829 1999-03-05 Felix Lee <flee@cygnus.com>
9830
9831 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9832
9833 1999-03-05 Richard M. Stallman <rms@gnu.org>
9834
9835 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9836
9837 1999-03-05 Andrew Innes <andrewi@gnu.org>
9838
9839 * w32-fns.el (convert-standard-filename): Convert directory
9840 separators to Windows format.
9841
9842 1999-03-05 Andreas Schwab <schwab@gnu.org>
9843
9844 * international/skkdic-cnv.el: Provide skkdic-cnv.
9845 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9846 (batch-skkdic-convert): Doc fix.
9847
9848 1999-03-04 Dave Love <fx@gnu.org>
9849
9850 * custom.el (custom-set-variables): Protect against setter errors.
9851
9852 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9853
9854 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9855 the file sizes from overflowing.
9856 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9857 Under -s, print the size in blocks with %4.0f, in case they have
9858 a *really* huge file.
9859
9860 1999-03-03 Dave Love <fx@gnu.org>
9861
9862 * options.el (edit-options): Doc fix.
9863 (list-options): Don't lose with unbound symbols. Maintain
9864 Edit-options-mode.
9865
9866 1999-03-01 Dave Love <fx@gnu.org>
9867
9868 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9869
9870 1999-02-28 Richard M. Stallman <rms@gnu.org>
9871
9872 * ispell.el (ispell-dictionary-alist-override): New variable.
9873 (ispell-dictionary-alist): Don't setq it,
9874 if ispell-dictionary-alist-override is set.
9875
9876 * simple.el (shell-command-default-error-buffer): Renamed from
9877 shell-command-on-region-default-error-buffer.
9878 (shell-command-on-region): Mention in echo area when there
9879 is some error output. Mention success or failure, too.
9880 Accumulate multiple error outputs
9881 going forward, with formfeed in between. Display the error buffer
9882 when we have put something in it.
9883 (shell-command): Add the ERROR-BUFFER argument feature.
9884
9885 1999-02-28 Karl Heuer <kwzh@gnu.org>
9886
9887 * mail/mh-utils.el (mh-lib): Doc fix.
9888 (mh-lib-progs, mh-nmh-p): New vars.
9889 (mh-find-progs): Set mh-lib-progs along with other vars.
9890 (mh-path-search): New arg FUNC-P; if specified, use that instead
9891 of mh-file-command-p.
9892 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9893
9894 * mail/mh-comp.el (mh-repl-formfile): New var.
9895 (mh-smail-batch): Don't ignore all arguments.
9896 (mh-reply): Do the right thing when using nmh.
9897
9898 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9899
9900 * international/mule-cmds.el (select-safe-coding-system): Be sure
9901 to show a buffer being decoded.
9902
9903 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9904
9905 * ps-bdf.el (bdf-directory-list): Initialize it to
9906 '("/usr/local/share/emacs/fonts/bdf").
9907
9908 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9909
9910 * ps-print.el: PostScript programming fix.
9911 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9912 setpagedevice operator).
9913
9914 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9915
9916 * ps-print.el: Doc fix, font size specifies landscape and portrait
9917 sizes.
9918 (ps-print-version): New version number (4.1.4).
9919 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9920 Specifies landscape and portrait sizes.
9921 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9922 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9923 fix.
9924 (ps-get-font-size): New fun.
9925 (ps-font-size-internal, ps-header-font-size-internal)
9926 (ps-header-title-font-size-internal): New vars.
9927
9928 * ps-mule.el: Change of ps-print font size variable name.
9929 (ps-mule-generate-font): Fun fix.
9930 (ps-mule-begin-job): Programming uniformization.
9931
9932 1999-02-25 Dave Love <fx@gnu.org>
9933
9934 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9935 (help-make-xrefs): Do Info case first.
9936
9937 * repeat.el: Don't require advice.
9938 (repeat-last-kill-command): Variable deleted.
9939
9940 1999-02-25 Richard Stallman <rms@gnu.org>
9941
9942 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9943 case just because the current buffer is the output buffer.
9944
9945 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9946
9947 * simple.el (what-cursor-position): To show the character's
9948 encoding, use encoded-string-description instead of information
9949 of chaset-origin-alist.
9950
9951 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9952 (encoded-code-description): New function.
9953 (encoded-string-description): New function.
9954 (encode-coding-char): New function.
9955
9956 1999-02-25 Andrew Innes <andrewi@gnu.org>
9957
9958 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9959 checking for .emacs[.el[c]].
9960
9961 1999-02-24 Richard Stallman <rms@gnu.org>
9962
9963 * help.el (describe-function-1): Don't print a whole lambda-function.
9964
9965 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9966
9967 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9968 inputting ?\240.
9969
9970 1999-02-23 Karl Heuer <kwzh@gnu.org>
9971
9972 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9973
9974 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9975 (clean-buffer-list-kill-buffer-names): Doc fix.
9976
9977 * gud.el (gud-jdb-massage-args): Spelling fix.
9978
9979 1999-02-23 Richard M. Stallman <rms@gnu.org>
9980
9981 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9982
9983 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9984
9985 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9986 excursion while calling set-auto-coding-function.
9987
9988 * play/handwrite.el (handwrite): Require ps-print, and use
9989 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9990 if it's defined, instead of forking ps-lpr-command unconditionally.
9991
9992 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9993
9994 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9995 charset-origin-alist property to a coding system for the codepage.
9996
9997 * international/mule.el: Modify comment for charset-origin-alist
9998 property of a coding system.
9999
10000 * simple.el (what-cursor-position): charset-origin-alist property
10001 of a coding system may be a translation table or a symbol of which
10002 `translation-table' property is a translation table.
10003
10004 1999-02-21 Richard Stallman <rms@gnu.org>
10005
10006 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
10007 to the "html" template.
10008
10009 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
10010
10011 * dirtrack.el (dirtrack): Added docstring. Now returns input.
10012
10013 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
10014
10015 * dirtrack.el (dirtrack): Check for the prompt in the input string
10016 instead of the buffer.
10017
10018 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
10019
10020 * sql.el: Set version to 1.4.1. Changed mail address to
10021 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
10022 (sql-input-ring-separator): Doc fix.
10023 (sql-mode-syntax-table): double-dash starts comments is defined as
10024 ". 56" instead of ". 12b" for XEmacs.
10025 (sql-stop, sql-interactive-mode): Doc fixes.
10026 (sql-postgres): Queries for database and server, not just one.
10027 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
10028
10029 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
10030 changed. This is needed for master.el to work.
10031 (sql-set-sqli-buffer): Use the new hook.
10032
10033 * sql.el (sql-make-alternate-buffer-name): Function that sets
10034 sql-alternate-buffer-name.
10035 (sql-alternate-buffer-name): Possible name of SQLi buffers.
10036 (sql-interactive-mode): Set sql-alternate-buffer-name.
10037 (sql-rename-buffer): New command.
10038 (sql-interactive-mode-menu): Menu for SQLi buffers.
10039
10040 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
10041 and sql-input-ring-file-name are used to temporarily set
10042 comint-input-ring-file-name and comint-input-ring-separator when
10043 reading and writing input history files.
10044
10045 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
10046 (sql-input-ring-file-name): New variable with customization.
10047 (sql-input-ring-separator): New variable with customization.
10048 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
10049 Callers changed.
10050 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
10051 now includes the name of the current buffer.
10052
10053 (sql-mode): Set paragraph-separate and paragraph-start so that
10054 sql-send-paragraph sends the entire SQL statements, even if it
10055 contains indented lines.
10056
10057 1999-02-18 Dave Love <fx@gnu.org>
10058
10059 * format.el (format-encode-run-method, format-decode-run-method):
10060 Fix previous change.
10061
10062 1999-02-18 Ken'ichi Handa <handa@gnu.org>
10063
10064 * international/mule.el (coding-system-list): Moved here from
10065 mule-util.el to avoid autoloading mule-util by the call of
10066 select-safe-coding-system.
10067
10068 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
10069
10070 * simple.el (turn-on-auto-fill): Mark it as an option for
10071 `text-mode-hook'.
10072
10073 1999-02-17 Richard Stallman <rms@gnu.org>
10074
10075 * emacs-lisp/easymenu.el (easy-menu-get-map):
10076 Don't crash if (current-local-map) is nil.
10077
10078 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
10079
10080 * filecache.el (file-cache-filter-regexps): Added .class.
10081
10082 1999-02-17 Ken'ichi Handa <handa@gnu.org>
10083
10084 * international/mule-util.el (decompose-region): Use
10085 insert-buffer-substring instead of insert-buffer to avoid putting
10086 mark.
10087
10088 1999-02-17 Andreas Schwab <schwab@gnu.org>
10089
10090 * calendar/cal-move.el (scroll-calendar-left): Don't set
10091 displayed-month and displayed-year here, let generate-calendar do
10092 it, after range checking.
10093
10094 1999-02-17 Simon Marshall <simon@gnu.org>
10095
10096 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
10097
10098 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
10099 correctly between an object declared via a constructor and a method.
10100 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
10101 (java-font-lock-keywords-1): Fontify package names individually.
10102 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
10103 (java-font-lock-keywords-2): Simplify type fontification.
10104 (java-font-lock-keywords-3): Likewise.
10105
10106 1999-02-17 Kenichi Handa <handa@etl.go.jp>
10107
10108 * language/japanese.el (iso-2022-jp-2): New coding system.
10109 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
10110
10111 1999-02-16 Dave Love <fx@gnu.org>
10112
10113 * help.el (describe-function-1): Accept non-symbols.
10114
10115 1999-02-16 Paul Eggert <eggert@twinsun.com>
10116
10117 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
10118 find the last match if there are multiple matches.
10119
10120 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10121
10122 * tex-mode.el (tex-run-command, latex-run-command)
10123 (slitex-run-command, tex-command): Doc changes.
10124 (tex-start-options-string): Autoload it. Doc change. Provide
10125 a menu for customization. Allow nil. Quote backslashes only once.
10126 (tex-start-tex): Handle nil value of tex-start-options-string
10127 and apply shell-quote-argument to it.
10128
10129 1999-02-16 Eli Zaretskii <eliz@gnu.org>
10130
10131 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
10132 the size in blocks, since it can be a float.
10133 (ls-lisp-format): Likewise
10134
10135 1999-02-16 Ken'ichi Handa <handa@gnu.org>
10136
10137 * language/japanese.el (japanese-shift-jis): Add
10138 charset-origin-alist property.
10139
10140 1999-02-15 Richard Stallman <rms@gnu.org>
10141
10142 * progmodes/compile.el (compile-internal): Use save-selected-window.
10143
10144 * subr.el (momentary-string-display): Bind inhibit-read-only.
10145
10146 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
10147
10148 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
10149
10150 * mail/rmail.el (rmail-show-message): If an unseen message has a
10151 Summary-line in its header, get past one more line before looking
10152 for the X-Coding-System header.
10153
10154 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
10155
10156 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10157 explicitly to accomodate Windows 9X lack of a useful copy program.
10158
10159 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
10160
10161 * wid-edit.el (widget-choice-value-create): Use `equal'
10162 instead of `eq'.
10163
10164 1999-02-14 Richard Stallman <rms@gnu.org>
10165
10166 * international/iso-transl.el:
10167 (iso-transl-ae): Renamed from iso-transl-e-slash.
10168 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10169 (iso-transl-AE): Renamed from iso-transl-E-slash.
10170 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10171 (iso-transl-char-map): Related changes.
10172
10173 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
10174
10175 1999-02-13 Richard Stallman <rms@gnu.org>
10176
10177 * textmodes/texinfmt.el (texinfo-alias): New function.
10178 (texinfo-fold-nodename-case): Add defvar.
10179 (texinfo-format-node): Do case folding if specified.
10180
10181 * ffap.el (ffap-file-at-point): Test local file names
10182 immediately. Strip off line numbers.
10183
10184 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
10185
10186 * sql.el: Set version to 1.3.2
10187 (sql-solid-program): Added support for solid.
10188 (sql-help): Doc mentions sql-solid.
10189 (sql-solid): Entry function for Solid.
10190 (sql-buffer): Doc explains the use of the variable and how to
10191 change it.
10192 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
10193 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
10194 disabled if sql-buffer doesn't have a process; sql-send-paragraph
10195 is new.
10196 (sql-show-sqli-buffer): New function to display the value of
10197 sql-buffer.
10198 (sql-change-sqli-buffer): New function to change sql-buffer.
10199 (sql-mode): Doc explains how to change sql-buffer.
10200 (sql-send-paragraph): New function to send a paragraph.
10201 (sql-mode-map): Added keybinding for sql-send-paragraph.
10202 (sql-mysql): Doc corrected.
10203 (sql-ms): Doc corrected.
10204
10205 * sql.el (sql-server): Doc fix.
10206 (sql-mysql): Added the use of sql-server to specify the host,
10207 sql-database now specifies database instead of host.
10208 (sql-mode-menu): Send... menu items are only active if sql-buffer
10209 is non-nil.
10210 (sql-help): Changed tag of entry functions a bit.
10211
10212 * sql.el: Added keywords from `finder-by-keyword'.
10213 (sql-mode): Made sql-buffer a local variable, changed the
10214 documentation: removed instructions to add *.sql files to
10215 auto-mode-alist, added documentation for having mutliple SQL
10216 buffers sending their stuff to different SQLi buffers, each
10217 running a different process.
10218 (sql-postgres): Quoted *SQL* in doc string.
10219 (sql-ms): Likewise.
10220 (sql-ingres): Likewise.
10221 (sql-ingres): Quoted *SQL* in doc string, added references to
10222 sql-user and sql-password used during login.
10223 (sql-sybase): Quoted *SQL* in doc string, added comma.
10224 (sql-oracle): Likewise.
10225 (sql-interactive-mode): Added extensive documentation for having
10226 mutliple SQL buffers sending their stuff to different SQLi
10227 buffers, each running a different process.
10228 (sql-buffer): Changed doc from *SQL* to SQLi.
10229 (sql-get-login): Doc fix.
10230
10231 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10232
10233 * international/mule-conf.el (undecided): Set ascii in
10234 safe-charsets property.
10235
10236 1999-02-12 Richard Stallman <rms@gnu.org>
10237
10238 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10239
10240 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10241
10242 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10243 value to ps-mule-font-info-database-latin.
10244
10245 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
10246
10247 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10248 (ps-mule-font-info-database-default): New variable.
10249 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10250 ps-mule-font-info-database-default.
10251
10252 1999-02-12 Dave Love <fx@gnu.org>
10253
10254 * timezone.el (timezone-make-date-sortable)
10255 (timezone-make-date-arpa-standard): Doc fix.
10256
10257 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10258
10259 * international/quail.el (quail-show-kbd-layout): Bind
10260 blink-matching-paren to nil.
10261
10262 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10263 for ASCII and Latin-1.
10264
10265 1999-02-12 Andreas Schwab <schwab@gnu.org>
10266
10267 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10268
10269 1999-02-12 Kenichi Handa <handa@etl.go.jp>
10270
10271 * international/mule-cmds.el (language-info-alist): Remove
10272 description about charset-origin-alist.
10273
10274 * international/mule.el: Comment added for a new coding system
10275 property `charset-origin-alit'.
10276 (make-translation-table): This variable deleted.
10277
10278 * language/chinese.el (chinese-big5): Add charset-origin-alist
10279 property.
10280 ("Chinese-CNS"): Remove charset-origin-alist property.
10281
10282 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10283 property.
10284 (cyrillic-alternativnyj): Likewise.
10285 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10286 ("Cyrillic-ALT"): Likewise.
10287
10288 * language/vietnamese.el (vietnamese-viqr): Add
10289 charset-origin-alist property.
10290 ("Vietnamese"): Remove charset-origin-alist property.
10291
10292 * simple.el (what-cursor-position): Don't use the varialbe
10293 charset-origin-alist, but use charset-origin-alist property of
10294 buffer-file-coding-system to decide external character set code.
10295
10296 1999-02-10 Richard Stallman <rms@gnu.org>
10297
10298 * shadowfile.el: Don't turn on the mode when the file is loaded.
10299
10300 1999-02-09 Richard Stallman <rms@gnu.org>
10301
10302 * progmodes/compile.el (compile-auto-highlight): Customize.
10303
10304 * add-log.el (add-log-file-name-function): New variable.
10305 (add-change-log-entry): Call that function, if non-nil.
10306
10307 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
10308
10309 * rmail.el (rmail-search): Track match with a marker, not an integer.
10310
10311 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10312
10313 * progmodes/compile.el (compilation-setup): Set value of
10314 compilation-directory-stack as in compilation-forget-errors.
10315 (compile-reinitialize-errors): Bind buffer-undo-list and
10316 deactivate-mark.
10317 (compilation-forget-errors): Likewise.
10318
10319 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
10320
10321 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10322 def... constructs.
10323
10324 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10325 Remove calls to sleep-for.
10326
10327 1999-02-08 Eli Zaretskii <eliz@gnu.org>
10328
10329 * international/codepage.el (cp-coding-system-for-codepage-1): On
10330 MS-DOS, use dos-unsupported-char-glyph for characters not
10331 supported by the codepage.
10332 (cp-make-coding-systems-for-codepage): Likewise.
10333
10334 1999-02-08 Andreas Schwab <schwab@gnu.org>
10335
10336 * international/mule-util.el (coding-system-list): Don't sort
10337 coding-system-list here.
10338
10339 * international/mule.el (coding-system-lessp): Moved here from
10340 mule-util.el
10341 (add-to-coding-system-list): New function.
10342 (make-subsidiary-coding-system, make-coding-system,
10343 define-coding-system-alias): Use it instead of setting
10344 coding-system-list directly.
10345
10346 1999-02-07 Dave Love <fx@gnu.org>
10347
10348 * calendar/appt.el (appt-make-list): Don't splice quotes and date
10349 onto message.
10350
10351 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10352
10353 * imenu.el (imenu--last-menubar-index-alist): Add doc.
10354 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
10355
10356 1999-02-06 Richard Stallman <rms@gnu.org>
10357
10358 * language/european.el (setup-slovenian-environment): New function.
10359 ("Slovenian"): New language environment.
10360
10361 * progmodes/sql.el (sql-help): Doc fix.
10362 (sql-mysql): Doc fix.
10363
10364 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10365
10366 * tex-mode.el: When compiling, require compare-w and skeleton
10367 to pacify the byte-compiler. Move the def's of the tex-commands
10368 together. Add a comment on kill-process vs. quit-process.
10369
10370 1999-02-05 Dave Love <fx@gnu.org>
10371
10372 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10373 null markers.
10374 (compile-goto-error): Likewise.
10375
10376 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10377
10378 * time-stamp.el (time-stamp-format): Format doc tighter.
10379 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10380 (time-stamp): Don't re-write the time stamp if it didn't change.
10381
10382 1999-02-05 Alex Schroeder <asc@bsiag.com>
10383
10384 * progmodes/sql.el: Changed version to 1.2.1.
10385 (sql-pop-to-buffer-after-send-region): Improved documentation.
10386 (sql-mysql-program): Added MySQL support.
10387 (sql-prompt-length): Made prompt-length configurable.
10388 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10389 (sql-help): Added MySQL support, changed documentation.
10390 (sql-send-region): A message is displayed if something is sent.
10391 (sql-mode): Added buffer-local comment-start.
10392 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10393 (sql-interactive-mode): Added buffer-local comment-start.
10394 (sql-oracle): Set sql-prompt-length.
10395 (sql-sybase): Set sql-prompt-length.
10396 (sql-mysql): Added MySQL support.
10397 (sql-ingres): Set sql-prompt-length.
10398 (sql-ms): Set sql-prompt-length.
10399 (sql-postgres): Set sql-prompt-length.
10400
10401 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10402
10403 * term/internal.el (dos-codepage-setup): Set selection coding
10404 system to cpNNN-dos.
10405
10406 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10407
10408 * international/characters.el: Let ethiopic use iso-2022-7bit.
10409
10410 1999-02-02 Dave Love <fx@gnu.org>
10411
10412 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10413 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10414
10415 1999-02-02 Karl Heuer <kwzh@gnu.org>
10416
10417 * terminal.el (terminal-emulator): Doc fix.
10418
10419 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10420
10421 * international/mule-util.el (compose-chars): Doc-string
10422 modified. Correctly handle a composition character in ARGS.
10423
10424 1999-02-01 Richard Stallman <rms@gnu.org>
10425
10426 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10427 (makefile-menu-index-function): Function deleted.
10428 (makefile-mode): Use makefile-imenu-generic-expression.
10429
10430 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10431
10432 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10433 change, invoke from before-init-hook.
10434
10435 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10436
10437 * subr.el (remove-from-invisibility-spec): Cope with the case when
10438 buffer-invisibility-spec is t.
10439
10440 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10441
10442 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10443 appt-add and appt-delete.
10444
10445 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10446
10447 * term/pc-win.el (msdos-approximate-color): New function.
10448 (msdos-color-translate): Call it to find a DOS color that best
10449 approximates an X-style "#NNNNNN" color specification.
10450
10451 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10452
10453 * international/mule-util.el (compose-chars-component): Add
10454 autoload cookie.
10455
10456 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10457
10458 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10459 function, replace cdr of MAP by the return value of the function
10460 unconditionally.
10461
10462 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10463
10464 * progmodes/compile.el (compilation-next-error-locus): Don't
10465 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10466
10467 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10468
10469 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10470 and NLs before "charset", and allow the charset name be in double
10471 quotes.
10472
10473 1999-01-31 Richard Stallman <rms@gnu.org>
10474
10475 * imenu.el (imenu-sort-function): Fix custom type.
10476
10477 1999-01-30 Richard Stallman <rms@gnu.org>
10478
10479 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10480 (speedbar-line-token): Likewise.
10481
10482 * play/gametree.el (gametree-default-score): Use defcustom.
10483 (gametree-score-regexp, gametree-score-closer): Likewise.
10484 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10485
10486 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10487
10488 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10489 decoding.
10490
10491 1999-01-29 Markus Rost <rost@gnu.org>
10492
10493 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10494 tex-validate-buffer.
10495 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10496 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10497 now with recent occur-mode.
10498 (tex-validate-region): Really walk through all Sexps.
10499 (tex-region): Bind shell-dirtrack-verbose.
10500 (tex-file, tex-bibtex-file): Likewise.
10501
10502 1999-01-29 Dave Love <fx@gnu.org>
10503
10504 * finder.el: (finder-commentary): Fix interactive spec. Try
10505 appending .el to file name.
10506 (finder-find-library, finder-commentary): Doc fixes.
10507
10508 1999-01-29 Andrew Innes <andrewi@gnu.org>
10509
10510 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10511 where the userid contains directory separators.
10512
10513 1999-01-29 Dave Love <fx@gnu.org>
10514
10515 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10516 (lm-commentary): Doc fix.
10517
10518 1999-01-29 Andreas Schwab <schwab@gnu.org>
10519
10520 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10521 wildcard match. Fix regexp that tests if dirpart contains
10522 wildcard characters.
10523
10524 1999-01-28 Richard Stallman <rms@gnu.org>
10525
10526 * font-lock.el (font-lock-default-unfontify-region):
10527 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10528
10529 1999-01-27 Jason Rumney <jasonr@altavista.net>
10530
10531 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10532 from FAMILY field.
10533 (w32-create-initial-fontsets): Do not use before-init-hook.
10534 (mouse-set-font): Document. Automatically create and use fontsets.
10535
10536 * dos-w32.el (direct-print-region-helper): Check for printer
10537 being t as well as a string.
10538
10539 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10540
10541 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10542 (rmail-mime-charset-pattern): New variable.
10543 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10544 rmail-decode-mime-charset is non-nil.
10545
10546 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10547
10548 * international/characters.el: Set category `q' for all characters
10549 in tibetan and tibetan-1-column.
10550
10551 1999-01-27 Andrew Innes <andrewi@gnu.org>
10552
10553 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10554 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10555
10556 1999-01-27 Dave Love <fx@gnu.org>
10557
10558 * international/mule-cmds.el (current-language-environment):
10559 Provide :link, :type (choices) and appropriate :get.
10560
10561 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10562
10563 * startup.el (command-line): Set default eol-mnemonic-* strings to
10564 display end-of-line format in mode line.
10565
10566 * cus-start.el (all): Add eol-mnemonic-* variables.
10567
10568 1999-01-26 Dave Love <fx@gnu.org>
10569
10570 * startup.el (command-line-1): Up-date copyright.
10571
10572 * paths.el (Info-default-directory-list): Use configdir twice.
10573
10574 * info.el (Info-directory-list): Don't set path-separator now
10575 we're not shipped with Texinfo. Simplify path definition.
10576 Substitute all occurrences of instdir in Info-default-directory-list.
10577
10578 1999-01-25 Richard Stallman <rms@gnu.org>
10579
10580 * startup.el (normal-top-level-add-subdirs-to-load-path):
10581 Record the inode numbers of the dirs processed, to avoid loop.
10582
10583 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10584
10585 1999-01-25 Dave Love <fx@gnu.org>
10586
10587 * browse-url.el (browse-url-netscape-program): Doc addition.
10588
10589 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10590 prefix.
10591
10592 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10593 auto-mode-alist.
10594
10595 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10596
10597 * calendar/diary-lib.el (mark-diary-entries): Use
10598 assoc-ignore-case and do not capitalize when matching month and
10599 day names.
10600
10601 * calendar/calendar.el (calendar-read-date): Ditto.
10602
10603 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10604 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10605
10606 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10607
10608 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10609
10610 * calendar/cal-islam.el (calendar-goto-islamic-date)
10611 (mark-islamic-diary-entries): Ditto.
10612
10613 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10614
10615 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10616 (calendar-read-mayan-tzolkin-date): Ditto.
10617
10618 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10619
10620 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10621
10622 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10623
10624 1999-01-25 Karl Heuer <kwzh@gnu.org>
10625
10626 * faces.el (list-faces-display): Multiline case of previous fix.
10627
10628 1999-01-25 Andreas Schwab <schwab@gnu.org>
10629
10630 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10631
10632 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10633
10634 * files.el (find-file): If find-file-noselect returns a list,
10635 do switch-to-buffer on each element.
10636 (find-file-other-window): Likewise for all but the first element.
10637 (find-file-other-frame): Same.
10638 (find-file-noselect): When we expand a wildcard, return a list
10639 of buffers.
10640
10641 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10642
10643 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10644 to set the appropriate cpNNN-dos coding system as the
10645 highest-priority coding system.
10646
10647 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10648
10649 * international/fontset.el (generate-fontset-menu): Return a
10650 sorted list by plain names of fontsets.
10651
10652 * international/mule-diag.el (list-fontsets): Sort fontsets by
10653 plain names.
10654
10655 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10656 FIRST is a composite character, decompose it at first.
10657
10658 1999-01-23 Dave Love <fx@gnu.org>
10659
10660 * format.el: Doc fixes.
10661 (format-encode-run-method): Have things happen in the right buffer.
10662 Deal with errors from method. Set coding-system-for-write.
10663 (format-decode-run-method): Have things happen in the right buffer.
10664 Deal with errors from method. Set coding-system-for-read.
10665 (format-alist): Use nil instead of unmatchable regexps.
10666
10667 * simple.el (shell-command-on-region): Return command's exit status.
10668
10669 1999-01-23 Eric Ludlam <zappo@gnu.org>
10670
10671 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10672 of the file whose info we want to display.
10673 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10674 (speedbar-add-mode-functions-list) Improve doc.
10675 (speedbar-line-token) New function.
10676 (speedbar-dired) Fix order of directories in -shown-directories.
10677 (speedbar-line-path): Default return is default-directory
10678 (speedbar-buffers-line-path): Return is dir name only.
10679 (speedbar-mode-functions-list): New variable.
10680 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10681 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10682 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10683 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10684 New functions.
10685 (speedbar-line-file): Broke out part that fetches file from a line.
10686 (speedbar-line-text): New function extracted from speedbar-line-file.
10687 (speedbar-line-path): Converted into a replaceable function.
10688 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10689
10690 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10691
10692 * international/fontset.el (create-fontset-from-x-resource): Make
10693 style variants.
10694
10695 1999-01-22 Dave Love <fx@gnu.org>
10696
10697 * paths.el (Info-default-directory-list): Put sysdir after start.
10698
10699 1999-01-22 Sam Steingold <sds@goems.com>
10700
10701 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10702 a process associated with it.
10703
10704 1999-01-22 Jason Rumney <jasonr@altavista.net>
10705
10706 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10707
10708 1999-01-22 Felix Lee <flee@cygnus.com>
10709
10710 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10711 major-mode.
10712 (vc-annotate-mode): Delete variable.
10713
10714 1999-01-22 Andrew Innes <andrewi@gnu.org>
10715
10716 * startup.el (command-line): [windows-nt]: Check for existence of
10717 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10718 in preference to _emacs.
10719
10720 1999-01-22 Dave Love <fx@gnu.org>
10721
10722 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10723
10724 1999-01-20 Richard Stallman <rms@gnu.org>
10725
10726 * files.el (find-file-noselect): Do wildcard processing only
10727 if new arg WILDCARDS is non-nil.
10728 (find-file, find-file-other-window): New arg WILDCARDS.
10729 Default it to non-nil if interactive.
10730 (find-file-other-frame): Likewise.
10731 (find-file-read-only): Likewise.
10732 (find-file-read-only-other-window): Likewise.
10733 (find-file-read-only-other-frame): Likewise.
10734
10735 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10736 (widget-plist-convert-option): Delete spurious comma.
10737
10738 1999-01-19 Jason Rumney <jasonr@altavista.net>
10739
10740 * term/w32-win.el (w32-standard-fontspec-spec): Change
10741 iso8859-5 to koi8-r. Add iso8859-9.
10742
10743 1999-01-19 Dave Love <fx@gnu.org>
10744
10745 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10746 its uses.
10747
10748 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10749 is active.
10750 (fortran-indent-subprogram): Likewise.
10751
10752 1999-01-19 Dave Love <d.love@dl.ac.uk>
10753
10754 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10755
10756 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10757
10758 * wid-edit.el (alist): Use sexp as default key-type.
10759
10760 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10761
10762 * textmodes/tex-mode.el (tex-define-common-keys):
10763 Remove key binding of tex-feed-input.
10764 (tex-mode-map): Bind tex-feed-input here.
10765 (tex-start-shell): Use compilation-shell-minor-mode. Set
10766 comint-input-filter-functions before running tex-shell-hook.
10767 (tex-start-tex): Forget compilation errors.
10768 (tex-compilation-parse-errors): Rewritten to work also with
10769 compile-mouse-goto-error and compile-goto-error. Adjusted to
10770 change in tex-region.
10771 (tex-region): For the temp file use file-name without directory.
10772 (tex-file): Expand file name of tex-print-file.
10773
10774 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10775
10776 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10777
10778 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10779
10780 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10781 beginning could cause Emacs to hang. Fixed.
10782
10783 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10784
10785 * international/ccl.el (ccl-compile-translate-character): Handle
10786 the case that a tranlation table is CCL register correctly.
10787
10788 * international/mule-cmds.el (select-safe-coding-system):
10789 Hightlight at most 256 characters.
10790
10791 1999-01-18 Dave Love <fx@gnu.org>
10792
10793 * startup.el (command-line): If the init file changes operation to
10794 unibyte, make all buffers unibyte and re-set language environment.
10795
10796 * disp-table.el (standard-display-european): Make all existing
10797 buffers unibyte. Fix doc.
10798
10799 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10800
10801 * wid-edit.el (coding-system): Define this unconditionally.
10802
10803 * simple.el (shell-command-on-region-default-error-buffer): New var.
10804 (shell-command-on-region): Use that variable as interactive
10805 value of ERROR-BUFFER argument.
10806
10807 1999-01-17 Sam Steingold <sds@goems.com>
10808
10809 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10810
10811 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10812
10813 * progmodes/compile.el (compilation-goto-locus): If already in the
10814 compilation buffer's window, keep it in that window.
10815 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10816 (compile-goto-error): Don't play with windows.
10817
10818 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10819 (tex-command): Doc fix.
10820 (tex-compilation-parse-errors): Doc fix.
10821 (tex-generate-zap-file-name): Don't start the name with -.
10822 (tex-expand-files): Works now also with strings ending with ":".
10823
10824 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10825
10826 Patch failed to install:
10827 * gametree.el: Document scoring functionality.
10828 (gametree-score-regexp): Add optional plus sign.
10829 (gametree-score-opener): Replace `:' with `=' as the former
10830 conflicts with gametree-half-ply-regexp.
10831 (gametree-transpose-following-leaves): Add.
10832 (gametree-insert-new-leaf): Make modifying commands barf in read
10833 only buffers.
10834 (gametree-break-line-here): Add a call to
10835 `gametree-transpose-following-leaves'. This maintains the
10836 necessary invariant that on each level all leaf children precede
10837 all nonleaf children. This has always been implied, but left to
10838 the user, and, unfortunately, undocumented.
10839
10840 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10841
10842 * wid-edit.el (plist, alist): New widget types.
10843
10844 1999-01-17 Dave Love <fx@gnu.org>
10845
10846 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10847 fix scope of condition-case therein.
10848
10849 1999-01-17 Andrew Innes <andrewi@gnu.org>
10850
10851 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10852 default-buffer-file-coding-system when file doesn't exist (and
10853 isn't covered by a special case) instead of forcing undecided-dos
10854 against the user's wishes.
10855
10856 * dos-w32.el (direct-print-region-helper): New function based on
10857 direct-print-region-function; sends data to specified printer port
10858 without further translation. Recognize and handle specially the
10859 standard `print' and `nprint' programs, as well as `lpr' and
10860 similar programs. Only write directly to the printer port if no
10861 print program is specified. Work around a bug in Windows 9x
10862 affecting Win32 version of Emacs by invoking command.com to write
10863 to the printer port instead of writing directly.
10864 (direct-print-region-function): Use direct-print-region-helper to
10865 do most of the work.
10866 (direct-ps-print-region-function): New function; analogue of
10867 direct-print-region-function for ps-print.
10868 (ps-lpr-command): Comment out setq; leave as example usage.
10869 (ps-lpr-switches): Ditto.
10870
10871 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10872 and MS-Windows.
10873 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10874 DOS and Windows platforms, to indicate direct printing. Update
10875 the docstring accordingly.
10876
10877 * ps-print.el: (ps-printer-name): Update docstring about usage on
10878 MS-DOS and MS-Windows.
10879 (ps-lpr-command): Update docstring as for lpr-command.
10880 (ps-print-region-function): New variable.
10881 (ps-do-despool): Use it.
10882 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10883 DOS/Windows.
10884
10885 * subr.el (subst-char-in-string): New function.
10886
10887 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10888
10889 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10890
10891 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10892 (bdf-find-font-info): New function, looks for the first readable
10893 file from a list of alternatives.
10894 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10895 instead of bdf-get-font-info.
10896 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10897 to ps-mule-generate-bitmap-glyph.
10898
10899 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10900 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10901 now be a list of alternative names.
10902 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10903 (ps-mule-prepare-font): Likewise.
10904
10905 * international/codepage.el (cp855-decode-table,
10906 cp850-decode-table): Fill some nil entries.
10907
10908 1999-01-16 Dave Love <fx@gnu.org>
10909
10910 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10911 last change.
10912
10913 1999-01-15 Dave Love <fx@gnu.org>
10914
10915 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10916 and change regexp for command names.
10917 (help-xref-go-back, function-called-at-point, symbol-file)
10918 (where-is): Doc fixes.
10919 (help-xref-go-back): Remove interactive spec.
10920 (describe-function-1): Fix message for alias. Buttomize alias
10921 name.
10922
10923 * simple.el (join-line): New alias.
10924
10925 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10926
10927 * forms.el: (forms--show-record): Convert integers to string
10928 expicitly since concat will no longer accept integers.
10929 (forms-print): Use local `total-nb-records' since
10930 `forms--total-records' will be inaccessible after buffer switching.
10931
10932 1998-01-14 Felix Lee <flee@cygnus.com>
10933
10934 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10935
10936 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10937
10938 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10939
10940 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10941
10942 * international/codepage.el (cp850-decode-table): Fix previous change.
10943
10944 1999-01-14 Simon Marshall <simon@gnu.org>
10945
10946 * shell.el (shell-dirtrack-verbose): New custom variable.
10947 (shell-dirstack-message): Use it.
10948
10949 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10950
10951 * international/mule-conf.el: Coding system alias `dos' for
10952 `undecided-dos', `mac' for `undecided-mac'.
10953
10954 * international/mule-cmds.el (describe-language-environment):
10955 Don't alter input-method-alist.
10956
10957 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10958
10959 * international/codepage.el (cp850-decode-table): Replace nil
10960 entries with codes of similary looking glyphs. (Suggested by
10961 Jason Rumney <jasonr@altavista.net>.)
10962
10963 1999-01-13 Dave Love <fx@gnu.org>
10964
10965 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10966
10967 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10968
10969 1999-01-12 Karl Heuer <kwzh@gnu.org>
10970
10971 * files.el (auto-save-hook): Defvar this.
10972
10973 1999-01-12 Alex Schroeder <asc@bsiag.com>
10974
10975 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10976 faces, eliminating the need to load font-lock before loading sql.
10977 (sql-mode-oracle-font-lock-keywords): Likewise.
10978 (sql-mode-postgres-font-lock-keywords): Likewise.
10979
10980 1999-01-11 Dave Love <fx@gnu.org>
10981
10982 * cus-start.el: Add inhibit-eol-conversion.
10983
10984 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10985 the values round.
10986
10987 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10988
10989 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10990 Don't switch to Help mode here.
10991 (temp-buffer-setup-hook): Use help-mode-finish.
10992 (help-mode-setup): New function.
10993 (temp-buffer-setup-hook): Use help-mode-setup.
10994
10995 * progmodes/sql.el: New file.
10996
10997 * files.el (auto-mode-alist): Add sql-mode.
10998
10999 * faces.el (list-faces-display): Improve the formatting
11000 by computing the maximum length required for any face-name.
11001
11002 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11003
11004 * progmodes/compile.el (compilation-shell-minor-mode): New function.
11005
11006 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
11007
11008 * term.el (term_send_home): Change the string to
11009 be the same as the one emitted by xterm and consistent with the
11010 ones emitted by prior and next.
11011 (term_send_end): Likewise.
11012
11013 1999-01-10 Dave Love <fx@gnu.org>
11014
11015 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
11016 bindings.
11017
11018 1999-01-10 Eli Zaretskii <eliz@gnu.org>
11019
11020 * international/codepage.el (codepage-setup): Doc fix.
11021 (cp-decoding-vector-for-codepage): Likewise.
11022
11023 1999-01-10 Markus Rost <rost@gnu.org>
11024
11025 * cus-edit.el (custom-save-delete): First scan the custom-file.
11026
11027 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11028
11029 * international/iso-transl.el: Define a "function name" for
11030 each translation that isn't ASCII. Use these function names
11031 in iso-transl-char-map.
11032
11033 1999-01-08 Kenichi Handa <handa@etl.go.jp>
11034
11035 * international/mule-util.el (decompose-region): Do decomposition
11036 on temporary unibyte buffer.
11037
11038 * international/mule.el (make-char): Doc-string modified.
11039
11040 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11041
11042 * simple.el (comment-region): Delete spaces only if we
11043 deleted a comment starter.
11044
11045 1999-01-07 Dave Love <fx@gnu.org>
11046
11047 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11048
11049 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
11050 like eval-defun does.
11051
11052 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
11053
11054 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
11055 constructions. Doc fixes.
11056 (generic-create-generic-function): Use defalias, not fset.
11057
11058 * find-func.el: More doc fixes.
11059
11060 1999-01-06 Stephen Eglen <stephen@gnu.org>
11061
11062 * files.el (save-buffers-kill-emacs): Show the list of current
11063 processes before prompting to kill them and exit.
11064
11065 1999-01-06 Dave Love <fx@gnu.org>
11066
11067 * emacs-lisp/find-func.el: Doc fixes.
11068 (find-function-regexp): Extend for define-generic-mode,
11069 define-derived-mode, easy-mmode-define-minor-mode.
11070
11071 1999-01-06 Dave Love <fx@gnu.org>
11072
11073 * progmodes/fortran.el (fortran-window-create): Account for scroll
11074 bar width.
11075
11076 * browse-url.el: Require (noerror) w3-auto when compiling.
11077 (browse-url-maybe-new-window): Make it a macro and revert last
11078 change to callers.
11079 (browse-url-w3): Require w3 for w3-fetch-other-window.
11080
11081 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11082
11083 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
11084 argument.
11085
11086 1999-01-06 Simon Marshall <simon@gnu.org>
11087
11088 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
11089
11090 * font-lock.el (font-lock-default-fontify-buffer): When using
11091 with-temp-message, use nil rather than current-message.
11092
11093 * lazy-lock.el (lazy-lock-unstall):
11094 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
11095 rather than current-message.
11096
11097 * fast-lock.el (fast-lock-save-cache-1):
11098 (fast-lock-cache-data): When using with-temp-message, use nil rather
11099 than current-message.
11100
11101 1999-01-06 Eli Zaretskii <eliz@gnu.org>
11102
11103 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11104 the valid-codes property.
11105
11106 * international/mule-cmds.el (prefer-coding-system): Call
11107 set-coding-priority, so that the internal array of priorities is
11108 also updated.
11109
11110 * international/mule-util.el:
11111 (coding-system-change-eol-conversion,
11112 coding-system-change-text-conversion): Don't define here.
11113
11114 * international/mule-cmds.el: Define them here. Remove the
11115 autoload cookies.
11116
11117 1999-01-06 Andreas Schwab <schwab@gnu.org>
11118
11119 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
11120 if it was enabled before.
11121
11122 * view.el (View-revert-buffer-scroll-page-forward): Bind
11123 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
11124
11125 * files.el (recover-session): Preserve point when inserting
11126 explanation.
11127
11128 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
11129
11130 * cus-edit.el (custom-save-delete): Don't delete whitespace
11131 and comments before the sexp that is replaced.
11132
11133 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11134
11135 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
11136
11137 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
11138
11139 * vc.el (vc-dired-hook): Use the original value of
11140 dired-move-to-filename-regexp on lines that have not been
11141 reformatted yet.
11142 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
11143 file lines have already been reformatted.
11144
11145 1999-01-05 Dave Love <fx@gnu.org>
11146
11147 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
11148 buffer-local.
11149
11150 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
11151
11152 * progmodes/f90.el: Change of regular expressions for type to
11153 correct highlighting and identation. Some small fixes for
11154 compatibility with XEmacs.
11155
11156 1999-01-05 Stephen Eglen <stephen@gnu.org>
11157
11158 * mspools.el (mspools-vm-system-mail): Provide an alternative
11159 value based on rmail-spool-directory if $MAIL is not defined.
11160
11161 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
11162
11163 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11164 (reftex-section-info): Handle negative section levels.
11165 (reftex-view-crossref-extra): New option.
11166 (reftex-view-crossref): Generalized to work in more places.
11167 (reftex-find-citation-regexp-format, reftex-find-reference-format,
11168 reftex-macros-with-labels, reftex-global-search-marker): New variables.
11169 (reftex-view-cite-locations-from-bibtex): New command.
11170 (reftex-view-regexp-match, reftex-global-search,
11171 reftex-global-search-continue): New functions.
11172 (reftex-extract-bib-entries): No error for non-existing BibTeX
11173 file, just a message.
11174 (reftex-extract-bib-entries): Better error handling.
11175 (reftex-select-with-char): Use `*RefTeX Select*' for selection
11176 help and force it on current frame.
11177 (reftex-default-bibliography): New function.
11178 (reftex-access-parse-file): Check consistency after loading a
11179 parse file. When inconsistent, enfore rescan.
11180 (reftex-check-parse-consistency): New function.
11181 (easy-menu-define): Options section drastically shortened.
11182
11183 1999-01-05 Kenichi Handa <handa@etl.go.jp>
11184
11185 * language/thai-util.el (thai-compose-string): New function.
11186
11187 1999-01-04 Inge Frick <inge@nada.kth.se>
11188
11189 * easymenu.el (easy-menu-define): Doc fix.
11190 (easy-menu-create-menu): New keyword :included.
11191 (easy-menu-do-add-item): New keyword :included. SUFFIX may
11192 be an expression, not only a string. Simulate style `button'.
11193 Use easy-menu-define-key-intern instead of easy-menu-define-key.
11194 (easy-menu-define-key-intern): New function.
11195 (easy-menu-add-item): Understand value returned from
11196 easy-menu-item-present-p and easy-menu-remove-item.
11197 (easy-menu-return-item): New function.
11198 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
11199
11200 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
11201
11202 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11203 Use rmail-output-read-rmail-file-name to read the file name.
11204 Always call rmail-output-to-rmail-file noninteractively.
11205 When count > 1, do the loop here.
11206 Handle rmail-delete-after-output here.
11207 (rmail-summary-output): Similar changes.
11208
11209 * mail/rmailout.el: Provide `rmailout'.
11210 (rmail-output-read-rmail-file-name): New function.
11211 (rmail-output-to-rmail-file): Use that.
11212 (rmail-output-read-file-name): New function.
11213 (rmail-output): Use that.
11214
11215 * files.el (find-file-noselect): Let /: suppress wildcard matching.
11216 Error if wildcard matches no files.
11217
11218 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
11219
11220 * menu-bar.el (clipboard-yank): Doc fix.
11221
11222 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11223
11224 1998-12-31 Markus Rost <rost@delysid.gnu.org>
11225
11226 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11227
11228 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
11229
11230 * rmail.el (rmail-encode-string): Make sure mask value is
11231 positive; (emacs-pid) returns a negative number on Windows 9x
11232 which causes odd behaviour.
11233
11234 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
11235
11236 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11237 and about w32-* variables unless on Windows/NT.
11238
11239 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
11240
11241 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11242 if buffer is modified; ask about all modified buffers.
11243
11244 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11245
11246 * simple.el (what-cursor-position): Fix previous change.
11247
11248 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
11249
11250 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11251 from paragraph-start.
11252
11253 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
11254
11255 * international/mule-cmds.el (prefer-coding-system): If the
11256 argument requires specific EOL conversion type, make the default
11257 coding systems use that.
11258
11259 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
11260
11261 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11262 Use shell-command-on-region.
11263 (m4-start-m4, m4-end-m4): Functions deleted.
11264
11265 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
11266
11267 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11268
11269 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11270
11271 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11272 to compose-mail in the correct places and as a list.
11273
11274 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
11275
11276 * page-ext.el: Added mouse-selection feature for pages directory buffer.
11277 (pages-directory-map): Bind mouse-2
11278 (pages-copy-header-and-position): Put text property.
11279 (pages-directory-goto-with-mouse): New function.
11280
11281 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
11282
11283 * international/codepage.el (cp-make-coding-systems-for-codepage):
11284 Doc fix.
11285 (cp-coding-system-for-codepage-1): Likewise.
11286
11287 1998-12-29 Kenichi Handa <handa@etl.go.jp>
11288
11289 * language/thai-util.el (thai-post-read-conversion): Handle Thai
11290 composition sequence correctly here instead of calling
11291 thai-compose-region.
11292
11293 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11294 newline in multibyte buffer, if previous or next character is a
11295 composite char, check the first component of the composite char.
11296
11297 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
11298
11299 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11300 and track-mouse.
11301
11302 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11303
11304 * mail/sendmail.el (mail-yank-original): Remove text properties
11305 after insertion.
11306 (mail-yank-region): Barf if no mark is set in the message
11307 being replied to.
11308
11309 * help.el (function-called-at-point): First look for function at point.
11310
11311 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11312
11313 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11314
11315 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11316
11317 * simple.el (what-cursor-position): Print character encoding also.
11318
11319 1998-12-26 Dave Love <fx@gnu.org>
11320
11321 * textmodes/flyspell.el: If local-maps work, don't put
11322 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11323 in flyspell-mouse-map (only).
11324 (flyspell-use-local-map): New variable.
11325 Use a different mouse-2 binding in that case,
11326 and don't add to minor-mode-map-alist.
11327 (make-flyspell-overlay, flyspell-correct-word):
11328 Test flyspell-use-local-map.
11329
11330 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11331
11332 * files.el (file-expand-wildcards): Handle wildcards in directory name.
11333 Be careful about whether to return a relative file name,
11334 and if so, relative to what directory.
11335
11336 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11337
11338 * emacs-lisp/easymenu.el (easy-menu-get-map):
11339 Change global map only if this menu exists in the global map already,
11340 and not in the local map.
11341 (easy-menu-do-add-item): Fix error message.
11342
11343 * foldout.el (foldout-inhibit-key-bindings):
11344 Avoid concatenating onto outline-minor-mode-prefix.
11345 Make a new keymap for that prefix, if it does not already have one.
11346
11347 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
11348
11349 * cperl-mode.el:
11350 Can use linear algorithm for indentation if Emacs supports it.
11351 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
11352 (cperl-after-block-p): Likewise.
11353 (cperl-after-block-and-statement-beg): Likewise.
11354 (cperl-after-block-p): After END/BEGIN we are a block.
11355 (cperl-after-expr-p): Skip labels when checking
11356 (cperl-indent-region): Make a marker for END - text added/removed.
11357 Disable hooks during the call (how to call them later?).
11358 Now indents 820-line-long function in 6.5 sec (including
11359 syntaxification) the first time (when buffer has few
11360 properties), 7.1 sec the second time.
11361 (cperl-indent-region): Do not indent whitespace lines
11362 (cperl-style-alist)
11363 Include `cperl-merge-trailing-else' where the value is clear.
11364 (cperl-styles-entries): Likewise.
11365 (cperl-problems): Improvements to docs.
11366 (cperl-tips): Likewise.
11367 (cperl-non-problems): Likewise.
11368 (cperl-mode): Make lazy syntaxification possible.
11369 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11370 `font-lock-unfontify-region-function' was set to a wrong function.
11371
11372 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11373 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11374 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11375 but 1<<6 was considered as HERE-doc.
11376 <file/glob> made into a string.
11377 Postpone addition of faces after syntactic step.
11378 Recognition of <FH> was wrong.
11379 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11380 Knows that split// is null-RE.
11381 Highlights separators in 3-parts expressions as labels.
11382 <> was considered as a glob.
11383 Would err if the last line is `=head1'.
11384 $a-1 ? foo : bar; was a considered a regexp.
11385 `<< (' was considered a start of HERE-doc.
11386 mark qq[]-etc sections as syntax-type=string
11387 Was not processing sub protos after a comment ine.
11388 Was treating $a++ <= 5 as a glob.
11389 Tolerate unfinished REx at end-of-buffer.
11390 `unwind-protect' was left commented.
11391 / and ? after : start a REx.
11392
11393 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11394 Better default, customizes to `message' too, off in text-mode.
11395
11396 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11397 `defface'd.
11398 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11399 `defface'd.
11400 (cperl-emacs-can-parse): New state variable.
11401 (cperl-indent-line): Corrected to use global state.
11402 (cperl-calculate-indent): Likewise.
11403 (cperl-fix-line-spacing): Likewise (not used yet).
11404 (cperl-calculate-indent): Did not consider `,' as
11405 continuation mark for statements.
11406 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11407 Remove another parse-data optimization at toplevel: would
11408 indent correctly.
11409 Correct for labels when calculating indentation of continuations.
11410 Docstring updated.
11411 (cperl-choose-color): Converted to a function (to be
11412 compilable in text-mode).
11413 (cperl-dark-background): Disable without window-system.
11414 Do `defface' only if window-system.
11415 (cperl-fix-line-spacing): Sped up to bail out early.
11416 (x-color-defined-p): Was not compiling on XEmacs
11417 Was defmacro'ed with a tick. Remove another def.
11418 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11419 (cperl-unwind-to-safe): New function.
11420 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11421 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11422 long strings (not very successful).
11423 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11424 Highlight the starting // in s//foo/ as function-name.
11425 Emit a meaningful error instead of a cryptic one for an
11426 uncomplete REx near end-of-buffer.
11427
11428 (cperl-electric-keyword): `qr' recognized.
11429 (cperl-electric-else): Likewise
11430 (cperl-to-comment-or-eol): Likewise
11431 (cperl-make-regexp-x): Likewise
11432 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11433 Corrected to use new macros;
11434 `if' for copying `reference-face' to `constant-face' was backward.
11435 remove init `font-lock-other-emphasized-face',
11436 `font-lock-emphasized-face', `font-lock-keyword-face'.
11437 Interpolate `cperl-invalid-face'.
11438 (cperl-make-regexp-x): Misprint in a message.
11439 (cperl-syntaxify-unwind): New configuration variable
11440 (cperl-fontify-m-as-s): New configuration variable
11441 (cperl-electric-pod): Check for after-expr was performed
11442 inside of POD too.
11443 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11444 (cperl-clobber-mode-lists): New configuration variable.
11445 (cperl-not-bad-style-regexp): Updated.
11446 Init: `cperl-is-face' was busted.
11447 (cperl-make-face): New macros.
11448 (cperl-force-face): New macros.
11449 (font-lock-other-type-face): Done via `defface' too.
11450 (cperl-nonoverridable-face): New face. Renamed from
11451 `font-lock-other-type-face'.
11452 (cperl-init-faces-weak): Use `cperl-force-face'.
11453 (cperl-comment-indent): Commenting __END__ was not working.
11454 (cperl-indent-for-comment): Likewise.
11455 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11456 When removing old TAGS info was not relativizing filename.
11457 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11458 Another try to work around XEmacs problems. Better progress messages.
11459 (toplevel): Require custom unprotected => failure on 19.28.
11460 (cperl-xemacs-p): Defined when compile too
11461 (cperl-find-tags): Was writing line/pos in a wrong order,
11462 pos off by 1 and not at beg-of-line.
11463 (cperl-etags-snarf-tag): New macro
11464 (cperl-etags-goto-tag-location): New macro
11465 (cperl-version): New variable. New menu entry
11466 random docstrings: References to "future" 20.3 removed.
11467 Menu was described as `CPerl' instead of `Perl'
11468 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11469 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11470 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11471 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11472 `font-lock-reference-face', `font-lock-keyword-face'.
11473 Use `eval-after-load'.
11474 Remove not-CPerl-related faces.
11475 (cperl-tips-faces): New variable and an entry into Mini-docs.
11476 (cperl-indent-exp): Was not processing else-blocks.
11477 (cperl-get-state): NOP line removed.
11478 (cperl-ps-print): New function and menu entry.
11479 (cperl-ps-print-face-properties): New configuration variable.
11480 (cperl-invalid-face): New configuration variable.
11481 (perl-font-lock-keywords): Highlight trailing whitespace
11482 (cperl-contract-levels): Documentation corrected.
11483 (cperl-contract-level): Likewise.
11484 (cperl-ps-extend-face-list): New macro.
11485 (cperl-invalid-face): Change to ''underline.
11486
11487 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11488
11489 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11490 for read-file-name.
11491 (rmail-output-to-rmail-file): Likewise.
11492
11493 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11494
11495 * emacs-lisp/easymenu.el (easy-menu-get-map):
11496 If MENU is nil, use global menu-bar map.
11497 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11498 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11499
11500 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11501
11502 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11503
11504 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11505
11506 * ps-print.el (ps-print-version): New version number (4.1.3).
11507
11508 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11509
11510 * international/mule-cmds.el: Use make-sparse-keymap instead of
11511 define-prefix-key when defining MULE menu items.
11512
11513 * info.el (Info-node-at-bob-matching): New function.
11514 (Info-find-node, Info-build-node-completions): Call it.
11515
11516 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11517
11518 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11519 when this is an autoloaded keymap.
11520
11521 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11522
11523 * international/codepage.el (cp-coding-system-for-codepage-1):
11524 Create separate encoders and decoders, for DOS and Unix. Make the
11525 usual family of 3 coding systems, so that automatic detection of
11526 EOL type works.
11527 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11528 Unix-specific symbols here, and don't call
11529 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11530 Handa <handa@etl.go.jp>.)
11531
11532 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11533
11534 * term/internal.el (IT-character-translations): New variable, an
11535 alist used to display characters for which there's no glyphs in
11536 the current codepage.
11537 (IT-display-table-setup): New function, sets up the DOS terminal
11538 for a given codepage.
11539 (dos-codepage-setup): New function, sets up the MULE environment
11540 for the current value of dos-codepage.
11541 (top-level if): In the multibyte mode, turn on
11542 unibyte-display-via-language-environment. In the unibyte mode,
11543 set up the special syntax tables to map lower- to upper case and
11544 back.
11545
11546 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11547
11548 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11549 (speedbar-frame-plist) Remove useless comments.
11550 (speedbar-frame-mode) Do not specify height if it is in the param list.
11551 Use default y position w/out changing it.
11552 If default x position is a list, keep, calculate the non-list X
11553 value when devining an initial position.
11554 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11555 (speedbar-tag-group-name-minimum-length): New variable.
11556 (speedbar-frame-parameter): New compatibility function.
11557 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11558 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11559 groups to keep things in the right order, and to help with some
11560 naming conventions.
11561 (speedbar-create-tag-hierarchy): Enable buffer local version of
11562 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11563 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11564 the case, derive it from the cursor location in speedbar.
11565
11566 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11567
11568 * international/mule-cmds.el (set-language-environment): On MS-DOS
11569 terminals, install DOS-specific nonascii-translation-table if the
11570 language info doesn't specify one. Pass the default eol-type to
11571 set-language-environment-coding-systems.
11572 (set-default-coding-systems): Copy the eol-type property for the
11573 new default values of {buffer-file,process}-coding-system from the
11574 old defaults.
11575 (set-language-environment-coding-systems): Accept an optional
11576 argument EOL-TYPE, and set the eol-type property of the default
11577 coding systems accordingly.
11578 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11579 (set-keyboard-coding-system): Likewise.
11580 (set-default-coding-systems): Don't set
11581 default-terminal-coding-system on MS-DOS to anything but nil.
11582 (prefer-coding-system): Describe in the doc string that
11583 default-terminal-coding-system is not changed on MS-DOS.
11584 (set-language-environment): For MS-DOS, set standard syntax table
11585 and display table for all characters with code above 127.
11586 (standard-display-european-internal): For MS-DOS, pass all
11587 characters with code above 127 directly to the terminal, and don't
11588 remap characters 160 and 146 in the unibyte case.
11589
11590 * international/codepage.el: New file.
11591
11592 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11593
11594 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11595 comments.
11596
11597 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11598
11599 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11600
11601 * subr.el (read-passwd): Likewise.
11602
11603 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11604
11605 * info.el (Info-find-node): Add 1 to the position read from the
11606 tag table. Don't fail if the node delimiter ^_ is the first
11607 character in the file.
11608 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11609 first character in the file.
11610 (Info-read-subfile): Likewise.
11611 (Info-select-node): Likewise.
11612 (Info-build-node-completions): Likewise.
11613
11614 1998-12-16 Richard Stallman <rms@gnu.org>
11615
11616 * term/x-win.el (x-cut-buffer-or-selection-value):
11617 If clipboard is enabled, try it before PRIMARY selection.
11618
11619 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11620
11621 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11622 insert c-cedilla and C-cedilla respectively, like in latin-1.
11623
11624 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11625
11626 * language/hebrew.el: Don't use sublists in the flags argument
11627 passed to make-coding-system.
11628
11629 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11630
11631 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11632 list of character sets found by find-charset-region.
11633
11634 * ps-mule.el: Always require ps-print. Move some function
11635 definitions for Emacs 20.2 and the earlier to ps-print.el.
11636 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11637
11638 * ps-print.el: Define several functions for Emacs 20.2 and the
11639 earlier version.
11640 (ps-printer-name): Check if printer-name is bound.
11641
11642 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11643
11644 * ps-mule.el: Programming uniformization and little code improvement.
11645 (ps-mule-prepare-font): Programming uniformization.
11646 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11647 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11648
11649 * ps-bdf.el: Programming uniformization and little code improvement.
11650 (bdf-search-and-read): New fun.
11651 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11652 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11653 (bdf-info-relative-compose, bdf-info-baseline-offset)
11654 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11655 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11656 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11657 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11658 improvement.
11659
11660 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11661
11662 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11663 and mule related code extraction. Autoload ps-mule funs.
11664
11665 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11666 (ps-mule-prologue-generated): New fun.
11667 (ps-mule-plot-string): Add autoload cookie.
11668 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11669
11670 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11671
11672 * ps-bdf.el: Require ps-mule instead of ps-print.
11673 (bdf-directory-list): Add autoload cookie.
11674
11675 * ps-mule.el: New file. Mule related code extracted from
11676 ps-print.el. Require ps-print, provide ps-mule.
11677 (ps-multibyte-buffer): Add autoload cookie.
11678 (ps-mule-prepare-ascii-font): New fun.
11679 (ps-mule-set-ascii-font): New fun.
11680 (ps-mule-skip-same-charset): Fun deleted.
11681 (ps-mule-plot-string): Set ps-mule-current-charset.
11682 (ps-mule-initialize): Add autload cookie. Don't set
11683 ps-mule-font-info-database here.
11684 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11685 ps-mule-font-info-database and ps-control-or-escape-regexp.
11686 (ps-mule-begin-page): New fun.
11687
11688 * ps-print.el: Mule related code moved to ps-mule.el.
11689 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11690 check ps-mule-charset-list.
11691 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11692 ps-mule-begin-page.
11693 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11694 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11695 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11696 instead skip same charsets by itself.
11697 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11698 non-nil. Call ps-mule-begin-job.
11699
11700 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11701
11702 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11703 instead of bdf.
11704
11705 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11706 (ps-mule-external-libraries): New element FEATURE.
11707 (ps-mule-init-external-library): Ajusted for the above change.
11708 (ps-mule-generate-font): Likewise.
11709 (ps-mule-generate-glyphs): Likewise.
11710 (ps-mule-prepare-font): Likewise.
11711 (ps-mule-initialize): Likewise.
11712 (ps-begin-file): Superfluous tailing parenthesis deleted.
11713
11714 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11715
11716 * international/fontset.el (x-decompose-font-name): If PATTERN
11717 doesn't have any wild cards, return a vector made from a name that
11718 is found by x-resolve-font-name found. Comments added.
11719
11720 * international/mule-cmds.el (find-coding-systems-for-charsets):
11721 Handle the case of unknown charset.
11722 (find-multibyte-characters): If invalid multibyte characters are
11723 found, return the corresponding strings instead of character
11724 codes.
11725 (find-multibyte-characters): Adjusted for the above change.
11726 (select-safe-coding-system): For a unibyte buffer, always returns
11727 DEFAULT-CODING-SYSTEM.
11728 (get-charset-property): Fix previous change. Make it a function.
11729 (put-charset-property): Make it a function.
11730
11731 * international/mule.el (make-coding-system): Set mime-charset
11732 property of *-with-esc coding system to nil.
11733
11734 * international/quail.el (quail-point-in-conversion-region): New
11735 function.
11736 (quail-conversion-backward-delete-char): When a key sequence is
11737 being translated, call quail-delete-last-char.
11738
11739 * language/devan-util.el
11740 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11741 handle devanagari-decomposition-rules.
11742
11743 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11744
11745 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11746 tex-start-options-string to empty string.
11747 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11748
11749 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11750
11751 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11752 5xx responses are already handled properly).
11753
11754 1998-12-13 Richard Stallman <rms@gnu.org>
11755
11756 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11757 on a non-digit in the file name.
11758
11759 * simple.el (comment-region): Handle comment-padding
11760 separately for insertion and for deletion, in the right way for each.
11761
11762 1998-12-13 Felix Lee <flee@cygnus.com>
11763
11764 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11765 regexp to match "ChangeLog:1:1998-12-09 ..."
11766
11767 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11768
11769 * cus-start.el (dos-unsupported-char-glyph): Add.
11770
11771 1998-12-11 Dave Love <fx@gnu.org>
11772
11773 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11774 forward-sexp in condition-case.
11775
11776 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11777 Remove unnecessary test on `library' for explicit file name.
11778 Widen scope of save-match-data.
11779
11780 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11781
11782 * international/mule.el (load-with-code-conversion): If the loaded
11783 file was inserted with no-conversion or raw-text coding system,
11784 make the buffer unibyte.
11785
11786 1998-12-09 Richard Stallman <rms@gnu.org>
11787
11788 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11789 Get rid of nested loops.
11790
11791 * mouse.el (mouse-drag-vertical-line):
11792 If WHICH-SIDE is not `right', then scroll bars are on the left.
11793
11794 * loadhist.el (load-history-loaded): defvar moved to help.el.
11795
11796 * help.el (symbol-file-load-history-loaded): Variable renamed,
11797 and defvar moved from loadhist.el.
11798 (symbol-file): Renamed from describe-function-find-file.
11799 Load fns-VERSION.el here.
11800 (describe-variable, describe-function-1): Use symbol-file.
11801
11802 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11803 Don't start the name with #.
11804
11805 * ispell.el: Take out the eval-when's.
11806
11807 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11808
11809 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11810 (dirtrack): Run it. Make debug message more verbose.
11811
11812 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11813
11814 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11815 name of the abbrev table, and provide support for XEmacs.
11816 (octave-xemacs-p): New variable.
11817
11818 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11819
11820 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11821 exit, when mail-interactive is nil.
11822
11823 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11824
11825 * files.el (after-find-file): Message fix.
11826
11827 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11828
11829 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11830
11831 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11832
11833 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11834 filenames using backslashes.
11835
11836 1998-12-09 Dave Love <fx@gnu.org>
11837
11838 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11839 with correct number of args.
11840 (browse-url-maybe-new-window): New arg. Callers changed.
11841
11842 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11843 comment.
11844
11845 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11846
11847 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11848
11849 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11850
11851 * vc.el (vc-rcs-release): Fix Type.
11852 (vc-sccs-release): Fix Type.
11853 (vc-cvs-release): Fix Type.
11854
11855 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11856 arg work right.
11857
11858 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11859 output of last undeleted message.
11860
11861 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11862
11863 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11864 (buffer-undo-list) [windows-nt]: Use different relative path.
11865
11866 1998-12-07 Simon Marshall <simon@gnu.org>
11867
11868 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11869
11870 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11871
11872 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11873
11874 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11875
11876 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11877
11878 * info.el (Info-menu): Don't return error if point is between menu
11879 header and first menu item.
11880
11881 1998-12-04 Dave Love <fx@gnu.org>
11882
11883 * help.el (describe-function-1): Fix description for alias.
11884
11885 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11886
11887 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11888 specifications from summary line.
11889
11890 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11891 (close-rectangle): Define alias only once in loaddefs.el.
11892
11893 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11894
11895 * term/internal.el: Remove code which sets up a special syntax
11896 table for non-ASCII characters.
11897
11898 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11899
11900 * dos-w32.el (direct-print-region-function): Try to ensure that
11901 printer-name is expanded to a file name on a local drive;
11902 sometimes printing a file loaded from a network volume fails.
11903 (direct-print-region-function): Add a function to
11904 write-region-annotate-functions to append a formfeed character to
11905 the region being printed, if the region doesn't end with a
11906 formfeed already. This avoids creating a second print job
11907 containing a blank page when print spooling is enabled on Windows.
11908
11909 1998-12-02 Dave Love <fx@gnu.org>
11910
11911 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11912 `Info-goto-node'.
11913
11914 1998-12-02 Richard Stallman <rms@gnu.org>
11915
11916 * help.el (temp-buffer-resize-mode): Doc fix.
11917
11918 * cus-edit.el (custom-save-delete): Save point before
11919 reading a sexp, rather than backing up.
11920
11921 * international/iso-transl.el: Fix previous change.
11922
11923 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11924
11925 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11926 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11927 Added defvars to suppress compilation warnings.
11928
11929 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11930
11931 * ispell.el: Improved and fixed customize for variables:
11932 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11933 ispell-dictionary-alist, ispell-skip-sgml.
11934 Improved and fixed comments in variables and messages for
11935 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11936 ispell-menu-map, ispell-checking-message, ispell-parser,
11937 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11938 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11939 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11940 ispell-message-text-end, ispell-add-per-file-word-list.
11941 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11942 system is now required for all languages. Casechars improved for
11943 castellano, castellano8, and norsk dictionaries. Dictionary
11944 norsk7-tex added. Dictionary polish added.
11945 (ispell-dictionary-alist): Redefined at load-time to support
11946 dictionary changes.
11947 (ispell-menu-map): Redefined at load-time to support menu changes.
11948 (ispell-check-version): New alias for `check-ispell-version'.
11949 (ispell-parse-output): Fixed matching for ispell error messages.
11950 Correctly returns spelling suggestions in order generated by ispell
11951 process.
11952 (check-ispell-version): Ensure `case-fold-search' doesn't get
11953 redefined.
11954 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11955 redefined. Fix bug that didn't respect case of word being completed.
11956 (ispell-init-process): Set process coding system to be compatible
11957 with emacs processes and the ispell process.
11958 (ispell-kill-ispell): Ensures ispell process has terminated before
11959 starting new process. This can otherwise confuse process filters
11960 and hang the ispell process.
11961 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11962 skipping support for sgml.
11963 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11964 which could cause `ispell-complete-word' to hang.
11965 (ispell-message): Improved message reference matching. Ensure
11966 `case-fold-search' doesn't get redefined.
11967 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11968 get redefined. Fixed bug in returning to nroff mode from tex mode.
11969 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11970 get redefined.
11971
11972 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11973
11974 * textmodes/flyspell.el (flyspell-check-word-p):
11975 Don't delay inside a kbd macro.
11976
11977 * subr.el (make-local-hook): Return the hook variable.
11978
11979 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11980
11981 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11982 Use a timer instead of post-command-hook.
11983 (hscroll-timer): New variable.
11984
11985 1998-11-30 Dave Love <fx@gnu.org>
11986
11987 * help.el (help-xref-button): Do nothing if text already has the
11988 help-xref property.
11989 (describe-variable): Revert previous change to hyperlink to source.
11990
11991 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11992
11993 * bindings.el (features): Add `base64' to this list.
11994
11995 * loadhist.el (symbol-file): Doc fix.
11996
11997 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11998
11999 * files.el (hack-one-local-variable): Cope with non-file buffers.
12000
12001 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
12002
12003 * help.el (describe-mode): Put major mode first.
12004
12005 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
12006 to support special-display and same-window features.
12007
12008 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12009
12010 * simple.el (transpose-subr, transpose-subr-1): Rename variables
12011 bound in one function and used in the other.
12012 (transpose-subr-start1, transpose-subr-start2): Add defvars.
12013 (transpose-subr-end1, transpose-subr-end2): Add defvars.
12014
12015 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12016
12017 * autoinsert.el (auto-insert-alist): Use user-mail-address.
12018
12019 1998-11-26 Kenichi Handa <handa@etl.go.jp>
12020
12021 * international/ccl.el (ccl-dump-translate-character-const-tbl):
12022 Give format correct control string.
12023
12024 * international/mule.el (define-translation-table): Fix bug of
12025 setting incorrect translation-table-id. If the first element of
12026 ARGS is a translation table, just register it.
12027
12028 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
12029 property.
12030
12031 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
12032
12033 * thingatpt.el (thing-at-point-url-at-point): Don't use current
12034 syntax table to determine what is whitespace.
12035
12036 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
12037
12038 * frame.el (frame-parameter): Doc fix.
12039
12040 * textmodes/tex-mode.el (tex-feed-input): New function.
12041 (tex-define-common-keys): Add binding for C-c C-m.
12042
12043 1998-11-23 Dave Love <fx@gnu.org>
12044
12045 * progmodes/fortran.el: Various minor doc fixes.
12046 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
12047 (fortran-with-subprogram-narrowing): New macro.
12048 (fortran-check-for-matching-do): Use it.
12049 (fortran-end-do): Use fortran-check-end-prog-re.
12050 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
12051 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
12052
12053 1998-11-23 Simon Marshall <simon@gnu.org>
12054
12055 * font-lock.el (font-lock-defaults): Doc fix.
12056 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
12057 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
12058
12059 * lazy-lock.el (lazy-lock-unstall):
12060 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
12061
12062 * fast-lock.el (fast-lock-save-cache-1):
12063 (fast-lock-cache-data): Rewritten to use with-temp-message.
12064
12065 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
12066
12067 * mail/rmail.el (rmail-set-message-counters-counter): Detect
12068 messages that have been added with DOS line endings and convert
12069 the line endings for such messages.
12070
12071 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12072
12073 * help.el: Add resizing of temporary buffers.
12074 (temp-buffer-resize-mode): New command and variable.
12075 (temp-buffer-max-height): New variable.
12076 (resize-temp-buffer-window): New function.
12077
12078 * window.el (window-buffer-height): New function, split from
12079 shrink-window-if-larger-than-buffer.
12080 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
12081
12082 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
12083
12084 * frame.el (initial-frame-alist): Add defcustom.
12085
12086 * shell.el (shell-prompt-pattern): Add defcustom.
12087
12088 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12089
12090 * message.el (message-ignored-supersedes-headers): Remove
12091 NNTP-Posting-Date.
12092
12093 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12094
12095 * help.el (describe-mode): Don't avoid loop indirecting thru
12096 value of INDICATOR.
12097
12098 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12099
12100 * help.el (describe-variable): Allow any variable with a defcustom,
12101 even if it is not a user variable.
12102
12103 * mail/rmail.el (mail-unsent-separator): Additional alternative.
12104
12105 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
12106
12107 * gnus/nntp.el (nntp-request-group): Allow for failures when
12108 requesting a new group.
12109
12110 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12111
12112 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
12113
12114 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12115
12116 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
12117
12118 1998-11-19 Simon Marshall <simon@gnu.org>
12119
12120 * subr.el (with-temp-message): New macro.
12121
12122 * emacs-lisp/lisp-mode.el (with-temp-message):
12123 Add lisp-indent-function property.
12124
12125 1998-11-18 Dave Love <fx@gnu.org>
12126
12127 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
12128
12129 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12130
12131 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
12132 This is not obsolete.
12133
12134 1998-11-18 Kenichi Handa <handa@etl.go.jp>
12135
12136 * textmodes/picture.el: Make a new map by make-keymap.
12137 (picture-desired-column): New variable.
12138 (picture-update-desired-column): New function.
12139 (picture-beginning-of-line): Set picture-desired-column to 0.
12140 (picture-end-of-line): Set picture-desired-column to the current
12141 column.
12142 (picture-forward-column): Pay attention to multi-column character.
12143 (picture-backward-column): Likewise.
12144 (picture-move-down): Likewise.
12145 (picture-move-up): Likewise.
12146 (picture-movement-nw): With prefix arg, move twice columns.
12147 (picture-movement-ne): Likewise.
12148 (picture-movement-sw): Likewise.
12149 (picture-movement-se): Likewise.
12150 (picture-set-motion): Handle two-column movements.
12151 (picture-move): Call picture-move-down or picture-forward-column
12152 only when necessary.
12153 (picture-insert): Pay attention to picture-desired-column.
12154 (picture-self-insert): Likewise.
12155 (picture-clear-column): Pay attention to multi-column character.
12156 (picture-mode): Modify doc-string for two-column movement.
12157
12158 * rect.el (move-to-column-force): New function.
12159 (operate-on-rectangle): If coerce-tabs is non-nil, call
12160 move-to-column-force instead of move-to-column.
12161 (insert-rectangle): Call move-to-column-force instead of
12162 move-to-column.
12163 (open-rectangle-line): If begextra is not zero, call
12164 move-to-column-force.
12165
12166
12167 1998-11-16 Dave Love <fx@gnu.org>
12168
12169 * textmodes/sgml-mode.el Require skeleton when compiling.
12170 (sgml-font-lock-keywords-1): Accept single-letter tags.
12171 (v2): Defvar free variable.
12172
12173 1998-11-16 Sam Steingold <sds@goems.com>
12174
12175 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
12176 macro, not ELisp one.
12177
12178 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12179
12180 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
12181 characters to symbol.
12182
12183 * language/japan-util.el (japanese-zenkaku-region): New optional
12184 arg KATAKANA-ONLY.
12185
12186 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12187
12188 * international/mule.el
12189 (after-insert-file-set-buffer-file-coding-system): If the buffer
12190 is changed to unibyte, return inserted bytes.
12191
12192 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
12193 and link names if necessary.
12194 (tar-header-block-summarize): Handle the case that file or link
12195 names are multibyte.
12196 (tar-summarize-buffer): At first set the current buffer unibyte,
12197 then if there are multibyte file names, change it to multibyte.
12198 (tar-mode): Get char position from tar-header-offset.
12199 (tar-extract): Avoid multibyte<->unibyte conversion in
12200 insert-buffer-subsring by setting both buffers unibyte
12201 temporarily.
12202 (tar-copy): Set the buffer unibyte while doing a work. Write
12203 without code conversion.
12204 (tar-expunge): Set the buffer unibyte while doing a work.
12205 (tar-alter-one-field): Likewise.
12206 (tar-clear-modification-flags): Compare byte position with
12207 tar-header-offset.
12208 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
12209 insert-buffer-subsring by setting both buffers unibyte
12210 temporarily. Pay attention to multibyteness while updating the
12211 descriptor-line.
12212 (tar-mode-write-file): Write without code conversion.
12213
12214 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12215
12216 * nngateway.el: Require cl.
12217
12218 1998-11-15 Dave Love <fx@gnu.org>
12219
12220 * progmodes/fortran.el: Fix previous change:
12221 (fortran-end-prog-re1): Changed.
12222 (fortran-check-end-prog-re): New function.
12223 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12224
12225 1998-11-13 Tom Breton <tob@world.std.com>
12226
12227 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12228 GNU Emacs.
12229
12230 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
12231
12232 * textmodes/reftex.el: (reftex-finding-files): Group documentation
12233 fixed.
12234 (reftex-toc-toggle-file-boundary,
12235 reftex-toc-toggle-labels,
12236 reftex-toc-toggle-context,reftex-find-start-point): New functions.
12237 (reftex-toc-include-labels, reftex-toc-include-context,
12238 reftex-toc-include-file-boundaries,
12239 reftex-toc-keep-other-windows): New options.
12240 (reftex-use-text-after-label-as-context): Option removed.
12241 (reftex-extract-bib-entries): Protect use in non-latex
12242 buffers.
12243 (reftex-toc-visit-location): Renamed from
12244 `reftex-toc-visit-line'.
12245 (reftex-latin1-to-ascii): Works now with and without Mule.
12246 (reftex-truncate): Removed special stuff for Emacs 20.2.
12247 (reftex-get-offset): Made more general.
12248 (reftex-show-label-location): Renamed from
12249 `reftex-select-label-callback'.
12250 (reftex-pop-to-label): Function removed (using
12251 `reftex-show-label-location' instead.
12252 (reftex-insert-docstruct): Renamed from
12253 `reftex-make-and-insert-label-list'. Function args changed.
12254 (reftex-toc): Now uses `reftex-insert-docstruct' and
12255 `reftex-find-start-point'.
12256 (reftex-select-item): Use `reftex-find-start-point'.
12257 (reftex-toc-visit-line): Can display labels and file
12258 boundaries.
12259 (reftex-TeX-master-file): `(TeX-master-file)' protected.
12260
12261 1998-11-12 Sam Steingold <sds@goems.com>
12262
12263 * browse-url.el (browse-url): Handle the case when
12264 `browse-url-browser-function' is a lambda list.
12265
12266 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
12267
12268 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12269 version string.
12270 * loadhist.el (symbol-file): Likewise
12271
12272 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
12273
12274 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12275
12276 1998-11-11 Sam Steingold <sds@goems.com>
12277
12278 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12279 `run-lisp' instead of signalling an error.
12280
12281 1998-11-11 Karl Heuer <kwzh@gnu.org>
12282
12283 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12284
12285 1998-11-11 Richard Stallman <rms@gnu.org>
12286
12287 * vc-hooks.el (vc-toggle-read-only): Doc fix.
12288
12289 1998-11-11 Per Starback <starback@update.uu.se>
12290
12291 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12292 renamed svenska8 to svenska, and fixed and extended CASECHARS
12293 for it.
12294
12295 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
12296
12297 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12298 handling if setpagedevice is not available.
12299 (ps-begin-file): Fix typo.
12300
12301 1998-11-11 Kenichi Handa <handa@etl.go.jp>
12302
12303 * international/mule-util.el (compose-chars-component): Signal
12304 error if CH is a rule-based composition character.
12305 (compose-chars): Signal error if an already compsed character is
12306 going to be composed by rule-base.
12307
12308 * term/x-win.el: If a resolved ASCII font name doesn't conform to
12309 full XLFD, don't try to get information of WEIGHT and SLANT from
12310 that font name.
12311
12312 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
12313
12314 * dos-w32.el (set-default-process-coding-system): Use function on
12315 before-init-hook to set default-process-coding-system based on
12316 enable-multibyte-characters.
12317
12318 * term/w32-win.el ([language-change]): For now ignore
12319 keyboard language-change events.
12320
12321 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
12322
12323 * ediff-util.el (ediff-make-temp-file): Run the prefix through
12324 convert-standard-file-name, but leave the results of
12325 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
12326 characters if the original name already exists, or has a special
12327 handler.
12328
12329 1998-11-10 Karl Heuer <kwzh@gnu.org>
12330
12331 * international/iso-insert.el: Delete autoload cookies.
12332
12333 * international/iso-transl.el: Add autoload cookies.
12334
12335 1998-11-10 Richard Stallman <rms@gnu.org>
12336
12337 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12338 (ispell-process-line): Don't treat multibyte
12339
12340 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
12341
12342 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12343 setpagedevice to specify the page size if setpagedevice is
12344 available. This is necessary to select the correct paper tray on
12345 Level 2 printers with multiple paper sizes available.
12346
12347 (ps-begin-file): Cope with font names that contain spaces, and
12348 call BeginDoc in a BeginSetup/EndSetup block.
12349
12350 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
12351
12352 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12353 convert-standard-filename.
12354
12355 * loadhist.el (symbol-file): Run fns-VERSION.el through
12356 convert-standard-filename.
12357
12358 1998-11-06 Richard Stallman <rms@gnu.org>
12359
12360 * textmodes/texinfmt.el (texinfo-format-scan):
12361 Detect the case of two @-commands in a row; process just the first.
12362 (texinfo-append-refill): If line has a @c, insert the @refill
12363 before it.
12364 (texinfo-format-refill): Return with point where the @refill was.
12365
12366 * files.el (hack-local-variables): Test local-enable-local-variables.
12367 (hack-local-variables-prop-line): Likewise.
12368 (set-auto-mode): Don't test local-enable-local-variables here.
12369 (enable-local-variables): Doc fix.
12370 (local-enable-local-variables): Doc fix.
12371 (normal-mode): Doc fix.
12372
12373 1998-11-06 Karl Heuer <kwzh@gnu.org>
12374
12375 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12376
12377 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12378
12379 * simple.el (line-number-mode): Doc fix.
12380
12381 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12382
12383 * international/fontset.el (create-fontset-from-fontset-spec):
12384 Give correct arg to `error'.
12385
12386 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12387
12388 * textmodes/sgml-mode.el (html-mode): Doc fix.
12389 (sgml-name-8bit-mode): Fix missing format character in message string.
12390
12391 1998-11-05 Karl Heuer <kwzh@gnu.org>
12392
12393 * mail/sendmail.el (sendmail-send-it): Check for failure.
12394
12395 1998-11-05 Richard Stallman <rms@gnu.org>
12396
12397 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12398
12399 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12400 (close-rectangle): Define as alias.
12401
12402 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12403
12404 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12405
12406 1998-11-05 Dave Love <fx@gnu.org>
12407
12408 * help.el (describe-variable): Don't quote link to source.
12409
12410 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12411
12412 * gud.el (gud-common-init): Use pop-to-buffer.
12413 (same-window-regexps): Add an element that matches all gud buffers.
12414
12415 1998-11-04 Jason Rumney <jasonr@altavista.net>
12416
12417 * term/w32-win.el (x-get-selection-value): Alias to
12418 x-cut-buffer-or-selection-value.
12419 (w32-standard-fontset-spec): New variable.
12420 (w32-create-initial-fontsets, mouse-set-font): Check whether
12421 new-fontset is available.
12422 (w32-use-w32-font-dialog): Enable use of set-variable.
12423
12424 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12425
12426 * vc.el (with-vc-file, edit-vc-file): New macros.
12427
12428 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12429
12430 * international/quail.el (quail-show-guidance-buf): Call
12431 set-minibuffer-window to set minibuffer window of the current
12432 frame correctly.
12433
12434 1998-11-03 Theodore Jump <tjump@tertius.com>
12435
12436 * term/w32-win.el: Require fontset.
12437
12438 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12439
12440 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12441 (set-face-font-auto): Ditto.
12442
12443 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12444
12445 * mouse.el (mouse-drag-region): Fix typo.
12446
12447 1998-11-02 Dave Love <fx@gnu.org>
12448
12449 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12450 (fortran-fontify-string): New function.
12451 (fortran-font-lock-keywords-1): Use it.
12452
12453 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12454
12455 * comint.el (comint-file-name-quote-list): Doc fix.
12456
12457 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12458
12459 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12460 build directory, not source directory.
12461
12462 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12463 if we did not get one for the final move.
12464
12465 1998-11-01 Dave Love <fx@gnu.org>
12466
12467 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12468 Don't funcall browse-url-browser-function.
12469
12470 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12471 Don't funcall browse-url-browser-function.
12472
12473 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12474
12475 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12476
12477 * files.el (revert-buffer): Doc fix.
12478
12479 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12480
12481 * textmodes/tex-mode.el (tex-start-options-string):
12482 Quote the backslashes with more backslashes.
12483
12484 1998-10-31 Dave Love <fx@gnu.org>
12485
12486 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12487 (webjump): Don't funcall browse-url-browser-function.
12488
12489 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12490
12491 * international/quail.el (quail-start-translation): Handle
12492 switching of the frame in read-key-sequence.
12493 (quail-start-conversion): Likewise.
12494 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12495 windows before setting an appropriate window for it.
12496 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12497 quail-guidance-win to nil.
12498 (quail-update-guidance): If quail-guidance-buf is not in the
12499 selected frame, call quail-show-guidance-buf again.
12500
12501 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12502
12503 * progmodes/pascal.el (pascal-mode):
12504 `blink-matching-paren-dont-ignore-comments' set to t.
12505
12506 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12507
12508 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12509
12510 1998-10-30 Dave Love <fx@gnu.org>
12511
12512 * vc.el (vc-backend-merge-news): Check for "P" output.
12513
12514 * help.el (describe-variable): Hyperlink the definition.
12515
12516 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12517
12518 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12519 (sh-set-shell): Likewise.
12520
12521 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12522
12523 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12524 (edebug-on-error): Fix customize type to match that of
12525 debug-on-error.
12526
12527 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12528
12529 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12530 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12531
12532 * international/mule-cmds.el (select-message-coding-system): Doc
12533 fix.
12534
12535 * international/mule-diag.el (describe-coding-system): Describe
12536 all flags.
12537
12538 * mail/sendmail.el (sendmail-coding-system,
12539 default-sendmail-coding-system): Doc fix.
12540
12541 * simple.el (shell-command-on-region): Doc fix.
12542
12543 * loadup.el: Write fns-*.el in current directory instead of
12544 data-directory since no installation directory exists yet. Mark
12545 buffer unmodified afterwards.
12546
12547 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12548 instead of data-directory since it is architecture dependent.
12549 (load-history-loaded): Update doc string.
12550
12551 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12552
12553 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12554 path as a default directory when canonicalizing names.
12555
12556 * w32-fns.el: Remove a dangling reference to a directory on the
12557 build machine.
12558
12559 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12560
12561 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12562 namespace related keywords such as `class', `body', `private',
12563 `variable', `namespace eval', etc.
12564 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12565 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12566 imenu and font-lock so that searches for \sw would find words
12567 containing colons.
12568
12569 * progmodes/etags.el (initialize-new-tags-table):
12570 Do not alter find-tag-marker-ring and tags-location-ring.
12571
12572 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12573
12574 * term/w32-win.el: Require fontset.
12575 (w32-init-fontsets): New function (code from x-win.el).
12576
12577 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12578
12579 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12580 calendar-and-diary-frame-parameters): Add title parameter.
12581
12582 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12583
12584 * completion.el (dynamic-completion-mode): New function to enable
12585 the mode. (Just loading the file now does not change anything.)
12586
12587 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12588
12589 * ps-print.el: User option for multibyte buffer handling and doc fix.
12590 (ps-multibyte-buffer): New user option.
12591 (ps-setup): Print new user option.
12592 (ps-print-quote): New fun.
12593 (ps-color-p, ps-mule-font-info-database-latin): New var.
12594 (ps-default-color, ps-mule-font-info-database)
12595 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12596 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12597 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12598 Little code improvement.
12599 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12600 (ps-print-prologue-header, ps-font-family, ps-font-size)
12601 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12602 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12603 (ps-mule-external-libraries, ps-mule-init-external-library)
12604 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12605 Doc fix.
12606 (ps-print-version): New version number (4.1.1) and doc fix.
12607 (ps-print-prologue-header): New user option.
12608 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12609 Conditional compilation for GNU Emacs and emacsens.
12610 (ps-generate-postscript-with-faces): Skip invisible text better.
12611 (ps-setup): Print new user option.
12612 (ps-print-preprint): Check if input file name exists and is unwritable.
12613 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12614 and insert user PostScript prologue header comments.
12615 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12616 New funs.
12617 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12618 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12619 PostScript programming normalization.
12620 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12621 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12622 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12623 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12624 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12625 Programming style normalization.
12626
12627 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12628
12629 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12630 version, check the value of mule-version.
12631
12632 * international/mule-util.el (compose-region): Insert then delete
12633 to preserve markers.
12634 (decompose-region): Use search-forward for efficiency.
12635
12636 * language/chinese.el (pre-write-encode-hz): Cancel previous
12637 change, use generate-new-buffer instead of get-buffer-create.
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 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12645
12646 * mail/rmailsum.el (rmail-message-subject-p):
12647 Handle message whose header has not been reformatted.
12648
12649 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12650
12651 1998-10-25 Jason Rumney <jasonr@altavista.net>
12652
12653 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12654 New variables.
12655 (mouse-set-font): Use font menus instead of dialog according to
12656 w32-use-w32-font-dialog.
12657
12658 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12659
12660 * calendar/calendar.el (calendar-day-name-array): Add doc string
12661 correctly!
12662 (calendar-month-name-array): Add doc string correctly!
12663
12664 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12665
12666 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12667
12668 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12669
12670 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12671
12672 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12673
12674 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12675
12676 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12677
12678 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12679
12680 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12681
12682 1998-10-21 Karl Heuer <kwzh@gnu.org>
12683
12684 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12685 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12686 (profile-filter, profile-reset-timer): Functions deleted.
12687 (profile-check-zero-init-times, profile-get-time): Likewise.
12688 (profile-find-function, profile-quit): Likewise.
12689 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12690 (profile-time-list, profile-init-list): Doc fix.
12691 (profile-functions): Simplify.
12692 (profile-print): Use float. Make output include space separators.
12693 (profile-add-time): New helper function.
12694 (profile-function-prolog): Renamed from profile-start-function.
12695 Handle profile-distinct.
12696 (profile-function-epilog): Renamed from profile-update-function.
12697 Handle profile-distinct.
12698 (profile-a-function): If the function to be profiled is an
12699 autoload form, load it. If it's lazy-loaded, fetch it.
12700 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12701 (profile-restore-fun): Arg FUN is now a function symbol, as was
12702 documented, rather than a one-element list.
12703 (profile-finish): Call profile-restore-fun properly.
12704
12705 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12706
12707 * international/characters.el: Setup charset property
12708 nospace-between-words.
12709
12710 * international/mule-cmds.el (get-charset-property): If CHARSET is
12711 composition, return nil.
12712 (put-charset-property): If CHARSET is composition, do nothing.
12713
12714 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12715 * language/devan-util.el
12716 (in-is13194-devanagari-pre-write-conversion): Likewise.
12717 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12718 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12719 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12720
12721 * textmodes/fill.el (sentence-end-without-period): New variable.
12722 (canonically-space-region): Pay attention to
12723 sentence-end-without-period.
12724 (fill-find-break-point): The first argument CHARSET deleted.
12725 Caller changed.
12726 (fill-region-as-paragraph): Pay attention to charset property
12727 nospace-between-words and text property nospace-between-words.
12728
12729 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12730
12731 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12732 an unrecognized shell.
12733
12734 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12735
12736 * desktop.el (desktop-save): Include minor modes symbolically.
12737 (desktop-create-buffer): Turn on all minor modes in `mim'.
12738
12739 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12740
12741 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12742 (sh-font-lock-keywords): Handle rpm and rpm2.
12743 (sh-ancestor-alist): Handle rpm.
12744
12745 * files.el (auto-mode-alist): Recognize .rpm files.
12746 Also .spec and .mspec files.
12747
12748 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12749
12750 * faces.el (frame-set-background-mode): Enable the function for
12751 MSDOS frames.
12752
12753 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12754
12755 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12756 (calendar-month-name-array): Add doc string.
12757
12758 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12759
12760 * simple.el (kill-ring-max): Increased to 60.
12761
12762 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12763
12764 * international/characters.el: Setup auto-fill-chars.
12765
12766 * international/kinsoku.el (kinsoku): Check the variable
12767 enable-kinsoku.
12768
12769 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12770 Don't call kinsoku directly, intead call fill-find-break-point.
12771
12772 * textmodes/fill.el: Setup `fill-find-break-point-function'
12773 property to character sets which require `kinsoku' processing for
12774 filling.
12775 (fill-find-break-point): New function.
12776 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12777 Don't call kinsoku directly, intead call fill-find-break-point.
12778
12779 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12780
12781 * faces.el (modify-face-read-string): Return (nil) for "none".
12782 (modify-face): Don't get error if (nil) is the argument.
12783 (face-try-color-list): Don't check whether nil is a valid color.
12784
12785 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12786
12787 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12788 Print message about each directory, even in batch mode.
12789
12790 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12791
12792 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12793 (ps-mule-string-char): No need to use sref.
12794 (ps-mule-next-index): No need to use sref.
12795
12796 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12797
12798 * files.el (revert-buffer-internal-hook): Add defvar.
12799
12800 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12801
12802 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12803
12804 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12805
12806 * international/mule-cmds.el (default-input-method): Fix custom type.
12807
12808 * net-utils.el (whois-server-list): Fix customization type.
12809
12810 * shell.el (shell-input-autoexpand): Fix customization group.
12811
12812 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12813
12814 * repeat.el (repeat): Handle keyboard macros properly.
12815 Handle new prefix arg after self-insert command.
12816
12817 * repeat.el: Don't include cl even at compile time.
12818 (repeat): Avoid using `loop'.
12819
12820 * simple.el (shell-command-on-region): Doc fix.
12821 (next-history-element): Special error message if no default.
12822
12823 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12824
12825 * ps-print.el (ps-print-buffer): Doc fix.
12826 (ps-despool): Likewise.
12827
12828 * arc-mode.el (arc-mode): Provide arc-mode.
12829
12830 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12831
12832 * ps-print.el (ps-print-buffer): Doc fix.
12833
12834 1998-10-14 Dave Love <fx@gnu.org>
12835
12836 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12837 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12838 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12839
12840 * progmodes/fortran.el (fortran-mode-map): Change "Join
12841 Continuation Line" to "Join Line".
12842 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12843
12844 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12845
12846 * progmodes/fortran.el (fortran-join-line): Use
12847 `delete-indentation' instead of issuing an error message if not on
12848 a continuation line. Provide for joining several lines using
12849 prefix arg.
12850
12851 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12852
12853 * term/pc-win.el (msdos-color-values): New variable.
12854 (x-color-values): New function, emulates its namesake from
12855 src/xfns.c.
12856 (msdos-bg-mode): Add all dark colors to those which return
12857 "dark".
12858
12859 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12860
12861 * replace.el (keep-lines, flush-lines, how-many):
12862 Don't ignore case if arg has upper case letters.
12863
12864 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12865
12866 * progmodes/vhdl-mode.el
12867 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12868 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12869 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12870 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12871 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12872 (vhdl-when): Fix indentation problem.
12873 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12874 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12875 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12876
12877 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12878
12879 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12880 (ls-lisp-insert-directory): Renamed from insert-directory.
12881 (insert-directory): New function.
12882
12883 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12884
12885 * simple.el (completion-fixup-function): Variable deleted.
12886 (completion-setup-function): Delete code for completion-fixup-function.
12887 * emacs-lisp/lisp.el (lisp-complete-symbol):
12888 Don't bind completion-fixup-function.
12889
12890 * files.el (find-file-wildcards): New option.
12891 (find-file-noselect): Handle wild cards, if enabled.
12892 (file-expand-wildcards): New function.
12893
12894 * simple.el (set-fill-column): Doc fix.
12895
12896 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12897
12898 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12899
12900 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12901
12902 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12903 Move declaration before first use.
12904 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12905 hif-math, hif-factor): Rename token to hif-token and token-list to
12906 hif-token-list.
12907 (hif-token, hif-token-list): Declare them.
12908 (hif-find-ifdef-block): Return cons of top and bottom point
12909 instead of setting dynamically bound variables.
12910 (hide-ifdef-block, show-ifdef-block): Use return value of
12911 hif-find-ifdef-block.
12912
12913 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12914
12915 * subr.el (read-passwd): Use clear-this-command-keys.
12916
12917 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12918
12919 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12920 and ...-for-write.
12921
12922 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12923
12924 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12925 responses to GROUP command, since this may be called from a timer
12926 with quit inhibited.
12927
12928 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12929
12930 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12931 set unconditional-jump to nil.
12932 (ccl-compile-read-multibyte-character): Return nil.
12933 (ccl-compile-write-multibyte-character): Likewise.
12934 (ccl-compile-translate-character): Likewise
12935 (ccl-compile-map-multiple): Likewise.
12936 (ccl-compile-map-single): Likewise.
12937
12938 * international/kinsoku.el: Add coding tag.
12939 (kinsoku-bol): Remove superfluous TAB in a string.
12940
12941 * international/mule-cmds.el (find-coding-systems-for-charsets):
12942 Delete `composition' (if any) from CHARSETS.
12943
12944 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12945
12946 * international/mule-cmds.el (setup-specified-language-environment):
12947 Add apropos-inhibit property.
12948 (describe-specified-language-support): Likewise.
12949
12950 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12951
12952 * international/mule.el (make-coding-system): Create -with-esc
12953 variant coding system.
12954
12955 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12956
12957 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12958 (next-file): Optionally offer to revert a file's buffer,
12959 if it has an existing buffer but the file has changed.
12960
12961 * info.el (Info-insert-dir): Detect and report problems
12962 in input files, such as "No Top node". Return with point
12963 at the beginning of the text.
12964 (Info-find-node): Reinsert the code to handle files
12965 with no tags table; it was deleted by mistake.
12966
12967 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12968
12969 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12970 texinfo-find-higher-level-node repeatedly find the same node.
12971 (texinfo-find-higher-level-node): Doc fix.
12972
12973 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12974
12975 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12976 (smtpmail-address-buffer): Add defvar.
12977 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12978
12979 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12980
12981 * ffap.el (ffap-machine-p-local): Fix editing error.
12982
12983 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12984
12985 * faces.el (frame-set-background-mode):
12986 Don't do anythung for text-only or MSDOS frame.
12987
12988 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12989
12990 * international/quail.el (quail-defrule): New optional arg APPEND.
12991 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12992
12993 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12994
12995 * gnus/pop3.el (pop3-open-server):
12996 Set process-coding-system-alist around open-network-stream.
12997
12998 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12999
13000 * files.el (save-buffer): Doc fix.
13001
13002 1998-10-07 Karl Heuer <kwzh@gnu.org>
13003
13004 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
13005 return DEF unchanged, not nil. Simplify.
13006
13007 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
13008
13009 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
13010
13011 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
13012
13013 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
13014
13015 * net-utils.el (ftp, nslookup): Require comint.
13016 (network-service-connection): Likewise.
13017 (whois-server-name): Defaults to whois.arin.net
13018 (whois-server-list, whois-server-tld, whois-guess-server): New var.
13019 (whois): Tries to guess the appropriate top-level domain server.
13020 (whois-get-tld): New function.
13021
13022 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
13023 (dirtrack-debug-toggle): Added this function.
13024
13025 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13026
13027 * files.el (find-file-noselect): Switch to the correct buffer
13028 before checking find-file-literally, and allow non-nil non-t
13029 rawfile params.
13030
13031 1998-10-06 Karl Heuer <kwzh@gnu.org>
13032
13033 * midnight.el (clean-buffer-list): Add autoload cookie.
13034
13035 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
13036 no-autosave.
13037 * tar-mode.el (tar-mode-revert): Likewise.
13038 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
13039 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
13040 * gnus/message.el (message-auto-save-directory): Renamed from
13041 message-autosave-directory. All references changed.
13042
13043 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13044
13045 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
13046 string. Expose mime stuff while searching.
13047
13048 1998-10-06 Richard Stallman <rms@gnu.org>
13049
13050 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
13051
13052 * replace.el (perform-replace): Position point properly
13053 before and after the recursive edit of C-r.
13054
13055 * progmodes/etags.el (tags-reset-tags-tables): Properly
13056 find the markers in the old rings that are being discarded.
13057
13058 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13059
13060 * apropos.el (apropos-print): Control invalid characters.
13061
13062 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13063 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
13064 confusing customize.
13065
13066 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
13067
13068 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
13069 built-in commands. Add more built-in commands and fix face names.
13070
13071 1998-10-05 Simon Marshall <simon@gnu.org>
13072
13073 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
13074
13075 1998-10-04 Eric Ludlam <zappo@gnu.org>
13076
13077 * speedbar.el (speedbar-initial-expansion-list-name): Remove
13078 customization since it is not useful in this case.
13079 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
13080 sure it gets evalled to a number. Also verify that set-frame-name
13081 fn exists before calling it.
13082
13083 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13084 Protect a `forward-sexp' call which could fail, and improved regex
13085 for ie, and eg abbreviations.
13086
13087 1998-10-02 Noah Friedman <friedman@splode.com>
13088
13089 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
13090 send-string.
13091 (rlogin-send-Ctrl-D): Here also.
13092 (rlogin-send-Ctrl-Z): Here also.
13093 (rlogin-send-Ctrl-backslash): Here also.
13094
13095 1998-10-02 Dave Love <fx@gnu.org>
13096
13097 * outline.el (hide-region-body): Bind
13098 outline-view-change-hook to nil while making repeated calls to
13099 outline-flag-region. Run it once at the end.
13100 (hide-other, hide-sublevels, show-children): Likewise.
13101
13102 * info-look.el: Remove duplicate scheme-mode entry.
13103 (info-lookup-make-completions): When looking for entries, check
13104 that `item' isn't null or "Menu".
13105
13106 1998-10-01 Karl Heuer <kwzh@gnu.org>
13107
13108 * net-utils.el: Don't require ffap.
13109 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
13110 (ping, nslookup-host, finger, network-connection-to-service): Use them.
13111
13112 1998-09-30 Richard Stallman <rms@gnu.org>
13113
13114 * ispell.el (check-ispell-version): No need to bind default-major-mode.
13115
13116 * imenu.el (imenu--generic-function): Sort each submenu by position.
13117 (imenu--sort-by-position): New function.
13118
13119 * cus-edit.el (Custom-mode-menu): Fix info node name.
13120 (customize group): Fix info node name.
13121
13122 * mail/mailalias.el (build-mail-aliases): Don't allow
13123 a newline in the alias name. Don't define an alias
13124 if the definition would be empty.
13125
13126 * which-func.el (which-func-mode-global): Make :set function
13127 more reliable.
13128
13129 * custom.el (custom-set-variables): Load the requests first,
13130 then check the symbol's `set' function.
13131
13132 * ffap.el: Doc fixes.
13133
13134 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13135
13136 * gnus.el: (gnus-valid-select-methods): Fix type.
13137 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
13138 * gnus-score.el (gnus-orphan-score): Fix type.
13139 (gnus-score-default-header, gnus-score-default-type): Fix type.
13140 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
13141 (gnus-saved-headers): Fix type.
13142
13143 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
13144 Avoid nil value of `two-lines-citation-part'.
13145
13146 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
13147
13148 * which-func.el (which-function): Handle case when
13149 (car imenu--index-alist) is nil.
13150
13151 1998-09-29 Dave Love <fx@gnu.org>
13152
13153 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13154 bzip2 args.
13155
13156 1998-09-29 Simon Marshall <simon@gnu.org>
13157
13158 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13159 comint-exec-hook.
13160
13161 1998-09-29 Stephen Eglen <stephen@gnu.org>
13162
13163 * info-look.el: Add support for Octave.
13164
13165 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
13166
13167 * textmodes/reftex.el (reftex-finding-files): New customize group.
13168 (reftex-texpath-environment-variables,
13169 reftex-use-external-file-finders, reftex-external-file-finders,
13170 reftex-search-unrecursed-path-first): New options.
13171 (reftex-process-string, reftex-find-file-externally): New
13172 functions.
13173 (reftex-access-search-path): Execute shell commands to find the
13174 search path.
13175 (reftex-toggle-auto-view-crossref): When turning on, make sure
13176 `reftex-auto-view-crossref' becomes non-nil.
13177 (reftex-abbrev-regexp): Constant removed.
13178 (reftex-convert-string): Abbrev regexp calculated locally.
13179
13180 1998-09-28 Dave Love <fx@gnu.org>
13181
13182 * progmodes/fortran.el: Don't call regexp-opt when deriving
13183 font-lock patterns with keywords that aren't all literal.
13184
13185 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
13186
13187 * octave-inf.el (inferior-octave-prompt): Also match prompts of
13188 the form `octave.bin:1>' which come from using precopiled binary
13189 versions.
13190
13191 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13192
13193 * help.el (help-for-help): Use %THIS-KEY%.
13194 (help-quit): Add doc.
13195
13196 * help-macro.el (make-help-screen): Keep HELP-TEXT
13197 in a separate function definition, not in the help command FNAME.
13198 Replace %THIS-KEY% with the key sequence that ran FNAME.
13199
13200 1998-09-25 Richard Stallman <rms@gnu.org>
13201
13202 * textmodes/texinfo.el (texinfo-show-structure):
13203 Bind inhibit-read-only.
13204
13205 * isearch.el (isearch-search-and-update): Properly
13206 handle upper case letters in the reverse-search special case.
13207
13208 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13209
13210 * gnus.el: Extend the list of autoloaded functions.
13211
13212 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13213 buffer before creating help group. (from Gnus v5.6.43, fix by
13214 1998-08-20 Per Starback <starback@update.uu.se>)
13215
13216 * gnus-util.el (gnus-output-to-rmail): Adjust to
13217 `rmail-output-to-rmail-file'.
13218
13219 1998-09-25 Karl Heuer <kwzh@gnu.org>
13220
13221 * hexl.el (hexl-mode-map): More of previous change.
13222
13223 * textmodes/tex-mode.el (tex-run-command): Doc fix.
13224 (tex-start-tex): Don't use tex-start-options-string in star case.
13225 Quote file name in star case as well as in non-star.
13226 Add blank and quoting of option string here.
13227 (tex-start-options-string): Not here.
13228
13229 1998-09-23 Karl Heuer <kwzh@gnu.org>
13230
13231 * term.el (term-delimiter-argument-list): Doc fix.
13232 (term-emulate-terminal): Escape literal semicolon.
13233 * progmodes/asm-mode.el (asm-mode): Doc fix.
13234 (asm-comment-char): Escape literal semicolon.
13235 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13236
13237 1998-09-23 Richard Stallman <rms@gnu.org>
13238
13239 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13240 only those that normally modify the buffer.
13241
13242 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13243 over again.
13244
13245 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
13246
13247 * ispell.el (check-ispell-version): Ensure same buffer is current
13248 when let-binding of case-fold-search ends.
13249
13250 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13251
13252 * ps-print.el: Skip invisible overlay.
13253 Test for set-buffer-multibyte rather than using mule-version.
13254 (ps-print-version): New version number (4.1) and doc fix.
13255 (ps-generate-postscript-with-faces): Skip invisible overlay.
13256
13257 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
13258
13259 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13260
13261 1998-09-22 Kenichi Handa <handa@etl.go.jp>
13262
13263 * international/quail.el (quail-update-guidance): Check for the
13264 return value of (quail-guidance) fixed.
13265 (quail-update-translation): Bind quail-current-str locally when it
13266 calls quail-update-guidance.
13267 (quail-update-translation): If input-method-exit-on-first-char is
13268 non-nil, terminate translation only when the current input method
13269 is simple.
13270
13271 1998-09-22 Paul Eggert <eggert@twinsun.com>
13272
13273 * startup.el (locale-translation-file-name): Prefer X-related names
13274 to the name used by GNU/Linux sans X. Set to nil if no file found.
13275 (command-line): Use locale-translation-file-name if it is not nil,
13276 instead of testing for its existence again.
13277 regexp-quote the ctype before using it in a regexp.
13278 Allow a colon to appear after the ctype in the aliases file,
13279 as is done in X11R6.4.
13280
13281 1998-09-21 Richard Stallman <rms@gnu.org>
13282
13283 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13284
13285 * calendar/appt.el (appt-interval): Variable deleted.
13286 (appt-check): For minutes in between appt-display-interval times,
13287 do check, but don't display anything except an updated mode line.
13288 Count against appt-display-interval based on minutes since
13289 first display of this appointment, not based on time of day.
13290 If appt-display-mode-line, force mode line redisplay
13291 whenever appt-mode-string has changed.
13292 (appt-add, appt-delete): Add autoload cookies.
13293 (appt-check): Catch errors from calling `diary'.
13294 (appt-max-time): Renamed from max-time.
13295 (appt-now-displayed, appt-display-count): New variables.
13296 (appt-timer): Don't create one if we already have one.
13297
13298 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13299 More general code to use the source buffer instead of the zap file.
13300
13301 * hilit-chg.el (highlight-compare-with-file): Renamed from
13302 compare-with-file.
13303
13304 * loadhist.el (load-history-loaded): New variable.
13305 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13306
13307 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13308
13309 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13310 Fix error messages.
13311
13312 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
13313
13314 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13315 Emacs frame.
13316
13317 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13318
13319 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13320 `undecided' and `undecided-unix'.
13321
13322 1998-09-21 Dave Love <fx@gnu.org>
13323
13324 * help.el (help-make-xrefs): Fix typo affecting Info references.
13325
13326 * subr.el (remove-hook): Check list values to avoid errors.
13327
13328 1998-09-18 Noah Friedman <friedman@splode.com>
13329
13330 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13331 store string in eldoc-last-message without consing a new string.
13332 Rearrange logic from nested if's into cond's.
13333 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13334 Do not print message; just return string.
13335 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13336 Do not print message; just return string.
13337 Cache that string in eldoc-last-data.
13338 (eldoc-last-data): Make into a vector.
13339 (eldoc-get-fnsym-args-string): Use new data form of structure.
13340 (eldoc-get-var-docstring): Here also.
13341 (eldoc-last-data-store): New function.
13342 (eldoc-get-fnsym-args-string): Use it.
13343 (eldoc-get-var-docstring): Here also.
13344 (eldoc-docstring-first-line): Minimize interim string consing.
13345 Call substitute-command-keys on the result.
13346 (eldoc-print-var-docstrings, eldoc-print-docstring,
13347 eldoc-docstring-message): Functions removed.
13348 (eldoc-docstring-format-sym-doc): New function, functionality
13349 ripped out of eldoc-docstring-message.
13350 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13351
13352 1998-09-18 Kenichi Handa <handa@etl.go.jp>
13353
13354 * international/mule.el (make-coding-system): Doc-string modified.
13355
13356 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
13357
13358 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13359
13360 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13361 customize type.
13362
13363 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13364 type.
13365
13366 * progmodes/compile.el (compilation-error-screen-columns): New
13367 variable.
13368 (compilation-next-error-locus): Use it to decide whether to use
13369 forward-char or move-to-column.
13370
13371 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13372
13373 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13374 feedmail-fiddle-plex-user-list,
13375 feedmail-spray-address-fiddle-plex-list,
13376 feedmail-prompt-before-queue-user-alist,
13377 feedmail-prompt-before-queue-help-supplement,
13378 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13379 feedmail-queue-alternative-mail-header-separator): Fix customize
13380 type.
13381
13382 * startup.el (site-run-file): Fix customize type.
13383
13384 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13385 customize type.
13386
13387 * shell.el (shell-input-autoexpand): Fix customize type.
13388
13389 * ps-print.el (ps-font-info-database): Add missing dots in value.
13390 Improve layout of customize type.
13391
13392 * net-utils.el (traceroute-program-options, ping-program-options,
13393 ipconfig-program-options, netstat-program-options,
13394 arp-program-options, route-program-options,
13395 nslookup-program-options, ftp-program-options): Fix customize
13396 type.
13397
13398 * midnight.el (clean-buffer-list-kill-regexps,
13399 clean-buffer-list-kill-buffer-names,
13400 clean-buffer-list-kill-never-buffer-names,
13401 clean-buffer-list-kill-never-regexps): Fix customize type.
13402
13403 * man.el (Man-init-defvars): Avoid trailing nil on
13404 Man-filter-list.
13405
13406 * lpr.el (printer-name): Fix customize type.
13407
13408 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13409
13410 * international/mule-cmds.el (reset-language-environment): Call
13411 update-coding-systems-internal.
13412
13413 * international/mule-conf.el: Call update-coding-systems-internal
13414 at the tail.
13415
13416 1998-09-14 Dave Love <fx@gnu.org>
13417
13418 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13419 use the menu-enable properties, pending doing it correctly and
13420 acceptably fast.
13421
13422 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13423
13424 1998-09-13 Dave Love <d.love@dl.ac.uk>
13425
13426 * progmodes/hideshow.el (hs-grok-mode-type): Check
13427 comment-{start,end} non-nil as well as bound. Report an error if
13428 we can't grok the mode.
13429
13430 1998-09-13 Richard Stallman <rms@gnu.org>
13431
13432 * simple.el (blink-matching-open): Don't log paren matching
13433 messages in *Messages*.
13434
13435 1998-09-12 Richard Stallman <rms@gnu.org>
13436
13437 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13438 Set point-before-scroll at end even if there was an error.
13439
13440 * ange-ftp.el (ange-ftp-insert-file-contents):
13441 Use binary mode for dumb-unix hosts as for unix hosts.
13442 (ange-ftp-copy-file-internal): Likewise.
13443
13444 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13445
13446 * emacs-lisp/pp.el: Doc fixes.
13447
13448 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13449 (widget-choose): Don't use single-char shortcuts if # items
13450 exceeds that many. Use minibuffer instead.
13451
13452 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13453
13454 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13455
13456 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13457
13458 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13459 in terminal mode.
13460
13461 1998-09-10 Noah Friedman <friedman@splode.com>
13462
13463 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13464 defcustom declaration. It's wreaking too much havoc with XEmacs
13465 and older versions of Emacs, which share this code.
13466
13467 * type-break.el (type-break-mode): Here also.
13468
13469 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13470 `t' to add-hook also to modify the new local value.
13471
13472 1998-09-10 Dave Love <fx@gnu.org>
13473
13474 * vc.el (vc-insert-headers): Doc fix.
13475
13476 1998-09-10 Richard Stallman <rms@gnu.org>
13477
13478 * textmodes/flyspell.el (flyspell-mode-on): Make the
13479 ispell-... variables permanent locals.
13480 (flyspell-mode-off): Add autoload cookie.
13481
13482 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13483 do use binary mode, just as for `unix'.
13484 (ange-ftp-host-type): If HOST is nil, return `unix'.
13485
13486 * dired.el (dired-mark-files-containing-regexp):
13487 Don't scan directories. Ignore non-readable files.
13488
13489 * progmodes/compile.el (compilation-error-regexp-alist):
13490 Fix previous change: allow . and _ in command name.
13491
13492 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13493
13494 * uncompress.el (uncompress-while-visiting):
13495 Use just the car of what find-operation-coding-system returns.
13496
13497 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13498
13499 * shell.el (shell-file-name-quote-list): Add # to the value.
13500
13501 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13502
13503 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13504 to make killing of ispell process work even if
13505 kill-all-local-variables has been run.
13506
13507 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13508
13509 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13510 loop when sexp entry ends at end of file with no newline.
13511
13512 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13513
13514 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13515 (Custom-reset-standard): Fix menu inconsistency.
13516
13517 * mail/feedmail.el (feedmail-from-line): Allow t.
13518 (feedmail-message-id-suffix): Allow nil.
13519
13520 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13521 Simplify. Make prefix arg work right.
13522
13523 1998-09-09 Dave Love <fx@gnu.org>
13524
13525 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13526
13527 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13528
13529 1998-09-08 Dave Love <fx@gnu.org>
13530
13531 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13532 stuff only after file names or at start of line. Allow parens
13533 around e-mail, as well as angles.
13534
13535 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13536 ignore-errors too, eval'd when compile. Require w3 stuff at load
13537 time for nicer failure if it's not available.
13538
13539 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13540
13541 * comint.el (comint-arguments): Ignore backslashes when using
13542 w32 shells that expect backslashes as the directory separator.
13543
13544 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13545
13546 * international/fontset.el (resolved-ascii-font): New variable.
13547 (x-complement-fontset-spec): By side effect, set
13548 `resolved-ascii-font' to the resolved name of ASCII font."
13549 (create-fontset-from-fontset-spec): Don't get a value for
13550 resolved-ascii-font from the list full-fontlist. It is set by
13551 x-complement-fontset-spec now.
13552
13553 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13554 version, check the value of mule-version.
13555
13556 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13557
13558 * textmodes/reftex.el (reftex-view-crossref): Split up into
13559 several functions. No longer moves to find a macro.
13560 (reftex-view-cr-cite, reftex-view-cr-ref,
13561 reftex-end-of-bib-entry): New functions.
13562 (reftex-auto-view-crossref): New value `window' allowed.
13563 (reftex-view-crossref-when-idle): Process new `window' option in
13564 (reftex-translate-to-ascii-function): New default.
13565 (reftex-label-illegal-re): Default changed, removed Latin1.
13566 (reftex-latin1-to-ascii): New function.
13567 (reftex-what-environment): Check for section regexp before use.
13568 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13569 absolute path names.
13570 (reftex-TeX-master-file): Changed sequence of file checks.
13571 (reftex-do-citation): bibview cache only with RefTeX mode on.
13572
13573 1998-09-06 Richard Stallman <rms@gnu.org>
13574
13575 * progmodes/compile.el (compilation-error-regexp-alist):
13576 In first pattern (GNU utilities and other things),
13577 allow a space after the optional program name at the beginning.
13578
13579 * mail/mail-hist.el (mail-hist-current-header-contents):
13580 Fix previous change: use mail-header-end.
13581
13582 1998-09-06 Bill Richter <richter@math.nwu.edu>
13583
13584 * international/ccl.el: Doc fixes.
13585 * international/encoded-kb.el: Doc fixes.
13586 * international/fontset.el: Doc fixes.
13587 * international/kinsoku.el: Doc fixes.
13588 * international/kkc.el: Doc fixes.
13589 * international/mule-cmds.el: Doc fixes.
13590 * international/mule-conf.el: Doc fixes.
13591 * international/mule-util.el: Doc fixes.
13592 * international/mule.el: Doc fixes.
13593
13594 1998-09-05 Eric Ludlam <zappo@gnu.org>
13595
13596 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13597 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13598 (checkdoc-this-string-valid-engine): Permit ? as terminating
13599 punctuation for first line sentence breaking.
13600 (checkdoc-this-string-valid): When converting a comment into a doc
13601 string, make sure " chars are \".
13602 (checkdoc-sentencespace-region-engine): Only do double space check
13603 if based on the variable `sentence-end-double-space'
13604 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13605 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13606
13607 1998-09-04 Richard Stallman <rms@gnu.org>
13608
13609 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13610 Recognize define-skeleton as a function definer.
13611
13612 * cus-edit.el (customize-option): Refuse to customize
13613 a variable that has no defcustom. But if variable is autoloaded,
13614 first try to load the library that defines it.
13615
13616 * international/iso-insert.el: Use `string' before calling `insert'
13617 so that in multibyte buffers we insert multibyte chars.
13618
13619 * dired.el (dired-mark-files-containing-regexp):
13620 Don't use find-file; instead, insert the file in a temp buffer.
13621
13622 * textmodes/tex-mode.el (tex-start-options-string): New option.
13623 (tex-start-tex): Use that variable.
13624
13625 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13626 value in the `repeat' alternative a list.
13627
13628 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13629 the inserted newline, verify that one was really inserted.
13630
13631 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13632 remains on or remains off.
13633 (flyspell-multi-language-p): Default changed to nil.
13634
13635 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13636 In "found in comment" case, don't beginning-of-line after forward-line.
13637
13638 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13639 If the function definition is not a lambda, return original FORM
13640 with no error.
13641
13642 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13643
13644 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13645 so that by default netstat shows all network connections.
13646
13647 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13648
13649 * international/quail.el: Doc fixes.
13650
13651 * info.el (info): Don't add parens if FILE already has them.
13652
13653 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13654
13655 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13656 on extension lines.
13657
13658 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13659
13660 * w32-fns.el (w32-shell-dos-semantics): New function.
13661
13662 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13663
13664 * international/quail.el (quail-choose-completion-string): Store
13665 completion `choice' in `quail-current-str'; don't insert it.
13666
13667 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13668
13669 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13670 argument to ps-mule-generate-bitmap-font.
13671
13672 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13673 entry and change Latin-1 entry in the default value.
13674 (ps-mule-font-info-database-ps-bdf): New variable.
13675 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13676 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13677 registerd in FONT-SPEC.
13678 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13679 charcter width of bitmap fonts.
13680 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13681 procedure NF.
13682 (ps-begin-file): Output PostScript code for setting
13683 SpaceWidthRatio.
13684 (ps-plot-region): Use line-beginning-position to get a position of
13685 the beginning of the current line.
13686
13687 * international/mule-cmds.el (register-input-method): Doc-string
13688 modified.
13689
13690 1998-09-01 Dave Love <fx@gnu.org>
13691
13692 * international/mule-cmds.el (current-language-environment): Fix
13693 setter function.
13694
13695 1998-09-01 Simon Marshall <simon@gnu.org>
13696
13697 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13698 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13699 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13700 names with font-lock-type-face. Fontify type specs, etc., with
13701 font-lock-keyword-face.
13702
13703 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13704
13705 * international/fontset.el (x-complement-fontset-spec): If ASCII
13706 font is specified in FONTLIST, don't substitute it for the
13707 resolved name.
13708
13709 1998-08-31 Paul Eggert <eggert@twinsun.com>
13710
13711 * international/mule.el (charset-description): Doc fix.
13712
13713 * language/chinese.el, language/cyrillic.el, language/czech.el,
13714 language/devanagari.el, language/ethiopic.el,
13715 language/european.el, language/hebrew.el, language/indian.el,
13716 language/japanese.el, language/korean.el, language/lao.el,
13717 language/slovak.el, language/thai.el, language/tibetan.el,
13718 language/vietnamese.el:
13719 Add coding: local variable, to avoid bootstrapping problem
13720 if you need to recompile all the Lisp files using interpreted code.
13721
13722 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13723
13724 * cal-china.el (chinese-year-cache): Change range of years from
13725 1989-2000 to 1990-2010.
13726
13727 1998-08-29 Dave Love <d.love@dl.ac.uk>
13728
13729 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13730 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13731
13732 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13733
13734 * ps-print.el (ps-print-control-characters): Doc-string modified.
13735 (ps-output-string-prim): Comment format changed.
13736 (ps-do-despool): Indentation of source code changed.
13737
13738 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13739
13740 * subr.el (sref): Make it an alias of aref. Make the
13741 byte-compiler warn that it is obsolete.
13742 (char-bytes): Make the byte-compiler warn that it is obsolete.
13743
13744 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13745 Calculate the total bytes using position-bytes instead of
13746 char-bytes.
13747
13748 1998-08-27 Karl Heuer <kwzh@gnu.org>
13749
13750 * snmp-mode.el: New file.
13751 * files.el (auto-mode-alist): Add snmp-mode patterns.
13752
13753 1998-08-27 Karl Eichwalder <ke@suse.de>
13754
13755 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13756
13757 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13758
13759 * calendar/diary-lib.el (diary-block): Doc fix..
13760 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13761
13762 1998-08-27 Richard Stallman <rms@gnu.org>
13763
13764 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13765 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13766 Clear appt-mode-string if we don't put something in it.
13767
13768 1998-08-27 Dave Love <fx@gnu.org>
13769
13770 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13771 dired-local-variables-file for dired-x.
13772
13773 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13774 for compressed library files too.
13775
13776 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13777
13778 * language/european.el ("Latin-1"): Modify `documentation' key value.
13779 ("Latin-2"): Likewise.
13780
13781 1998-08-26 Karl Heuer <kwzh@gnu.org>
13782
13783 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13784
13785 1998-08-26 Albert L. Ting <alt@artisan.com>
13786
13787 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13788 (mail-hist-current-header-contents): Use mail-text-start.
13789
13790 1998-08-26 Richard Stallman <rms@gnu.org>
13791
13792 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13793 (customize-changed-options-previous-release): New variable.
13794 (customize-changed-options): Use that variable as default arg.
13795
13796 1998-08-26 Karl Eichwalder <ke@suse.de>
13797
13798 * midnight.el: Require `timer' not only when compiling.
13799
13800 1998-08-26 Per Starback <starback@update.uu.se>
13801
13802 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13803 buffer before creating help group.
13804
13805 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13806
13807 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13808 coding-system-for-write before saving.
13809
13810 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13811
13812 * isearch.el (isearch-forward): Doc fix.
13813
13814 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13815
13816 * emacs-lisp/find-func.el: Fix :version tags to have a string
13817 value, not a float.
13818
13819 * cus-dep.el: Fix typo in output.
13820
13821 1998-08-25 Dave Love <fx@gnu.org>
13822
13823 * repeat.el (repeat): Doc fix.
13824 [From rms:]
13825 (repeat-previous-repeated-command): New variable.
13826 (repeat): Check for real-last-command being null or repeat. Set
13827 repeat-previous-repeated-command.
13828
13829 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13830
13831 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13832
13833 * gnus/message.el (message-send-mail-with-sendmail): Bind
13834 coding-system-for-write by the return value of
13835 select-message-coding-system.
13836 (message-send-mail-with-qmail): Likewise.
13837
13838 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13839
13840 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13841 define-derived-mode.
13842
13843 * files.el (file-name-invalid-regexp):
13844 Fix regex for ms-dos without long file names.
13845
13846 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13847
13848 * ps-print.el: Multi-byte buffer handling.
13849 (ps-print-version): New version number (4.0) and doc fix.
13850 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13851 compilation for GNU Emacs and emacsens.
13852 (ps-generate-postscript-with-faces): Force invisible text to be
13853 visible.
13854 (dos-ps-printer): New var to avoid compilation gripes.
13855
13856 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13857
13858 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13859 that no more characters can't be printed in the current line.
13860
13861 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13862
13863 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13864 greater than TO.
13865
13866 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13867
13868 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13869 20.2 and the earlier version.
13870 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13871 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13872 (ps-mule-find-wrappoint): Likewise.
13873 (ps-mule-generate-font): Change `X' to `x' in format
13874 control-string.
13875 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13876 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13877 `restore' form procedures `BC' and `EC'.
13878
13879 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13880
13881 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13882 is an executable procedure. Make LineThickness, Xshadow, and
13883 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13884 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13885 ps-mule-font-info-database-bdf): New vars.
13886 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13887 (ccl-encode-ethio-unicode): New CCL program.
13888 (ps-mule-encode-ethiopic): New fun.
13889 (ps-mule-current-charset): New var.
13890 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13891 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13892 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13893 (ps-mule-external-libraries): New var.
13894 (ps-mule-init-external-library): New fun.
13895 (ps-mule-font-cache): New var.
13896 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13897 (ps-last-font): New var.
13898 (ps-mule-prepare-font): New fun.
13899 (ps-mule-charset-list): New var.
13900 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13901 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13902 ps-mule-plot-string): New funs.
13903 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13904 New vars.
13905 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13906 ps-mule-prepare-cmpchar-font): New funs.
13907 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13908 vars.
13909 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13910 ps-mule-generate-bitmap-glyph): New funs.
13911 (ps-mule-initialize, ps-mule-begin): New funs.
13912 (ps-output-string-prim): Insert string as unibyte.
13913 (ps-output-prologue): New fun.
13914 (ps-flush-output): Handle the case of 'prologue.
13915 (ps-begin-file): Call ps-mule-initialize.
13916 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13917 printing multibyte characters.
13918 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13919 (ps-basic-plot-string): Handle the case of printing ASCII
13920 characters by external libraries (e.g. BDF).
13921 (ps-set-font): Set ps-last-font.
13922 (ps-plot-region): Handle multibyte characters, use
13923 ps-mule-plot-string for them.
13924 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13925
13926 * bdf.el: New file.
13927
13928 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13929
13930 * international/mule-cmds.el (select-message-coding-system): New
13931 function.
13932 (set-language-environment-coding-systems): Set
13933 default-sendmail-coding-system.
13934
13935 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13936 (default-sendmail-coding-system): New variable.
13937 (sendmail-send-it): Encode the message by a coding system
13938 select-message-coding-system returns.
13939
13940 1998-08-23 Eric Ludlam <zappo@gnu.org>
13941
13942 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13943 (speedbar-mode): Set buffer to read only.
13944 (speedbar-temp-buffer-show-function): For emacs don't call hook
13945 with arguments.
13946 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13947
13948 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13949
13950 * speedbar.el (speedbar-key-map): Fix typo.
13951
13952 See ChangeLog.7 for earlier changes.