]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2
3 * play/studly.el (studlify-word, studlify-region)
4 (studlify-buffer): Fix doc-string.
5 (studlify-buffer): Add autoload cookie.
6
7 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
8
9 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
10 (outline-up-heading-all): Remove.
11 (hide-sublevels): Move to end-of-heading before calling flag-region.
12 (outline-copy-overlay, outline-discard-overlays): Remove.
13 (outline-flag-region): Use `remove-overlays'.
14 Don't move to end-of-heading.
15 (outline-next-visible-heading, outline-back-to-heading)
16 (outline-on-heading-p): Use outline-invisible-p.
17 (outline-font-lock-level): Use outline-up-heading's new arg.
18 (outline-minor-mode): Simplify.
19 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
20 (outline): Put a `reveal-toggle-invisible' property.
21 (outline-level-heading): New var.
22 (outline-insert-heading, outline-promote, outline-demote)
23 (outline-toggle-children): New commands.
24
25 * progmodes/hideif.el (hif-end-of-line): New function.
26 (hide-ifdef-mode): Set line-move-ignore-invisible.
27 (hide-ifdef-region-internal): New function.
28 (hide-ifdef-region): Use it.
29 (hif-defined): Return an integer.
30 (hif-infix-to-prefix): Remove.
31 (hif-tokenize): Parse from the buffer rather than from a string.
32 Correctly tokenize integers. Use forward-comment.
33 (hif-expr): Use hif-or.
34 (hif-term): Use hif-and.
35 (hif-factor): Use hif-not. Handle numbers properly.
36 Don't require parenthesis around `defined's argument.
37 (hif-and, hif-or, hif-not): New funs.
38 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
39 (hif-hide-line): Don't hide the \n before the line.
40 (hif-possibly-hide): Correctly handle numeric evaluation results.
41
42 * progmodes/make-mode.el: Use line-(end|beginning)-position.
43 (makefile-mode): Set indent-line-function.
44 (makefile-browser-insert-continuation): Use with-current-buffer.
45 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
46
47 2001-11-28 Karl Fogel <kfogel@red-bean.com>
48
49 * isearch.el (isearch-yank-internal): New helper function.
50 (isearch-yank-char): New function.
51 (isearch-yank-word, isearch-yank-line): Rewrite to use
52 isearch-yank-internal.
53
54 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
55
56 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
57 aren't supported. Print a message to that effect if invoked.
58
59 2001-11-27 Stephen Eglen <stephen@gnu.org>
60
61 * locate.el (locate): Put point at first matching file rather
62 than top of buffer.
63
64 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
65
66 * reveal.el: New file.
67
68 * progmodes/hideif.el: Misc cleanup.
69 (hide-ifdef-mode-submap): Put the def in the defvar.
70 Use substitute-key-definition.
71 (hide-ifdef-mode): Use define-minor-mode.
72 (hif-outline-flag-region): Remove.
73 (hif-show-all): Define in terms of hif-show-ifdef-region.
74 (hif-after-revert-function): Rename from hif-before-revert-function.
75 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
76 (hif-tokenize): Use with-syntax-table.
77 (hif-make-range): Use `else' also for `else-p'.
78 (hif-range-else-p): Remove.
79 (hif-find-range): Simplify.
80 (hif-hide-line): Don't bother preserving buffer-modified-p.
81 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
82 Don't use selective-display and inhibit-read-only.
83
84 * subr.el (copy-overlay, remove-overlays): New funs.
85
86 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
87
88 2001-11-27 Sam Steingold <sds@gnu.org>
89
90 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
91 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
92 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
93 * obsolete/c-mode.el, obsolete/cplus-md.el
94 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
95 * term/sun-mouse.el, textmodes/artist.el:
96 Converted backquote to the new style.
97 * mouse.el, reposition.el: Likewise (in comments).
98 * expand.el: Likewise (in a string).
99
100 2001-11-27 Richard M. Stallman <rms@gnu.org>
101
102 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
103
104 2001-11-26 Richard M. Stallman <rms@gnu.org>
105
106 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
107 if :on-glyph or :off-glyph is a list, eval it and store it back.
108 (checkbox): Quote the values for :on-glyph and :off-glyph.
109
110 * cus-start.el (recursive-load-depth-limit): Delete item.
111
112 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
113
114 * help-fns.el (describe-categories, help-describe-category-set): New.
115
116 2001-11-26 Sam Steingold <sds@gnu.org>
117
118 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
119 arguments to `insert' are strings.
120
121 2001-11-26 Richard M. Stallman <rms@gnu.org>
122
123 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
124
125 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
126
127 * loaddefs.el: Regenerated.
128
129 * international/mule-diag.el: Require help-fns instead of
130 help-funs.
131
132 * help-fns.el: Renamed from help-funs.el.
133
134 * startup.el (command-line-1): Don't try to call process-list if
135 it is not fboundp.
136
137 2001-11-26 Sam Steingold <sds@gnu.org>
138
139 * frame.el (show-trailing-whitespace): Remove :set argument (the
140 value was essentially identical to the defalt).
141
142 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
143
144 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
145
146 * icomplete.el (icomplete-minibuffer-setup): Likewise.
147
148 * hilit-chg.el (hilit-chg-set): Likewise.
149
150 * speedbar.el (speedbar-mode): Likewise.
151
152 * calendar/calendar.el (calendar-mode): Likewise.
153
154 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
155 insert-string.
156
157 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
158
159 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
160
161 * term/sun-mouse.el (sun-yank-selection): Likewise.
162
163 * textmodes/bib-mode.el (return-key-bib): Likewise.
164
165 * calendar/appt.el (appt-disp-window): Likewise.
166
167 * calendar/diary-lib.el (list-diary-entries): Likewise.
168
169 * array.el (array-reconfigure-rows): Likewise.
170
171 * filecache.el (file-cache-minibuffer-complete): Likewise.
172
173 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
174
175 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
176
177 * allout.el (outline-version, outline-open-topic)
178 (outline-rebullet-heading, outline-insert-listified)
179 (outline-latex-verbatim-quote-curr-line)
180 (outline-latexify-one-item, outlineify-sticky): Likewise.
181
182 * vc.el (vc-next-action-on-file): Likewise.
183 (vc-dired-mode): Remove make-local-hook.
184
185 2001-11-26 Andre Spiegel <spiegel@gnu.org>
186
187 * vc.el (vc-find-version): New function.
188 (vc-version-other-window): Redefined in terms of the above.
189
190 * log-view.el (log-view-find-version): New function.
191 (log-view-mode-map): Bind it to `f'.
192
193 2001-11-26 Gerd Moellmann <gerd@gnu.org>
194
195 * language/devan-util.el (dev-char-glyph): Escape `"' in
196 string literals.
197 (dev-glyph-glyph, dev-glyph-glyph-2)
198 (devanagari-compose-syllable-region): Likewise.
199
200 2001-11-26 Richard M. Stallman <rms@gnu.org>
201
202 * window.el (save-selected-window): No error if saved window is dead.
203
204 * help-funs.el (describe-syntax): Put (interactive) after doc string.
205
206 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
207
208 * international/quail.el (quail-help): Require help-mode in
209 top-level instead.
210
211 * iswitchb.el (iswitchb-exhibit): Use insert instead of
212 insert-string.
213
214 * icomplete.el (icomplete-exhibit): Likewise.
215
216 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
217
218 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
219 (diff-hunk-kill): Simplify.
220 (diff-post-command-hook): Only apply to a single hunk.
221 (diff-hunk-text): Make `char-offset' non-optional.
222 (diff-find-text): Return a cons cell.
223 (diff-find-approx-text): New fun.
224 (diff-find-source-location): Use it.
225 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
226 Adapt to new retval of diff-find-text.
227
228 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
229 rather than integer- representation of dates.
230
231 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
232
233 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
234 (syntax-after): New fun.
235
236 * help-funs.el (describe-syntax): New fun.
237
238 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
239 (font-lock-ppss-stats, font-lock-ppss): Remove.
240 (font-lock-fontify-syntactically-region): Remove tuning code.
241 (font-lock-compile-keywords): Fix off-by-one bug.
242 (font-lock-set-defaults): Don't set removed vars.
243 (c-keywords): Add `inline'.
244 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
245
246 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
247 Set syntax-begin-function.
248 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
249 (lisp-interaction-mode): Don't set local-abbrev-table any more.
250 (lisp-mode-auto-fill): Use syntax-ppss and obey
251 comment-auto-fill-only-comments.
252 (lisp-fill-paragraph): Use syntax-ppss.
253
254 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
255
256 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
257 version of rmail-enable-mime.
258 (rmail-forward): Use it.
259
260 2001-11-25 Richard M. Stallman <rms@gnu.org>
261
262 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
263
264 * international/quail.el (quail-keyboard-layout-button):
265 Define button type.
266 (quail-keyboard-customize-button): Likewise.
267 (quail-help): Use those button types. Require `help-mode'.
268 Avoid altering the argument `package'.
269
270 * help-mode.el (help-function, help-variable, help-face)
271 (help-coding-system, help-input-method, help-character-set):
272 Define each button type with its own explicit define-button-type.
273
274 * language/devan-util.el: Comment out parts of the file
275 which apparently are garbled.
276
277 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
278
279 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
280 insert-string.
281
282 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
283
284 * play/snake.el (snake-mode): Remove make-local-hook.
285
286 * play/tetris.el (tetris-mode): Likewise.
287
288 * play/decipher.el (decipher-mode): Likewise.
289
290 * tmm.el (tmm-add-prompt): Likewise.
291
292 2001-11-25 Sam Steingold <sds@gnu.org>
293
294 * menu-bar.el (menu-bar-apropos-menu): New variable.
295 Moved all `apropos' bindings to this menu.
296 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
297
298 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
299
300 The following changes are for new indian languages support based
301 on Unicode charset and CDAC fonts.
302
303 * international/mule-conf.el: Change indian-1-column charset to
304 indian-glyph charset.
305
306 * international/characters.el: Adjusted for the change of
307 indian-1-column -> indian-glyph.
308
309 * international/fontset.el: Delete the setting for indian-1-column
310 and add the setting for indian-glyph in the default fontset.
311
312 * language/indian.el: Completely re-written.
313
314 * language/devanagari.el: Completely re-written.
315
316 * language/devan-util.el: Completely re-written.
317
318 * language/ind-util.el: New file.
319
320 2001-11-24 Richard M. Stallman <rms@gnu.org>
321
322 * startup.el (command-line-1): Don't do startup screen
323 if a subprocess is running. Call the startup screen buffer
324 "GNU Emacs". Make a special mode-line-format for it.
325
326 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
327 (browse-url-galeon): Use that variable.
328
329 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
330 eval-expression. Eval and set the variable simply.
331
332 * files.el (temporary-file-directory): Use defcustom.
333 (small-temporary-file-directory): Likewise.
334 (normal-backup-enable-predicate): Move down in file
335 after definition of temporary-file-directory.
336
337 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
338
339 2001-11-24 Colin Walters <walters@debian.org>
340
341 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
342 autoload names to match files renamed on initial calc import.
343
344 * calc/calc.el (Commentary): Cleanup, and add logistic curve
345 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
346
347 2001-11-23 Colin Walters <walters@debian.org>
348
349 * Makefile.in (finder_setwins, setwins): Include Calc again.
350
351 * calc/calc-rules.el: Add header comment.
352
353 2001-11-23 Andre Spiegel <spiegel@gnu.org>
354
355 * vc.el (with-vc-properties): Don't bind `filename' locally.
356 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
357 to avoid name clashes. Fix `lisp-indent-function' property for
358 both.
359
360 2001-11-23 Francesco Potorti` <pot@gnu.org>
361
362 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
363
364 2001-11-22 Colin Walters <walters@debian.org>
365
366 * calc/calc-misc.el (report-calc-bug):
367 Use `reporter-prompt-for-summary-p'.
368
369 * calc/INSTALL, calc/Makefile: Remove.
370
371 2001-11-22 Miles Bader <miles@gnu.org>
372
373 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
374 (reb-match-2, reb-match-3): Add dark-background variants.
375
376 2001-11-22 Colin Walters <walters@debian.org>
377
378 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
379 (info "Calc").
380 (report-calc-bug): Use reporter.el.
381
382 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
383
384 2001-11-21 Richard M. Stallman <rms@gnu.org>
385
386 * which-func.el (which-function): Call imenu--make-index-alist
387 if necessary to get a list of functions.
388 (which-function-imenu-failed): New variable.
389 (which-func-update): Handle all visible windows.
390 (which-func-update-1): New subroutine broken out of which-func-update.
391
392 * files.el (temporary-file-directory, null-device)
393 (small-temporary-file-directory): Definitions moved up.
394
395 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
396 (cperl-non-problems, cperl-praise): Doc fixes.
397
398 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
399 (sh-mode-syntax-table): Function restored.
400 Variable set up for use by function sh-mode-syntax-table.
401 (sh-set-shell): Set the syntax table.
402
403 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
404
405 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
406
407 * international/encoded-kb.el: Don't alter minor-map-alist.
408
409 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
410
411 * files.el (auto-save-file-name-transforms): Put remote files in
412 temporary-file-directory rather than /tmp.
413
414 2001-11-21 Colin Walters <walters@debian.org>
415
416 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
417 of (function ...) wrapper.
418
419 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
420
421 * derived.el (define-derived-mode): Create the abbrev-table
422 from inside the `defvar'.
423
424 * jit-lock.el (jit-lock-defer-time): New var.
425 (jit-lock-defer-timer, jit-lock-buffers): New vars.
426 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
427 (jit-lock-function): Defer fontification if requested.
428 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
429 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
430 text property.
431 (jit-lock-deferred-fontify): New fun.
432
433 2001-11-20 Richard M. Stallman <rms@gnu.org>
434
435 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
436 Set local-abbrev-table to lisp-mode-abbrev-table.
437
438 * emacs-lisp/re-builder.el (reb-mode):
439 Don't use define-derived-mode. Call kill-all-local-variables.
440
441 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
442 Don't use define-derived-mode.
443
444 * help-mode.el (help-mode): Undo 2001-10-07 change.
445
446 * replace.el (occur-mode): Undo 2001-5-20 change.
447
448 2001-11-20 Jason Rumney <jasonr@gnu.org>
449
450 * w32-fns.el (w32-system-coding-system): Change to an alias for
451 locale-coding-system.
452 (set-w32-system-coding-system): Document the above change.
453 Set locale-coding-system instead.
454
455 2001-11-20 Richard M. Stallman <rms@gnu.org>
456
457 * ruler-mode.el: Add pagination.
458 (ruler-mode-toggle-show-tab-stops): No need to
459 test `ruler-mode' variable.
460
461 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
462
463 * play/landmark.el: Mark lm-mode as special.
464
465 * play/gomoku.el: Mark gomoku-mode as special.
466
467 2001-11-20 Juanma Barranquero <lektu@terra.es>
468
469 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
470 (top-level): Bind it to C-c C-b.
471 (re-builder): Don't re-enter RE Builder Mode.
472
473 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
474
475 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
476
477 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
478 `manual-program'.
479
480 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
481 to a line without a comment.
482
483 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
484
485 * dired.el (dired-listing-switches): Mention in the doc string
486 that some switches are not supported by ls-lisp.el
487
488 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
489
490 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
491 (imenu--create-keymap-2): Remove.
492 (imenu--create-keymap-1): Simplify, remove third argument.
493 (imenu--generic-function): Use dolist.
494 (imenu-find-default): New function.
495 (imenu--completion-buffer): Use it.
496 (imenu--mouse-menu): Use popup-menu.
497 (imenu--menubar-select): Return t rather than calling imenu.
498
499 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
500 New functions, extracted from fill-region-as-paragraph.
501 (fill-region-as-paragraph): Use them.
502 Use an end marker instead of eob.
503 Ignore whitespace-only fill-prefixes when indenting according to mode.
504 Simplify the loop that searches for spaces backwards.
505
506 * textmodes/picture.el (picture-vertical-step)
507 (picture-horizontal-step): Don't use defconst for variables.
508
509 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
510 (mail-extract-address-components): Downcase domain names.
511 (mail-extr-delete-char): Remove. Use delete-char instead.
512
513 * emulation/pc-select.el: Doc string fixes.
514 (pc-selection-mode): Don't treat macos as a tty.
515
516 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
517
518 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
519
520 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
521 (mouse-wheel-progessive-speed): New var.
522 (mwheel-scroll): Use it and handle float values.
523
524 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
525
526 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
527 (iswitchb): Fix the case where the result was selected with the mouse.
528 (iswitchb-completion-help): Use the normal *Completions* now that
529 mouse selection works.
530 (iswitchb-minibuffer-setup): Simplify.
531
532 * newcomment.el (comment-column, comment-style, comment-multi-line)
533 (comment-auto-fill-only-comments): Remove :group arg.
534 (comment-padding): Add :type.
535 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
536 if called interactively.
537
538 2001-11-19 Colin Walters <walters@verbum.org>
539
540 * calc/calc.el (toplevel): Add comment and version header.
541 (calc-init-base): Bump version to 2.02f, update date.
542
543 2001-11-19 Richard M. Stallman <rms@gnu.org>
544
545 * net/browse-url.el: Support Mozilla and Galeon.
546 By default, find the installed browser whichever it is.
547 (browse-url-mozilla): New function.
548 (browse-url-mozilla-sentinel): New function.
549 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
550 (browse-url-default-browser): New function.
551 (browse-url-process-environment): Use browse-url-browser-display.
552 (browse-url-browser-display): Renamed from browse-url-netscape-display.
553 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
554 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
555 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
556 (browse-url-browser-function): New default, new options.
557
558 2001-11-19 Sam Steingold <sds@gnu.org>
559
560 * bindings.el (last-buffer, unbury-buffer): New function.
561 (mode-line-unbury-buffer): Use `unbury-buffer'.
562
563 2001-11-18 Stephen Eglen <stephen@gnu.org>
564
565 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
566 control behaviour when no further completion is possible.
567
568 2001-11-19 Colin Walters <walters@verbum.org>
569
570 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
571 (math-showing-full-precision, math-with-extra-prec, math-working)
572 (calc-with-default-simplification)
573 (calc-with-trail-buffer): Use backtick.
574 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
575 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
576 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
577 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
578 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
579 (Math-num-integerp, Math-bignum-test, Math-equal-int)
580 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
581 (calc-record-compilation-date-macro): Deleted. Callers updated.
582 (math-format-radix-digit): Move to calc-bin.el.
583
584 * calc/calc.el (calc-record-compilation-date): Remove.
585 (calc-bug-address): Update.
586 (calc-settings-file): Use `user-init-file'.
587
588 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
589 Handle null `calc-settings-file'.
590
591 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
592 * calc/calc-keypd.el (calc-keypad-mode): New.
593 (calc-do-keypad): Use it.
594 (calc-keypad-map): Move into `calc-keypad-mode'.
595
596 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
597 to defalias argument.
598
599 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
600 (calcFunc-floor): Ditto.
601
602 * calc-units.el (calcFunc-usimplify): Ditto.
603
604 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
605 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
606 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
607 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
608 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
609 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
610 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
611 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
612 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
613 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
614 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
615 and move them before their first use. Use `when', `unless'.
616 Remove trailing periods from error forms. Add description and
617 headers suggested by Emacs Lisp coding conventions.
618
619 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
620
621 * newcomment.el (comment-indent):
622 Fix misindentation for comment-only lines.
623 (comment-indent-new-line): Only obey comment-multi-line if the
624 comment-ender is not the end-of-line.
625
626 2001-11-19 Richard M. Stallman <rms@gnu.org>
627
628 * net/net-utils.el (network-connection-service-abbrev-alist):
629 New variable.
630
631 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
632 Advance to start of 3rd sexp by moving fwd and backing over it.
633 At first three elements, act like defun.
634
635 * delsel.el (delete-selection-pre-hook): Handle and resignal
636 file-supersession errors to interact properly with userlock.el.
637
638 2001-11-18 Richard M. Stallman <rms@gnu.org>
639
640 * progmodes/fortran.el (fortran-mode-syntax-table):
641 Specify punctuation syntax for backslash.
642
643 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
644 All calls deleted.
645
646 * international/mule-util.el (string-to-sequence): Make it obsolete.
647 (string-to-list, string-to-vector): Implement them directly
648 using append and vconcat, not with string-to-sequence.
649
650 * startup.el (command-line): Set abbrevs-changed to nil after
651 reading the init file and the abbrevs file.
652
653 * isearch.el (isearch): Use magenta2 as bg for (background light)
654
655 2001-11-17 Richard M. Stallman <rms@gnu.org>
656
657 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
658
659 * simple.el (minibuffer-history-sexp-flag): Doc fix.
660
661 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
662
663 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
664 If set and if applicable, add a regexp to highlight defun-like
665 text inside comments and strings.
666 (font-lock-fontify-keywords-region): Pass that new arg.
667 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
668 to the end and pass that new arg.
669 (c-font-lock-keywords-2): Fix regex for labels.
670 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
671 Make it work when LIMIT is several lines further.
672 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
673 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
674 Use backquote and make the regexes for `int a, b, c;' work on
675 multiple lines.
676
677 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
678 (font-lock-defaults-alist): Don't change it any more.
679 (reb-subexp-mode-map): Cleanup.
680
681 * custom.el (custom-current-group-alist): New var.
682 (custom-declare-group): Set it.
683 (custom-current-group): New fun.
684 (custom-declare-variable, custom-handle-all-keywords):
685 Use it as a default if no :group argument is specified.
686
687 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
688 (standard-keyboard-coding-systems): New var.
689 (set-locale-environment): Use it to decide whether or not to call
690 set-keyboard-coding-system.
691 (locale-language-names): Use \"French\" for "fr".
692
693 2001-11-17 Richard M. Stallman <rms@gnu.org>
694
695 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
696 (add-to-list): Delete compatibility code.
697 (checkdoc-next-message-error): Doc fix.
698
699 2001-11-17 Stephen Eglen <stephen@gnu.org>
700
701 * locate.el (locate): Show default locate pattern within the
702 prompt, but don't insert it into the minibuffer contents.
703 Catch the case when pattern is the empty string.
704
705 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
706
707 * language/european.el ("French"): New language environment.
708
709 2001-11-16 Richard M. Stallman <rms@gnu.org>
710
711 * calendar/todo-mode.el (todo-save): Fix previous change.
712
713 * subr.el (functionp): Do use cdr-safe on object.
714
715 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
716
717 * bindings.el (mode-line-mode-name): Only put the help-echo property
718 if the local-map property was put as well.
719 (global-map): Bind switch-frame, delete-frame, iconify-frame
720 and make-frame-visible events.
721
722 * emacs-lisp/elp.el (elp-not-profilable): New var.
723 (elp-not-profilable-p): New function.
724 (elp-instrument-function): Use it. Use backquotes and push.
725
726 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
727 (byte-stack+-info, byte-compile-last-warned-form)
728 (byte-compile-last-logged-file): Don't defconst a variable.
729 (no-byte-compile): Declare.
730 (byte-compile-file): Don't boundp-check no-byte-compile any more.
731 (byte-compile-defvar): Leave defconst as is.
732
733 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
734 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
735 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
736 (edebug-best-error): Don't defconst a variable.
737 (edebug-read-syntax-table): Use a char-table.
738 (edebug-lemacs-specific): Remove.
739 Toplevel: Eliminate check for Lucid Emacs.
740
741 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
742
743 * rect.el (move-to-column-force): Mark obsolete.
744 (operate-on-rectangle, delete-extract-rectangle-line)
745 (insert-rectangle, delete-whitespace-rectangle-line)
746 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
747 (string-rectangle-history): New var.
748 (string-rectangle, string-insert-rectangle): Use it.
749 (delete-rectangle-line): Fix pos/column mixup and simplify.
750
751 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
752 (normal-top-level, command-line, command-line-1): Simplify.
753
754 * tar-mode.el (tar-mode): Use define-derived-mode.
755
756 * view.el (view-mode-enable): Don't use make-local-hook.
757
758 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
759
760 2001-11-16 Richard M. Stallman <rms@gnu.org>
761
762 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
763 if it doesn't make sense as anything else.
764 Don't recognize a "telephone number" at the beginning of the name.
765 (mail-extr-leading-garbage): Match non-word characters only.
766
767 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
768
769 * startup.el (command-line-processed): Doc fix.
770
771 * apropos.el (apropos-next-label-button): Doc fix.
772
773 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
774
775 * comint.el (comint-mode): Simplify.
776 (make-comint-in-buffer): Run `comint-mode' only if necessary.
777
778 * subr.el (eval-after-load): Make it work with features as well.
779
780 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
781
782 * international/mule-cmds.el (describe-input-method): Setup xref.
783 (set-language-environment): Use functionp.
784 (locale-language-names, locale-charset-language-names)
785 (locale-preferred-coding-systems): Defconst and purecopy.
786
787 * language/european.el (mac-roman): Add mime-charset property.
788
789 2001-11-15 Richard M. Stallman <rms@gnu.org>
790
791 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
792 (multiple-value-apply, nth-value): Use defsubst rather than defalias
793 to get better doc strings.
794
795 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
796
797 * derived.el: Fix autoload cookie.
798
799 2001-11-15 Richard M. Stallman <rms@gnu.org>
800
801 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
802
803 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
804
805 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
806
807 2001-11-15 Richard M. Stallman <rms@gnu.org>
808
809 * dired.el (dired-undo): Display a message to explain
810 that this does not undo file system changes.
811
812 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
813
814 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
815 into `unread-command-events' instead of trying keymap
816 lookups ourselves. This makes mouse-clicks do the right
817 thing even when keymaps of overlays are involved.
818 (mouse-drag-drag): Likewise.
819
820 2001-11-15 Andreas Schwab <schwab@suse.de>
821
822 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
823 characters and append anchor to pattern added to auto-mode-alist.
824
825 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
826
827 * server.el (server-process-filter): Run pore/post-comment-hook
828 before/after visiting the file.
829
830 * info-look.el (makefile-mode): Add info for automake.
831 (autoconf-mode): Fix the name of the index for automake.
832
833 * international/latin-9.el: Give pilcrow punctuation syntax.
834
835 2001-11-15 Andre Spiegel <spiegel@gnu.org>
836
837 * vc.el: Documentation fixes.
838
839 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
840
841 * smerge-mode.el (smerge-match-conflict): Fix typo.
842 (smerge-diff): Be careful to read match-data early enough.
843
844 2001-11-14 Colin Walters <walters@verbum.org>
845
846 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
847 (calcFunc-subst): Use `defalias' instead of `fset' and
848 `symbol-function'.
849
850 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
851 (calcFunc-ceil, calcFunc-round): Ditto.
852
853 * calc/calc-bin.el (calcFunc-clip): Ditto.
854
855 * calc/calc-ext.el (calcFunc-evalv): Ditto.
856
857 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
858
859 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
860 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
861
862 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
863
864 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
865 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
866 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
867 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
868 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
869 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
870 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
871 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
872 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
873 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
874 * calcsel2.el: Style cleanup; don't put closing parens on their
875 own line, add "foo.el ends here" to each file, and update
876 copyright date.
877
878 * README: Update maintainer.
879
880 2001-11-13 Alan Shutko <ats@acm.org>
881
882 * compile.el (recompile): Use compilation-arguments if set, so as
883 to be able to M-x recompile the exact command which created a
884 compilation-mode buffer.
885
886 2001-11-13 Richard M. Stallman <rms@gnu.org>
887
888 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
889
890 2001-11-13 Gerd Moellmann <gerd@gnu.org>
891
892 * mouse.el (mouse-drag-region): Don't run the up-event
893 handler if window start changed due to the down-mouse event.
894
895 2001-11-13 Richard M. Stallman <rms@gnu.org>
896
897 * mouse.el (mouse-show-mark): Either move point to the mark
898 or use highlighting, never both.
899 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
900
901 2001-11-13 Simon Josefsson <jas@extundo.com>
902
903 * mail/smtpmail.el (top-level): Change maintainer to Simon
904 Josefsson, cleanup the smtpmail.el header.
905
906 * mail/smtpmail.el (top-level): Don't require cl or base64.
907 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
908 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
909 Defsubst instead of defmacro.
910 (smtpmail-intersection): Return value in reverse order.
911 (smtpmail-open-stream): Use stringp instead of string-to-list.
912 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
913 separated from smtpmail-via-smtp.
914
915 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
916 rfc2104. Require base64 and cl.
917 (smtpmail-smtp-service): Doc fix. :type fix.
918 (smtpmail-debug-info): Doc fix.
919 (smtpmail-debug-verb, smtpmail-auth-credentials)
920 (smtpmail-starttls-credentials, smtpmail-auth-supported):
921 New variables.
922 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
923 mail-utils (it is autoloaded).
924 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
925 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
926 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
927 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
928 (smtpmail-via-smtp): Support AUTH.
929 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
930
931 2001-11-13 Richard M. Stallman <rms@gnu.org>
932
933 * ebuff-menu.el (electric-buffer-update-highlight): New function.
934 (electric-buffer-overlay): New variable.
935 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
936 (electric-buffer-list): Likewise.
937
938 2001-11-13 Per Starback <starback@ling.uu.se>
939
940 * isearch.el (isearch-whitespace-chars): Doc fix.
941 (isearch-mode): Handle negative search-slow-window-lines correctly.
942
943 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
944
945 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
946
947 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
948 From Emmanuel Briot <briot@act-europe.fr>.
949
950 2001-11-13 Colin Walters <walters@debian.org>
951
952 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
953
954 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
955 "~/.emacs"; use `read-file-name'.
956
957 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
958 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
959 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
960 * calc/calc.el: Use `frame-width' instead of `screen-width',
961 `frame-height' instead of `screen-height', and,
962 `executing-kbd-macro' instead of `executing-macro'.
963
964 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
965 correct number of arguments.
966
967 * calc/calc-aent.el (calc-do-alg-entry):
968 Use `blink-paren-function' instead of `blink-paren-hook'.
969
970 2001-11-12 Richard M. Stallman <rms@gnu.org>
971
972 * calendar/todo-mode.el (todo-save): Add save-excursion
973 and save-restriction.
974
975 * server.el (server-edit, server-done): Doc fix.
976
977 * simple.el (clone-indirect-buffer): Error if major mode symbol
978 has a no-clone-indirect property.
979 (clone-buffer): Check for obvious errors before reading clone name.
980
981 * info.el (Info-mode): Add a no-clone-indirect property.
982
983 2001-11-12 Sam Steingold <sds@gnu.org>
984
985 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
986 set-buffer-modified-p to nil after `vc-exec-after'.
987 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
988 (log-view-mode): Make read-only.
989 (log-view-current-file): Do final `expand-file-name' in the
990 current `default-directory'.
991 (log-view-current-tag): Take an optional `where' arg.
992 (log-view-diff): New user command.
993
994 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
995
996 * progmodes/cpp.el (cpp-choose-face): Fix typo.
997
998 2001-11-12 Sam Steingold <sds@gnu.org>
999
1000 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1001 `generic-flet', `generic-labels', `with-accessors',
1002 `with-condition-restarts'.
1003
1004 2001-11-12 Richard M. Stallman <rms@gnu.org>
1005
1006 * dired.el: Many trivial doc fixes.
1007 (dired-get-file-for-visit): New function.
1008 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1009 (dired-view-file, dired-find-file-other-window, dired-display-file):
1010 (dired-find-file): Use dired-get-file-for-visit.
1011
1012 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1013
1014 * sql.el (sql-mode): Doc change.
1015
1016 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1017 escape character.
1018
1019 2001-11-12 Colin Walters <walters@debian.org>
1020
1021 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1022 (calc-do-keypad): Don't attempt to use nonexistent global
1023 mouse-map, use calc-keypad-map.
1024 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1025 (calc-keypad-left-click): Don't use mouse-map; update to new event
1026 interface.
1027 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1028 (calc-keypad-press): Use `unread-command-events' instead of
1029 `unread-command-char'.
1030
1031 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1032 to match files renamed on initial calc import.
1033
1034 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1035
1036 * textmodes/flyspell.el (flyspell-default-dictionary):
1037 Fix previous change.
1038
1039 2001-11-12 Richard M. Stallman <rms@gnu.org>
1040
1041 * textmodes/flyspell.el (flyspell-default-dictionary):
1042 Fix custom type.
1043
1044 2001-11-11 Richard M. Stallman <rms@gnu.org>
1045
1046 * calendar/solar.el (solar-sunrise-and-sunset):
1047 Exchange the two extreme values of day-length.
1048
1049 * progmodes/sh-script.el (sh-must-be-shell-mode):
1050 Allow modes derived from sh-mode.
1051
1052 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1053 Turn off error in some re-search-forward calls.
1054
1055 * replace.el (query-replace-skip-read-only): New variable.
1056 (perform-replace): If that variable is non-nil, ignore matches
1057 that have a read-only property.
1058
1059 * derived.el (define-derived-mode): Doc fix.
1060
1061 * server.el (server-buffer-done): Test of server-existing-buffer
1062 was backwards.
1063 (server-existing-buffer): Doc fix.
1064
1065 * textmodes/flyspell.el (flyspell-default-dictionary):
1066 Allow nil as value, and make nil the default.
1067
1068 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1069
1070 * subdirs.el: Regenerated.
1071
1072 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1073 it is not fboundp.
1074 (clipboard-yank): Ditto.
1075
1076 2001-11-11 Colin Walters <walters@verbum.org>
1077
1078 The following changes are based on patches from
1079 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1080 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1081
1082 * calc/calc.el (toplevel): Require calc-macs.
1083 (calc-minibuffer-size): New.
1084 (calcDigit-nondigit): Use it instead of `buffer-size'.
1085 (calcDigit-backspace): Likewise.
1086 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1087 `buffer-string'.
1088 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1089 `point-min'.
1090 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1091 `save-excursion'.
1092
1093 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1094 simple `setq' form.
1095
1096 * calc/calc-ext.el: (toplevel): Require calc.
1097 (calc-fancy-prefix-map): New.
1098 (calc-fancy-prefix): Use it.
1099 (calc-fancy-prefix-other-key): New.
1100
1101 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1102 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1103 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1104 (calcAlg-enter): Likewise.
1105 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1106
1107 2001-11-10 Richard M. Stallman <rms@gnu.org>
1108
1109 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1110 (quietly-read-abbrev-file): Doc fix.
1111
1112 * startup.el (command-line): Read standard abbrev
1113 file (abbrev-file-name), if it exists.
1114
1115 * files.el (save-abbrevs): Default value is t.
1116
1117 * progmodes/compile.el (compile-goto-error): Fix previous change
1118 in the case where subsequent errors have not been parsed yet
1119 because they are in a different source file.
1120
1121 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1122
1123 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1124 Merge two regular expressions into one.
1125 (ps-mode): Make local bindings for `comment-start' and
1126 `comment-start-skip'.
1127 (ps-mode-looking-at-nested): Simplify an if-else construct;
1128 use `set-match-data' to set the result.
1129
1130 2001-11-10 Richard M. Stallman <rms@gnu.org>
1131
1132 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1133 Function deleted.
1134 (flyspell-correct-word): Old definition deleted.
1135 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1136 All references renamed too.
1137
1138 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1139
1140 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1141
1142 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1143
1144 * wid-edit.el (checklist): Removed `:menu-tag'.
1145 (radio-button-choice): Ditto.
1146 (editable-list): Ditto.
1147
1148 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1149
1150 * play/gomoku.el: Move definitions of constants to the beginning
1151 of file, before their use.
1152
1153 2001-11-09 Richard M. Stallman <rms@gnu.org>
1154
1155 * textmodes/flyspell.el: Use the keymap property
1156 instead of local-map, and don't use a minor-mode map.
1157 (flyspell-mode-map): Variable deleted.
1158 Don't mess with minor-mode-map-alist.
1159 (calling add-minor-mode): Specify nil for keymap.
1160 And always use add-minor-mode, now that it exists.
1161 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1162 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1163 or flyspell-local-mouse-map.
1164 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1165 (flyspell-mode): Doc fix.
1166 (flyspell-mode-on): Don't call make-local-hook.
1167
1168 2001-11-09 Sam Steingold <sds@gnu.org>
1169
1170 * emacs-lisp/debug.el (debugger-make-xrefs):
1171 Add buttons to all symbols.
1172
1173 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1174
1175 * vc.el: Add John David Smith to credits.
1176
1177 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1178
1179 * vc-hooks.el (vc-error-occured): Backquotified.
1180 (vc-file-prop-obarray): Use prime length for better efficiency.
1181
1182 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1183
1184 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1185
1186 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1187
1188 2001-11-09 Miles Bader <miles@gnu.org>
1189
1190 * subr.el (functionp): Don't consider macros as functions.
1191
1192 2001-11-08 Miles Bader <miles@gnu.org>
1193
1194 * subr.el (functionp): Make work correctly for macros and unbound
1195 symbols.
1196
1197 * comint.el (comint-send-input): Fix description of
1198 `comint-process-echoes' in the doc-string.
1199
1200 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1201
1202 * international/mule.el (make-translation-table): Doc fix.
1203 Suggested by Alex Schroeder <alex@gnu.org>.
1204
1205 2001-11-07 Richard M. Stallman <rms@gnu.org>
1206
1207 * info.el (Info-fontify-node): Highlight every third menu item.
1208
1209 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1210
1211 * cus-edit.el (custom-face-value-create): Don't ignore the
1212 `customized-face' attribute when finding the current face spec.
1213
1214 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1215
1216 * subr.el (with-local-quit): New macro.
1217 (make-syntax-table): Always inherit.
1218 (functionp): Be more careful when `object' is a symbol.
1219
1220 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1221
1222 2001-11-07 Paul Eggert <eggert@twinsun.com>
1223
1224 * dired.el (dired-move-to-filename-regexp):
1225 Do not distinguish between ASCII letters and non-ASCII characters.
1226 Don't allow comma except in the form "month day, year".
1227 Don't allow space between month name and comma.
1228 Clean up the code that checks for trailing period, comma, and space.
1229 Remove now-obsolete comments, and add more commentary about
1230 Japanese dates.
1231 Always gobble up trailing spaces, instead of doing it only sometimes.
1232
1233 2001-11-07 Miles Bader <miles@gnu.org>
1234
1235 * paren.el (show-paren-match-face): Add dark-background variant.
1236
1237 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1238
1239 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1240 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1241 Don't disable adaptive-fill-mode.
1242 (lisp-fill-paragraph): Use tab-width rather than 8.
1243 Prevent filling the first line of docstrings.
1244
1245 2001-11-06 Richard M. Stallman <rms@gnu.org>
1246
1247 * play/gomoku.el (gomoku): Doc fix.
1248
1249 * jka-compr.el (jka-compr-partial-uncompress):
1250 Support an alternative of not using dd.
1251 (jka-compr-dd-program): Use defcustom to define this.
1252 (jka-compr-load-suffixes): Use defcustom.
1253 (jka-compr-mode-alist-additions): Use defcustom.
1254
1255 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1256
1257 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1258 Also work when LIMIT is further than the end of line.
1259
1260 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1261
1262 * international/quail.el (quail-update-leim-list-file): Print the
1263 offending file name if some of its quail-define-package forms is broken.
1264
1265 2001-11-05 Richard M. Stallman <rms@gnu.org>
1266
1267 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1268 of the evaluated form.
1269
1270 2001-11-05 Paul Eggert <eggert@twinsun.com>
1271
1272 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1273 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1274 stamps always line up by default. Also, it uses a slightly
1275 different window to determine whether files are "recent".
1276
1277 2001-11-05 Andrew Innes <andrewi@gnu.org>
1278
1279 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1280 Don't attempt to remake autoloads before nuking .elc files.
1281
1282 2001-11-04 Richard M. Stallman <rms@gnu.org>
1283
1284 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1285 previous-single-property-change or next-single-char-property-change
1286 returns nil.
1287
1288 * international/mule-cmds.el (set-locale-environment):
1289 Make it interactive; make arg optional.
1290
1291 * international/mule-diag.el (help-funs): Require help-funs.
1292
1293 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1294
1295 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1296
1297 2001-11-04 Miles Bader <miles@gnu.org>
1298
1299 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1300 shadow of the splash image grey on a dark background instead of black.
1301
1302 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1303
1304 * term.el (all faces): Don't (copy-face 'default <foo>).
1305
1306 * term/xterm.el (function-key-map):
1307 Add entry for `ESC [ 3 ~' -> <delete>
1308 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1309 Use inheritance so that .emacs and terminfo take precedence.
1310
1311 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1312
1313 * tooltip.el (tooltip-delay): Decrease to 0.7.
1314 (tooltip-hide-delay): Enlarge to 10.
1315
1316 2001-11-03 Richard M. Stallman <rms@gnu.org>
1317
1318 * startup.el (fancy-splash-tail): Explain how to recover
1319 from a crash, if there was a crash.
1320 (command-line-1): Reorganize display of startup screen,
1321 to simplify the logic. Use a temp buffer for it.
1322
1323 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1324
1325 * frame.el (set-background-color, set-foreground-color):
1326 Call face-set-after-frame-default, to propagate the new colors to
1327 the frame's parameters alist.
1328
1329 * calendar/timeclock.el (timeclock-out): Signal an error if
1330 timeclock-last-event is nil.
1331
1332 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1333
1334 * textmodes/fill.el (fill-context-prefix): Fix braino.
1335
1336 * international/quail.el (quail-help):
1337 Use `help-buffer' and move `help-setup-xref' to beginning.
1338
1339 * international/mule-cmds.el (describe-language-environment):
1340 Use `help-buffer' and move `help-setup-xref' to beginning.
1341
1342 * international/mule-diag.el (list-character-sets)
1343 (sort-listed-character-sets, describe-character-set)
1344 (describe-coding-system, describe-fontset, list-fontsets):
1345 Use `help-buffer' and move `help-setup-xref' to beginning.
1346 (describe-char-after): Use `internal-describe-syntax-value'.
1347
1348 2001-11-02 Richard M. Stallman <rms@gnu.org>
1349
1350 * mouse.el (popup-menu): If the user refuses to select
1351 from a menu, don't try to invoke the menu.
1352
1353 2001-11-02 Miles Bader <miles@gnu.org>
1354
1355 * help-mode.el (help-xref): New button type.
1356 (help-function, help-variable, help-face, help-coding-system)
1357 (help-input-method, help-character-set, help-type, help-symbol)
1358 (help-back, help-info, help-customize-variable, help-customize-face)
1359 (help-function-def, help-variable-def): Use it as a supertype.
1360 Remove `action' property.
1361
1362 * international/mule-diag.el (describe-character-set)
1363 (describe-coding-system): Pass correct args to `help-xref-button'.
1364 (sort-listed-character-sets): New button type.
1365 (list-character-sets): Use it.
1366 (list-charset-chars): New button type.
1367 (list-character-sets-1): Use it.
1368
1369 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1370
1371 * indent.el (tab-always-indent, indent-for-tab-command):
1372 Remove redundant `never' setting.
1373
1374 * fill.el (fill-region-as-paragraph): Don't forget to skip
1375 over current whitespace before looking for a preceding space.
1376
1377 2001-11-01 Richard M. Stallman <rms@gnu.org>
1378
1379 * files.el (file-newest-backup): Don't pass backup file name
1380 thru file-name-sans-versions, because it never has version numbers.
1381
1382 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1383 to avoid ambiguous nested loops.
1384
1385 * files.el (find-file-noselect): Offer to change buffer-read-only
1386 only when the file's read-only status has changed from before
1387 as well as disagreeing with the buffer's current status.
1388 (buffer-file-read-only): New var, local in all buffers.
1389
1390 * buff-menu.el (buffer-menu): Doc fix.
1391 (buffer-menu-other-window): Doc fix.
1392 (list-buffers, list-buffers-noselect): Doc fix.
1393
1394 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1395
1396 * startup.el (command-line): If the terminal Emacs is running on
1397 has erase char set to ^H, use the Backspace key for deleting
1398 backward, and the Delete key for deleting forward.
1399
1400 2001-11-01 Miles Bader <miles@gnu.org>
1401
1402 * button.el (define-button-type): Make sure every user-defined
1403 button type has a supertype.
1404
1405 2001-10-31 Jason Rumney <jasonr@gnu.org>
1406
1407 * international/mule-cmds.el (locale-language-names): Add chs and
1408 cht as aliases for Chinese-GB and Chinese-BIG5.
1409
1410 2001-10-31 Richard M. Stallman <rms@gnu.org>
1411
1412 * bindings.el (mode-line-frame-identification): Add doc string.
1413 (mode-line-position, mode-line-modes): New variables.
1414 (mode-line-format): Use mode-line-position for the part
1415 that displays the position-in-buffer info.
1416 Use mode-line-modes for the part that displays major and minor modes.
1417
1418 2001-10-31 Sam Steingold <sds@gnu.org>
1419
1420 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1421 (debugger-setup-buffer): Call it.
1422 (debugger-mode-map): Bind RET and mouse-2.
1423
1424 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1425
1426 * startup.el: Document command line option --no-window-system
1427 instead of --no-windows.
1428
1429 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1430
1431 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1432
1433 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1434 (font-lock-defaults-alist): Use it.
1435 From David Ponce <david.ponce@wanadoo.fr>
1436
1437 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1438 output of `char-after'.
1439
1440 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1441
1442 * simple.el (reindent-then-newline-and-indent): Insert the newline
1443 before indenting the first line.
1444 (undo-get-state, undo-revert-to-state): New funs.
1445 (shell-command): Don't kill the buffer even if empty.
1446 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1447 (transpose-subr-end2): Remove.
1448 (transpose-subr): Add `special' arg and simplify.
1449 (transpose-subr-1): Rewrite.
1450 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1451 (rfc822-goto-eoh): Simplify.
1452
1453 2001-10-30 Richard M. Stallman <rms@gnu.org>
1454
1455 * enriched.el (enriched-face-ans): FIx previous change.
1456
1457 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1458
1459 * international/iso-acc.el (iso-accents-compose): Remove a
1460 superfluous setq.
1461
1462 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1463
1464 * buff-menu.el (list-buffers-noselect): If the buffer's name
1465 starts with a blank, but it visits a file, do show it (for files
1466 whose names start with a blank).
1467
1468 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1469
1470 * textmodes/fill.el (sentence-end-double-space)
1471 (sentence-end-without-period): Move to paragraphs.el.
1472 (fill-indent-according-to-mode): Change default to t.
1473 (fill-context-prefix): Simplify control-flow and use a more
1474 sophisticated merge that unifies both previous checks.
1475 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1476 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1477 (fill-nobreak-p): New fun.
1478 (fill-region-as-paragraph): Use it.
1479 Handle `fill-indent-according-to-mode' slightly differently.
1480 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1481 (fill-individual-paragraphs-citation): Fix.
1482
1483 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1484 (paragraph-start): Change default to the `text-mode' value.
1485 (sentence-end-double-space, sentence-end-without-period):
1486 Move from fill.el.
1487 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1488 rather than rebinding `paragraph-start' and `paragraph-separate'.
1489
1490 * indent.el (indent-line-function): Change default to indent-relative.
1491 (tab-always-indent): Add an `never' setting.
1492 (indent-according-to-mode): Handle `indent-relative' and
1493 `indent-relative-maybe' specially.
1494 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1495 Handle the `never' case for `tab-always-indent'.
1496 Don't call indent-according-to-mode for indent-relative' and
1497 `indent-relative-maybe'.
1498 (insert-tab): Rename `prefix-arg' to `arg'.
1499 (indent-region): Indent the first line as well.
1500 (indent-relative): Don't mark the buffer modified if the indentation
1501 is unchanged.
1502
1503 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1504 Don't set paragraph-separate. Set paragraph-start more carefully.
1505 Set indent-line-function.
1506 (paragraph-indent-text-mode): Use it and define-derived-mode.
1507 (text-mode-map): Remove the \t binding.
1508 (text-mode): Simplify now that the default is more favorable.
1509
1510 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1511
1512 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1513 If the regexp doesn't match, use a looser one.
1514 (find-variable-noselect): Add `file' argument.
1515
1516 * pcvs.el (cvs-mode-commit-hook): New hook.
1517 (cvs-mode-commit): Run it.
1518
1519 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1520
1521 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1522 (edebug-instrument-function): Use `find-function-noselect'.
1523
1524 2001-10-29 Richard M. Stallman <rms@gnu.org>
1525
1526 * term.el (term-if-emacs19): Macro deleted.
1527 Callers changed to use progn instead.
1528
1529 * frame.el (blink-cursor-mode): Doc fix.
1530
1531 * files.el (find-backup-file-name): Use make-backup-file-name.
1532
1533 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1534 window-live-p.
1535 (edebug-set-conditional-breakpoint): Unconditionally use
1536 the former Emacs >=19 definition.
1537 (edebug-mark): Define unconditionally.
1538 (edebug-eval-expression): Always call read-from-minibuffer
1539 and specify history list.
1540 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1541 edebug-set-conditional-breakpoint.
1542 (edebug-emacs-version-specific): Function deleted;
1543 do the job at top level.
1544 (edebug-emacs-19-specific): Function deleted, this is the default.
1545
1546 2001-10-29 Sam Steingold <sds@gnu.org>
1547
1548 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1549 "/cygdrive/LETTER/" pathnames.
1550
1551 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1552
1553 * faces.el (invert-face): Check for 'unspecified, not for nil,
1554 when testing whether face colors are not specified.
1555 From David.Kastrup@t-online.de (David Kastrup).
1556 (read-face-name): Doc fix.
1557 (make-face-bold, make-face-unbold, make-face-italic)
1558 (make-face-unitalic, make-face-bold-italic, invert-face):
1559 Remove trailing blank from the prompt passed to read-face-name.
1560
1561 2001-10-29 Sam Steingold <sds@gnu.org>
1562
1563 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1564 Report numbers of files skipped and failed too.
1565 (byte-compile-file): Return 'no-byte-compile for skipped files.
1566
1567 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1568
1569 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1570 and `M p'.
1571
1572 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1573
1574 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1575 as is on unread-command-events instead of `(SECOND-CHAR)'.
1576
1577 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1578
1579 * vc.el: Mention vc-*-switches in backend API documentation.
1580 (vc-annotate): Adapt doc string to recent change.
1581
1582 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1583
1584 * enriched.el (enriched-face-ans): Handle face attributes
1585 of the form `(FACE1 FACE2 ...)'.
1586
1587 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1588
1589 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1590
1591 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1592
1593 * progmodes/sql.el (sql-db2): Doc change.
1594 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1595 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1596
1597 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1598
1599 * env.el (substitute-env-vars): Don't quote argument to `rx';
1600 it's a macro.
1601
1602 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1603
1604 * cus-start.el (recursive-load-depth-limit): Added.
1605
1606 2001-10-28 Richard M. Stallman <rms@gnu.org>
1607
1608 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1609 All uses removed--assume Emacs version is >= 20.
1610
1611 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1612 by really checking that it is not version 18.
1613
1614 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1615
1616 2001-10-28 Miles Bader <miles@gnu.org>
1617
1618 * faces.el (face-attribute): Add INHERIT argument, consider face
1619 inheritance if it's non-nil.
1620 (face-attribute-merged-with): New function.
1621 (face-attribute-specified-or): New macro.
1622 (face-foreground, face-background, face-stipple): Add INHERIT
1623 argument. Use `face-attribute-specified-or'.
1624
1625 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1626
1627 * font-lock.el: Require `syntax'.
1628 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1629 Use `c-font-lock-syntactic-face-function' for c languages.
1630 (font-lock-mode): Don't unset vars when turning the mode off.
1631 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1632 (font-lock-extra-managed-props): New var.
1633 (font-lock-default-unfontify-region): Use it.
1634 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1635 Don't eval the value when there's no match.
1636 (font-lock-ppss-stats): New var.
1637 (font-lock-ppss): New fun.
1638 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1639 (font-lock-apply-highlight): Allow `highlight' to set several props.
1640 (font-lock-set-defaults): Use dolist.
1641 (font-lock-unset-defaults): Remove.
1642 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1643 Try to recognize prototypes using `foo P_ ((args))'.
1644 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1645 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1646 (c-font-lock-syntactic-face-function): New function.
1647 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1648 (c++-keywords): Use a more sophisticated regexp to handle
1649 shallowly nested templates.
1650
1651 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1652
1653 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1654 (sgml-tag): Use it. Cleanup with `cond'.
1655 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1656 Mark the overlays and only delete those that are marked.
1657 (sgml-skip-close-p): Remove.
1658 (sgml-value): Replace sgml-skip-close-p with its definition.
1659 (html-tag-alist): Use sgml-xml a bit more.
1660 (html-mode): Set sgml-empty-tags.
1661
1662 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1663 (texinfo-update-node, texinfo-sequential-node-update):
1664 Don't bind the obsolete `auto-fill-hook'.
1665 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1666 Use `set-buffer' rather than `switch-to-buffer'.
1667 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1668 Use `set-buffer' rather than `switch-to-buffer'.
1669
1670 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1671 text-mode-syntax-table.
1672 (mail-mode): Use define-derived-mode.
1673 Fix ordering of alternatives in adaptive-fill-regexp.
1674 (mail-mode-map): Don't rely on keymap's internal representation.
1675
1676 2001-10-27 Sam Steingold <sds@gnu.org>
1677
1678 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1679 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1680 (sgml-mode-common): Call it.
1681 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1682 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1683 (html-horizontal-rule, html-image, html-ordered-list):
1684 (html-unordered-list, html-list-item, html-paragraph):
1685 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1686 `html-xhtml'.
1687
1688 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1689
1690 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1691 (ifnothtml): New alias.
1692
1693 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1694
1695 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1696 (toggle-text-mode-auto-fill): Use derived-mode-p.
1697
1698 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1699
1700 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1701 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1702
1703 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1704
1705 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1706 Add make-obsolete cookies, to follow faces.el.
1707
1708 These changes avoid warnings from the byte compiler in faces.el:
1709
1710 * faces.el (internal-get-face): Use facep instead of the obsolete
1711 internal-find-face.
1712 (internal-frob-font-weight, internal-frob-font-slant):
1713 New defaliases for obsolete functions.
1714 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1715 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1716 (x-make-font-bold-italic): Use internal-frob-font-weight and
1717 internal-frob-font-slant aliases instead of the obsolete
1718 x-frob-... functions.
1719
1720 2001-10-26 Sam Steingold <sds@gnu.org>
1721
1722 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1723 DOCTYPE; set `mode-name' based on it.
1724 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1725 (sgml-tag): Close empty tags in XHTML.
1726
1727 2001-10-26 Jason Rumney <jasonr@gnu.org>
1728
1729 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1730 when UNICODE is not defined.
1731
1732 2001-10-26 Sam Steingold <sds@gnu.org>
1733
1734 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1735 be alone on the line.
1736
1737 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1738
1739 * button.el (button): Special face definition for MS-DOS terminals.
1740
1741 2001-10-26 Sam Steingold <sds@gnu.org>
1742
1743 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1744 Protect the /= test by checking that the args are non-nil.
1745 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1746
1747 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1748
1749 * textmodes/artist.el (artist-version): 1.2.4.
1750 (artist-butlast-fn): New variable.
1751 (artist-butlast): New function.
1752 (artist-ellipse-mirror-quadrant): Use it.
1753 (artist-mouse-draw-poly): Use nil for `point-list'.
1754 (artist-mouse-draw-poly): Check for point-list being nil.
1755
1756 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1757
1758 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1759 lambda expression.
1760 (ps-mode-menu-main): Submenu with options on/off was replaced with
1761 a toggle button.
1762 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1763 (ps-mode): Autoload cookie added on same line as comment
1764 (ps-mode-tabkey, ps-mode-backward-delete-char):
1765 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1766 `indent-to' with `indent-line-to'
1767 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1768 instead of `eval'.
1769 (ps-mode-print-region): Use `with-temp-buffer'.
1770 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1771 (numerous places): Add back-tick and tick around names in
1772 docstrings, fix punctuation in docstrings, remove trailing spaces.
1773
1774 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1775
1776 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1777 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1778 (sgml-font-lock-syntactic-keywords): New var.
1779 (sgml-mode-common): Drop the two args.
1780 Don't make buffer-local variables that aren't used.
1781 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1782 Don't set `before-string' props from sgml-display-text.
1783 (sgml-mode): Use define-derived-mode.
1784 (sgml-tags-invisible): Use sgml-display-text.
1785 (sgml-quote): New command.
1786 (html-tag-alist): Add args for `span'.
1787 (html-mode): Use define-derived-mode.
1788 Set sgml-display-text and sgml-tag-face-alist.
1789
1790 2001-10-25 Sam Steingold <sds@gnu.org>
1791
1792 * add-log.el (add-log-always-start-new-record): New user option.
1793 (add-change-log-entry): Use it.
1794
1795 2001-10-25 Richard M. Stallman <rms@gnu.org>
1796
1797 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1798 bind case-fold-search if FROM is not all lower case.
1799
1800 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1801
1802 * startup.el (normal-top-level): Check for frame-initial-frame
1803 only if it's really used.
1804
1805 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1806
1807 * progmodes/compile.el (compilation-parse-errors-filename-function):
1808 New variable.
1809 (compilation-parse-errors): Use it.
1810
1811 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1812
1813 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1814 interactively so that C-u M-C-x still does edebug.
1815 (checkdoc-sentencespace-region-engine): Don't force a double-space
1816 after `.' if it doesn't look like an end-of-sentence.
1817 (debug-ignored-errors): Add `disambiguate ...'.
1818
1819 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1820
1821 * textmodes/texinfo.el (texinfo-environments)
1822 (texinfo-environment-regexp): Hoist.
1823 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1824 Only highlight the menu name in menu items.
1825 Setup `@foo ... @end foo' as text clones.
1826 (texinfo-clone-environment): New function.
1827 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1828 (texinfo-insert-block): Simplify.
1829 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1830 the command is repeated.
1831 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1832 (texinfo-insert-@end): Simplify.
1833
1834 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1835 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1836 (texinfo-subsubsection-level-regexp)
1837 (texinfo-update-menu-same-level-regexps)
1838 (texinfo-update-menu-higher-regexps)
1839 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1840
1841 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1842 (derived-mode-p): Autoload.
1843
1844 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1845 New vars and functions.
1846 (text-clone-maintain, text-clone-create): New functions.
1847
1848 2001-10-25 Miles Bader <miles@gnu.org>
1849
1850 * facemenu.el (facemenu-add-new-face): Fix variable names.
1851
1852 2001-10-24 Richard M. Stallman <rms@gnu.org>
1853
1854 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1855 of t and nil values.
1856 (facemenu-set-face): Handle START and END interactively.
1857 (facemenu-set-foreground): Don't use a face; specify color directly.
1858 (facemenu-set-background): Likewise.
1859 (facemenu-set-face-from-menu): Doc fix.
1860 (facemenu-active-faces): Use face-attribute-vector
1861 to handle bare attributes not in faces.
1862 (facemenu-get-face): Don't handle face names fg:... and bg:...
1863 specially.
1864 (facemenu-add-new-face): New argument MENU.
1865 New way to handle adding colors to the color menus.
1866
1867 * env.el (substitute-env-vars): Quote the arg to rx.
1868
1869 2001-10-24 Sam Steingold <sds@gnu.org>
1870
1871 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1872 Control" and "SGML" groups.
1873
1874 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1875
1876 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1877 Better handling of C++ template args to avoid confusion with `<'
1878 and `>' used as operators in member init expressions.
1879
1880 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1881
1882 * replace.el (perform-replace): Move START and END parameters
1883 to the end of the argument list and make them optional.
1884
1885 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1886 perform-replace.
1887
1888 * international/fontset.el (x-must-resolve-font-name): New function.
1889 (x-complement-fontset-spec): Use it.
1890
1891 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1892
1893 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1894
1895 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1896 Turn caadr into caar of cdr.
1897
1898 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1899
1900 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1901 of mouse-{1,2} since dragging is on the down event.
1902
1903 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1904
1905 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1906 if ARG is nil.
1907
1908 * desktop.el (desktop-last-buffer): New variable.
1909 (desktop-create-buffer): Set it.
1910 (desktop-read): Bind it and switch to that buffer.
1911
1912 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1913
1914 * progmodes/compile.el (compilation-set-window-height):
1915 Select old window only if it's still live.
1916
1917 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1918
1919 * help-mode.el (help-buffer): Remove debugging code.
1920 From Stefan Monnier <monnier@cs.yale.edu>.
1921
1922 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1923
1924 * files.el (file-name-sans-extension, file-name-extension):
1925 Don't count the leading dots in file names as signaling an extension.
1926
1927 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1928
1929 * vc.el (vc-diff-switches): Doc rewritten.
1930
1931 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1932
1933 * tooltip.el (tooltip-set-param): Doc fix.
1934
1935 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1936 127 to sgml-maybe-name-self.
1937 (sgml-name-8bit-mode): Doc fix.
1938 (sgml-char-names-table): New variable.
1939 (sgml-name-char): Support non-ASCII and mule-unicode-*
1940 characters. Doc fix.
1941 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1942
1943 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1944 doc string the effect of `left' and `top' parameters in
1945 tooltip-frame-parameters, the default values, and the units.
1946 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1947 (tooltip-show): Mention in the doc string the `top' and `left'
1948 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1949
1950 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1951
1952 Add autoscaling support for vc-annotate.
1953 From J.D. Smith <jdsmith@alum.mit.edu>.
1954
1955 * vc.el (vc-annotate-display-default): Accept colormap scaling
1956 ratio (now deprecated).
1957 (vc-annotate-display-autoscale): Added.
1958 (vc-annotate-add-menu): New autoscaling menu options "Span to
1959 Oldest" and "Span Oldest->Newest". Easymenu support added for
1960 toggle menus driven by customize variable `vc-annotate-display-mode'.
1961 (vc-annotate-display-select): Added.
1962 (vc-annotate): Changed temp-buffer-show-function to
1963 `vc-annotate-display-select'.
1964 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1965 Added argument OFFSET. Instead of backend function, calls now
1966 generic `vc-annotate-difference'.
1967 (vc-annotate-difference): Added as generic function instead of
1968 backend-specific function. No longer takes argument POINT, but
1969 instead accepts a time OFFSET.
1970 (vc-default-annotate-current-time): Added.
1971
1972 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1973 version in vc.el, with
1974 (vc-cvs-annotate-current-time): Added, as override of default.
1975 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1976 `vc-cvs-annotate-difference'.
1977
1978 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1979
1980 * saveplace.el (save-place): Require `saveplace'.
1981
1982 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1983 Use `sexp' for :value-type instead of `face'.
1984
1985 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1986
1987 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1988 regexps due to 5-digit message IDs.
1989
1990 2001-10-21 Jason Rumney <jasonr@gnu.org>
1991
1992 * term/w32-win.el (redisplay-dont-pause): Don't set.
1993
1994 2001-10-21 Miles Bader <miles@gnu.org>
1995
1996 * help-funs.el (help-manyarg-func-alist): Variable removed.
1997
1998 2001-10-21 Miles Bader <miles@gnu.org>
1999
2000 * help-funs.el (help-manyarg-func-alist): Remove entries for
2001 `insert', `insert-and-inherit', `insert-before-markers',
2002 `insert-before-markers-and-inherit', `message', `message-box',
2003 `message-or-box', `propertize', `format', `encode-time', `append',
2004 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2005 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2006 `ml-prefix-argument-loop'.
2007
2008 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2009
2010 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2011 (vc-default-diff-tree): New functions.
2012 (vc-version-diff): Use them. As a result, coding systems are now
2013 set up properly for all sorts of diffs, and tree diffs can now
2014 also be done locally.
2015 (vc-diff): With a prefix argument, don't require that it's called
2016 from a buffer under version control.
2017 (diff-switches): Remove duplicate definition.
2018
2019 * vc-cvs.el (vc-cvs-diff-tree): New function.
2020
2021 2001-10-21 Miles Bader <miles@gnu.org>
2022
2023 * help-funs.el (help-manyarg-func-alist): Remove entries for
2024 `list', `vector', `make-byte-code', `call-process',
2025 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2026 `logand', `logior', and `logxor'.
2027
2028 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2029 image bits to compensate. Use `make-string' instead of
2030 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2031
2032 2001-10-20 Kim F. Storm <storm@cua.dk>
2033
2034 * simple.el (kill-ring-save): Don't show extent of copied region
2035 if using transient-mark-mode and region is fully visible.
2036
2037 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2038
2039 * (Version 21.1 released.)
2040
2041 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2042
2043 * files.el (auto-mode-alist): Associate .indent.pro with
2044 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2045
2046 2001-10-18 Sam Steingold <sds@gnu.org>
2047
2048 Put the *Compile-Log* buffer in `compilation-mode'.
2049 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2050 (byte-compile-log-1, byte-compile-log-file)
2051 (displaying-byte-compile-warnings): Use it
2052
2053 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2054
2055 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2056
2057 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2058
2059 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2060
2061 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2062
2063 * obsolete/hilit19.el (hilit-lookup-face-create):
2064 Call set-face-font only if display-graphic-p.
2065 (toplevel): Remove references to window-system.
2066
2067 2001-10-18 Miles Bader <miles@gnu.org>
2068
2069 * simple.el (what-line): Avoid problems with field properties.
2070
2071 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2072
2073 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2074 Define special colors for a tty.
2075
2076 2001-10-17 Francesco Potorti` <pot@gnu.org>
2077
2078 * comint.el (comint-password-prompt-regexp): Make it less
2079 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2080
2081 2001-10-17 John Wiegley <johnw@gnu.org>
2082
2083 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2084 a regular file, before checking if it is a directory or symlink.
2085 This avoids a call to eshell-file-attributes, which can be
2086 expensive in some situations.
2087
2088 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2089 customization variable, to differentiate ls-in-dired from regular
2090 uses of ls.
2091
2092 2001-10-17 Miles Bader <miles@gnu.org>
2093
2094 * custom.el (defface): Mention `:inherit' in doc-string.
2095
2096 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2097
2098 * paren.el: Update the Commentary with installation instructions.
2099
2100 2001-10-15 Dave Love <fx@gnu.org>
2101
2102 * international/mule.el (set-auto-coding): Fix regexps for local
2103 variables section not to eat newlines.
2104
2105 2001-10-15 Miles Bader <miles@gnu.org>
2106
2107 * simple.el (display-message-or-buffer): Pass the correct buffer
2108 to `display-buffer'.
2109
2110 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2111
2112 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2113 (executable-find): Use exec-suffixes.
2114 (executable-set-magic): Don't use make-local-hook.
2115
2116 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2117
2118 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2119
2120 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2121 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2122 Add .so to the Unix and GNU branch.
2123
2124 * international/latin-1.el:
2125 * international/latin-2.el:
2126 * international/latin-3.el:
2127 * international/latin-4.el:
2128 * international/latin-5.el:
2129 * international/latin-8.el:
2130 * international/latin-9.el: Add no-byte-compile: t, since
2131 Makefile.in instructs make-docfile to look at .el files.
2132
2133 2001-10-14 Miles Bader <miles@gnu.org>
2134
2135 * button.el (define-button-type): Allow supertype property to be
2136 specified with a keyword `:supertype' too.
2137 (button-put, make-text-button): Allow button type property to be
2138 specified using the keyword `:type' too.
2139 (button-type): New function.
2140 (button): Add `button-category-symbol' property.
2141
2142 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2143
2144 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2145 indent-new-comment-line from comment-indent-new-line.
2146
2147 * textmodes/refill.el (refill-mode):
2148 Bind DEL to backward-delete-char-untabify.
2149 Set backward-delete-char-untabify-method to `hungry'.
2150
2151 * textmodes/bib-mode.el (bib-mode):
2152 * play/gomoku.el (gomoku-mode):
2153 * textmodes/page-ext.el (pages-directory-mode):
2154 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2155
2156 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2157
2158 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2159
2160 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2161 Handle here-docs differently.
2162 (sh-font-lock-heredoc): Remove.
2163 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2164 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2165 (sh-font-lock-open-heredoc): New functions.
2166 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2167 (sh-font-lock-keywords-1): Use regexp-opt.
2168 (sh-in-comment-or-string): Use syntax-ppss.
2169 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2170 (sh-select, sh-tmp-file): Add explicit terminating \n.
2171
2172 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2173 Use with-current-buffer.
2174 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2175 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2176 filename), catch any error that occurs in `ange-ftp-cd'.
2177 If an error happened, don't bother sending `cmd' at all.
2178 Fix a parenthesis typo.
2179 (ange-ftp-write-region): Don't blindly use binary if the remote host
2180 is unix-like.
2181
2182 * play/pong.el (pong-init): Don't use make-local-hook.
2183
2184 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2185
2186 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2187 (viper-get-ex-address-subr): More precise addr for the $ marker
2188
2189 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2190
2191 * version.el (emacs-version): Bump to 21.1.50.
2192
2193 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2194
2195 * mail/mailalias.el (mail-directory-stream): Do not double
2196 variables in the lambda-list.
2197
2198 * play/gomoku.el (gomoku-init-display): Ditto.
2199
2200 * play/landmark.el (lm-init-display): Ditto.
2201
2202 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2203 (delimit-columns-rectangle-line): Ditto.
2204
2205 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2206
2207 * newcomment.el (comment-region-internal): Don't rebind
2208 invisibility_spec now that the C routines handle it correctly.
2209
2210 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2211
2212 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2213 and `same-frame'.
2214
2215 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2216
2217 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2218
2219 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2220 C-p and C-r. Remove redundant bindings from inheriting maps.
2221
2222 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2223 After 4.23 and: After 4.24:
2224 (cperl-contract-levels): Restore position.
2225 (cperl-beautify-level): Likewise.
2226 (cperl-beautify-regexp): Likewise.
2227 (cperl-commentify): Rudimental support for length=1 runs
2228 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2229 After 4.25:
2230 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2231 (imenu-example--create-perl-index): Was not enforcing
2232 syntaxification-to-the-end.
2233 (cperl-invert-if-unless): Allow `for', `foreach'.
2234 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2235 Mark qw(), m()x as indentable.
2236 (cperl-init-faces): Highlight `sysopen' too.
2237 Highlight $var in `for my $var' too.
2238 (cperl-invert-if-unless): Was leaving whitespace at end.
2239 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2240 (cperl-calculate-indent): Remove old commented out code.
2241 Support (primitive) indentation of qw(), m()x.
2242 After 4.26:
2243 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2244 q [] with intervening newlines.
2245 (cperl-autoindent-on-semi): New customization variable.
2246 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2247 (cperl-tips): Mention how to make CPerl the default mode.
2248 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2249 (cperl-outline-level): New function.
2250 (cperl-highlight-variables-indiscriminately): New customization var.
2251 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2252 From Sean Kamath <kamath@pogo.wv.tek.com>.
2253 (cperl-after-block-p): Support CHECK and INIT.
2254 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2255 From Doug MacEachern <dougm@covalent.net>.
2256 After 4.27:
2257 (cperl-find-pods-heres): Recognize \"" as a string.
2258 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2259 Allow whitespace between << and "FOO".
2260 (cperl-problems): Remove \"" and q [] with intervening newlines.
2261 Mention multiple <<EOF as unsupported.
2262 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2263 (cperl-indent-parens-as-block): New configuration variable.
2264 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2265 Use `cperl-indent-parens-as-block'.
2266 (cperl-find-pods-heres): Test for =cut without empty line instead of
2267 complaining about no =cut.
2268 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2269 (cperl-find-pods-heres): Likewise.
2270 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2271 POD could've been marked as comment already.
2272 (cperl-unwind-to-safe): Unwind before start of POD too.
2273 After 4.28:
2274 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2275 After 4.29:
2276 (x-color-defined-p): Make an extra case to peacify the warning.
2277 Toplevel: `defvar' to peacify the warnings.
2278 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2279 No -nw-compile time warnings now.
2280 (cperl-find-tags): TAGS file had too short substring-to-search.
2281 Be less verbose in non-interactive mode
2282 (imenu-example--create-perl-index): Set index-marker after name
2283 (cperl-outline-regexp): New variable.
2284 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2285 (cperl-mode): Made use `cperl-outline-regexp'.
2286 After 4.30:
2287 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2288 (cperl-outline-level): Make start-of-file same level as `package'.
2289 After 4.31:
2290 (cperl-electric-pod): `head1' and `over' electric only if empty.
2291 (cperl-unreadable-ok): New variable.
2292 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2293 on an unreadable file.
2294 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2295 on an unreadable directory.
2296
2297 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2298 Consider the text between two errors as belonging to the first error.
2299 (compilation-goto-locus): Use pop-to-buffer rather than
2300 switch-to-buffer-other-frame.
2301
2302 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2303 (awk-font-lock-syntactic-keywords): New var.
2304 (awk-mode): Use it.
2305
2306 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2307
2308 * faces.el (describe-face): Call help-setup-xref earlier.
2309
2310 * jka-compr.el (jka-compr-load-suffixes): New var.
2311 (jka-compr-install): Add its content to load-suffixes.
2312 (jka-compr-uninstall): Remove its content from load-suffixes.
2313
2314 2001-10-12 Sam Steingold <sds@gnu.org>
2315
2316 * bindings.el (completion-ignored-extensions): CL-related
2317 extensions are platform-independent.
2318
2319 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2320 asynchronous multiple file copying.
2321
2322 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2323
2324 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2325 Turn error for repeated variables into warning.
2326
2327 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2328 New function checking that lambda-list consists of non-constant
2329 symbols, that &rest and &optional are followed by variable names,
2330 that &rest VAR is the last element, and that variables aren't doubled.
2331 (byte-compile-lambda): Use it.
2332
2333 2001-10-12 Eli Barzilay <eli@barzilay.org>
2334
2335 * calculator.el (calculator-eng-display): Don't call concat
2336 with an integer argument.
2337
2338 2001-10-12 Miles Bader <miles@gnu.org>
2339
2340 * help-mode.el (help-customize-face): New button-type.
2341
2342 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2343 (describe-face): Fix args to `help-xref-button'.
2344 Don't switch to help-buffer around call to `help-setup-xref'.
2345 Use `help-buffer' instead of hard-wired "*Help*".
2346 Require `help-mode'.
2347
2348 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2349
2350 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2351
2352 * help-mode.el (help-buffer): New function.
2353 Returns the buffer-name to use for help output.
2354 Change all the code to use it instead of hard-coding *Help*.
2355 (help-mode-map): Put back the mouse-2 binding.
2356 (help-xref-stack): Change the format and make buffer-local.
2357 (help-xref-stack-item): Make buffer-local.
2358 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2359 (help-xref-interned): Display the face doc as well.
2360 (help-follow-mouse): Re-introduce.
2361 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2362 (help-do-xref): Don't `push' any more.
2363 (help-follow): Also follow face names.
2364
2365 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2366 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2367 Autoload and cleanup.
2368 (describe-function): Call help-setup-xref.
2369 (describe-variable): Call help-setup-xref earlier.
2370
2371 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2372 (view-lossage): Call help-setup-xref correctly and earlier.
2373 (describe-bindings): Call help-setup-xref earlier.
2374 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2375 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2376
2377 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2378
2379 * master.el (master-mode): Use define-minor-mode instead of
2380 easy-mmode-define-minor-mode. Add autload cookie.
2381 (Commentary): Remove the line showing how to autoload master-mode,
2382 since it's always autoloaded.
2383
2384 * master.el: New file.
2385
2386 2001-10-11 Dave Love <fx@gnu.org>
2387
2388 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2389 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2390 <const-C varset-X const-C>: Fix car/cdr typo.
2391
2392 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2393
2394 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2395 New function extracted from byte-compile-log-1.
2396 (byte-compile-log-1): Change output to be more in line with
2397 the output of other GNU tools.
2398 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2399 (byte-compile-report-error): Downcase error message.
2400 Use `error' instead of `!!' for error messages.
2401 (byte-compile-print-syms): Treat non-interactive case specially.
2402 (displaying-byte-compile-warnings): Use backquote.
2403 (byte-compile-from-buffer): Bind byte-compile-last-line.
2404 (batch-byte-compile): Remove `Done' message.
2405
2406 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2407
2408 * emacs-lisp/copyright.el (copyright): Add final \n.
2409
2410 2001-10-11 Miles Bader <miles@gnu.org>
2411
2412 * diff.el (diff): Display default values in prompts as
2413 `(default ...)', not `(...)'.
2414
2415 * info.el (Info-follow-reference): Likewise.
2416
2417 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2418
2419 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2420
2421 * newcomment.el (comment-indent): Be a little more robust in case
2422 comment-indent-function does funny things.
2423 (comment-normalize-vars): Autoload.
2424 (comment-region-internal): Fiddle with the visibility spec.
2425 (comment-valid-prefix): New function.
2426 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2427 that would turn comment-text into non-comment-text.
2428
2429 * emacs-lisp/syntax.el: New file.
2430
2431 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2432 compatibility cruft.
2433 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2434 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2435 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2436 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2437 tcl-submit-bug-report.
2438 (tcl-mode-syntax-table): Leave \f alone.
2439 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2440 tcl-end-of-defun, tcl-submit-bug-report.
2441 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2442 (tcl-add-emacs-menu): Remove.
2443 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2444 (tcl-keyword-list): Add `chain'.
2445 (tcl-font-lock-syntactic-keywords): New variable.
2446 (tcl-pps-has-arg-6): Remove.
2447 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2448 (tcl-internal-mark-defun): Remove.
2449 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2450 (tcl-mode): Use define-derived-mode. Simplify.
2451 Set comment-indent-function.
2452 (tcl-indent-command): Use line-beginning-position and comment-indent.
2453 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2454 (tcl-indent-line): Use tcl-calculate-indent.
2455 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2456 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2457 (tcl-filter): Use with-current-buffer, simplify.
2458 (inferior-tcl-mode): Use define-derived-mode.
2459 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2460 (tcl-simple-in-comment, tcl-in-comment): Removed.
2461 (tcl-files-alist): New function.
2462 (tcl-help-snarf-commands): Use it and return the result directly
2463 rather than through a global variable.
2464 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2465 (tcl-help-on-word): Provide the default value to completing-read.
2466 (tcl-hilit): Remove.
2467 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2468 (tcl-comment-indent): New function.
2469 (tcl-submit-bug-report): Remove.
2470 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2471 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2472 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2473
2474 2001-10-10 Miles Bader <miles@gnu.org>
2475
2476 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2477 (Info-fontify-node): Don't fontify the node if it's already been done.
2478
2479 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2480
2481 * international/iso-transl.el (iso-transl-e-caret)
2482 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2483 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2484
2485 * simple.el (end-of-buffer): Fix code scrolling specially
2486 for the buffer end.
2487
2488 * startup.el (command-line-1): Bind tab-width to 8.
2489
2490 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2491
2492 * emulation/tpu-edt.el: Use defalias instead of fset for
2493 user-visible commands. From Rob Riepel
2494 <riepel@Networking.Stanford.EDU>.
2495
2496 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2497
2498 * ruler-mode.el: New file.
2499
2500 2001-10-09 Miles Bader <miles@gnu.org>
2501
2502 * apropos.el (button): New require.
2503
2504 * help-funs.el: New file, contents mostly from `help.el'.
2505 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2506
2507 * help-mode.el: New file, contents mostly from `help.el'.
2508
2509 * help.el: Don't require `view' when compiling.
2510 (help-with-tutorial, describe-function, describe-function-1)
2511 (variable-at-point, describe-variable, locate-library):
2512 Functions moved into `help-funs.el'.
2513 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2514 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2515 (help-setup-xref, help-xref-following, help-make-xrefs)
2516 (help-xref-button, help-insert-xref-button, help-xref-interned)
2517 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2518 (help-xref-on-pp): Functions moved into `help-mode.el'
2519 (help-mode-map, help-xref-stack, help-xref-stack-item)
2520 (help-highlight-p, help-highlight-face, help-back-label)
2521 (help-xref-symbol-regexp, help-xref-mule-regexp)
2522 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2523 (help-symbol, help-back, help-info, help-customize-variable)
2524 (help-function-def, help-variable-def):
2525 Button-types moved into `help-mode.el'.
2526 (load-symbol-file-load-history, symbol-file):
2527 Functions moved into `subr.el'.
2528 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2529 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2530
2531 * subr.el (symbol-file-load-history-loaded)
2532 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2533
2534 * loadup.el ("button"): Load removed.
2535
2536 * button.el (define-button-type): Respect any `supertype' property.
2537 (button-type-subtype-p, button-has-type-p): New functions.
2538
2539 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2540 dollar-signs.
2541
2542 * comint.el (comint-insert-previous-argument): New function.
2543 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2544 (comint-insert-previous-argument-last-start-pos)
2545 (comint-insert-previous-argument-last-index): New variables.
2546
2547 * apropos.el (apropos-next-label-button): Use the presence of a
2548 `apropos-label' property to detect label buttons.
2549
2550 2001-10-08 Miles Bader <miles@gnu.org>
2551
2552 * button.el (next-button, previous-button): Remove N and WRAP
2553 parameters. Don't pay attention to `skip' properties.
2554 (forward-button): Implement wrapping, iterating, and skipping here
2555 instead.
2556 (button-activate): USE-MOUSE-ACTION is optional.
2557 (button-nop): Function removed.
2558 (default-button): Use `ignore' as default button action.
2559
2560 * apropos.el (apropos-next-label-button): Update arguments to
2561 `next-button'.
2562 (apropos-symbol): Add `skip' property.
2563 (apropos-function, apropos-macro, apropos-command)
2564 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2565 (apropos-plist): New button types.
2566 (apropos-label-properties): Variable removed.
2567 (apropos-print): Pass button-type to apropos-print-doc, rather
2568 than help function and label text.
2569 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2570 Get button label from TYPE.
2571
2572 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2573
2574 * help.el (help-mode): Use define-derived-mode.
2575 (describe-mode): Add optional `buffer' arg.
2576 Use it instead of going through help-xref-mode.
2577 Avoid doubling the word `minor' when prettifying.
2578 (describe-function-1): List the corresponding key bindings.
2579 (describe-variable): Say if the var is automatically buffer-local.
2580 If the source is `loaddefs.el', look for the real source.
2581 (help-xref-mode): Remove.
2582
2583 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2584 the file says no-byte-compile.
2585
2586 2001-10-08 Miles Bader <miles@gnu.org>
2587
2588 * button.el (next-button, previous-button): Respect `skip' property.
2589
2590 2001-10-07 Miles Bader <miles@gnu.org>
2591
2592 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2593 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2594 `woman-follow-word' instead of `woman-mouse-2'.
2595 (woman-follow-word): Renamed from `woman-mouse-2'.
2596 Follow current unconditionally, since this function is now only
2597 bound to M-mouse-2. Use accessor functions.
2598 (WoMan-highlight-references): Use `make-text-button'.
2599 (woman-xref): New button type.
2600
2601 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2602 ("button"): New load, just before "help" (which uses it).
2603
2604 * help.el (help-mode-map): Make button-buffer-map our parent.
2605 Don't bind mouse events or tab/backtab.
2606 (help-function, help-variable, help-face, help-coding-system)
2607 (help-input-method, help-character-set, help-back, help-info)
2608 (help-customize-variable, help-function-def, help-variable-def):
2609 New button types.
2610 (help-button-action): New function.
2611 (describe-function-1): Pass help button-types to
2612 `help-xref-button' rather than help function and help-echo string.
2613 Don't put multiple help-function args in a list to pass them to
2614 help-xref-button, just pass them as multiple arguments.
2615 Use `help-insert-xref-button' to make [back]-button, rather than
2616 `help-xref-button'.
2617 (help-xref-button): Take a button-type TYPE as a parameter rather
2618 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2619 and add a &rest parameter ARGS to serve the same purpose.
2620 Use `make-text-button' to add the button.
2621 (help-insert-xref-button): Use `insert-text-button' to add the button.
2622 (help-follow-mouse, help-next-ref, help-previous-ref):
2623 Functions removed.
2624 (help-do-xref): New function.
2625 (help-follow): Use `push-button' and `help-do-xref' to do most of
2626 the work.
2627
2628 * apropos.el (apropos-symbol, apropos-label): New button types.
2629 (apropos-symbol-button-display-help)
2630 (apropos-label-button-display-help, apropos-next-label-button):
2631 New functions.
2632 (apropos-mode-map): Make button-buffer-map our parent.
2633 Don't bind mouse events.
2634 (apropos-print, apropos-print-doc): Create buttons instead of text
2635 properties.
2636 (apropos-mouse-follow): Function removed.
2637 (apropos-follow): Use buttons.
2638
2639 * button.el: New file.
2640
2641 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2642
2643 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2644 Remove.
2645
2646 2001-10-05 Richard M. Stallman <rms@gnu.org>
2647
2648 * add-log.el (add-change-log-entry): Skip copyright notice
2649 and copying permission notice at start of file, if any.
2650 Make use of terms "entry" and "item" accord with Emacs manual.
2651 Simplify the logic for moving point while entering or creating
2652 an entry and then an item.
2653 (add-change-log-entry-other-window): Doc fix.
2654
2655 2001-10-06 Miles Bader <miles@gnu.org>
2656
2657 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2658 removed; they apparently don't work with faces.
2659
2660 2001-10-05 Sam Steingold <sds@gnu.org>
2661
2662 * textmodes/sgml-mode.el (html-xhtml): New user option.
2663 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2664 (html-ordered-list, html-unordered-list, html-list-item)
2665 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2666 (sgml-skip-close-p): New function.
2667 (sgml-value): Use it.
2668
2669 2001-10-05 Sam Steingold <sds@gnu.org>
2670
2671 * calendar/diary-lib.el (diary-entry-compare): When times are
2672 identical, compare the entries lexicographically.
2673
2674 2001-10-06 Miles Bader <miles@gnu.org>
2675
2676 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2677 Use `minibuffer-prompt-end'.
2678
2679 * simple.el (previous-matching-history-element): Fix misplaced
2680 parentheses.
2681
2682 2001-10-05 Miles Bader <miles@gnu.org>
2683
2684 * rfn-eshadow.el: New file.
2685
2686 2001-10-05 Miles Bader <miles@gnu.org>
2687
2688 * cus-face.el (custom-face-attributes): Make sure each attribute
2689 has a valid default value. Remove hacks that mapped `nil' to
2690 `off' and used nil to mean `unspecified'. Remove `unspecified'
2691 choices from all attributes (unspecified is handled by the parent
2692 checklist).
2693 * cus-edit.el (custom-face-edit-convert-widget)
2694 (custom-face-edit-deactivate, custom-face-edit-activate)
2695 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2696 New functions.
2697 (custom-face-edit): Specify a custom :convert-widget.
2698 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2699 Don't pass in default filters that map between `nil' and `off' and
2700 `unspecified' and `nil'.
2701
2702 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2703
2704 * progmodes/compile.el (compilation-buffer-name): New function.
2705 (compile-internal): Use it to determine the name of the
2706 compilation buffer.
2707
2708 2001-10-05 Miles Bader <miles@gnu.org>
2709
2710 * progmodes/compile.el (grep-use-null-device): New variable.
2711 (grep-command): Mention `grep-use-null-device'.
2712 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2713 Make computation of `grep-command' respect `grep-use-null-device'.
2714 (grep): Respect `grep-use-null-device'.
2715 Call `grep-compute-defaults' even if grep-command is set, if
2716 grep-use-null-device is still tentative.
2717
2718 * subr.el (call-process-shell-command): New function.
2719
2720 2001-10-05 Miles Bader <miles@gnu.org>
2721
2722 * simple.el (previous-matching-history-element)
2723 (next-history-element, next-complete-history-element): Use
2724 `minibuffer-' functions instead of calling `field-' functions directly.
2725 (minibuffer-prompt-end, minibuffer-contents):
2726 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2727 Functions removed (now subrs).
2728 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2729
2730 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2731 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2732 instead of calling `field-' functions directly.
2733 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2734
2735 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2736
2737 * files.el (find-file-noselect): If file's read-only status has
2738 changed on disk, ask if buffer's read-only status should be
2739 changed, unless NOWARN is set.
2740
2741 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2742 alias for define-setf-method.
2743
2744 * bindings.el: Remove no-byte-compile from file local variables
2745 to enable bootstrapping.
2746
2747 2001-10-04 Andrew Innes <andrewi@gnu.org>
2748
2749 * faces.el (face-font-registry-alternatives) [windows-nt]:
2750 Make gb2312 an alias for gb2312.1980.
2751
2752 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2753
2754 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2755 (uniquify-reverse-components): Remove.
2756
2757 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2758 Make sure the file is readable.
2759 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2760 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2761 (batch-byte-recompile-directory): Pass arg=0.
2762
2763 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2764 (perl-calculate-indent): Use it.
2765 (perl-backward-to-noncomment): Use forward-comment.
2766
2767 * derived.el (define-derived-mode, derived-mode-make-docstring):
2768 Allow `parent' to be nil.
2769
2770 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2771 Use define-derived-mode.
2772 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2773
2774 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2775
2776 * emacs-lisp/lselect.el: Use facep iso find-face.
2777
2778 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2779 Use regexp-opt.
2780 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2781 (lisp-font-lock-syntactic-face-function): New function.
2782 (lisp-mode-variables): Use it. Make arg optional.
2783 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2784 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2785 Set comment-start-skip.
2786
2787 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2788
2789 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2790 (ignore-errors): Don't bother using a `err' symbol.
2791
2792 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2793 (autoload-insert-section-header, autoload-before-p)
2794 (autoload-remove-section): New functions.
2795 (generate-file-autoloads): Use them.
2796 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2797 Make sure the autoload file is properly formatted when creating it.
2798 (update-autoloads-from-directories): Use them as well.
2799 Only update autoloads for files whose timestamp has changed.
2800 Add a dummy entry to remember the files which had no autoload cookies.
2801
2802 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2803
2804 * subr.el (define-key-after): Allow `key' to be longer than 1.
2805 (make-local-hook): Make obsolete.
2806 (add-hook, remove-hook): Don't use make-local-hook any more.
2807 (make-syntax-table): Inherit all chars from s-s-t.
2808
2809 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2810
2811 This is a fix for a report saying that resuming a search with C-s
2812 C-s doesn't use the case-fold-search setting of the previous
2813 search (C-s ... M-c ... then C-s C-s).
2814
2815 * isearch.el (isearch-last-case-fold-search): New variable.
2816 (isearch-mode): Remember value of isearch-case-fold-search
2817 in isearch-last-case-fold-search.
2818 (isearch-done): Quote value of isearch-case-fold-search.
2819 (isearch-repeat): When resuming a search, restore
2820 isearch-case-fold-search from isearch-last-case-fold-search.
2821
2822 Added to NEWS.
2823
2824 * startup.el (inhibit-startup-buffer-menu): New user-option.
2825 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2826 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2827
2828 This allows upto 99999 messages in the summary without screwing up
2829 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2830
2831 * mail/rmailsum.el (rmail-make-summary-line)
2832 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2833 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2834 Allow 5-digit message ids instead of 4.
2835
2836 This adds expansion of environment variables in the value
2837 specified with M-x setenv. Added to NEWS.
2838
2839 * env.el (substitute-env-vars): New function.
2840 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2841 environment variables in VALUE. Return VALUE.
2842
2843 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2844
2845 * Branch for 21.1.
2846
2847 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2848
2849 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2850
2851 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2852
2853 * emulation/tpu-edt.el: Make messages match original TPU/edt
2854 editor. From riepel@Stanford.EDU (Rob Riepel).
2855
2856 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2857
2858 * rect.el: Update maintainer's email address.
2859
2860 2001-10-02 Andreas Schwab <schwab@suse.de>
2861
2862 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2863 and Extended Passive Mode, resp.
2864
2865 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2866
2867 These changes add support for Calendar-related items in the
2868 menu bar on tty's as well:
2869
2870 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2871 unconditionally.
2872 (calendar-mode): Set up activate-menubar-hook unconditionally.
2873
2874 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2875 calls x-popup-menu only if popup menus are supported.
2876 (calendar-mouse-insert-hebrew-diary-entry)
2877 (calendar-mouse-insert-islamic-diary-entry)
2878 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2879 (calendar-mouse-view-other-diary-entries)
2880 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2881 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2882 Call cal-menu-x-popup-menu instead of x-popup-menu.
2883
2884 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2885
2886 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2887
2888 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2889
2890 * emacs-lisp/rx.el: New file.
2891
2892 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2893
2894 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2895
2896 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2897
2898 * frame.el (select-frame-by-name, other-frame): Doc fix.
2899
2900 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2901
2902 * play/snake.el (snake-score-file): Use temporary-file-directory
2903 instead of a literal "/tmp". Suggested by Robert
2904 <robert@chezmarshall.freeserve.co.uk>.
2905
2906 * play/tetris.el (tetris-score-file): Ditto.
2907
2908 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2909
2910 * apropos.el (apropos-print): Make the directions inserted at the
2911 beginning of the *Apropos* buffer more clear.
2912
2913 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2914
2915 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2916 Added comments.
2917
2918 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2919
2920 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2921 "\\s-" when defining comment-end-skip.
2922
2923 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2924
2925 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2926 Call get-buffer-window first second arg `visible'.
2927
2928 * international/mule-diag.el (list-input-methods-1):
2929 Output something that's independent of Emacs' version.
2930
2931 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2932 calling byte-to-position with a nil tar-header-offset.
2933
2934 2001-09-27 Simon Josefsson <jas@extundo.com>
2935
2936 * mail/sendmail.el (send-mail-function): Doc fix.
2937 (mail-do-fcc): Error if header-end is not a marker.
2938 (mail-do-fcc): Add a comment.
2939 (mail-reply-to): Doc fix.
2940 (mail-signature): Make ATPOINT optional.
2941 (mail-yank-original): Use cond instead of nestled if.
2942
2943 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2944
2945 * info.el (Info-on-current-buffer): Default arg to "Top".
2946
2947 2001-09-25 Eli Barzilay <eli@barzilay.org>
2948
2949 * calculator.el (calculator-copy-displayer): New user-option.
2950 (calculator-displayer-prev, calculator-displayer-next):
2951 Renamed from calculator-displayed-{left,right}.
2952 (calculator, calculator-standard-displayer)
2953 (calculator-num-to-string, calculator-update-display)
2954 (calculator-copy, calculator-put-value): Bug and display fixes.
2955
2956 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2957
2958 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2959 (ebnf-version): New version (3.6.1).
2960
2961 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2962 (ebnf-bnf-non-terminal-chars): New internal const.
2963 (ebnf-bnf-lex): Fix code.
2964
2965 * ebnf-iso.el: Fix character range regexp. Doc fix.
2966 (ebnf-iso-non-terminal-chars): New internal const.
2967 (ebnf-iso-lex): Fix code.
2968
2969 * ebnf-yac.el: Fix character range regexp. Doc fix.
2970 (ebnf-yac-skip-chars): New internal const.
2971 (ebnf-yac-skip-code): Fix code.
2972
2973 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2974
2975 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2976
2977 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2978 passing it to VC.
2979
2980 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2981 case where the file is relative.
2982
2983 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2984
2985 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2986 same on each side. Make sure we properly handle simple quotes.
2987 From Daiki Ueno <ueno@unixuser.org>.
2988
2989 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2990
2991 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2992 <jas@extundo.com>.
2993
2994 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2995 some items of the Options menu.
2996
2997 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2998
2999 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3000
3001 * vc-hooks.el (vc-delete-automatic-version-backups):
3002 Don't fail if the directory doesn't exist.
3003
3004 * diff-mode.el (diff-default-read-only): New var.
3005 (diff-mode): Use it.
3006
3007 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3008
3009 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3010 Use make-keymap instead of copy-keymap, since copying the global
3011 keymap messes up the menu bar.
3012
3013 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3014 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3015
3016 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3017
3018 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3019
3020 * dired-aux.el (dired-insert-subdir): Pass switches to
3021 dired-build-subdir-alist.
3022
3023 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3024
3025 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3026 caused %#a and %#b to be mis-formatted.
3027
3028 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3029
3030 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3031 ccmode, emacs-mime, and eudc manuals.
3032
3033 2001-09-19 Sam Steingold <sds@gnu.org>
3034
3035 w32 find cannot be used with `grep-find'.
3036 * progmodes/compile.el (find-program): New variable.
3037 (grep-compute-defaults): Use it to set `grep-find-command'.
3038
3039 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3040
3041 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3042
3043 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3044
3045 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3046 programming. Doc fix.
3047 (ebnf-version): New version (3.6).
3048 (ebnf-eps-begin): Data fix.
3049 (ebnf-begin-file): Code fix.
3050
3051 * ebnf-bnf.el: Doc fix.
3052 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3053
3054 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3055
3056 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3057
3058 * ps-print.el: Better face mapping for black/white PostScript printers.
3059 Check if mark is active when printing a region. Doc fix.
3060 (ps-print-version): New version number (6.5.5).
3061 (ps-print-color-p): Customization fix.
3062 (ps-black-white-faces): New option.
3063 (ps-black-white-faces-alist): New internal var.
3064 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3065 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3066 (ps-nb-pages-region): Interactive fix.
3067 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3068 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3069
3070 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3071
3072 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3073 numeric month value, and allow the Kanji character after the it to
3074 be missing (happens with ls-lisp's output on Japanese versions of
3075 MS-Windows).
3076
3077 2001-09-18 Miles Bader <miles@gnu.org>
3078
3079 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3080 it's empty (and thus probably a new patch file about to be edited).
3081
3082 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3083
3084 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3085 Check for '(' in column 0 of doc string.
3086
3087 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3088 of `nth' so that using a vector as bounding-box works.
3089 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3090
3091 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3092
3093 * vc.el (vc-annotate): Use current workfile version explicitly as
3094 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3095
3096 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3097
3098 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3099 convert-standard-filename doesn't guarantee that the .el extension
3100 is preserved.
3101
3102 * dos-fns.el (convert-standard-filename): Replace invalid
3103 characters only after converting dash/underscore to a period.
3104 (original-make-auto-save-file-name): New.
3105 (make-auto-save-file-name): New function, overrides the definition
3106 on files.el and calls the original function via
3107 original-make-auto-save-file-name.
3108
3109 * mail/rmail.el (top-level): Require mule-utils when compiling.
3110 (rmail-decode-babyl-format): Use detect-coding-with-priority
3111 instead of detect-coding-region, to favor detection of emacs-mule
3112 encoded Babyl files written by rmailout.el etc. Suggested by
3113 Kenichi Handa <handa@etl.go.jp>.
3114
3115 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3116
3117 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3118 Use `equal', not `=', since the device number can be a cons cell.
3119
3120 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3121
3122 * simple.el: Comment out change of 2001-09-13.
3123
3124 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3125
3126 * progmodes/compile.el (grep-compute-defaults): Don't set
3127 grep-command/grep-find-command when it is already non-nil.
3128 (grep-command): Make it a user option.
3129 (grep-find-command): Likewise.
3130
3131 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3132
3133 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3134 inhibit quit.
3135
3136 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3137
3138 * files.el (make-auto-save-file-name): If long file names are not
3139 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3140 generating an auto-save file name from it.
3141
3142 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3143
3144 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3145 (ps-nb-pages-region): Signal an error if called interactively
3146 and the mark is not active.
3147
3148 * simple.el (minibuffer-prompt-modification)
3149 (minibuffer-prompt-insertion): New functions.
3150 (minibuffer-prompt-properties): Use `modification-hooks' and
3151 `insert-in-front-hooks'.
3152
3153 2001-09-12 Richard M. Stallman <rms@gnu.org>
3154
3155 * textmodes/outline.el (outline-regexp): Doc fix.
3156 Initialize it in the defcustom, the usual way.
3157
3158 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3159
3160 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3161 from `ediff-meta-info' properties need not be an overlay.
3162 From David Ponce <dponce@voila.fr>.
3163
3164 * isearch.el (isearch-intersects-p): Fix end checks.
3165
3166 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3167
3168 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3169 `t' branch of `cond', since Irix 6.1 and up is a special case of
3170 the standard dbx interface.
3171
3172 2001-09-11 Miles Bader <miles@gnu.org>
3173
3174 * comint.el (comint-send-input): When waiting for echoed input,
3175 don't save the expected end position in `echo-end', so that things
3176 work properly even if the buffer is modified elsewhere at the same
3177 time [this happens if `comint-truncate-buffer' is used].
3178
3179 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3180
3181 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3182 when constructing imenu-generic-expression from outline-regexp.
3183
3184 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3185
3186 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3187 `equal' instead of `=', since they can be cons cells. From Nils
3188 Goesche <cartan@cartan.de>.
3189
3190 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3191
3192 * vc.el (vc-annotate): Rewrote doc string.
3193
3194 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3195
3196 * time-stamp.el: Update Stephen Gildea's email address.
3197
3198 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3199
3200 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3201 enable-multibyte-characters = nil. From Hallvard B Furuseth
3202 <h.b.furuseth@usit.uio.no>.
3203
3204 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3205
3206 * ediff-init.el (ediff-highest-priority): Bug fix.
3207
3208 * viper-cmd.el (viper-special-read-and-insert-char): New function
3209 that reads a character and uses the current input method or
3210 iso-accents when appropriate.
3211
3212 * viper.el and all others: Corrections to the comment blocks at
3213 the top.
3214
3215 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3216
3217 * info.el (Info-goto-node): Doc fix.
3218
3219 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3220
3221 * isearch.el (isearch-intersects-p): New function.
3222 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3223 use isearch-intersects-p, and clean up.
3224
3225 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3226
3227 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3228 and "german8", for the new German orthography dictionaries,
3229 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3230 the entries, to keep the line length balanced for loaddefs.el.
3231
3232 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3233
3234 * comint.el (comint-send-input): Handle comint-process-echoes
3235 differently.
3236
3237 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3238
3239 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3240
3241 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3242
3243 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3244
3245 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3246
3247 * server.el (server-switch-buffer):
3248 * textmodes/refer.el (refer-find-entry-internal):
3249 * term/sup-mouse.el (sup-pos-to-window):
3250 * term/bg-mouse.el (bg-window-from-x-y):
3251 * emacs-lisp/edebug.el (edebug-window-live-p):
3252 Use get-window-with-predicate.
3253
3254 * window.el (get-window-with-predicate): Renamed from some-window.
3255 (some-window): Make it an alias.
3256
3257 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3258
3259 * simple.el (undo): Remove positions from buffer-undo-list up to
3260 the next undo boundary only.
3261
3262 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3263
3264 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3265 Kim <ryk@dspwiz.com>
3266
3267 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3268 the message "Creating customization items...done".
3269
3270 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3271
3272 * font-lock.el (toplevel): Require `jit-lock' only if
3273 font-lock-support-mode is set to jit-lock-mode.
3274
3275 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3276
3277 * international/quail.el (quail-use-package, quail-inactivate)
3278 (quail-activate): Mention the hooks these functions run in their
3279 doc strings.
3280
3281 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3282
3283 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3284 of file in header of menu.
3285
3286 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3287
3288 * env.el (setenv): Interactively, if VARIABLE has a current value,
3289 add that to the front of the history, as the doc string says.
3290
3291 * comint.el (comint-send-input): Change help-echo.
3292 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3293
3294 * bookmark.el (bookmark-write-file): Bind print-length and
3295 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3296
3297 * obsolete/uncompress.el: Moved there from lisp/.
3298
3299 * comint.el (comint-insert-clicked-input): Goto point-max before
3300 deleting previous input. From "Dr Francis J. Wright"
3301 <F.J.Wright@qmw.ac.uk>.
3302
3303 * simple.el (backward-word): Doc fix.
3304
3305 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3306
3307 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3308 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3309 * w32-fns.el: Add Keywords header.
3310
3311 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3312
3313 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3314 "Text Properties". Suggested by Simon Marshall
3315 <Simon.Marshall@midas-kapiti.com>.
3316
3317 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3318
3319 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3320 consulting the value of file-name-coding-system.
3321
3322 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3323
3324 * help.el (describe-function-1): Save precomputed `file-name' rather
3325 than recomputing it (incorrectly) with `symbol-file'.
3326
3327 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3328
3329 * international/isearch-x.el (isearch-exit-recursive-edit):
3330 Take three parameters, since it's used as an after-change-function.
3331
3332 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3333 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3334 from doc strings.
3335
3336 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3337
3338 * progmodes/glasses.el (glasses-convert-to-unreadable):
3339 Consider underscores as in `glasses-make-readable'.
3340
3341 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3342
3343 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3344 MS-DOS, since cpp might not be available.
3345
3346 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3347 Mention "yank" in the help-echo text.
3348 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3349
3350 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3351
3352 * newcomment.el (comment-indent): Insert spaces more carefully.
3353
3354 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3355
3356 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3357 exists. From Andy Petrusenco <andy@int.spb.ru>.
3358
3359 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3360 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3361 <andy@int.spb.ru>.
3362
3363 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3364
3365 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3366 Instead of running mouse-yank-at-click, see what the event is
3367 bound to outside Isearch and run that.
3368
3369 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3370
3371 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3372 Fix the menu entry to mention transient-mark-mode.
3373
3374 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3375
3376 * simple.el (eval-expression-print-level): Fix last change.
3377
3378 * bindings.el (mode-line-coding-system-map): New variable.
3379 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3380
3381 * simple.el (eval-expression-print-level): Change the type
3382 of the defcustom to allow nil.
3383
3384 * emacs-lisp/find-gc.el: Moved here from lisp/.
3385
3386 * international/quail.el (quail-completion-1):
3387 Reverse the ((CHAR . DEFN) ...) list before processing it.
3388 From Kenichi Handa <handa@etl.go.jp>.
3389
3390 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3391 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3392
3393 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3394
3395 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3396 aren't supported. This avoids the annoying gray strip drawn by
3397 the Windows version instead of the missing tool bar.
3398
3399 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3400
3401 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3402 and tooltips more consistent. From "Marshall, Simon"
3403 <Simon.Marshall@midas-kapiti.com>.
3404
3405 * startup.el (fancy-splash-screens): Temporarily set
3406 minor-mode-map-alist to nil while displaying splash screens.
3407
3408 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3409
3410 * buff-menu.el: Add Keywords header.
3411 Doc fix (C-x C-b is bound to list-buffers).
3412
3413 * dired-x.el: Add keyword files to get listed in finder.
3414 Remove confusing notes about GNU Emacs 19.
3415
3416 * dired.el, dired-aux.el: Add Keywords header.
3417
3418 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3419
3420 * vc.el (vc-revert-file): Call the backend even if the FILE's
3421 contents can be reverted locally; pass new arg CONTENTS-DONE
3422 down to the backend.
3423
3424 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3425 optional arg CONTENTS-DONE.
3426
3427 2001-08-28 Andrew Innes <andrewi@gnu.org>
3428
3429 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3430
3431 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3432
3433 * makefile.nt (install): Copy more *.el files.
3434
3435 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3436
3437 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3438 instead of `w' which is already in use.
3439
3440 * gs.el (gs-load-image): Use sleep-for.
3441 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3442
3443 2001-08-28 Miles Bader <miles@gnu.org>
3444
3445 * replace.el (query-replace-regexp-eval): Return args from
3446 `interactive' form in correct order.
3447
3448 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3449
3450 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3451 major modes, don't create panes for modes for which
3452 mouse-buffer-menu-alist returns an empty alist.
3453
3454 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3455
3456 * progmodes/hideshow.el: Update first-line description.
3457 Sync comments w/ maintainer version 5.31.
3458
3459 (hs-isearch-open): Default value now `code'.
3460 Fix docstring to use "code blocks" vs "comment blocks",
3461 as opposed to "block" vs "comment".
3462 (hs-flag-region): Accept `hs-isearch-open' value
3463 of `block' as synonymous w/ `code'.
3464 (hs-hide-block-at-point): For code blocks, pass `code'
3465 to `hs-flag-region' instead of `block'.
3466
3467 2001-08-28 Miles Bader <miles@gnu.org>
3468
3469 * comint.el (comint-next-prompt): Don't loop infinitely if
3470 {next,previous}-single-char-property-change returns its input
3471 position when the search fails.
3472
3473 2001-08-27 Miles Bader <miles@gnu.org>
3474
3475 * comint.el (comint-get-old-input-default): Don't signal an error
3476 if point is not on an input field; instead, return the current
3477 line (using `comint-bol' to skip any prompt, in case we're not
3478 using fields at all).
3479
3480 * man.el (Man-mode-line-format): Variable removed.
3481 (Man-mode): Change `mode-line-buffer-identification' instead of
3482 `mode-line-format'.
3483
3484 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3485
3486 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3487 From Simon Josefsson <jas@extundo.com>.
3488
3489 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3490
3491 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3492 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3493
3494 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3495 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3496
3497 * emacs-lisp/lselect.el: Ditto.
3498
3499 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3500 Remove periods from the end of error message strings.
3501 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3502
3503 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3504 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3505
3506 * net/telnet.el: Ditto.
3507
3508 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3509
3510 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3511 KEYMAP to the call to define-minor-mode.
3512
3513 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3514
3515 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3516 Replace some of the undefined characters with emulations of bidi
3517 formatting characters and Niqud as per SI 1311-1.
3518 (IT-unicode-translations): Ditto.
3519 (IT-display-table-setup, IT-setup-unicode-display):
3520 Fill characters without translations with dos-unsupported-char-glyph.
3521
3522 2001-08-24 Simon Josefsson <jas@extundo.com>
3523
3524 * hl-line.el (hl-line-mode): Don't be a global mode.
3525 (global-hl-line-mode): New function.
3526
3527 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3528
3529 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3530 being reset by Ghostscript. Don't kill the gs process.
3531 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3532
3533 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3534
3535 * term/mac-win.el: Require scroll-bar.
3536
3537 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3538
3539 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3540
3541 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3542
3543 * hexl.el (hexl-insert-multibyte-char) New function.
3544 (hexl-quoted-insert, hexl-self-insert-command)
3545 (hexl-insert-hex-char, hexl-insert-decimal-char)
3546 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3547 Fix the doc strings accordingly.
3548 (hexl-insert-char): Reject characters whose code is above 255.
3549 Doc fix.
3550 (hexl-mode-map): Copy the global keymap instead of creating a
3551 sparse keymap, and bind all self-inserting characters to
3552 hexl-self-insert-command.
3553
3554 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3555
3556 * wid-edit.el (text): Re-order docstring correctly.
3557
3558 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3559
3560 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3561
3562 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3563
3564 * simple.el (line-number-mode): Mention the variable
3565 line-number-display-limit-width in the doc string.
3566
3567 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3568
3569 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3570 Temporarily select EVENT's window for switching buffers.
3571 (mode-line-bury-buffer): New function.
3572 (mode-line-buffer-identification-keymap): Use it instead of
3573 bury-buffer. Bind down-mouse events to prevent global down-mouse
3574 events from shining through.
3575
3576 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3577
3578 * newcomment.el (comment-beginning): Make sure the comment-start
3579 we found isn't a comment-end (in cases where confusion is possible).
3580
3581 2001-08-22 Miles Bader <miles@gnu.org>
3582
3583 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3584 before writing it, so that hard-links don't see new version.
3585
3586 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3587
3588 * gs.el (gs-set-ghostview-colors-window-prop):
3589 Call x-change-window-property with 3rd arg FRAME.
3590 (gs-load-image): Wait for a previous Ghostscript process
3591 to complete before starting a new one.
3592
3593 * image.el (image-type-regexps): Make sure that the TIFF
3594 pattern is only matched at the beginning of a string.
3595 From Markus Rost <rost@math.ohio-state.edu>.
3596
3597 * international/swedish.el: Pre-Mule file removed. From Jonas
3598 Oberg <jonas@gnu.org>.
3599
3600 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3601
3602 * whitespace.el (whitespace-abort-on-error): Add custom variable
3603 to whitespace to abort a write-file if whitespace is detected in file.
3604
3605 * whitespace.el (whitespace-write-file-hook): Hook to be called
3606 when writing a file. If `whitespace-abort-on-error' is set, the
3607 write will abort on detecting whitespaces.
3608 If `whitespace-auto-cleanup' is set, the file will be cleaned
3609 automatically prior to writing.
3610
3611 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3612 whitespaces in the error output!
3613
3614 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3615 `indent-tabs-mode', since the latter notes user preferences on
3616 TABs anyway.
3617
3618 * whitespace.el (whitespace-version): 3.1. All of the above issues
3619 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3620
3621 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3622
3623 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3624 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3625
3626 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3627
3628 2001-08-20 Alex Schroeder <alex@gnu.org>
3629
3630 * sql.el (sql-db2): Doc change.
3631
3632 2001-08-20 Alex Schroeder <alex@gnu.org>
3633
3634 * sql.el (sql-postgres): Add the database at the end of the
3635 parameters instead of at the beginning.
3636 (sql-postgres-options): Doc change.
3637
3638 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3639
3640 * custom.el (defcustom): Doc fix.
3641
3642 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3643
3644 * ps-mule.el (find-composition): Check if (char-after POS)
3645 returns a valid character.
3646
3647 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3648
3649 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3650 original-point for extra CR characters that are added/removed when
3651 the buffer is written/read whose EOL type is -dos.
3652
3653 2001-08-16 Miles Bader <miles@gnu.org>
3654
3655 * simple.el (line-move): Undo previous change.
3656
3657 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3658 property to input-terminating `boundary' overlays to avoid
3659 line-move wierdness.
3660
3661 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3662
3663 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3664 buffer in a save-restriction. Under one test case with Ediff,
3665 window-scroll-functions are run with a window start that's
3666 temporarily outside of the restriction.
3667
3668 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3669
3670 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3671 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3672 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3673 (texinfo-update-menu-region-beginning)
3674 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3675 command, @ifnottex, to regexps, so it is found.
3676
3677 2001-08-16 Andrew Innes <andrewi@gnu.org>
3678
3679 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3680 (DONTCOMPILE): Omit sc.el.
3681
3682 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3683 (DONTCOMPILE): Omit sc.el.
3684
3685 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3686
3687 * replace.el (occur): Bind inhibit-read-only to t.
3688
3689 2001-08-16 Miles Bader <miles@gnu.org>
3690
3691 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3692 calling `constrain-to-field', to avoid problems with comint prompts.
3693
3694 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3695
3696 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3697 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3698
3699 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3700 of a while-loop.
3701
3702 * Makefile.in (DONTCOMPILE): Remove sc.el.
3703
3704 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3705 Don't include term/.
3706
3707 * mail/sc.el: Moved to obsolete/.
3708
3709 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3710
3711 * ps-print.el: Change error function arguments to follow Emacs
3712 message convention. Doc fix.
3713 (ps-print-version): New version number (6.5.4).
3714 (coding-system-for-write): Change declaration position to avoid
3715 XEmacs compilation gripes.
3716 (coding-system-for-read, buffer-file-coding-system):
3717 Declarations to avoid XEmacs compilation gripes.
3718
3719 * ps-mule.el: Doc fix.
3720 (ps-mule-encode-header-string): If STRING is not a string, replace
3721 STRING by empty string.
3722
3723 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3724
3725 * frame.el (show-trailing-whitespace): Doc fix.
3726
3727 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3728
3729 * desktop.el (desktop-save): Insert the coding: tag before
3730 desktop-header.
3731
3732 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3733
3734 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3735 its path from $els.
3736
3737 * image.el (image-jpeg-p): Fix call of substring.
3738
3739 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3740
3741 * play/animate.el (animate-string): Doc fix. Use a buffer
3742 name with stars in it.
3743 (animate-sequence): New function.
3744 From Richard Stallman <rms@gnu.org>.
3745
3746 * frame.el (select-frame-set-input-focus): New function
3747 extracted from other-frame.
3748 (other-frame): Use it.
3749 (next-multiframe-window, previous-multiframe-window): Use it.
3750
3751 * isearch.el (isearch-other-meta-char): Don't switch to the
3752 buffer of a window clicked on, when the current buffer is
3753 in Isearch mode.
3754
3755 * image.el (image-jpeg-p): Test for APPn markers in the range
3756 #xe0..#xef.
3757
3758 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3759
3760 * desktop.el (desktop-save): Don't use concat to form a file
3761 name, use expand-file-name.
3762
3763 * mouse.el (mouse-delete-window): Do nothing if frame has just
3764 one window.
3765
3766 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3767 for the minor mode name.
3768
3769 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3770 minor mode name.
3771
3772 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3773 instead of make-mode-line-mouse2-map.
3774
3775 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3776 the minor mode name.
3777
3778 * emacs-lisp/easy-mmode.el (define-minor-mode):
3779 Use mode-line-minor-mode-keymap for the minor mode name.
3780
3781 * calendar/calendar.el (calendar-mode-line-format):
3782 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3783
3784 * bindings.el (make-mode-line-mouse-map): Renamed from
3785 make-mode-line-mouse2-map. Take additional arg MOUSE.
3786 (mode-line-modified): Use mouse-3 instead of mouse-2.
3787 (mode-line-buffer-identification-keymap): Bind keys differently.
3788 (propertized-buffer-identification): Adapt help-echo to new bindings.
3789
3790 * bindings.el (mode-line-format): Specify help-echo for line
3791 number, column number and buffer-percent part of the mode-line.
3792
3793 * image.el (image-type-regexps): Allow whitespace at the start
3794 of the image data for XPM, XBM and Postscript, which are
3795 text files.
3796 (image-jpeg-p): Correct calculation of next field offset.
3797
3798 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3799
3800 * battery.el: Fix typo.
3801
3802 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3803
3804 * image.el (image-type-regexps): Allow predicates. Change the way
3805 JPEG images are recognized.
3806 (image-jpeg-p): New function.
3807 (image-type-from-data): Handle predicates in image-type-regexps.
3808
3809 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3810 #:, #x, #o, and similar constructs.
3811
3812 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3813
3814 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3815
3816 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3817 instead of `progn'.
3818
3819 * tar-mode.el (tar-extract): Avoid generating a new buffer
3820 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3821
3822 * textmodes/paragraphs.el (forward-sentence): Avoid building
3823 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3824
3825 * progmodes/executable.el (executable-set-magic):
3826 If executable-find returns a quoted file name, unquote it before
3827 inserting it.
3828
3829 * image.el (image-type-regexps): For JPEG files, use a regexp
3830 derived from the JFIF spec.
3831
3832 * image.el (image-type-regexps): Use `\`' instead of `^' in
3833 most regular expressions.
3834
3835 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3836
3837 * play/animate.el: Re-insert a reference to re-inserted function.
3838
3839 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3840
3841 * help.el (describe-function-1): Use find-function-search-for-symbol
3842 instead of find-function-noselect because the latter follows aliases.
3843
3844 * play/animate.el (animate-birthday-present): Re-insert.
3845
3846 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3847 Handle old-style menu definitions.
3848
3849 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3850
3851 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3852 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3853
3854 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3855 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3856 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3857
3858 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3859
3860 * textmodes/tildify.el: Milan Zamazal has new address.
3861
3862 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3863
3864 * custom.el (custom-set-variables): Don't test `custom-requests'
3865 properties, check the third element of the options passed to
3866 custom-set-variables instead.
3867
3868 * info.el (info-insert-file-contents): Use info-file-exists-p
3869 instead of file-exists-p.
3870
3871 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3872 the mode-line face is restored. Fix several bugs.
3873
3874 * replace.el (perform-replace): Doc fix.
3875
3876 2001-08-02 Francesco Potorti` <pot@gnu.org>
3877
3878 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3879 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3880 (uniquify-fix-item-base, uniquify-fix-item-filename)
3881 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3882 Callers changed.
3883 (uniquify-set-proposed): Changed to work with a vector item.
3884 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3885 the fix list, and a list of strings for the non-file buffer
3886 names. Both changes reduce consing.
3887 (uniquify-rationalize-a-list): Local variable renaming.
3888 (uniquify-rationalize-conflicting-sublist): Use member instead of
3889 assoc.
3890 (uniquify-rename-buffer): Use unless instead of if not.
3891
3892 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3893
3894 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3895
3896 * custom.el (custom-set-variables): Set options with :require
3897 clauses last.
3898
3899 * custom.el (defcustom): Doc fix.
3900
3901 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3902
3903 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3904
3905 * man.el (man): Mention Man-switches in the doc string.
3906 (Man-switches): Mention -a in the doc string.
3907
3908 * textmodes/ispell.el (ispell-alternate-dictionary):
3909 Add /usr/share/lib/dict/words, for Irix.
3910
3911 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3912 corresponding non-kp keys. Suggested by Stephen Gildea
3913 <gildea@stop.mail-abuse.org>.
3914
3915 2001-08-01 Francesco Potorti` <pot@gnu.org>
3916
3917 * uniquify.el: These changes correct a corner case that the old
3918 code managed correctly.
3919 (uniquify-fix-item-proposed): Renamed from
3920 uniquify-fix-item-min-proposed.
3921 (uniquify-set-proposed): New function.
3922 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3923 clarity and speed.
3924 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3925 This is equivalent to what the old code did.
3926 (uniquify-rationalize-a-list): Never recompute the proposed
3927 name. Sort the conflicting sublist before rationalising it: this
3928 is equivalent to what the old code did, but one directory element
3929 at a time, and only when necessary.
3930 (uniquify-rationalize-conflicting-sublist): Recompute here the
3931 proposed name.
3932
3933 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3934
3935 * play/animate.el: Add Keywords and Maintainer. Remove a
3936 reference to a removed function.
3937
3938 * play/animate.el (animate-string): Handle case that the string is
3939 longer than the window is wide.
3940
3941 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3942
3943 * desktop.el (desktop-save): Bind coding-system-for-write to
3944 `emacs-mule' for write-region.
3945
3946 * delsel.el (delete-selection-pre-hook): Don't set this-command
3947 to `ignore' if the region is empty.
3948
3949 * international/mule.el (set-keyboard-coding-system):
3950 Set keyboard-coding-system.
3951
3952 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3953 before accessing it.
3954
3955 2001-07-30 Andreas Schwab <schwab@suse.de>
3956
3957 * menu-bar.el (toggle-highlight-paren-mode):
3958 Use `(show-paren-mode)' as body.
3959
3960 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3961
3962 * vc.el (vc-checkout-hook): New hook.
3963 (vc-checkout): Run it.
3964
3965 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3966
3967 * progmodes/make-mode.el (makefile-macroassign-regex):
3968 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3969
3970 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3971
3972 * vc.el (vc-switch-backend): Fix autoload cookie.
3973
3974 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3975 the desktop file.
3976
3977 2001-07-30 Simon Josefsson <jas@extundo.com>
3978
3979 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3980 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3981
3982 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3983
3984 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3985 (last-sexp-toggle-display): Renamed from last-sexp-print.
3986 (last-sexp-toggle-display, eval-last-sexp-1):
3987 Use last-sexp-setup-props.
3988
3989 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3990 New user-options.
3991 (mouse-wheel-change-button): New function.
3992 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3993 (mwheel-scroll): Ditto.
3994
3995 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3996
3997 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3998 `...', compare with unabbreviated printed representation instead.
3999 (last-sexp-print): Bind print-length and print-level to nil.
4000
4001 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4002 before assigning text properties. Make properties rear-nonsticky.
4003
4004 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4005 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4006 <mouse-2> and <RET> in that map to a function printing the
4007 unabbreviated value.
4008
4009 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4010 is a buffer, put a text property `printed-value' on the printed
4011 representation, with the Lisp object printed as value.
4012
4013 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4014
4015 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4016 Mention the effect of eval-expression-print-length and
4017 eval-expression-print-level in the doc strings. Suggested by
4018 Kevin Gallagher <kevingal@onramp.net>.
4019
4020 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4021
4022 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4023 for buttons > 3.
4024 (xterm-mouse-translate): Handle the case that we don't get a
4025 down-event.
4026
4027 * emacs-lisp/find-func.el (find-function-regexp):
4028 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4029 in front of the function name.
4030
4031 * isearch.el (isearch-other-meta-char): Fix last change.
4032
4033 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4034 similar events for which fake prefix keys are generated. It's no
4035 longer necessary since read_key_sequence doesn't modify these
4036 events for internal purposes anymore.
4037
4038 * files.el (auto-mode-alist): Use nroff-mode for files ending
4039 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4040
4041 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4042
4043 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4044 tool-bar-lines parameter, behave as if its value were zero.
4045 (mouse-avoidance-set-pointer-shape): Don't do anything if
4046 x-pointer-shape is not boundp.
4047
4048 2001-07-23 Francesco Potorti` <pot@gnu.org>
4049
4050 * uniquify.el: Overall speedup changes when using many buffers.
4051 (uniquify-fix-item-base, uniquify-fix-item-filename)
4052 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4053 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4054 place in the item, but was never used.
4055 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4056 in the item is now used as cache for the proposed name.
4057 (uniquify-rationalize-file-buffer-names): Move computation made on
4058 newbuffile out of the loop, in the newbuffile-nd local var.
4059 Use dolist (cosmetic change). Compute the proposed name for the most
4060 common case and cache it in the fourth place in the item.
4061 (uniquify-rationalize-file-buffer-names): Used to return a a list
4062 of buffer whose name was changed, but that return value was never used.
4063 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4064 the cached proposed name, does much less consing and is quicker.
4065 (uniquify-filename-lessp): Deleted.
4066 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4067 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4068 cached proposed name is possible.
4069 (uniquify-get-proposed-name): Arguments changed, callers changed.
4070 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4071 uniquify-possibly-resolvable flag, which is no more bound locally.
4072 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4073 flag, which does not exist any more.
4074
4075 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4076
4077 * term/internal.el (IT-unicode-translations): Fix the appearance of
4078 "6`".
4079
4080 * progmodes/compile.el (compile-internal): If EMACS is already
4081 defined in the environment, don't override its value.
4082
4083 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4084
4085 * play/fortune.el: Undo change of 2001-07-13.
4086 Fix autoload cookies. Add types to defcustoms.
4087 (fortune) <defgroup>: Add :link.
4088 (fortune-from-region): Use eq, not eql.
4089 From Dave Love <fx@gnu.org>.
4090
4091 * play/animate.el (animate-birthday-present): Function removed.
4092
4093 * play/animate.el: New file.
4094
4095 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4096
4097 * startup.el (normal-top-level-add-subdirs-to-load-path):
4098 On Windows, put into normal-top-level-add-subdirs-inode-list the
4099 canonicalized names of the directories instead of inode numbers.
4100
4101 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4102
4103 * ediff-util.el: Copyright years.
4104 (ediff-choose-syntax-table): New function.
4105 (ediff-setup): Use ediff-choose-syntax-table.
4106 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4107 vc-state is available.
4108 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4109
4110 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4111 with-syntax-table.
4112 (ediff-coding-system-for-read): From ediff-diff.el
4113 (ediff-coding-system-for-write): New variable.
4114 (ediff-highest-priority): Fixed the bug having to do with disappearing
4115 overlays.
4116 (ediff-file-remote-p): Use file-remote-p, if available.
4117 (ediff-listable-file): New function.
4118 (ediff-file-attributes): Use ediff-listable-file.
4119
4120 * ediff-mult.el (ediff-meta-insert-file-info1):
4121 Use ediff-listable-file.
4122
4123 * ediff-ptch.el (ediff-prompt-for-patch-file):
4124 Use ediff-coding-system-for-read.
4125 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4126
4127 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4128 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4129
4130 * ediff.el: Date of last update, copyright years.
4131
4132 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4133
4134 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4135 of Scott Bronson.
4136 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4137 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4138 Deleted functions.
4139 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4140 ex-token-list.
4141 (viper-get-ex-address-subr): Convert registers to char data type.
4142
4143 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4144 (viper-memq-char): Use viper-int-to-char.
4145 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4146 vc-locking-state.
4147 (viper-read-key): Use viper-read-key-sequence.
4148
4149 * viper.el (viper-major-mode-modifier-list):
4150 Added inferior-emacs-lisp-mode.
4151 (this-major-mode-requires-vi-state): New function that uses simple
4152 heuristics to decide if vi state is appropriate.
4153 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4154 (viper-non-hook-settings): Don't advise read-key-sequence.
4155 (viper-read-key-sequence): New function that replaces the
4156 previously used advice to read-key-sequence.
4157
4158 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4159 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4160 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4161 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4162 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4163 Got rid of the negative character hack.
4164 (viper-escape-to-state,viper-replace-state-exit-cmd):
4165 Use viper-read-key-sequence.
4166 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4167 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4168 Don't override existing minibuffer-setup-hook.
4169 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4170 Convert registers to char data type.
4171 (viper-autoindent): Use viper-indent-line.
4172
4173 * viper-keym.el: Use viper-exec-key-in-emacs.
4174
4175 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4176
4177 * server.el (server-visit-files): Fix variable name typo.
4178
4179 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4180
4181 * simple.el (delete-trailing-whitespace): Save match data
4182 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4183
4184 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4185
4186 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4187 return a this-error using the alternative format (a pair of markers).
4188
4189 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4190
4191 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4192
4193 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4194 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4195
4196 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4197
4198 * international/iso-transl.el: Fix typo in the header of the file.
4199
4200 * textmodes/picture.el (picture): Doc fix.
4201
4202 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4203 follow coding conventions in generated files.
4204
4205 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4206
4207 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4208 (tool-bar-add-item): Don't call image-related primitives if the
4209 display doesn't support images.
4210
4211 * frame.el (display-images-p): New function.
4212
4213 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4214
4215 * server.el (server-visit-files): Handle the case the specified
4216 column number is <= 0.
4217
4218 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4219
4220 * startup.el (command-line-1): Add support for +LINE:COLUMN
4221 command line argument.
4222
4223 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4224
4225 * server.el (server-process-filter, server-visit-files):
4226 Add support for +LINE:COLUMN style emacsclient calls.
4227
4228 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4229
4230 * emacs-lisp/easy-mmode.el: Add Keywords header.
4231
4232 * play/pong.el: Author has new address.
4233
4234 * play/landmark.el: Author is no more reachable.
4235
4236 * play/handwrite.el: Author is no more reachable.
4237
4238 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4239
4240 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4241 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4242 Complete bindings for F<1..12> keys.
4243 (global-map): Remove `undo' binding (already in the default).
4244 Replace `t<n>' bindings with `f<n>' bindings.
4245
4246 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4247
4248 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4249 (tcl-mode): Use tcl-add-log-defun.
4250 (tcl-indent-line): Use tcl-calculate-indent.
4251 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4252 (tcl-indent-exp): Renamed from indent-tcl-exp.
4253 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4254 (tcl-indent-for-comment): Call comment-indent-function properly
4255 and handle the case where it returns nil.
4256
4257 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4258
4259 * calendar/cal-islam.el (calendar-goto-islamic-date):
4260 Remove autoload cookie.
4261
4262 * calendar/calendar.el (calendar-goto-islamic-date):
4263 Add call to autoload.
4264
4265 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4266
4267 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4268 Don't change compile-auto-highlight globally.
4269 Don't bother with `font-lock-defaults' property since XEmacs
4270 also understands the `font-lock-defaults' variable.
4271 Use make-local-variable rather than make-variable-buffer-local.
4272 Don't `defconst' comment-indent-function: keep the default.
4273 Call easy-menu-add unconditionally.
4274 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4275 (ada-create-menu): Use :included for Emacs as well.
4276
4277 * vc.el (vc-do-command): Autoload.
4278
4279 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4280
4281 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4282
4283 * ps-print.el: Fix Author: header.
4284
4285 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4286
4287 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4288 mouse-1 etc., bind them to `ignore'.
4289
4290 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4291 send-invisible, which is already defined in Comint.
4292 (eshell-watch-for-password-prompt): Use it.
4293
4294 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4295
4296 * which-func.el (which-func-mode): Doc fix.
4297
4298 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4299 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4300 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4301 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4302 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4303 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4304 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4305 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4306 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4307 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4308 * emulation/edt-mapper.el, emulation/edt-pc.el,
4309 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4310 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4311 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4312 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4313 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4314 * international/isearch-x.el, international/iso-cvt.el,
4315 * international/ogonek.el, international/quail.el,
4316 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4317 * language/devanagari.el, language/ethio-util.el,
4318 * language/ethiopic.el, language/european.el, language/indian.el,
4319 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4320 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4321 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4322 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4323 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4324 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4325 * progmodes/autoconf.el, progmodes/cmacexp.el,
4326 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4327 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4328 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4329 * progmodes/ebnf2ps.el, progmodes/executable.el,
4330 * progmodes/fortran.el, progmodes/idlw-shell.el,
4331 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4332 * progmodes/m4-mode.el, progmodes/mantemp.el,
4333 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4334 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4335 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4336 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4337 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4338 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4339 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4340 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4341 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4342 * textmodes/two-column.el, time-stamp.el, timezone.el,
4343 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4344 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4345 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4346 conventions.
4347
4348 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4349
4350 * simple.el (set-variable): Require 'cus-edit' instead of
4351 `wid-edit', so that the Custom widgets get defined.
4352
4353 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4354
4355 * allout.el: A fix to follow coding conventions.
4356
4357 * find-lisp.el: A fix to follow coding conventions.
4358
4359 * term/w32-win.el: A fix to follow coding conventions.
4360
4361 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4362
4363 * term/xterm.el: A fix to follow coding conventions.
4364
4365 * term/news.el: A fix to follow coding conventions.
4366
4367 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4368 header line fixed.
4369
4370 * sun-curs.el: Fix Maintainer: header line.
4371
4372 * emacs-lisp/easymenu.el: Address of the author added.
4373
4374 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4375
4376 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4377 property.
4378
4379 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4380
4381 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4382 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4383 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4384 Some fixes to follow coding conventions.
4385
4386 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4387
4388 * which-func.el (which-func-mode): Doc fix.
4389
4390 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4391
4392 * net/rcompile.el (remote-compile): Use make-local-variable.
4393
4394 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4395
4396 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4397
4398 * mail/reporter.el (reporter-submit-bug-report):
4399 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4400
4401 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4402
4403 * calendar/cal-china.el, calendar/cal-coptic.el,
4404 * calendar/cal-dst.el, calendar/cal-french.el,
4405 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4406 * calendar/cal-iso.el, calendar/cal-julian.el,
4407 * calendar/cal-mayan.el, calendar/cal-persia.el,
4408 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4409 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4410 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4411 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4412 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4413 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4414 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4415 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4416 * progmodes/ada-xref.el, progmodes/cc-align.el,
4417 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4418 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4419 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4420 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4421 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4422 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4423 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4424 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4425 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4426 * textmodes/reftex.el: Some fixes to follow coding
4427 conventions in Eshell files with known maintainers.
4428
4429 * emulation/viper.el: A fix to follow coding conventions.
4430
4431 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4432 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4433 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4434 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4435 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4436 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4437 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4438 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4439 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4440 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4441 conventions in Eshell files.
4442
4443 * composite.el, diff.el, emacs-lisp/levents.el,
4444 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4445 * emulation/pc-mode.el, emulation/viper-cmd.el,
4446 * emulation/viper-ex.el, emulation/viper-init.el,
4447 * emulation/viper-keym.el, emulation/viper-macs.el,
4448 * emulation/viper-mous.el, emulation/viper-util.el,
4449 * emulation/viper.el, forms-pass.el, international/ccl.el,
4450 * international/characters.el, international/encoded-kb.el,
4451 * international/fontset.el, international/ja-dic-cnv.el,
4452 * international/ja-dic-utl.el, international/kinsoku.el,
4453 * international/kkc.el, international/mule-cmds.el,
4454 * international/mule-diag.el, international/mule-util.el,
4455 * international/mule.el, international/titdic-cnv.el,
4456 * language/china-util.el, language/chinese.el,
4457 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4458 * language/greek.el, language/hebrew.el, language/japan-util.el,
4459 * language/japanese.el, language/korea-util.el, language/korean.el,
4460 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4461 * language/slovak.el, language/thai-util.el, language/thai.el,
4462 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4463 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4464 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4465 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4466 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4467 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4468 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4469 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4470 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4471 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4472 to follow coding conventions in files without maintainer or in files
4473 with clear maintainer (but without Maintainer header stating so).
4474
4475 * emacs-lisp/elp.el: A fix to follow coding conventions.
4476
4477 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4478 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4479 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4480 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4481 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4482 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4483 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4484 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4485 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4486 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4487 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4488 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4489 conventions in files from Gnus.
4490
4491 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4492 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4493 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4494 * echistory.el, electric.el, emacs-lisp/authors.el,
4495 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4496 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4497 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4498 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4499 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4500 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4501 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4502 * international/codepage.el, international/iso-ascii.el,
4503 * international/iso-insert.el, international/iso-transl.el,
4504 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4505 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4506 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4507 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4508 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4509 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4510 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4511 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4512 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4513 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4514 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4515 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4516 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4517 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4518 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4519 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4520 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4521 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4522 * textmodes/tex-mode.el, textmodes/text-mode.el,
4523 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4524 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4525 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4526 files maintained by FSF.
4527
4528 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4529
4530 * arc-mode.el: A fix to follow coding conventions.
4531
4532 * bindings.el: Ditto.
4533
4534 * cdl.el: Ditto.
4535
4536 * comint.el: Ditto.
4537
4538 * cus-start.el: Ditto.
4539
4540 * shell.el: Ditto.
4541
4542 * skeleton.el: Ditto.
4543
4544 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4545
4546 * info.el (Info-build-node-completions):
4547 Make Info-current-file-completions buffer local.
4548
4549 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4550
4551 * which-func.el (which-func-mode, which-func-ff-hook)
4552 (which-function-mode): Remove references to which-func-mode-global.
4553
4554 * calendar/cal-islam.el (calendar-goto-islamic-date):
4555 Add autoload cookie.
4556
4557 * play/fortune.el: Add types to defcustoms.
4558
4559 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4560
4561 * language/czech.el: A fix to follow coding conventions.
4562
4563 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4564
4565 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4566 to the extension list, for antlr-mode. From Christoph Wedler
4567 <Christoph.Wedler@sap.com>.
4568
4569 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4570
4571 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4572 (vc-dired-mode-map): Fix the madness.
4573
4574 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4575 (vc-prefix-map): Moved back from vc.el.
4576
4577 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4578
4579 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4580 Increase the size of the obarray.
4581 (mail-extr-all-top-level-domains): Add more toplevel domains,
4582 add more long names.
4583 From: Per Starback <starback@ling.uu.se>.
4584
4585 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4586
4587 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4588 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4589
4590 * progmodes/ada-mode.el: Ditto.
4591
4592 * progmodes/ada-xref.el: Ditto.
4593
4594 2001-07-11 Miles Bader <miles@gnu.org>
4595
4596 * finder.el (finder-insert-at-column): Also move to the next line
4597 if exactly at COLUMN.
4598
4599 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4600
4601 * help.el (describe-function-1): When printing FUNCTION's
4602 documentation, don't assume FUNCTION is a symbol.
4603
4604 * startup.el (normal-top-level): Don't operate on the initial
4605 frame if we failed to create one.
4606
4607 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4608
4609 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4610 itself, i.e. only indent the contents in it.
4611
4612 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4613
4614 * mail/rmail.el (rmail-show-message): Show beginning of message in
4615 all windows containing it.
4616
4617 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4618
4619 * term/tty-colors.el: Fix the header line and copyright years.
4620
4621 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4622
4623 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4624 original definition has an interactive form, but is Elp
4625 instrumented, use the interactive form of the function called by
4626 elp-wrapper.
4627
4628 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4629 configurations with compare-window-configuration; they aren't
4630 window configurations.
4631
4632 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4633 from the server for the format we expect. Don't use it if it
4634 doesn't look like what the Internet draft for FTP extensions specifies.
4635
4636 * toolbar/*.pbm: Cleaned up.
4637 From Luis Fernandes <elf@ee.ryerson.ca>.
4638
4639 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4640
4641 * cc-cmds.el: Extended the kludge to interoperate with the
4642 delsel and pending-del packages wrt to the new function
4643 `c-electric-delete-forward'.
4644
4645 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4646
4647 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4648 to delay the call to <mode> for global minor modes.
4649 (easy-mmode-define-navigation): Only recenter if interactive.
4650
4651 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4652
4653 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4654 to lisp-indent-line.
4655
4656 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4657 from the server. Call encode-time only when we are sure that we
4658 got a 213 response.
4659
4660 2001-07-06 Simon Josefsson <jas@extundo.com>
4661
4662 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4663 (mail-envelope-from): New user option.
4664 (sendmail-send-it): Use it.
4665
4666 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4667
4668 * ps-print.el: Use locale dependant date to print date in header.
4669 Doc fix.
4670 (ps-print-version): New version number (6.5.3).
4671 (ps-right-header, ps-right-footer): Initialization and doc fix.
4672 (ps-time-stamp-locale-default): New fun.
4673
4674 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4675
4676 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4677 field problem with MIME-mode.
4678
4679 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4680
4681 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4682
4683 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4684 MIME-mode.
4685
4686 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4687
4688 * bindings.el (mode-line-mule-info): Don't show the tip with
4689 buffer-file-coding-system if that is nil.
4690
4691 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4692
4693 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4694 instead of kill-line.
4695
4696 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4697 <Pavel@Janik.cz>.
4698
4699 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4700 <Pavel@Janik.cz>.
4701
4702 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4703
4704 * font-lock.el (c-font-lock-keywords-3): When matching something
4705 like `struct X Y', finish with point after Y.
4706
4707 2001-07-04 Simon Josefsson <jas@extundo.com>
4708
4709 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4710 in caller buffer.
4711
4712 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4713
4714 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4715 instead of string-match to find the basename of the file.
4716 From Pascal Obry <p.obry@wanadoo.fr>.
4717
4718 * net/browse-url.el (browse-url-default-windows-browser):
4719 Support the MS-DOS port when it runs on Windows.
4720 (browse-url-browser-function) [ms-dos]: Default to
4721 browse-url-default-windows-browser.
4722
4723 * help.el (locate-library): Enable code that looks for compressed
4724 libraries if auto-compression-mode is on.
4725
4726 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4727
4728 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4729
4730 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4731
4732 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4733
4734 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4735
4736 * allout.el: Fix the header line, so that finder.el recognizes it.
4737 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4738
4739 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4740 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4741
4742 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4743
4744 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4745
4746 * ps-bdf.el (bdf-directory-list): Use the value relative to
4747 installation-directory for MS-Windows as well.
4748
4749 2001-06-29 Richard M. Stallman <rms@gnu.org>
4750
4751 * wid-edit.el (widget-color-sample-face-get):
4752 Return ((foreground-color . COLOR)) instead of constructing a face.
4753
4754 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4755
4756 * faces.el (region): Change the background color for the
4757 light-background color display to lightgoldenrod2, to make it
4758 visible on some laptops.
4759
4760 2001-06-28 Richard M. Stallman <rms@gnu.org>
4761
4762 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4763 (rmail-msg-restore-non-pruned-header): Likewise.
4764 If point was in the old pruned header, put it at the top.
4765 (rmail-msg-prune-header): If point was at the top, keep it there.
4766
4767 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4768 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4769
4770 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4771
4772 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4773
4774 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4775
4776 * saveplace.el: Update maintainer email address.
4777
4778 2001-06-27 Francesco Potorti` <pot@gnu.org>
4779
4780 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4781 Undo previous change.
4782
4783 2001-06-27 Francesco Potorti` <pot@gnu.org>
4784
4785 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4786 preliminary quick reordering. Can speed things up dramatically.
4787
4788 2001-06-26 Richard M. Stallman <rms@gnu.org>
4789
4790 * dired.el (dired-get-filename): A file name starting with ~
4791 is not absolute in this context.
4792
4793 * which-func.el (which-func-maxout): Increase default to 500000.
4794 (which-function-mode): This is now the "real" name of the function.
4795 (which-func-mode): Now an alias.
4796 (which-func-mode-global): Name deleted.
4797
4798 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4799 button-2, when binding hs-mouse-toggle-hiding.
4800
4801 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4802
4803 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4804 (rmail-msg-prune-header): Likewise.
4805 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4806 and `rmail-msg-prune-header'.
4807
4808 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4809
4810 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4811 back than LINEBEG.
4812
4813 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4814
4815 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4816 window where they clicked the mouse has a header line, adjust
4817 vertical movement by one.
4818
4819 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4820
4821 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4822 too when separating a parenthesis.
4823
4824 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4825
4826 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4827 (bookmark-bmenu-hide-filenames): Add help-echo to
4828 mouse-highlighted text.
4829 (bookmark-bmenu-show-filenames): Remove help-echo property from
4830 the whitespace.
4831
4832 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4833
4834 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4835 From Karl Eichwalder <ke@suse.de>.
4836
4837 2001-06-23 Richard M. Stallman <rms@gnu.org>
4838
4839 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4840
4841 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4842 contents for completing-read.
4843
4844 2001-06-22 Richard M. Stallman <rms@gnu.org>
4845
4846 * menu-bar.el (menu-bar-make-toggle): Construct the
4847 function's doc string from HELP, not DOC, and make it accurate by
4848 adding "Toggle whether to " at the front and downcasing the initial.
4849 Change the HELP arg in some calls to make it fit this usage.
4850
4851 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4852 Undo previous change.
4853
4854 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4855
4856 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4857
4858 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4859
4860 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4861
4862 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4863
4864 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4865
4866 2001-06-20 Richard M. Stallman <rms@gnu.org>
4867
4868 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4869 broken out from dabbrev--find-expansion. Handle minibuffer
4870 specially here.
4871 (dabbrev--find-expansion): Simplify code in various ways.
4872 Don't treat minibuffers specially.
4873 Call dabbrev--make-friend-buffer-list.
4874 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4875 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4876
4877 2001-06-19 John Wiegley <johnw@gnu.org>
4878
4879 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4880 Also, added a comment describing how to greatly speedup Eshell
4881 loadup time, by concatenating together all of Eshell's .elc files.
4882
4883 2001-06-19 John Wiegley <johnw@gnu.org>
4884
4885 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4886
4887 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4888
4889 * woman.el (WoMan-highlight-references): Add help-echo to
4890 mouse-highlighted text.
4891
4892 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4893
4894 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4895
4896 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4897
4898 * international/quail.el (quail-start-conversion):
4899 Reset quail-translating to nil.
4900
4901 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4902 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4903
4904 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4905
4906 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4907 mouse-highlighted text.
4908
4909 * dired.el (dired-mark-pop-up): Fix last change.
4910
4911 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4912
4913 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4914 mouse-highlighted text.
4915
4916 * net/quickurl.el (quickurl-url-file): Run through
4917 convert-standard-filename.
4918 (quickurl-list-populate-buffer): Add help-echo to
4919 mouse-highlighted text.
4920 (top-level): Update Dave's URL.
4921
4922 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4923 mouse-highlighted text.
4924
4925 * textmodes/page-ext.el (pages-copy-header-and-position):
4926 Add help-echo to mouse-highlighted text.
4927
4928 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4929 mouse-highlighted text.
4930
4931 * replace.el (occur): Add help-echo to mouse-highlighted text.
4932
4933 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4934 mouse-highlighted text.
4935
4936 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4937 mouse-highlighted text.
4938
4939 * progmodes/compile.el (compile-reinitialize-errors):
4940 Add help-echo to mouse-highlighted messages.
4941 (compilation-forget-errors): Remove help-echo property as well.
4942
4943 * play/landmark.el (lm-plot-square, lm-init-display):
4944 Add help-echo to mouse-highlighted text.
4945
4946 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4947 Add help-echo to mouse-highlighted text.
4948
4949 * dired.el (dired-insert-set-properties): Add help-echo to
4950 mouse-highlighted text.
4951 (dired-mark-pop-up): Remove help-echo property from the file name.
4952
4953 * comint.el (comint-send-input): Add help-echo to
4954 mouse-highlighted text.
4955
4956 * buff-menu.el (list-buffers-noselect): Add help-echo to
4957 mouse-highlighted text.
4958
4959 * arc-mode.el (archive-summarize-files): Add help-echo to
4960 mouse-highlighted text.
4961
4962 * ffap.el (ffap-machine-p): Always return nil if
4963 open-network-stream is not fboundp.
4964
4965 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4966
4967 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4968 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4969 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4970 incorrectly binding chars between 128 and 256 to it.
4971 (sgml-maybe-name-self): Handle latin-1 chars properly.
4972 (sgml-tags-invisible): Bind buffer-file-name to nil.
4973 Use unwind-protect and restore-buffer-modified-p.
4974 (sgml-point-entered): Use buffer-substring-no-properties.
4975 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4976 (html-mode): Don't force `imenu-sort-function'.
4977
4978 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4979
4980 * tar-mode.el: Fix the copyright notice.
4981
4982 * font-lock.el (font-lock-comment-face): For tty's with dark
4983 background, use "red1", since "lightred" is not one of the colors
4984 recognized by tty-colors.el.
4985
4986 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4987 create a buffer for extracted file, in case there's more than one
4988 file by that name in an archive, possibly in different
4989 directories. From Kevin Rodgers <kevinr@ihs.com>.
4990
4991 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4992 <alex@gnu.org>.
4993
4994 2001-06-15 Miles Bader <miles@gnu.org>
4995
4996 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4997 Revert previous change.
4998
4999 2001-06-14 Richard M. Stallman <rms@gnu.org>
5000
5001 * replace.el (keep-lines-read-args): Return just a regexp.
5002 Provide nil for the region args.
5003 (keep-lines, flush-lines, how-many):
5004 Calculate the defaults for the region here, when args are nil.
5005
5006 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5007
5008 * rot13.el (rot13-other-window): Some more doc fix.
5009
5010 2001-06-14 Per Starback <starback@ling.uu.se>
5011
5012 * replace.el (case-replace, query-replace-from-history-variable)
5013 (query-replace-to-history-variable, keep-lines-read-args)
5014 (occur-revert-function, query-replace-help): Dox fix.
5015
5016 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5017
5018 * rot13.el (rot13-other-window): Doc fix.
5019
5020 2001-06-14 Miles Bader <miles@gnu.org>
5021
5022 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5023 of " and \ to "." (punctuation).
5024 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5025
5026 2001-06-13 Richard M. Stallman <rms@gnu.org>
5027
5028 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5029
5030 * simple.el (shell-command-on-region): Never kill the
5031 *Shell Command Output* buffer.
5032
5033 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5034
5035 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5036
5037 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5038
5039 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5040 New var, to recognize ${ $' and PODs.
5041 (perl-font-lock-syntactic-face-function): New function.
5042 (perl-mode): Use them.
5043 (perl-continuation-line-p): New function, from perl-calculate-indent.
5044 (perl-calculate-indent): Use it, to properly handle continuation
5045 lines of continuation lines.
5046
5047 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5048
5049 * server.el (server-process, server-buffer-clients): Doc fix.
5050 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5051
5052 2001-06-09 John Wiegley <johnw@gnu.org>
5053
5054 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5055 test if the last command was Lisp or not.
5056 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5057 B x C".
5058
5059 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5060
5061 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5062 general one on compile.el supports drive letters.
5063
5064 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5065
5066 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5067 key description.
5068
5069 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5070
5071 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5072 (reftex-toc-jump): New command.
5073
5074 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5075 to parse international characters as well.
5076
5077 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5078 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5079
5080 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5081
5082 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5083 TAB to the key separators.
5084
5085 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5086
5087 * international/mule.el (auto-coding-alist): Remove redundant
5088 up-cased versions of the extensions (auto-coding-alist-lookup is
5089 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5090 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5091
5092 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5093
5094 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5095
5096 2001-06-01 Richard M. Stallman <rms@gnu.org>
5097
5098 * help.el (describe-variable): Put value on same line
5099 with preceding text, if it is short enough to look good that way.
5100
5101 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5102
5103 * term/internal.el (IT-unicode-translations): New variable.
5104 (IT-setup-unicode-display): New function.
5105
5106 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5107
5108 * ps-print.el: Handle before-string and after-string overlay properties
5109 in ps-print-*-with-faces commands. Doc fix.
5110 (ps-print-version): New version number (6.5.2).
5111 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5112 for XEmacs.
5113 (ps-prefix-quote): Doc fix.
5114 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5115 (ps-basic-plot-str, ps-plot-string): New funs.
5116
5117 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5118
5119 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5120 and :type spec.
5121
5122 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5123
5124 * international/mule-cmds.el (inactivate-input-method):
5125 Set input-method-function to nil.
5126
5127 * xml.el (xml-parse-tag): The document may contain invalid characters.
5128 From ShengHuo ZHU <zsh@cs.rochester.edu>
5129
5130 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5131
5132 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5133 `rmail-summary-line-decoder' if the message does not have
5134 a Subject: field.
5135
5136 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5137
5138 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5139 New variable.
5140 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5141 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5142 is non-nil.
5143
5144 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5145
5146 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5147
5148 2001-05-29 Sam Steingold <sds@gnu.org>
5149
5150 * faces.el (face-valid-attribute-values): Bind `valid' directly
5151 instead of using `setq'.
5152
5153 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5154 Use `tex-shell-buf'.
5155 (tex-shell-proc): Use `tex-shell-running'.
5156 (tex-shell-buf-no-error): New function.
5157 (tex-send-tex-command): Use it.
5158 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5159 (tex-kill-job): Check the process before calling `quit-process'.
5160
5161 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5162
5163 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5164 UTF-8 sequences.
5165
5166 2001-05-28 Miles Bader <miles@gnu.org>
5167
5168 * comint.el (comint-carriage-motion): Renamed from
5169 `comint-cr-magic'. Operate on the buffer instead of the string
5170 (for use as a comint post-output filter, instead of as a
5171 pre-output filter). Handle backspaces too. Add to the
5172 `comint-output-filter-functions' hook instead of
5173 `comint-preoutput-filter-functions'.
5174
5175 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5176
5177 * language/japan-util.el (japanese-hankaku): Prefer the charset
5178 `jisx0201' when the optional argument `ascii-only' is not specified.
5179 (japanese-hankaku-region): Ditto.
5180 From Katsumi Yamaoka <yamaoka@jpl.org>
5181
5182 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5183
5184 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5185 (outline-invisible-p): New function.
5186 (hide-leaves): Save excursion.
5187 (hide-other): Stop looping when reaching bobp.
5188
5189 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5190
5191 * cus-edit.el (custom-file): Fix last change.
5192
5193 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5194
5195 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5196 same definition in byte-compile-function-environment as `autoload'
5197 would put in `symbol-function'.
5198
5199 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5200 patch to correct the error message as well.
5201
5202 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5203
5204 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5205 unless ~/.emacs exists.
5206
5207 * novice.el (enable-command): If user-init-file is nil or does not
5208 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5209
5210 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5211
5212 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5213 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5214 Allow spaces around macro arguments.
5215 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5216 indent-for-tab-command.
5217 (latex-mode-map, plain-tex-mode-map): New keymaps.
5218 Inherit from tex-mode-map.
5219 (tex-common-initialization): Don't setup the keymap any more
5220 since it's now done right by define-derived-mode.
5221 (latex-mode): Set skeleton-end-hook to nil.
5222 (latex-skeleton-end-hook): Remove.
5223 (tex-latex-block, latex-insert-item): Simplify.
5224 (latex-syntax-after): Use following-char rather than char-after.
5225 (tex-discount-args-cmds, tex-count-words): New functions.
5226
5227 * textmodes/tildify.el (tildify-ignored-environments-alist):
5228 Recognize \verb* as well.
5229
5230 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5231 (perl-comment-indent): Simplify to let newcomment.el do its job.
5232 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5233 (perl-mark-function): Cleanup the namespace.
5234 (perl-calculate-indent): Don't be fooled by nested functions.
5235
5236 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5237
5238 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5239 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5240
5241 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5242
5243 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5244 actually be `\\'.
5245 (ctlau-b5-converter): Likewise.
5246
5247 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5248
5249 * international/titdic-cnv.el (quail-misc-package-ext-info):
5250 Change CTLauB.el to CTLau-b5.el.
5251
5252 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5253
5254 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5255 rather than beginning-of-line to avoid problems with fields.
5256 (gud-perldb-massage-args): Use unless and push.
5257 (gud-chdir-before-run): New var.
5258 (gud-common-init): Use it.
5259
5260 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5261
5262 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5263 delete entries for chinese-ctlau and chinese-ctlaub.
5264 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5265 chinese-ctlaub.
5266 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5267 New functions.
5268
5269 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5270
5271 * cus-edit.el (custom-comment-show): Remove debug code.
5272
5273 * language/japan-util.el (japanese-symbol-table): Fix handling of
5274 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5275
5276 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5277
5278 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5279 Renamed by removing the silly `-flag' suffix.
5280 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5281
5282 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5283
5284 * replace.el (keep-lines-read-args): Use `copy-marker'.
5285 (how-many): Save excursion properly.
5286 (occur-mode): Use define-derived-mode.
5287 (perform-replace): Use with-current-buffer.
5288
5289 2001-05-20 Richard M. Stallman <rms@gnu.org>
5290
5291 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5292
5293 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5294
5295 * info.el (Info-read-subfile): Widen before finding the
5296 desired node in the subfile.
5297
5298 * startup.el (command-line-1): When >2 files visited,
5299 leave the last one visible, and make that the selected window.
5300
5301 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5302
5303 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5304
5305 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5306
5307 * international/ccl.el (define-ccl-program): Fix a typo.
5308 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5309
5310 * international/mule.el (decode-char): Fix a typo. From Pavel
5311 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5312
5313 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5314 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5315
5316 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5317 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5318
5319 2001-05-18 Sam Steingold <sds@gnu.org>
5320
5321 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5322 and [RET] to `cvs-mode-find-file'.
5323
5324 2001-05-18 John Wiegley <johnw@gnu.org>
5325
5326 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5327 configuration variable, which determines the initial character
5328 that forces use of an external version of a command. The default
5329 is *, but may be set to \, for example.
5330
5331 * eshell/esh-ext.el (eshell-explicit-command):
5332 Use `eshell-explicit-command-char' instead of ?*.
5333
5334 * eshell/esh-cmd.el (eshell/which):
5335 Use `eshell-explicit-command-char' instead of ?*.
5336
5337 * eshell/em-cmpl.el (eshell-completion-command-name)
5338 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5339 instead of ?*.
5340
5341 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5342
5343 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5344 subst-char-in-string.
5345 (ange-ftp-after-parse-ls-hook): New variable.
5346 (ange-ftp-ls): Run that hook.
5347 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5348
5349 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5350 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5351 text into *Completions*.
5352
5353 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5354 part of which look like email addresses.
5355
5356 2001-05-18 Andrew Innes <andrewi@gnu.org>
5357
5358 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5359 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5360 cmd.exe's handling of FOR loops.
5361 (autoloads): Set find-file-suppress-same-file-warnings to t to
5362 avoid slew of spurious messages.
5363
5364 2001-05-18 Simon Josefsson <simon@josefsson.org>
5365
5366 * mail/smtpmail.el (maybe-append-domain): Renamed to
5367 `smtpmail-maybe-append-domain'.
5368 (smtpmail-via-smtp): Use the new name.
5369
5370 * net/browse-url.el (browse-url-browser-function): Add kde.
5371 (browse-url-kde-program, browse-url-kde-args): New variables.
5372 (browse-url-kde): New function.
5373
5374 2001-05-18 Miles Bader <miles@gnu.org>
5375
5376 * simple.el (delete-horizontal-space, just-one-space):
5377 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5378 because it's more efficient for large files.
5379
5380 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5381
5382 * mail/rmail.el (rmail-require-mime-maybe): New function.
5383 (rmail): Use it.
5384 (rmail-mode): Handle the case of finding Rmail files.
5385
5386 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5387 functions.
5388
5389 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5390
5391 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5392 text-property after moving to the beginning of line and regardless
5393 of the value of font-lock-multiline.
5394
5395 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5396
5397 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5398
5399 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5400 last coding system used before calling set-buffer-modified-p
5401 because that function changes last-coding-system.
5402
5403 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5404
5405 * files.el (switch-to-buffer-other-window)
5406 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5407 the doc string.
5408
5409 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5410
5411 * language/slovak.el, language/czech.el: New maintainer.
5412
5413 2001-05-16 Sam Steingold <sds@gnu.org>
5414
5415 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5416 sub-form of `defgeneric' correctly.
5417
5418 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5419
5420 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5421 of `c'.
5422
5423 * textmodes/outline.el (outline-font-lock-level): Remove the
5424 condition-case, test what outline-level returns instead, to
5425 ease debugging.
5426
5427 * international/mule.el (auto-coding-regexp-alist): New user-option.
5428 (auto-coding-from-file-contents): New function.
5429 (set-auto-coding): Use it to determine a coding system.
5430
5431 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5432
5433 * mouse.el (mouse-delete-other-windows): Doc fix.
5434
5435 * emacs-lisp/lisp-mode.el (lisp-mode):
5436 Make font-lock-keywords-case-fold-search a buffer-local variable with
5437 make-local-variable before setting it.
5438
5439 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5440
5441 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5442 prefixes.
5443
5444 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5445
5446 * hexl.el (hexl-current-address): Print a message when called
5447 interactively.
5448
5449 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5450
5451 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5452
5453 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5454
5455 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5456
5457 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5458
5459 * startup.el (command-line): If parameters have been changed in
5460 the init files which influence font selection, clear the face
5461 cache so that faces get realized with the new parameters.
5462
5463 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5464
5465 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5466
5467 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5468
5469 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5470
5471 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5472 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5473
5474 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5475
5476 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5477 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5478
5479 2001-05-09 John Wiegley <johnw@gnu.org>
5480
5481 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5482 Annotated the documentation string to tell users about
5483 `eshell-no-numeric-conversions'.
5484
5485 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5486 conversions if a Lisp function has the property
5487 `eshell-no-numeric-conversions' set to a non-nil value.
5488
5489 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5490 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5491 property `eshell-no-numeric-conversions' on the following
5492 functions (which all deal with filesystem entities, and never Lisp
5493 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5494 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5495 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5496 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5497 eshell/which, eshell/addpath.
5498
5499 2001-05-09 John Wiegley <johnw@gnu.org>
5500
5501 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5502 encountered as an argument, don't convert it right away, but tag
5503 the first character of the string with the text properties
5504 `number', which signifies to `eshell-lisp-command' that the
5505 argument should be passed through `string-to-number' if it is
5506 actually used in the call to a Lisp function.
5507
5508 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5509 function, convert any string arguments that have been tagged as
5510 "numbers", by calling string-to-number.
5511
5512 * eshell/esh-util.el (eshell-number-regexp): Now that number
5513 conversions only happen for Lisp function calls, the number regexp
5514 should now match all integer and floating point forms.
5515
5516 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5517 `eshell-continue-process', since they are both nonfunctional at
5518 the moment.
5519 (eshell-proc-initialize): Don't bind keys for
5520 `eshell-stop-process' or `eshell-continue-process'.
5521
5522 * eshell/em-unix.el (eshell-shuffle-files):
5523 Apply `directory-file-name' before calling `file-name-directory'.
5524
5525 * eshell/em-hist.el (eshell-add-to-history): Reference to
5526 `eshell-history-ring' needed to be `eshell-history-index'.
5527
5528 * calendar/timeclock.el (timeclock-find-discrep):
5529 Initialize `elapsed' to 0.
5530 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5531 it's still nil.
5532
5533 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5534
5535 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5536 (archive-mode): Use capitalize.
5537 (archive-unique-fname): Use make-temp-file.
5538
5539 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5540
5541 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5542
5543 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5544
5545 * tar-mode.el (tar-extract): Pay attention to the value of
5546 coding-system-for-read, if it is non-nil.
5547
5548 * calendar/holidays.el (holidays): Add an autoload cookie.
5549 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5550
5551 2001-05-08 John Wiegley <johnw@gnu.org>
5552
5553 * calendar/timeclock.el (timeclock-workday-remaining):
5554 Changed logic for determining how much time is remaining.
5555 (timeclock-workday-elapsed): Don't accept a "relative" argument
5556 for the current day's elapsed time. What could that have meant?
5557 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5558 (timeclock-when-to-leave): Changed logic, similarly to what was
5559 done for `timeclock-workday-remaining'.
5560 (timeclock-find-discrep): Removed "today-only" argument, which had
5561 no meaning. Fixed some more math problems. The function now
5562 returns a three member list: (TOTAL-TIME-DISCREPANCY
5563 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5564
5565 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5566
5567 * w32-fns.el (convert-standard-filename): Start replacing slashes
5568 from the beginning of the file name, not from where the last
5569 invalid character was. From "Andrew Maguire (SWW)"
5570 <Andrew.Maguire@Smallworld.co.uk>
5571
5572 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5573
5574 The following changes are to provide infrastructure for handling
5575 MIME messages to rmail. They don't affect the original behaviour
5576 if rmail-enable-mime is nil.
5577
5578 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5579 (rmail-search-mime-message-function)
5580 (rmail-search-mime-header-function): New variables.
5581 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5582 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5583 `rmail-view-buffer' is hidden.
5584 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5585 call rmai-show-mime-function.
5586 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5587 mode-line-process of rmail-view-buffer.
5588 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5589 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5590 buffer.
5591 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5592 set-buffer to the Rmail buffer.
5593 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5594 rmail-search-mime-header-function.
5595 (rmail-search-message): New function.
5596 (rmail-search): Call rmail-search-message to check if a message
5597 matches REGEXP, lastly update point after calling
5598 rmail-show-message.
5599 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5600 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5601 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5602 header region, refer to rmail-msgref-vector while setting the
5603 current buffer to rmail-buffer temporarily.
5604 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5605 If rmail-enable-mime is non-nil, call
5606 rmail-insert-mime-forwarded-message-function instead of inserting
5607 forwarded message by itself.
5608
5609 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5610 Rmail buffer.
5611 (rmail-set-label, rmail-next-labeled-message): Likewise.
5612
5613 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5614 set-buffer to the Rmail buffer.
5615 (rmail-output-to-rmail-file): Likewise.
5616 (rmail-output): Likewise.
5617
5618 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5619 of mail-fetch-field by rmail-summary-line-decoder.
5620 (rmail-new-summary): Be sure to go to the Rmail buffer.
5621 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5622 rmail-view-buffer to nil.
5623 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5624 rmail-view-buffer.
5625 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5626 rmail-buffer.
5627 (rmail-summary-scroll-msg-down): Likewise.
5628 (rmail-summary-beginning-of-message): Likewise.
5629 (rmail-summary-wipe): Likewise.
5630 (rmail-summary-toggle-header): Use save-window-excursion, not
5631 save-excursion. Update point in rmail-view-buffer, not in
5632 rmail-buffer.
5633 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5634 rmail-view-buffer, not rmail-buffer.
5635
5636 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5637
5638 * cus-edit.el (custom-file): Signal an error if user-init-file is
5639 nil (running -q).
5640
5641 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5642
5643 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5644 Add :version.
5645
5646 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5647 New option.
5648 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5649 only if smtpmail-warn-about-unknown-extensions is set.
5650
5651 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5652 instead of rmail-sort-by-keywords.
5653
5654 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5655 rmail-sort-by-keywords.
5656
5657 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5658 rmail-summary-sort-by-keywords. Doc fix.
5659 (rmail-summary-mode): Doc fix.
5660
5661 * mail/rmail.el (rmail-edit): New Custom group.
5662
5663 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5664 (rmail-edit-mode-hook): New user-option.
5665
5666 2001-05-05 Richard M. Stallman <rms@gnu.org>
5667
5668 * help.el (help-xref-symbol-regexp): Recognize "source of"
5669 and friends, meaning make a link to the source file.
5670 (help-make-xrefs): Handle "source of" and friends
5671 by constructing a link that visits the source file.
5672
5673 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5674
5675 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5676
5677 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5678 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5679 Renamed from perl-font-lock-keywords to avoid clashes.
5680 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5681 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5682 Updated correspondingly.
5683
5684 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5685 Typo `nonexistant' -> `nonexistent'.
5686
5687 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5688
5689 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5690 Split `c-electric-delete' into two functions where
5691 `c-electric-delete-forward' always deletes forward and
5692 `c-electric-delete' only contains the code necessary for XEmacs to
5693 choose between backward and forward deletion.
5694
5695 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5696 get the electric behavior on that key too.
5697 (c-fill-paragraph): Fixed bogus direct use of
5698 c-comment-prefix-regexp, which caused an error when it's a list.
5699
5700 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5701
5702 * dired-aux.el (dired-diff): Doc fix.
5703
5704 * dired.el (dired-diff): Likewise.
5705
5706 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5707
5708 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5709
5710 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5711
5712 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5713 if both the buffer and the file are read-only.
5714
5715 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5716 rather than font-lock-string-face.
5717 (sh-get-indent-info): Treat heredocs like strings.
5718
5719 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5720
5721 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5722 a newline following `}'.
5723 (texinfo-format-email): New function.
5724 (toplevel): Use texinfo-format-email for @email.
5725 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5726 Add `display'.
5727 (texinfo-sort-region): Goto point-min before sorting.
5728 (texinfo-set): Remove leading white space from value.
5729 From yagi@is.titech.ac.jp.
5730
5731 * replace.el (query-replace-regexp-eval): Doc fix.
5732
5733 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5734
5735 * diff-mode.el (diff-nonexistant-face): New face.
5736 (diff-font-lock-keywords): Use it.
5737
5738 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5739
5740 * font-lock.el (font-lock-mode): Doc fix.
5741
5742 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5743 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5744
5745 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5746
5747 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5748 backslash at the start of the here-document delimiter.
5749 (sh-font-lock-syntactic-keywords): Likewise.
5750
5751 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5752
5753 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5754
5755 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5756 (tty-color-translate, tty-color-by-index, tty-color-values)
5757 (tty-color-desc): Doc fix.
5758
5759 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5760
5761 * dired-aux.el (dired-do-create-files, dired-do-copy)
5762 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5763 Mention dired-dwim-target in the doc string.
5764
5765 2001-04-28 Miles Bader <miles@gnu.org>
5766
5767 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5768 (dabbrev--find-expansion): Use it.
5769 (dabbrev--select-buffers): Don't select ignored buffers.
5770
5771 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5772
5773 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5774
5775 2001-04-26 Richard M. Stallman <rms@gnu.org>
5776
5777 * dabbrev.el: Add doc strings for some functions.
5778 (dabbrev--eliminate-newlines): New variable.
5779 (dabbrev--substitute-expansion): Convert newlines to spaces
5780 if dabbrev--eliminate-newlines is set.
5781 If abbrev and expansion are both all-lower-case,
5782 leave dabbrev--last-case-pattern nil.
5783
5784 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5785
5786 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5787 if necessary, like in rmail-show-message.
5788
5789 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5790
5791 * ps-print.el: Color specified by number is forced to be float number.
5792 (ps-print-version): New version number (6.5.1.1).
5793 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5794 initialization.
5795 (ps-prefix-quote): New internal var.
5796 (ps-print-quote): New fun.
5797 (ps-setup, ps-output-frame-properties, ps-float-format)
5798 (ps-format-color): Code fix.
5799 (ps-plot-region): Eliminate redundant foreground color text setting.
5800
5801 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5802
5803 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5804
5805 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5806
5807 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5808
5809 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5810
5811 * info.el (Info-additional-directory-list): Doc fix.
5812
5813 * find-lisp.el (find-lisp-find-dired-filter)
5814 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5815 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5816
5817 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5818
5819 * progmodes/make-mode.el (makefile-font-lock-keywords):
5820 Rationalize the rules for includes and conditionals and use the
5821 keyword face for them.
5822
5823 * faces.el (modify-face): Add compatibility for non-interactive use.
5824
5825 2001-04-24 John Wiegley <johnw@gnu.org>
5826
5827 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5828 fix from last night, since it wasn't finding eshell/cd.
5829
5830 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5831
5832 * rect.el (string-rectangle): Revert to 20.x behaviour.
5833 (replace-rectangle): Make it an alias for string-rectangle.
5834 (string-insert-rectangle): New function.
5835
5836 2001-04-23 John Wiegley <johnw@gnu.org>
5837
5838 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5839 occurring with Emacs 21's diff.el/compile.el interaction layer.
5840
5841 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5842
5843 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5844 case where the function was defined in a file, but not part of an
5845 eshell module.
5846
5847 2001-04-23 John Wiegley <johnw@gnu.org>
5848
5849 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5850 code to work around a redisplay problem I've been having.
5851
5852 2001-04-23 John Wiegley <johnw@gnu.org>
5853
5854 * calendar/timeclock.el (timeclock-day-required): If the time
5855 required for a particular day is not set, use `timeclock-workday'.
5856 (timeclock-find-discrep): Added some sample code in a comment.
5857
5858 * eshell/eshell.el (eshell-command): Made a few changes so that
5859 `eshell-command' could be called programmatically.
5860
5861 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5862
5863 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5864
5865 2001-04-23 John Wiegley <johnw@gnu.org>
5866
5867 * calendar/timeclock.el: Updated copyright.
5868 (timeclock-generate-report): Don't report the daily or two-week
5869 total, if no time has been worked in that period.
5870 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5871 final computational form, which was unnecessary; corrected a
5872 parsing problem when timeclock-relative was nil.
5873
5874 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5875
5876 * calendar/timeclock.el (timeclock-modeline-display): Check if
5877 `list-entry' is null.
5878 (timeclock-use-display-time): The first argument to `set-variable'
5879 must be a symbol.
5880
5881 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5882
5883 * calendar/calendar.el (diary-entry-marker)
5884 (calendar-today-marker, calendar-holiday-marker):
5885 Use display-color-p instead of window-system.
5886 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5887 instead of window-system.
5888 (calendar-hide-window): Use display-multi-frame-p instead of
5889 window-system.
5890
5891 * calendar/cal-x.el (calendar-two-frame-setup)
5892 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5893 Use display-multi-frame-p instead of window-system.
5894
5895 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5896
5897 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5898
5899 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5900 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5901
5902 2001-04-23 Alex Schroeder <alex@gnu.org>
5903
5904 * goto-addr.el: Instead of defining line-beginning-position and
5905 line-end-position a defalias is used for point-at-bol and point-at-eol.
5906
5907 2001-04-23 Alex Schroeder <alex@gnu.org>
5908
5909 * goto-addr.el: Added XEmacs compatibility code.
5910 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5911
5912 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5913
5914 * textmodes/paragraphs.el (sentence-end): Doc fix.
5915
5916 2001-04-20 Alex Schroeder <alex@gnu.org>
5917
5918 * sql.el (sql-escape-newlines-and-send): New function.
5919 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5920
5921 2001-04-20 Alex Schroeder <alex@gnu.org>
5922
5923 * sql.el (sql-db2-program): New option.
5924 (sql-db2-options): New option.
5925 (sql-db2): New function.
5926
5927 2001-04-20 Alex Schroeder <alex@gnu.org>
5928
5929 * sql.el (sql-mode-menu): Added highlighting entries.
5930 (sql-highlight-oracle-keywords): New function.
5931 (sql-highlight-postgres-keywords): New function.
5932 (sql-highlight-ansi-keywords): New function.
5933
5934 2001-04-20 Alex Schroeder <alex@gnu.org>
5935
5936 * sql.el (sql-help): Doc change.
5937
5938 2001-04-19 Karl Fogel <kfogel@collab.net>
5939
5940 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5941 that inserted file content only to delete it immediately.
5942 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5943 <lektu@uol.com.br> for the patch.
5944
5945 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5946
5947 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5948
5949 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5950
5951 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5952 for defmethod.
5953
5954 * comint.el (comint-cr-magic): New function.
5955 (toplevel): Add it to comint-preoutput-filter-functions.
5956
5957 2001-04-18 Andrew Innes <andrewi@gnu.org>
5958
5959 * makefile.w32-in (EMACSLOADPATH): Define.
5960 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5961 (recompile): Remove stuff to set EMACSLOADPATH.
5962
5963 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5964
5965 * language/slovak.el ("Slovak"): Add tutorial entry.
5966
5967 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5968 browse-url-new-window-p.
5969
5970 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5971
5972 * info.el (Info-menu-update): When there are no menus and/or no
5973 cross references in the node, make the respective items of the
5974 Info menu-bar menu inactive.
5975
5976 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5977
5978 * indent.el (indent-for-tab-command): Call indent-line-function
5979 with no argument if PREFIX-ARG is non-nil.
5980
5981 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5982
5983 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5984
5985 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5986 an async subprocess if start-process is unavailable. Suggested by
5987 Tim Van Holder <tim.van.holder@pandora.be>.
5988
5989 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5990
5991 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5992 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5993
5994 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5995
5996 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5997 manual.
5998
5999 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6000
6001 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6002 (cvs-menu): Add a few entries.
6003
6004 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6005 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6006 lock file appears to be reachable from Emacs.
6007 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6008 (cvs-mode-find-file): Look for cvs-header-face rather than
6009 cvs-dirname-face (which doesn't exist).
6010 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6011
6012 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6013
6014 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6015
6016 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6017 normal-erase-is-backspace on a tty. Instead, bind some keys such
6018 as [delete] directly, like pc-select.el did before
6019 normal-erase-is-backspace was invented.
6020
6021 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6022
6023 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6024
6025 2001-04-11 John Wiegley <johnw@gnu.org>
6026
6027 * eshell/em-ls.el (eshell-ls-insert-directory):
6028 Set font-lock-defaults to nil, to prevent fontification in dired
6029 buffers, if Eshell's ls is being used.
6030
6031 2001-04-11 John Wiegley <johnw@gnu.org>
6032
6033 * calendar/timeclock.el (timeclock-completing-read): New function.
6034 (timeclock-ask-for-project, timeclock-ask-for-reason):
6035 Call `timeclock-completing-read'.
6036
6037 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6038 required where `member' was being used.
6039
6040 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6041
6042 * eshell/em-hist.el (eshell-previous-matching-input):
6043 Don't display "History item" if the the minibuffer is active.
6044
6045 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6046
6047 * startup.el (command-line): Output a newline after printing
6048 an error from loading the window system's init file.
6049
6050 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6051
6052 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6053 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6054 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6055 keywords whose arguments routinely include @@.
6056
6057 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6058
6059 * emacs-lisp/advice.el (ad-make-advised-definition):
6060 Construct advice for subrs differently.
6061
6062 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6063 regexp in parentheses when building the regexp for searching backwards.
6064
6065 * simple.el (completion-list-mode-finish): New function.
6066 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6067
6068 * language/european.el ("Polish"): Change sample text.
6069 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6070
6071 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6072 parameter.
6073
6074 * faces.el (menu): Doc fix.
6075
6076 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6077
6078 * ps-print.el: Footer implementation. Doc fix.
6079 (ps-print-version): New version number (6.5.1).
6080 (ps-header-frame-alist): New customization var for header frame
6081 properties.
6082 (ps-line-number-color): New customization var for line number color.
6083 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6084 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6085 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6086 (ps-right-footer): New customization vars for footers.
6087 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6088 footers.
6089 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6090 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6091 Code fix.
6092 (ps-prologue-file): Indentation fix.
6093 (ps-print-quote): Fun eliminated.
6094 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6095 (ps-output-frame-properties): New fun.
6096 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6097 (ps-skip-newline): Replace defun by defsubst.
6098
6099 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6100
6101 * eshell/eshell.el (eshell-command): Needed a "%s" format
6102 specifier, in case the buffer contains percent characters.
6103
6104 2001-04-10 John Wiegley <johnw@gnu.org>
6105
6106 * calendar/timeclock.el (timeclock-generate-report): Added a
6107 missing insert of the project name.
6108
6109 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6110
6111 * obsolete/profile.el: Moved from emacs-lisp/.
6112
6113 * Makefile.in (nonobsolete_setwins): New macro.
6114 (finder-data): Use it instead of `setwins'.
6115 From: Dave Love <fx@gnu.org>.
6116
6117 * server.el (server-visit-files): Set server-existing-buffer correctly.
6118 (server-visit-files): Run server-visit-hook after going to
6119 line 1 so that the hook can set point as it sees fit.
6120
6121 * bindings.el (mode-line-modified): Unify help messages.
6122
6123 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6124
6125 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6126 All callers changed.
6127
6128 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6129
6130 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6131 long file names aren't supported, truncate the file names in
6132 quail-misc-package-ext-info to 8+3 before matching them against
6133 FILENAME.
6134
6135 * dos-fns.el (dos-truncate-to-8+3): New function.
6136
6137 * progmodes/compile.el (grep-compute-defaults): Use null-device
6138 instead of literal /dev/null. Reported by Jens Schmidt
6139 <schmidt@mathematik.uni-kl.de>.
6140
6141 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6142
6143 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6144
6145 * textmodes/sgml-mode.el: Add unknown maintainer.
6146 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6147 (html-mode-map): Use set-keymap-parent.
6148
6149 2001-04-06 Dave Love <fx@gnu.org>
6150
6151 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6152 Remove redundant string-to-list.
6153
6154 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6155
6156 * composite.el (reference-point-alist): Doc fix.
6157
6158 2001-04-05 Sam Steingold <sds@gnu.org>
6159
6160 * font-lock.el (font-lock-keywords-case-fold-search):
6161 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6162 file made font-lock case-insensitive.
6163
6164 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6165
6166 * faces.el (defface menu): Doc fix.
6167
6168 * wid-edit.el (widget-color-sample-face-get): Don't make
6169 faces for undefined colors.
6170
6171 * version.el (emacs-version): Include LessTif/Motif version info.
6172
6173 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6174
6175 * ps-mule.el: Eliminate cl package dependence.
6176 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6177 if they aren't defined yet.
6178 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6179 Eliminate cl package dependence.
6180
6181 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6182
6183 * progmodes/cc-cmds.el (c-outline-level):
6184 Bind buffer-invisibility-spec. Originally from Dave Love, but
6185 got lost when incorporating version 5.26.
6186
6187 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6188
6189 * emulation/pc-select.el (pc-selection-mode):
6190 Call normal-erase-is-backspace-mode instead of binding
6191 keys individually.
6192
6193 * cus-load.el (normal-erase-is-backspace): Use it instead of
6194 delete-key-deletes-forward.
6195
6196 * startup.el (command-line): Use normal-erase-is-backspace and
6197 normal-erase-is-backspace-mode.
6198
6199 * simple.el (normal-erase-is-backspace): Rename from
6200 delete-key-deletes-forward. Doc fix.
6201 (normal-erase-is-backspace-mode): Rename from
6202 delete-key-deletes-forward-mode. Doc fix.
6203 Run normal-erase-is-backspace-hook.
6204
6205 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6206 ``human-readable'' format produced by GNU `ls'.
6207 (dired-move-to-filename-regexp): Recognize ISO format dates.
6208 From Paul Eggert <eggert@twinsun.com>.
6209
6210 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6211
6212 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6213 New functions.
6214 (lm-verify): Check keywords.
6215 From Eric M. Ludlam <eric@siege-engine.com>.
6216
6217 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6218
6219 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6220 `xemacs' feature instead of for the function `set-extent-property'.
6221
6222 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6223
6224 * mail/mh-utils.el (mh-folder-hist): New var.
6225 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6226
6227 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6228
6229 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6230 region, position point on the first or last 16-byte group.
6231 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6232 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6233 hexl-beginning-of-line.
6234
6235 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6236
6237 * icomplete.el (icomplete-mode): Treat an argument like other
6238 modes do.
6239
6240 * startup.el (fancy-splash-head): Use splash8.xpm for color
6241 depth 8.
6242
6243 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6244 Add an antry for ``converts''.
6245
6246 * language/slovak.el ("Slovak"): Add documentation string.
6247 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6248
6249 * language/czech.el ("Czech"): Add documentation string.
6250 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6251
6252 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6253 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6254
6255 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6256
6257 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6258 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6259 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6260 Use `defsubst' rather than a macro to ease debugging.
6261 (mail-extr-last): Remove (use `last' instead).
6262 (mail-extract-address-components): Properly reset the syntax-table
6263 after parsing an address. Use `last' rather than mail-extr-last.
6264 Make sure the end marker stays at the very end.
6265
6266 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6267
6268 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6269 last change.
6270
6271 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6272
6273 * ps-print.el: Line and paragraph spacing feature. Region to cut
6274 out when printing. Doc fix.
6275 (ps-print-version): New version number (6.5).
6276 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6277 New vars. Line and paragraph spacing feature.
6278 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6279 out when printing.
6280 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6281 (ps-get-font-size, ps-begin-job, ps-continue-line)
6282 (ps-plot-region): Code fix.
6283 (ps-print-prologue-2): Var eliminated.
6284 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6285 New internal vars.
6286 (ps-get-size): New fun.
6287 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6288 (ps-next-line): Replace defun by defsubst.
6289 (ps-mule-plot-string): Autoload doc fix.
6290
6291 * ps-bdf.el: XEmacs compatibility. Doc fix.
6292 (installation-directory, coding-system-for-read): Declare vars if
6293 it's not declared yet.
6294 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6295
6296 * ps-mule.el: XEmacs compatibility. Doc fix.
6297 (leading-code-private-22): Declare var if it's not declared yet.
6298 (charset-bytes, charset-dimension, charset-id, charset-width)
6299 (find-charset-region, split-char, char-width, chars-in-region)
6300 (forward-point, decompose-composite-char, encode-coding-string)
6301 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6302 Define funs if not defined yet.
6303 (encode-composition-rule, find-composition): Define funs if not
6304 loaded yet.
6305 (ps-mule-prologue): PostScript code fix.
6306
6307 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6308
6309 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6310 non-nil, generate font for the header strings.
6311 (ps-mule-prepare-font): Likewise.
6312 (ps-mule-generate-glyphs): Likewise.
6313 (ps-mule-string-encoding): Likewise.
6314 (ps-mule-header-charsets): New variable.
6315 (ps-mule-encode-header-string): New function.
6316 (ps-mule-header-string-charsets): New function.
6317 (ps-mule-begin-job): Check charsets in the header strings. If there
6318 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6319
6320 * ps-print.el (ps-generate-header-line): Encode the header string by
6321 ps-mule-encode-header-string.
6322 (ps-mule-encode-header-string): Declare autoload.
6323
6324 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6325
6326 * frame.el (cursor-in-non-selected-windows):
6327 Replaces show-cursor-in-non-selected-windows.
6328
6329 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6330
6331 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6332 Delete entries for "chinese-py" and "chinese-ziranma".
6333 (quail-misc-package-ext-info): New variable.
6334 (tsang-quick-converter): New function.
6335 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6336 (quick-cns-converter, py-converter, ziranma-converter)
6337 (miscdic-convert, batch-miscdic-convert): New functions.
6338
6339 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6340
6341 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6342 eight-bit-control chars.
6343
6344 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6345 Reduce making temporary vector (suggested by Dave Love).
6346
6347 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6348
6349 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6350 string as well.
6351
6352 2001-03-30 Andreas Schwab <schwab@suse.de>
6353
6354 * files.el (backup-directory-alist): Fix typo.
6355
6356 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6357
6358 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6359 <eggert@twinsun.com>.
6360
6361 2001-03-30 Dave Love <fx@gnu.org>
6362
6363 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6364
6365 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6366
6367 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6368
6369 2001-03-30 Miles Bader <miles@gnu.org>
6370
6371 * subr.el (interactive-form): Fix paren typo.
6372
6373 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6374
6375 * emacs-lisp/profile.el: Say that it's obsolete in the header
6376 line, so that finder.el puts that into its data-base.
6377 Suggested by Alex Schroeder <alex@gnu.org>.
6378
6379 2001-03-29 Paul Eggert <eggert@twinsun.com>
6380
6381 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6382 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6383
6384 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6385
6386 * generic.el (generic-mode-set-comments): Use "" rather than nil
6387 for comment-end.
6388
6389 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6390
6391 * emacs-lisp/advice.el (ad-make-advised-definition):
6392 Call interactive-form to obtain the interactive spec of subrs.
6393
6394 * subr.el (interactive-form): New function.
6395
6396 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6397
6398 * vc-sccs.el (vc-sccs-register): Use relative file names.
6399
6400 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6401
6402 * bookmark.el (bookmark-get-bookmark): Handle case that
6403 BOOKMARK is not a string.
6404
6405 * image.el (image-type-regexps): Change type for PS files
6406 to `postscript'.
6407
6408 * subr.el (read-passwd): Clear command history after each
6409 character entered. From: Stephen Gildea
6410 <gildea@stop.mail-abuse.org>.
6411
6412 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6413
6414 * international/kkc.el (kkc-save-init-file): Locally bind
6415 print-length to nil.
6416
6417 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6418
6419 * textmodes/flyspell.el: Some doc fixes.
6420 (flyspell-maybe-correct-transposition)
6421 (flyspell-maybe-correct-doubling): Use a temporary buffer
6422
6423 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6424
6425 * emacs-lisp/byte-opt.el (byte-optimize-while)
6426 (byte-optimize-form-code-walker): Diagnose too few arguments
6427 for `if' and `while'.
6428
6429 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6430
6431 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6432 Prepend `\' to "\<quail-translation-docstring>".
6433
6434 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6435
6436 * autorevert.el (global-auto-revert-non-file-buffers):
6437 Remove duplicate defcustom.
6438
6439 2001-03-26 Miles Bader <miles@gnu.org>
6440
6441 * international/latin1-disp.el (latin1-char-displayable-p):
6442 Add leading "-" for X font pattern.
6443
6444 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6445
6446 * international/mule-diag.el (describe-coding-system):
6447 For raw-text and emacs-mule, don't add anymore text about what
6448 charsets they can encode.
6449
6450 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6451
6452 * help.el (view-lossage): Mention open-dribble-file in the doc
6453 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6454
6455 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6456
6457 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6458 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6459
6460 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6461
6462 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6463 Call ccl-execute-on-string directly so that CCL program handling
6464 multibyte sequence can work correctly.
6465 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6466 property of the coding system.
6467
6468 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6469
6470 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6471 Fix transcription typo.
6472
6473 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6474
6475 * whitespace.el: Add buffer local variables to toggle testing of
6476 whitespaces in buffers without affecting the default values.
6477 Bump version to 3.0 to account for a few other changes.
6478 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6479 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6480 (whitespace-toggle-spacetab-check): New functions.
6481
6482 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6483
6484 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6485
6486 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6487
6488 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6489 bs-cycle-configuration-name. From Juanma Barranquero
6490 <lektu@uol.com.br>.
6491
6492 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6493 and cc-vars.el.
6494
6495 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6496 headers. Always invoke sendmail with option -t.
6497
6498 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6499
6500 * Release of cc-mode 5.28.
6501
6502 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6503
6504 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6505 Removed the hardcoded switch to "java" style in Java mode.
6506 It's instead taken care of by the default value for c-default-style.
6507
6508 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6509
6510 * cc-align.el (c-lineup-math): Fix bug where lineup was
6511 triggered by equal signs in string literals.
6512
6513 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6514
6515 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6516 limit detection when at the ends of the buffer.
6517
6518 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6519 "for" statement clause in case 7F; a better one is done
6520 earlier in case 7D anyway.
6521
6522 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6523
6524 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6525 somewhat more and did a small optimization.
6526
6527 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6528
6529 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6530 Use the limit argument only to limit the syntactic context
6531 search, not to limit the actual movement.
6532
6533 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6534 inside multiline strings, just like in comments. Also various
6535 fixes to the paragraph and comment prefix recognition, block
6536 comment ender handling etc.
6537
6538 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6539
6540 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6541 the relative position of the point.
6542
6543 * cc-cmds.el (c-electric-continued-statement): New function to
6544 use as abbrev hook to reindent for keywords such as "else"
6545 that continues an earlier statement.
6546
6547 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6548 like classes.
6549
6550 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6551 (pike-mode): Populate the default abbrev tables to reindent for
6552 keywords such as "else" that can continue earlier statements.
6553 Abbrev mode is therefore turned on by default now. (Note that
6554 this doesn't apply to idl-mode, since IDL afaik doesn't have
6555 statements at all.)
6556
6557 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6558
6559 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6560 bracelists where the declaration contains template arguments.
6561
6562 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6563
6564 * cc-cmds.el (c-comment-indent):
6565 Use `c-get-syntactic-indentation' to correctly calculate the
6566 syntactic indentation. Fixes bug with lineup functions that
6567 return vectors.
6568
6569 * cc-engine.el (c-get-syntactic-indentation): Split the
6570 indentation sum calculation from `c-indent-line' to a separate
6571 function.
6572
6573 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6574
6575 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6576 Fixed places where it was assumed that preprocessor directives
6577 have to start in column zero.
6578
6579 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6580 template arguments after a class identifier properly.
6581
6582 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6583 lists for `new Foo[]' constructs in Java as expressions and
6584 not top level definition brace lists on the top level, so that
6585 they'll get indented consistently with the same type of
6586 expression in a normal block.
6587
6588 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6589
6590 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6591 whether the adaptive filling package fails to keep the comment
6592 prefix is now kludged further to check for filladapt-mode
6593 which doesn't have that problem. This is really icky, but it's
6594 the only way that works with the current misfeatures/bugs in
6595 both adaptive-fill-mode and filladapt-mode.
6596
6597 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6598 around point is recognized more robust.
6599
6600 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6601
6602 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6603 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6604 (c-lit-type): Fixed all internal variables used dynamically so
6605 that they are always bound.
6606
6607 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6608 errors:
6609
6610 (c-indent-region): Fixed reporting of syntactic errors so that
6611 the region is fully reindented even when an error occurs.
6612 The last syntactic error is printed afterwards. Also cleanup up a
6613 whole lot of code that tried to optimize indentation of whole
6614 sexps but in reality accomplishes nothing.
6615
6616 (c-indent-sexp): Use c-indent-region.
6617
6618 (c-parsing-error): Changed this variable to hold the message
6619 for any syntactic error that is discovered.
6620
6621 (c-parse-state): Search backward from point instead of the bod
6622 position when the latter is invalid. This makes CC Mode
6623 recover faster when there are unbalanced close braces.
6624
6625 (c-backward-to-start-of-if): Use c-parsing-error to report
6626 dangling "else" clauses instead of throwing an error, and fall
6627 back to a reasonable position.
6628
6629 (c-indent-line): Added argument to avoid reporting syntactic errors.
6630
6631 (c-show-syntactic-information): Don't report any syntactic errors.
6632
6633 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6634
6635 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6636 paragraph recognition when moving by sentence in literals.
6637
6638 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6639 start regexp for javadoc to recognize javadoc markup in general instead
6640 of a specific set of keywords, to be more future-safe.
6641
6642 (c-Pike-pikedoc-paragraph-start)
6643 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6644 pikedoc markup.
6645
6646 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6647
6648 (pike-mode): Initialize paragraph settings pikedoc recognition.
6649
6650 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6651
6652 (c-comment-prefix-regexp): Made it possible to use an
6653 association list on this to specify mode specific regexps.
6654 The default value now use a special regexp in Pike mode to
6655 recognize pikedoc markup.
6656
6657 (c-current-comment-prefix): New variable containing the actual
6658 regexp from c-comment-prefix-regexp for the current buffer.
6659
6660 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6661
6662 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6663 lists: We can't look at the syntax, since a brace list can get
6664 recognized as a plain statement-cont.
6665
6666 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6667 special brace list opener broken over two lines got recognized
6668 as a statement on the second line. Case 9A changed.
6669
6670 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6671
6672 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6673 adjustment after line is reindented.
6674
6675 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6676
6677 * cc-defs.el (c-point): Added optional argument for position
6678 to use instead of the current point.
6679
6680 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6681 the in-expression block symbols when the construct starts at
6682 boi, to avoid the extra level of indentation in that case.
6683 Cases 4, 16A and 17E affected.
6684
6685 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6686
6687 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6688 calls to `c-indent-line', to adhere better to Emacs conventions.
6689
6690 * cc-engine.el (c-indent-line): Use the syntax already bound
6691 to `c-syntactic-context', if there is any.
6692
6693 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6694
6695 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6696 wasn't added up correctly when a lineup function returned nil.
6697
6698 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6699
6700 * cc-engine.el (c-collect-line-comments): Fixed bug where
6701 empty lines were ignored when collecting line comments backwards.
6702
6703 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6704
6705 * cc-align.el (c-lineup-dont-change): Return an absolute
6706 indentation column to work correctly in the case when several
6707 syntactic elements are processed for the same line.
6708
6709 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6710 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6711 (c-set-offset): Added absolute indentation column settings by
6712 using the vector type.
6713
6714 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6715
6716 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6717 Implemented two new cleanups `space-before-funcall' and
6718 `compact-empty-funcall'.
6719
6720 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6721
6722 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6723 helping building regexps.
6724
6725 * cc-engine.el (c-on-identifier): New function for detecting
6726 identifiers. It takes keywords into account.
6727
6728 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6729 lists. `c-keywords' is set to a regexp matching all keywords
6730 in the current language.
6731
6732 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6733
6734 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6735 list of characters to skip backwards over at the beginning of
6736 a statement, since it can precede string literals in Pike.
6737
6738 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6739
6740 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6741 recognition when standing on the last line in a C++ comment
6742 with nothing but whitespace after the prefix.
6743
6744 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6745 given no limit argument.
6746
6747 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6748
6749 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6750 recognition for the `[]= operator symbol in Pike.
6751
6752 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6753
6754 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6755 around a bug in `eval-when-compile' in the byte compiler.
6756
6757 * cc-engine.el (c-forward-token-1): Fixed bug with return
6758 value when count is zero and there's no token start within the limit.
6759
6760 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6761 "prefix comments", i.e. comments which are followed by code on
6762 the same line.
6763
6764 * cc-mode-19.el: Fixes so that checks that must be done at
6765 compile time also are done then.
6766
6767 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6768
6769 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6770 time and at runtime, and only when it's needed.
6771
6772 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6773
6774 Major cleanup for less error prone and more warning free
6775 compilation, including some fixes for bugs due to different
6776 compilation orders. Thanks to Martin Buchholz for providing
6777 the basis for all this.
6778
6779 * cc-bytecomp.el: New file that provides some byte compilation
6780 features: It ensures that files always are loaded from the
6781 current source directory during compilation, and it provides a
6782 set of macros to turn off specific compiler warnings for
6783 specific symbols. (It's not CC Mode specific in any way.)
6784
6785 Fixed a nearly acyclic dependency tree (both runtime and
6786 compile-time) between all files.
6787
6788 * cc-defs.el: Separated all macros before the inline functions,
6789 to ensure correct compilation.
6790
6791 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6792 cc-defs.el to cc-engine.el and made it a function instead.
6793
6794 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6795 about char-after.
6796
6797 * cc-vars.el: Cope even when there isn't a custom package
6798 containing defcustom available.
6799
6800 * cc-make.el: Removed since it's no longer necessary.
6801
6802 README: Updated installation instructions.
6803
6804 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6805
6806 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6807 improve the modularity: Moved all mode init stuff from
6808 cc-langs.el to cc-mode.el, including the keymap
6809 initialization; cc-langs now only contains the various
6810 variables for configuring the language syntax.
6811
6812 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6813 (c-get-offset): Moved from cc-styles to cc-engine since file
6814 dependency analysis suggests they belong there (which also
6815 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6816
6817 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6818
6819 * cc-cmds.el (c-fn-region-is-active-p): New function that
6820 wraps the corresponding macro, for use in places that aren't
6821 compiled. Thanks to Martin Buchholz for pointing out this.
6822
6823 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6824
6825 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6826 add things to the bug report.
6827
6828 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6829
6830 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6831 returned prefix could contain a newline when the search for a
6832 good prefix line failed.
6833
6834 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6835
6836 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6837 (c-toggle-auto-hungry-state): Made the argument optional, as
6838 the documentation says it is.
6839
6840 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6841
6842 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6843 multiline string syntax, #"...", as a cpp macro.
6844
6845 2001-03-21 Paul Eggert <eggert@twinsun.com>
6846
6847 * international/mule-cmds.el (set-locale-environment):
6848 Set system-messages-locale and system-time-locale, but only if the
6849 caller specifies a non-nil locale name.
6850
6851 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6852
6853 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6854 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6855
6856 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6857
6858 * follow.el (follow-avoid-tail-recenter): Doc fix.
6859
6860 * custom.el (custom-set-variables): Avoid reversing the list
6861 of args needlessly.
6862
6863 * startup.el (fancy-splash-head): Don't change the colors of the
6864 XPM image on a dark background.
6865
6866 * comint.el (comint-exec-1): Set columns of the terminal to
6867 window-width instead of frame-width.
6868
6869 * info.el (Info-scroll-down): Add missing WINDOW arg for
6870 pos-visible-in-window-p.
6871
6872 * ehelp.el (electric-help-mode-hook): Add defcustom.
6873
6874 * mail/sendmail.el (mail-mode): Activate case-folding in
6875 font-lock-defaults.
6876
6877 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6878
6879 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6880 (completion-ignored-extensions): Remove duplicate ".class".
6881
6882 2001-03-19 Andreas Schwab <schwab@suse.de>
6883
6884 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6885 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6886
6887 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6888
6889 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6890 methods since there are not prefix input methods.
6891
6892 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6893
6894 * international/mule-cmds.el (read-input-method-name):
6895 Locally bind enable-recursive-minibuffers to t.
6896
6897 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6898
6899 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6900
6901 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6902
6903 * ediff-util.el: Copyright years.
6904 (ediff-choose-syntax-table): New function.
6905 (ediff-setup): Use ediff-choose-syntax-table.
6906
6907 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6908 with-syntax-table.
6909
6910 * ediff.el: Date of last update, copyright years.
6911
6912 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6913
6914 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6915 of Scott Bronson.
6916 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6917 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6918 Deleted functions.
6919 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6920 ex-token-list.
6921
6922 * viper-util.el: Spaces, indentation.
6923
6924 * viper.el: Changed version, modification time.
6925
6926 2001-03-16 John Wiegley <johnw@gnu.org>
6927
6928 * calendar/timeclock.el (timeclock-workday-remaining):
6929 Check whether `discrep' is non-null before using it.
6930
6931 2001-03-16 John Wiegley <johnw@gnu.org>
6932
6933 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6934 first-time checkins.
6935 (timeclock-log-data): Fixed problem with reading timelog log file.
6936 Resulting data in the "day list" was incorrect.
6937 (timeclock-find-discrep): Check if `timeclock-file' is readable
6938 before opening it.
6939 (timeclock-time-less-p): New function.
6940 (timeclock-day-base): New function.
6941 (timeclock-geometric-mean): New function.
6942 (timeclock-generate-report): Generate a summary report based on
6943 the contents of the log file. This uses `timeclock-log-data', and
6944 is an example of writing a timelog manipulation function.
6945 (timeclock-visit-timelog): A quick command for opening the timelog
6946 file.
6947 (timeclock-log-data): Bound the variable event.
6948
6949 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6950
6951 * international/mule-cmds.el (select-safe-coding-system):
6952 Fix typo: symbol-name -> symbol-value.
6953
6954 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6955 before substitute-in-file-name to handle double slashes in FILE
6956 correctly.
6957
6958 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6959
6960 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6961 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6962
6963 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6964
6965 * bindings.el (features): Add `md5' and `overlay' to the list.
6966
6967 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6968 bound before using it. It's not bound when configured without X,
6969 for instance.
6970
6971 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6972
6973 * progmodes/hideshow.el: Update copyright.
6974 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6975 (hs-minor-mode-hook): Include `:version' in defcustom form.
6976
6977 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6978
6979 * help.el (string-key-binding): Don't call event-start on
6980 a non-list.
6981
6982 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6983
6984 * startup.el (fancy-splash-tail, command-line-1): Fix the
6985 copyright year.
6986
6987 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6988
6989 * term.el: These changes are based on a patch sent from Yong Lu
6990 <lyongu@yahoo.com>.
6991 (term-set-escape-char): Bind M-x to execute-extended-command in
6992 term-raw-escape-map.
6993 (term-move-columns): Don't try to move to negagive column.
6994 (term-emulate-terminal): Insert a string before deleting a text to
6995 overwrite.
6996
6997 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6998
6999 * play/life.el (life): Rearrange code so that all calls to
7000 life-display-generation are in a catch-form.
7001
7002 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7003 file that isn't interesting. In an interesting file, push the old
7004 value of point on the mark ring.
7005
7006 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7007 New function.
7008 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7009 Use it.
7010
7011 * emacs-lisp/autoload.el (generate-file-autoloads):
7012 Remove warning about line lengths.
7013
7014 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7015
7016 * progmodes/etags.el (tags-compression-info-list): New variable.
7017 (find-tag-in-order): Use it to deal with compressed source files.
7018 (tag-file-name-match-p): New function.
7019 (etags-recognize-tags-table): Use it for better match of file names.
7020
7021 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7022
7023 * international/mule-cmds.el (register-input-method): Doc fix.
7024
7025 * international/quail.el (quail-translate-key): Fix condition to
7026 check if there's another breaking point in the current key.
7027
7028 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7029
7030 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7031 Babyl header to the newly-created output file, bind
7032 coding-system-for-write to either rmail-file-coding-system or
7033 emacs-mule-unix.
7034
7035 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7036
7037 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7038 Fix the name and regexp used for subsubsections.
7039
7040 2001-03-10 Dave Love <fx@gnu.org>
7041
7042 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7043 and save-buffer if buffer-file-name non-nil. From rms.
7044
7045 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7046
7047 * vc.el (vc-do-command): If the destination buffer is already
7048 current, don't set it up and don't erase it. Updated doc string
7049 to reflect that.
7050 (vc-version-diff): When doing a single file diff, don't switch to the
7051 *vc-diff* buffer before the command. This is to preserve local
7052 variable bindings that might affect the diff command.
7053 (vc-print-log): Don't switch to the *vc* buffer before the
7054 command, so that local variable bindings are preserved.
7055
7056 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7057 not the current buffer.
7058 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7059
7060 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7061 make output go to buffer *vc*, not the current buffer.
7062
7063 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7064
7065 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7066 so ^, $, *, ? and + are interpreted correctly.
7067
7068 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7069
7070 * help.el (string-key-binding): Renamed from
7071 mode-line-key-binding. Handle any event on a string.
7072 Check for `keymap' properties as well as `local-map' properties.
7073
7074 * comint.el (comint-insert-clicked-input): Use the last key
7075 from this-command-keys to lookup the global key definition.
7076
7077 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7078
7079 * international/characters.el: Add category `j' for
7080 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7081
7082 * international/mule-conf.el (no-conversion): Fix docstring.
7083 (raw-text): Fix docstring.
7084
7085 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7086
7087 * simple.el (choose-completion-string): When not leaving the
7088 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7089 is set.
7090
7091 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7092 parameter `(minibuffer . t)'.
7093
7094 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7095
7096 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7097 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7098 (sh-mode): Remove `make-local-variable' for unused var
7099 `font-lock-unfontify-region-function'.
7100
7101 2001-03-07 Richard M. Stallman <rms@gnu.org>
7102
7103 * info.el (Info-scroll-down): Fix previous change.
7104
7105 * mail/rmail.el (rmail-toggle-header): Use a window which
7106 is showing the Rmail buffer, rather than the selected window.
7107
7108 2001-03-07 Dave Love <fx@gnu.org>
7109
7110 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7111 now, to avoid problems with binding imenu directly to a mouse event.
7112
7113 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7114
7115 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7116 second arg t.
7117
7118 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7119
7120 * log-edit.el (log-edit-common-indent): New var.
7121 (log-edit-set-common-indentation): Renamed from
7122 log-edit-delete-common-indentation. Use the new var.
7123 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7124
7125 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7126 (cvs-mode-add-change-log-entry-other-window):
7127 Don't presume change-log-default-name is defined.
7128
7129 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7130
7131 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7132 the "tree" operation as well.
7133
7134 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7135
7136 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7137 to match paragraph-start.
7138
7139 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7140 comment-start-skip and set comment-end-skip as well.
7141 (sgml-comment-indent): Fix for new value of comment-start-skip.
7142 (html-autoview-mode): Don't bother using make-local-hook.
7143
7144 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7145
7146 * cus-edit.el (custom-save-delete): Move in front of local
7147 variables, otherwise long Custom entries would make them ineffective.
7148
7149 * uniquify.el: Set maintainer to FSF.
7150
7151 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7152
7153 * dired-aux.el (dired-do-shell-command): Doc fix.
7154
7155 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7156
7157 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7158
7159 * which-func.el (which-func-modes): Add cperl-mode.
7160 (which-func-mode-global): Use define-minor-mode.
7161
7162 * info-look.el: Docstring fixes and dead code eliminated.
7163 (cperl-mode): Add support.
7164 (emacs-lisp-mode): List all entries from elisp manual, whether
7165 or not they are currently (f)bound or not. Update regexp.
7166
7167 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7168
7169 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7170 so that C-h m shows the correct information.
7171 Use make-local-variable rather than make-variable-buffer-local.
7172 (cperl-info-buffer, cperl-setup-tmp-buf):
7173 Use make-local-variable rather than make-variable-buffer-local.
7174 (cperl-msb-fix, cperl-get-help-defer):
7175 Check major-mode for `cperl-mode' as well.
7176
7177 * progmodes/cperl-mode.el: Updated to author version 4.23.
7178 (cperl-electric-pod): SYNOPSIS was misspelled.
7179 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7180 (cperl-after-expr-p): Make true after __END__.
7181
7182 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7183
7184 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7185 bookmark-completion-ignore-case is t.
7186
7187 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7188 switch, like xterm, and concat resource strings, with a newline
7189 between them.
7190
7191 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7192
7193 * international/codepage.el (cp770-decode-table)
7194 (cp773-decode-table, cp774-decode-table): New variables.
7195
7196 * man.el (Man-hyphenated-reference-regexp): New variable.
7197 (Man-build-references-alist): Use it to search for referenced
7198 manpages. If hyphenated is non-nil, record a concatenated word in
7199 Man-refpages-alist only if it matches Man-reference-regexp.
7200 Update word's length when it is concatenated. Reverse the list,
7201 to get the first manpage at the head.
7202 (Man-possibly-hyphenated-word): New function.
7203 (Man-follow-manual-reference): Use it instead of current-word to
7204 find a manpage at point, in a way that accounts for hyphenated
7205 references.
7206
7207 2001-03-06 Alex Schroeder <alex@gnu.org>
7208
7209 * sql.el (sql-interbase): New function.
7210 (sql-interbase-program): New option.
7211 (sql-interbase-options): New option.
7212 And some typos fixed: "customise" to "customize".
7213
7214 2001-03-06 Dave Love <fx@gnu.org>
7215
7216 * textmodes/flyspell.el (flyspell-region):
7217 Set up flyspell-local-mouse-map.
7218
7219 2001-03-05 Richard M. Stallman <rms@gnu.org>
7220
7221 * mail/rmail.el (rmail-retry-failure):
7222 Don't call rmail-beginning-of-message.
7223 Don't discard From: field. Do discard Received: field.
7224 Use unwind-protect to re-prune.
7225 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7226
7227 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7228
7229 * international/quail.el (quail-title): Add autoload cookie.
7230
7231 2001-03-05 Dave Love <fx@gnu.org>
7232
7233 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7234 new defs.
7235
7236 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7237
7238 * language/ethio-util.el (ethio-toggle-space):
7239 Update current-input-method-title if necessary.
7240 (ethio-toggle-punctuation): Likewise.
7241
7242 * international/quail.el (quail-title): Fix for the case that a
7243 title of an input method is specified by a list of the same form
7244 as used in mode-line-format.
7245
7246 * international/mule-cmds.el (activate-input-method):
7247 If current-input-method-title is set by activating INPUT-METHOD,
7248 respect that value.
7249
7250 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7251
7252 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7253
7254 2001-03-05 Alex Schroeder <alex@gnu.org>
7255
7256 * sql.el (sql-sybase): Fix typo (was: query user about server two
7257 times instead of server and database).
7258
7259 * sql.el (sql-sybase): Doc change.
7260 (sql-mysql): Doc change.
7261 (sql-postgres): Doc change.
7262
7263 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7264
7265 * international/mule-conf.el (emacs-mule, raw-text):
7266 Docstring modified.
7267
7268 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7269
7270 * term/internal.el: Update copyright notice.
7271
7272 * term/pc-win.el: Update copyright notice.
7273
7274 2001-03-02 Dave Love <fx@gnu.org>
7275
7276 * files.el (insert-file-contents-literally):
7277 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7278 not jka-compr-compression-info-list.
7279
7280 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7281
7282 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7283 spaces in default comment-start-skip settings rather than \s-.
7284
7285 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7286
7287 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7288 default-frame-alist as well.
7289
7290 2001-03-01 Dave Love <fx@gnu.org>
7291
7292 * textmodes/reftex.el (defvar): Wrap some defvars in
7293 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7294
7295 * subr.el (event-basic-type): Doc fix.
7296
7297 * international/quail.el: Doc fixes.
7298
7299 * international/utf-8.el: Doc fixes.
7300
7301 * international/mule-cmds.el: Doc fixes.
7302 (leim-list-header): Fix header text.
7303
7304 * international/mule.el (coding-system-category): Doc fix.
7305
7306 * international/ccl.el (ccl-compile): Doc fix.
7307
7308 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7309
7310 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7311 rather than (before|after)-change-functions.
7312
7313 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7314
7315 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7316 scroll-left and scroll-right being called interactively so that
7317 they set the window's min_hscroll.
7318
7319 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7320
7321 * info.el (info-insert-file-contents-1): Accept an additional
7322 argument `lfn': if it is non-nil, concatenate `filename' and
7323 `suffix'; otherwise use the complicated MS-DOS code.
7324 All callers changed.
7325 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7326 can access long file names, try the long file-name version of
7327 `info-insert-file-contents-1', then the short file-name version.
7328
7329 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7330
7331 * language/ethio-util.el (setup-ethiopic-environment-internal):
7332 Change bindings of functions keys to conform to "Emacs Lisp Coding
7333 Convention".
7334
7335 * language/ethiopic.el ("Ethiopic"): Add documentation.
7336
7337 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7338
7339 * international/utf-8.el (mule-utf-8): Set coding-category
7340 property to coding-category-utf-8.
7341
7342 2001-02-27 Richard M. Stallman <rms@gnu.org>
7343
7344 * lpr.el (lpr-page-header-switches, print-region-1):
7345 Undo 2000-07-06 change.
7346 (lpr-add-switches): Default to t on gnu/linux.
7347
7348 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7349
7350 * bs.el (bs-attributes-list): Doc fix.
7351
7352 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7353
7354 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7355
7356 * help.el (view-order-manuals): Use goto-address.
7357
7358 * startup.el (command-line-1): Add info about ordering manuals
7359 to the not so fancy splash screens.
7360
7361 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7362
7363 * vc.el (vc-default-workfile-unchanged-p)
7364 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7365
7366 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7367
7368 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7369 fontify in the right buffer.
7370
7371 * allout.el (outline-flag-region): Move macro in front of first
7372 use to avoid a run-time error.
7373
7374 2001-02-24 Andrew Innes <andrewi@gnu.org>
7375
7376 * makefile.w32-in: Fix copyright notice.
7377
7378 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7379
7380 * international/utf-8.el (mule-utf-8): Set correct value for
7381 valid-codes property.
7382
7383 * international/fontset.el (x-complement-fontset-spec): In the
7384 case that we use ASCII font for the other charsets, use only
7385 family and registry part of it.
7386
7387 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7388
7389 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7390 (shrink-window-if-larger-than-buffer): Doc fix.
7391
7392 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7393
7394 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7395 predicate passed to completing-read.
7396
7397 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7398
7399 * startup.el (command-line): Fix last change.
7400
7401 2001-02-23 Jason Rumney <jasonr@gnu.org>
7402
7403 * startup.el (tool-bar-originally-present): New variable.
7404 (command-line): Set it if the tool-bar is switched on at startup.
7405
7406 * frame.el (frame-notice-user-settings): Only adjust frame height
7407 for no tool-bar case if tool-bar was originally switched on.
7408 From E. Jay Berkenbilt.
7409
7410 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7411
7412 * server.el (server-switch-buffer): Only switch window if the
7413 current one is dedicated.
7414
7415 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7416 rather than using (match-beginning 0) when searching for break point.
7417
7418 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7419
7420 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7421 @ follows an accent command such as @'. Support optional braces
7422 in commands that insert accents, like makeinfo does.
7423
7424 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7425
7426 * startup.el (fancy-splash-text): Add a line for ordering
7427 manuals. Reverse order of splash screens shown.
7428 (use-fancy-splash-screens-p): Adapt to the text line added.
7429
7430 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7431 manuals from the FSF.
7432
7433 * help.el (view-order-manuals): New function.
7434 (toplevel): Bind C-h C-m to this function.
7435
7436 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7437
7438 * newcomment.el (comment-forward): Skip the comment-start before
7439 searching for the comment-end.
7440
7441 2001-02-21 Dave Love <fx@gnu.org>
7442
7443 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7444
7445 * international/mule-cmds.el, international/mule.el: Doc fixes.
7446
7447 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7448
7449 * startup.el (fancy-splash-screens): Use display-hourglass
7450 instead of display-busy-cursor.
7451
7452 * frame.el (display-hourglass): Renamed from busy-cursor.
7453 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7454 (show-cursor-in-non-selected-windows): Doc fix.
7455
7456 2001-02-20 Dave Love <fx@gnu.org>
7457
7458 * international/utf-8.el: Doc and commentary fixes.
7459
7460 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7461
7462 * ehelp.el (with-electric-help): Doc fix.
7463
7464 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7465
7466 * msb.el (msb-mode): Call the update-buffers function explicitly
7467 with a FORCE argument.
7468
7469 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7470 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7471 returns nil.
7472
7473 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7474
7475 * ps-print.el: Timestamp package replacement. Some enhancements.
7476 Some XEmacs compatibility. Doc fix.
7477 (ps-print-version): New version number (6.4).
7478 (ps-printer-name): Initialization fix.
7479 (ps-zebra-stripe-follow): Funcionality enhancement.
7480 (ps-prologue-file): Code enhancement.
7481 (ps-right-header): Timestamp package replacement.
7482 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7483 (ps-get-page-dimensions)
7484 (ps-generate-header, ps-begin-file, ps-begin-job)
7485 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7486 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7487 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7488 (coding-system-for-write): Var declaration (XEmacs compatibility).
7489
7490 2001-02-20 Miles Bader <miles@gnu.org>
7491
7492 * image-file.el (image-file-name-extensions): Add "tif".
7493
7494 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7495
7496 * wid-edit.el (widget-button-click): Save the selected window
7497 around the code handling clicks on buttons.
7498
7499 2001-02-18 Dave Love <fx@gnu.org>
7500
7501 * imenu.el (imenu--generic-function): Use mapc to iterate over
7502 syntax characters.
7503
7504 2001-02-17 Richard M. Stallman <rms@gnu.org>
7505
7506 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7507
7508 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7509
7510 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7511
7512 * mouse.el (mouse-save-then-kill): If the distance from the new
7513 point to the mark is equal to the distance of point from the new
7514 point, move point instead of the mark.
7515
7516 2001-02-16 Dave Love <fx@gnu.org>
7517
7518 * textmodes/flyspell.el (flyspell-get-word): Return string without
7519 properties.
7520
7521 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7522
7523 * generic.el (generic-find-file-regexp): Doc fix.
7524 (generic-ignore-files-regexp): New defcustom.
7525 (generic-mode-find-file-hook): If the file's name matches the
7526 regexp in `generic-ignore-files-regexp', don't enter
7527 default-generic-mode. Doc fix.
7528
7529 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7530
7531 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7532 Add autoload cookies.
7533
7534 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7535 of cal-tex-24.
7536
7537 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7538
7539 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7540
7541 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7542 the character class after the (optional) drive, to support file
7543 names with embedded blanks.
7544
7545 2001-02-15 Sam Steingold <sds@gnu.org>
7546
7547 * textmodes/tex-mode.el (tex-shell-running):
7548 Check the process buffer too.
7549
7550 2001-02-15 Dave Love <fx@gnu.org>
7551
7552 * battery.el (battery-status-function): Fix doc, :type.
7553
7554 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7555
7556 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7557
7558 * subr.el (read-passwd): Clear Lisp memory holding password.
7559
7560 2001-02-15 Miles Bader <miles@gnu.org>
7561
7562 * info.el (Info-copy-current-node-name): New function.
7563 (Info-mode-menu): Add it to the menu.
7564
7565 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7566
7567 * international/mule-cmds.el (toggle-input-method): Doc fix.
7568
7569 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7570
7571 * replace.el (occur): Stop at end of buffer.
7572
7573 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7574
7575 * international/mule-cmds.el (set-input-method): Another doc fix.
7576
7577 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7578
7579 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7580
7581 2001-02-13 Miles Bader <miles@gnu.org>
7582
7583 * faces.el (set-face-background, set-face-foreground)
7584 (set-face-stipple): Treat a value of nil as being `unspecified'.
7585
7586 2001-02-12 Dave Love <d.love@dl.ac.uk>
7587
7588 * international/latin1-disp.el: Doc fixes.
7589 (latin1-display) <defgroup>: Add :link.
7590 (latin1-display) <function>: Set variable latin1-display.
7591
7592 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7593
7594 * international/mule-cmds.el (set-input-method): Doc fix.
7595
7596 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7597
7598 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7599 (speedbar-line-file): Return nil if not a file.
7600 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7601
7602 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7603
7604 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7605 for remote files.
7606 (ediff-coding-system-for-read): Replaced the no-conversion default
7607 with raw-text.
7608
7609 * ediff-init.el: Removed :version from defcustom vars.
7610
7611 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7612 Better handling of the diff mode.
7613
7614 * ediff.texi: Added ediff-coding-system-for-read.
7615
7616 * viper.texi: Fix typos.
7617
7618 2001-02-11 Dave Love <fx@gnu.org>
7619
7620 * shadowfile.el: Doc fixes.
7621 (shadow) <defgroup>: Add :link.
7622 (shadowfile-unload-hook): New function.
7623 (shadow-initialize): Use defalias, not fset.
7624 (shadow-define-cluster, shadow-define-literal-group)
7625 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7626
7627 * international/mule.el: Doc and message fixes.
7628
7629 * international/ccl.el (define-ccl-program): Doc fix.
7630
7631 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7632
7633 * faces.el (mode-line): Set :line-width property to -1.
7634
7635 2001-02-10 Richard M. Stallman <rms@gnu.org>
7636
7637 * complete.el (partial-completion-mode): Doc fix.
7638
7639 * simple.el (delete-key-deletes-forward-mode):
7640 Change `let' to `let*' to fix gross bug in last change.
7641
7642 * repeat.el (repeat): Don't let execute-kbd-macro alter
7643 real-last-command.
7644
7645 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7646
7647 * simple.el (eval-expression): Doc fix.
7648
7649 2001-02-09 Dave Love <fx@gnu.org>
7650
7651 * imenu.el (imenu-generic-expression): Doc fix.
7652
7653 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7654 From Juanma Barranquero.
7655
7656 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7657
7658 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7659
7660 * faces.el (set-face-attribute): Describe the case of a negative
7661 value specified for :line-width.
7662
7663 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7664
7665 * which-func.el (which-func-mode): Invert which-func-mode-global.
7666 From Juanma Barranquero <lektu@uol.com.br>.
7667
7668 2001-02-08 Dave Love <fx@gnu.org>
7669
7670 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7671 widget-plist-value-type.
7672 (widget-alist-convert-widget): Replace binding of
7673 widget-alist-value-type.
7674
7675 * textmodes/paragraphs.el (sentence-end): Doc fix.
7676
7677 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7678 Remove `backward-line'.
7679
7680 * play/pong.el (pong-blank-color, pong-bat-color)
7681 (pong-ball-color, pong-border-color, pong-left-key)
7682 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7683 (pong-pause-key, pong-resume-key, pong-timer-delay):
7684 * mail/mh-comp.el (mh-compose-letter-function):
7685 * eshell/esh-mode.el (eshell-skip-prompt-function):
7686 * emulation/viper-ex.el (ex-unix-type-shell-options):
7687 * recentf.el (recentf-menu-filter):
7688 * ps-print.el (ps-print-region-function):
7689 * lpr.el (print-region-function):
7690 * forms.el (forms-mode-hooks):
7691 * dirtrack.el (dirtrack-directory-change-hook):
7692 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7693 * textmodes/spell.el (spell-filter):
7694 * textmodes/fill.el (adaptive-fill-function):
7695 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7696 * progmodes/etags.el (find-tag-default-function):
7697 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7698 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7699
7700 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7701
7702 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7703 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7704 Meyering <jim@meyering.net>.
7705
7706 * loadup.el: Revert last change.
7707
7708 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7709
7710 * international/mule.el (transform-make-coding-system-args):
7711 Make it work also for coding systems not using CCL.
7712
7713 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7714
7715 * simple.el (previous-matching-history-element)
7716 (next-matching-history-element): Doc fix.
7717
7718 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7719 specific part.
7720
7721 2001-02-06 Dave Love <fx@gnu.org>
7722
7723 * add-log.el (add-log-current-defun-function)
7724 (add-log-buffer-file-name-function, add-log-file-name-function):
7725 Fix :type.
7726 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7727
7728 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7729
7730 * info.el (info-initialize): Remove the test for system-type when
7731 invocation-directory is non-nil.
7732
7733 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7734 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7735
7736 2001-02-06 Andrew Innes <andrewi@gnu.org>
7737
7738 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7739 absolute.
7740
7741 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7742
7743 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7744 buffers. When hi-lock turned on rather than only checking current
7745 buffer for regexps, all buffers are checked. Moved activation of
7746 font-lock to hi-lock-refontify. When font-lock turned off rather
7747 than removing added highlighting just in current buffer, remove it
7748 in all buffers. Changed edit menu text from "Automatic
7749 Highlighting" to "Regexp Highlighting" Documentation for
7750 highlighting phrases, minor documentation changes.
7751 (hi-lock-set-file-patterns): Execute only if there are new or
7752 existing file patterns.
7753 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7754 unfontify and, if a support mode is active, will not refontify the
7755 whole buffer. If necessary, turn on font lock. (Removed
7756 font-lock-unfontify and font-lock support-mode-specific calls,
7757 such as lazy-lock-fontify-window.)
7758 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7759 patterns are found. Not useful now since find-file-hook is removed
7760 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7761 (hi-lock-face-phrase-buffer): New function. Also added related
7762 menu item and keybinding.
7763 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7764 (hi-lock-process-phrase): New function.
7765 (hi-lock-line-face-buffer): Doc fixes.
7766 (hi-lock-face-buffer): Doc fixes.
7767 (hi-lock-unface-buffer): Doc fixes.
7768
7769 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7770
7771 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7772 dabbrev-ignored-regexps.
7773
7774 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7775
7776 * simple.el (kill-line): Doc fix.
7777
7778 2001-02-05 Dave Love <fx@gnu.org>
7779
7780 * loadup.el: Revert last two changes -- bootstrapping works with
7781 regenerated loaddefs.
7782
7783 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7784
7785 * isearch.el (isearch-forward): Doc fix.
7786
7787 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7788 of font-lock-defaults to backward-paragraph.
7789
7790 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7791
7792 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7793 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7794
7795 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7796
7797 * ebnf2ps.el: Eliminate time-stamp functions.
7798 (ebnf-version): New version (3.5).
7799 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7800 format-time-string.
7801
7802 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7803
7804 * simple.el (next-line): Goto end-of-line before inserting a newline.
7805
7806 2001-02-05 Miles Bader <miles@gnu.org>
7807
7808 * image-file.el (insert-image-file): When visiting an image, also
7809 set `truncate-lines' to t so that any fringe arrow looks correct.
7810
7811 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7812
7813 * isearch.el (isearch-forward): Add description about input method
7814 in the docsting.
7815
7816 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7817
7818 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7819
7820 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7821
7822 * info.el (info-initialize): If installation-directory is nil, for
7823 DOS/Windows systems try looking in a sibling of invocation-directory.
7824
7825 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7826
7827 * wid-edit.el (widget-button-click): Fix last change.
7828
7829 * frame.el (frame-notice-user-settings): When resizing the initial
7830 frame because the tool bar is off, also change the frame's top
7831 position if a negative top position was specified.
7832
7833 2001-02-02 Miles Bader <miles@gnu.org>
7834
7835 * image-file.el (insert-image-file): When visiting an image,
7836 suppress the cursor in the image buffer.
7837
7838 2001-02-01 Dave Love <fx@gnu.org>
7839
7840 * progmodes/f90.el (f90-mode): Remove startup message.
7841
7842 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7843
7844 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7845
7846 * startup.el (command-line): Fix code determining whether or not
7847 to use delete-key-deletes-forward-mode.
7848
7849 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7850
7851 * vc.el (vc-diff-switches): New user option.
7852 (vc-version-diff): Use it.
7853 (vc-diff-switches-list): New macro.
7854
7855 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7856 New customization options.
7857 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7858
7859 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7860
7861 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7862
7863 * msb.el (toplevel): Quote hook symbols.
7864
7865 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7866
7867 * international/mule.el (make-coding-system): Add description
7868 about recognized properties in the docstring.
7869
7870 * international/mule-conf.el: Remove unused charsets
7871 mac-roman-lower and mac-roman-upper.
7872
7873 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7874
7875 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7876 is in front of the left-margin, if any.
7877
7878 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7879 like `delete'.
7880
7881 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7882
7883 * term/w32-win.el (mouse-set-font): Doc fix.
7884
7885 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7886
7887 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7888 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7889 on already.
7890
7891 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7892
7893 * files.el (save-buffer): Don't give message if (buffer-file-name)
7894 returns nil.
7895
7896 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7897
7898 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7899
7900 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7901 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7902
7903 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7904 display problems.
7905
7906 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7907
7908 * international/mule.el (charset-info): Fix docstring.
7909
7910 * international/mule-diag.el (describe-character-set): Check final
7911 char valid before printing it.
7912
7913 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7914
7915 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7916
7917 * frame.el (frame-notice-user-settings): Do the tool-bar
7918 stuff only for graphical displays. Fix a braino.
7919
7920 * frame.el (frame-initialize): Create initial frame visible.
7921 (frame-notice-user-settings): When tool-bar has been switched off,
7922 correct the frame size and sync tool-bar-mode.
7923
7924 * startup.el (command-line): Remove manipulation of frame
7925 height for tool bars.
7926
7927 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7928
7929 * lpr.el: Compatibility with XEmacs and doc fixes.
7930 (lpr-windows-system, lpr-lp-system): New vars.
7931 (lpr-printer-switch): New defcustom.
7932 (printer-name, lpr-command): Customization fix.
7933 (print-region-1): Code fix.
7934 (print-region-new-buffer, printify-region): Indentation fix.
7935 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7936 New functions.
7937
7938 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7939
7940 * msb.el (toplevel): Fix the eval-after-load.
7941
7942 2001-01-29 Dave Love <fx@gnu.org>
7943
7944 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7945
7946 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7947
7948 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7949 (tcl-using-emacs-19-23): Consider Emacs 21+.
7950 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7951 (tcl-add-emacs-menu): Supply menu name.
7952 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7953
7954 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7955
7956 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7957
7958 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7959
7960 * pcvs.el (cvs-mark-fis-dead): New function.
7961 (cvs-mode-add): Use it.
7962 (cvs-mode-add-change-log-entry-other-window):
7963 Rebind change-log-default-name to itself rather than to nil.
7964
7965 2001-01-29 Sam Steingold <sds@gnu.org>
7966
7967 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7968 `autoload' statements.
7969
7970 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7971
7972 * files.el (confirm-kill-emacs): Doc fix.
7973
7974 * frame.el (frame-initialize): Doc fix.
7975
7976 * time-stamp.el (time-stamp-string): Doc fix.
7977
7978 * woman.el (WoMan-log-1): Make the log buffer writable.
7979 From Markus Rost <rost@math.ohio-state.edu>.
7980
7981 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7982
7983 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7984 the `make-variable-buffer-local'.
7985
7986 2001-01-29 Dave Love <fx@gnu.org>
7987
7988 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7989 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7990 Add autoload cookie.
7991 (ansi-color-apply-sequence): Fix typo.
7992
7993 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7994
7995 * menu-bar.el (menu-bar-files-menu): Add menu items for
7996 Postscript printing in black and white.
7997
7998 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7999 X-Mailman-Version, Precedence, List-Help, List-Post,
8000 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8001 Content-Type, Content-Length.
8002
8003 2001-01-29 Dave Love <fx@gnu.org>
8004
8005 * elide-head.el (elide-head): Make overlay evaporate.
8006
8007 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8008
8009 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8010
8011 * isearch.el (isearch-highlight): Don't punt if the display
8012 doesn't support colors, since isearch faces are defined for
8013 monochrome displays as well.
8014
8015 2001-01-27 Sam Steingold <sds@gnu.org>
8016
8017 * shell.el (shell-write-history-on-exit): Make sure that we are in
8018 the shell buffer (M-x tex-file RET inserted the error message into
8019 the TeX buffer).
8020
8021 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8022
8023 * simple.el (transient-mark-mode): Doc fix.
8024
8025 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8026
8027 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8028
8029 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8030
8031 * shell.el (shell-unquote-argument): If the shell is one of the
8032 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8033 quote character.
8034 (shell-dumb-shell-regexp): Document that the shells which match
8035 this regexp are supposed to not treat a backslash as a quote character.
8036
8037 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8038 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8039
8040 2001-01-27 Richard M. Stallman <rms@gnu.org>
8041
8042 * dabbrev.el (dabbrev--substitute-expansion):
8043 Treat a one-capital-letter abbrev as "not all upper case",
8044 so as to force preservation of the expansion's pattern
8045 if the expansion starts with a capital letter.
8046
8047 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8048
8049 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8050 Doc fix.
8051
8052 * simple.el (transient-mark-mode): Document the fact that many
8053 commands act on the region when mark is active.
8054
8055 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8056
8057 * international/quail.el (quail-setup-completion-buf): Make the
8058 multibyteness of current buffer inherited to Quail completion buffer.
8059 (quail-show-guidance-buf): Make the multibyteness of current
8060 buffer inherited to Quail guidance buffer.
8061 (quail-help): Make the multibyteness of current buffer inherited
8062 to Quail help buffer.
8063
8064 2001-01-26 Dave Love <fx@gnu.org>
8065
8066 * time-stamp.el: Doc fixes.
8067
8068 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8069 (delphi-keyword-face, delphi-other-face): Fix :type.
8070
8071 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8072
8073 * mail/feedmail.el (feedmail): Add :link.
8074 (feedmail-send-it): Doc fix.
8075
8076 * mail/sendmail.el: Doc fixes.
8077 (sendmail-send-it): Fix the non-ASCII regexp and use
8078 rfc2047-encode-string.
8079
8080 * dired.el, dired-aux.el: Revert last change.
8081
8082 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8083
8084 * makefile.w32-in (DONTCOMPILE): Add various term files.
8085
8086 2001-01-26 Dave Love <fx@gnu.org>
8087
8088 * Makefile.in (DONTCOMPILE): Add various term files.
8089
8090 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8091
8092 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8093
8094 * startup.el (display-startup-echo-area-message): Make sure
8095 the echo area is resized to fit the size of the startup message.
8096
8097 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8098 part of which is a constant.
8099
8100 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8101
8102 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8103
8104 2001-01-26 Richard M. Stallman <rms@gnu.org>
8105
8106 * simple.el (next-line): Don't let `newline' expand abbrevs.
8107 Simplify slightly.
8108 (open-line): Don't let `newline' expand abbrevs.
8109
8110 2001-01-25 John Wiegley <johnw@gnu.org>
8111
8112 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8113 to `repeat' in the :type field.
8114
8115 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8116 allow a choice of regexp or nil.
8117 (pcomplete-dir-ignore): Same.
8118
8119 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8120 a command) to always fail.
8121
8122 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8123
8124 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8125 discard the result.
8126 (iswitchb-to-end): Likewise.
8127
8128 2001-01-25 Sam Steingold <sds@gnu.org>
8129
8130 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8131 Require vc.
8132
8133 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8134
8135 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8136
8137 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8138
8139 2001-01-25 Dave Love <fx@gnu.org>
8140
8141 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8142 (describe-coding-system): Tweak the English text.
8143
8144 * loadup.el: Preload international/ccl for utf-8.
8145
8146 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8147
8148 * mail/rmail.el (rmail-redecode-body): Doc fix.
8149
8150 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8151
8152 * international/mule-cmds.el (reset-language-environment):
8153 Reset coding-category-utf-8 to mule-utf-8.
8154
8155 * international/mule-conf.el (coding-category-utf-8):
8156 Initialize to mule-utf-8.
8157
8158 * loadup.el: Preload international/utf-8.
8159
8160 * international/utf-8.el: New file.
8161
8162 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8163
8164 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8165
8166 2001-01-24 Sam Steingold <sds@gnu.org>
8167
8168 * dired.el (dired-replace-in-string): Removed.
8169 (dired-sort-toggle): Use `replace-regexps-in-string'
8170 instead of `dired-replace-in-string'.
8171
8172 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8173 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8174
8175 * gs.el (gs-replace-in-string): Removed.
8176 (gs-options): Use `replace-regexps-in-string'
8177 instead of `gs-replace-in-string'.
8178
8179 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8180
8181 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8182 bug report is mailed to an email list and posted to a news group.
8183
8184 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8185
8186 * comint.el (comint-replace-by-expanded-history-before-point):
8187 Fix change of 2000-08-03 to move point to the start of the line again.
8188
8189 * startup.el (tool-bar-images-pixel-height): New variable.
8190 (command-line): After loading the user's init file, when
8191 tool-bar-mode is on, increase the frame's size by some lines for
8192 the tool-bar.
8193
8194 * frame.el (frame-initialize): Create the initial frame invisible.
8195
8196 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8197
8198 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8199 (chinese-big5): MIME:Big5.
8200
8201 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8202
8203 * international/mule-cmds.el (universal-coding-system-argument):
8204 Handle commands with prefix args.
8205
8206 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8207
8208 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8209 being a list of numbers.
8210 (diary-mail-entries): Rewritten.
8211
8212 2001-01-23 Dave Love <fx@gnu.org>
8213
8214 * international/mule.el (make-coding-system): Fix typo.
8215
8216 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8217 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8218
8219 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8220
8221 * font-lock.el (font-lock-mode): Doc fix.
8222
8223 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8224
8225 * international/mule.el (make-translation-table): Fix docstring.
8226
8227 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8228
8229 * mail/rmail.el (rmail-redecode-body): New function.
8230
8231 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8232
8233 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8234
8235 * isearch.el (isearch-lazy-highlight-case-fold-search)
8236 (isearch-lazy-highlight-regexp): New variables.
8237 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8238 case-fold search or regexp search has been toggled.
8239
8240 * wid-edit.el (widget-button-click): Avoid a save-excursion
8241 around running a global binding.
8242
8243 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8244 to 0.25.
8245
8246 2001-01-20 Miles Bader <miles@gnu.org>
8247
8248 * cus-edit.el (custom-face-save): Do post-processing on the face's
8249 new value like `custom-face-set' does.
8250
8251 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8252
8253 * mail/emacsbug.el (report-emacs-bug): Report the value of
8254 LC_CTYPE, not LC_TYPE.
8255
8256 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8257 isearch-toggle-regexp and isearch-edit-string to doc string.
8258
8259 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8260
8261 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8262 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8263
8264 * jit-lock.el (jit-lock-fontify-now): Don't bind
8265 font-lock-beginning-of-syntax-function to nil.
8266
8267 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8268
8269 * mail/emacsbug.el (report-emacs-bug): Report values of
8270 locale-coding-system, default-enable-multibyte-characters, and the
8271 environment variables LC_ALL, LC_TYPE, and LANG.
8272
8273 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8274
8275 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8276
8277 * font-lock.el (font-lock-multiline): Default to nil.
8278 (font-lock-default-fontify-region): If font-lock-multiline is
8279 nil, don't check the property `font-lock-multiline'.
8280
8281 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8282 is nil, don't check the `font-lock-multiline' text property.
8283
8284 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8285
8286 * viper.el: Call initial-major-mode on startup.
8287
8288 * ediff.el (ediff-patch-file): Use better defaults.
8289
8290 * ediff-vers.el: Fix for 8+3 DOS file systems.
8291
8292 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8293
8294 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8295 diff mode, if available.
8296
8297 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8298
8299 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8300
8301 * ediff-init.el (subst-char-in-string): Define and use it, unless
8302 it's already defined.
8303
8304 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8305
8306 * tooltip.el (tooltip-hide-delay): New user-option.
8307 (tooltip-show): Use tooltip-hide-delay instead of the default.
8308
8309 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8310
8311 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8312 kill-local-variable doesn't work for enable-multibyte-characters.
8313
8314 2001-01-17 Dave Love <fx@gnu.org>
8315
8316 * ediff-init.el (ediff-before-setup-hook)
8317 (ediff-merge-filename-prefix): Add :version.
8318
8319 * international/latin1-disp.el: Require disp-table.
8320 (latin1-display): Fix :set.
8321
8322 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8323
8324 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8325
8326 * isearch.el (isearch-lazy-highlight-initial-delay)
8327 (isearch-lazy-highlight-interval): Default to 0.
8328
8329 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8330
8331 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8332 1 here rather than each time through
8333 isearch-lazy-highlight-new-loop.
8334 (isearch-lazy-highlight-max): Variable deleted.
8335 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8336 isearch-lazy-highlight-max but controls a single invocation of
8337 isearch-lazy-highlight-update.
8338 (isearch-lazy-highlight-wrapped): Variable recreated.
8339 (isearch-lazy-highlight-window-start): New variable.
8340 (isearch-lazy-highlight-cleanup): Restored to behavior of
8341 before 2-Jan.
8342 (isearch-lazy-highlight-remove-overlays): Function deleted;
8343 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8344 behavior removed.
8345 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8346 isearch-lazy-highlight-update in a loop rather than just once.
8347 Test isearch-invalid-regexp here and decide not to start a new
8348 loop, rather than testing it each time through
8349 isearch-lazy-highlight-update.
8350 (isearch-lazy-highlight-search): Function restored.
8351 (isearch-lazy-highlight-update): Get called in a timer loop again,
8352 but this time highlight more than one match each time through.
8353 Only highlight matches in the visible part of the window.
8354 Start at point, move in the direction of the search, and wrap around at
8355 the edge of the window. Use sit-for to force redisplay and ensure
8356 window-start is credible. "Face suppressing" behavior removed;
8357 overlay priorities should make it unnecessary, right?
8358 (isearch-highlight): Face suppressing behavior removed.
8359 (isearch-dehighlight): Face suppressing behavior removed.
8360 (isearch-set-lazy-highlight-faces-at): Removed.
8361
8362 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8363
8364 * language/european.el ("Latin-1"): Make the format of description
8365 about additional language environments same as that of Latin-2.
8366
8367 2001-01-16 Dave Love <fx@gnu.org>
8368
8369 * isearch.el (isearch-lazy-highlight): Add :version.
8370
8371 * simple.el (backward-delete-char-untabify-method)
8372 (next-line-add-newlines): Add :version.
8373
8374 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8375
8376 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8377 Don't bind <delete> otherwise.
8378
8379 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8380 and <delete> via function-key-map.
8381
8382 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8383 Subject line only if point is after the `Subject:'.
8384
8385 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8386
8387 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8388 japanese-jisx0213-2 in `charset' property of this lang. env.
8389
8390 * language/european.el ("Latin-1"): Add description for Dutch and
8391 Spanish lang. env.
8392
8393 * international/mule.el (decode-char): Fix conditions.
8394 (encode-char): Handle eight-bit-control too.
8395 (transform-make-coding-system-args): New function.
8396 (make-coding-system): Accept XEmacs style arguments for CCL base
8397 coding system.
8398
8399 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8400
8401 * progmodes/etags.el (find-tag-noselect): Save the value of
8402 tags-file-name before switching buffers, for the case it has a
8403 buffer-local value.
8404
8405 2001-01-15 Alex Schroeder <alex@gnu.org>
8406
8407 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8408 From Dave Love <fx@gnu.org>.
8409 (ansi-color-for-comint-mode): Fix :version.
8410
8411 2001-01-15 Alex Schroeder <alex@gnu.org>
8412
8413 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8414
8415 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8416
8417 * dired.el (dired-insert-directory): If file-system-info fails,
8418 remove the " free " part, but don't signal an error.
8419
8420 2001-01-12 Sam Steingold <sds@gnu.org>
8421
8422 * bookmark.el (bookmark-maybe-historicize-string):
8423 Use new backquote syntax.
8424
8425 2001-01-12 Richard M. Stallman <rms@gnu.org>
8426
8427 * subr.el (last): Handle a list that doesn't end in nil.
8428
8429 2001-01-12 Sam Steingold <sds@gnu.org>
8430
8431 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8432 to `backward-delete-char-untabify'.
8433
8434 2001-01-12 Dave Love <fx@gnu.org>
8435
8436 * cus-edit.el (customize-menu-create): Fix the :filter following
8437 easymenu change.
8438
8439 * wid-edit.el (function): Add :match-alternatives.
8440 (widget-color-action): Doc fix.
8441
8442 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8443
8444 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8445
8446 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8447
8448 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8449
8450 * international/ccl.el (define-ccl-program): Fix docstring.
8451
8452 2001-01-11 Dave Love <fx@gnu.org>
8453
8454 * international/mule-cmds.el (standard-display-european-internal):
8455 Set display table for 2208 as for 160.
8456
8457 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8458
8459 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8460 entry for custom-menu-create change.
8461 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8462 don't cons it in the search loop.
8463
8464 * imenu.el (imenu--truncate-items): Revert last change.
8465
8466 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8467
8468 * info.el (Info-setup-header-line): If the node header includes
8469 either Next: or Prev: links, don't show the File: and Node: parts
8470 in the header line.
8471
8472 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8473
8474 * comint.el (comint-goto-process-mark): Don't print a message
8475 when running in batch mode.
8476
8477 * isearch.el (isearch-search): In the condition-case handler for
8478 `error', set isearch-invalid-regexp to the whole error message.
8479
8480 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8481 ensure that eval-after-load works for files dumped with Emacs.
8482
8483 * help.el (load-symbol-file-load-history): New function extracted
8484 from function symbol-file.
8485 (symbol-file): Use it.
8486
8487 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8488
8489 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8490
8491 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8492 behave as if there were no prefix argument.
8493 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8494 argument were nil.
8495
8496 2001-01-11 Richard M. Stallman <rms@gnu.org>
8497
8498 * isearch.el (isearch-lazy-highlight-update):
8499 Don't look for more potential matches once maximum is exceeded.
8500 Use overlays-in to check correctly for overlap with current match.
8501 Ignore empty matches.
8502
8503 2001-01-11 Miles Bader <miles@gnu.org>
8504
8505 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8506 (ispell-overlay-window, ispell-help, ispell-show-choices)
8507 (ispell-command-loop): Use it instead of `window-height'.
8508
8509 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8510
8511 * files.el (confirm-kill-emacs): New user-option.
8512 (save-buffers-kill-emacs): Ask for final confirmation before
8513 killing Emacs.
8514
8515 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8516 to nil.
8517
8518 2001-01-10 Dave Love <fx@gnu.org>
8519
8520 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8521
8522 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8523
8524 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8525
8526 * calculator.el (calculator-number-digits): Fix :type.
8527
8528 * vc-cvs.el (vc-cvs-header): Fix :type.
8529 * vc-rcs.el (vc-rcs-header): Fix :type.
8530 * vc-sccs.el (vc-sccs-header): Fix :type.
8531
8532 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8533
8534 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8535
8536 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8537
8538 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8539
8540 * simple.el (set-variable): Force a thorough redisplay for the
8541 case that the variable has an effect on the display, like
8542 `tab-width' has.
8543
8544 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8545
8546 * vc.el: Add documentation for backend interface.
8547
8548 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8549
8550 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8551
8552 * international/mule-conf.el (latin-extra-code-table): Set to t
8553 for \223 and \224.
8554
8555 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8556
8557 * international/mule-cmds.el (locale-language-names): Map "es" to
8558 "Spanish" and "nl" to "Dutch".
8559
8560 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8561
8562 * bindings.el (global-map): Bind <home> to beginning-of-line,
8563 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8564 C-<end> to end-of-buffer.
8565
8566 * language/european.el: Add Dutch and Spanish language info
8567 to be able to use the appropriate tutorials.
8568
8569 2001-01-09 Alex Schroeder <alex@gnu.org>
8570
8571 * ansi-color.el (ansi-color-process-output): Use markers instead
8572 of positions for start and end of region.
8573 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8574 Previously, occasional mistakes happend when fontifying many
8575 chunks of output (eg. ls --color=yes /dev). This happened
8576 whenever an overlay was created up to the end of the region, which
8577 coincided with the process-mark. New text would then be added
8578 within that overlay instead of after it.
8579 (ansi-color-make-extent): Overlays are created with the property
8580 `modification-hooks' set to '(ansi-color-freeze-overlay).
8581 (ansi-color-freeze-overlay): New function. When inserting text at
8582 the end of the overlay, the overlay will resize.
8583
8584 2000-01-09 Alex Schroeder <alex@gnu.org>
8585
8586 * ansi-color.el (ansi-color-process-output): Doc change.
8587 (ansi-color-unfontify-region): Doc change. No longer installed
8588 automatically in font-lock-unfontify-region-function.
8589 (ansi-color-apply): Doc change.
8590 (ansi-color-apply-on-region): Use extents or overlays instead of
8591 text-properties.
8592 (ansi-color-make-extent): New function.
8593 (ansi-color-set-extent-face): New function.
8594
8595 2000-01-09 Alex Schroeder <alex@gnu.org>
8596
8597 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8598 both use ansi-color-process-output, now.
8599 (ansi-color-process-output): Doesn't return string anymore. It is
8600 installed in comint-output-filter-functions for both Emacs and
8601 XEmacs, now.
8602 (ansi-color-unfontify-region): Simplified code removing variables
8603 pos and start-ansi.
8604 (ansi-color-apply): Put text-property ansi-color before putting
8605 text-property face because ansi-color-unfontify-region is called
8606 immediately after the call to put-text-property.
8607 (ansi-color-context-region): Doc change.
8608 (ansi-color-filter-region): Simplified code.
8609 (ansi-color-apply-on-region): Changed start to start-marker, using
8610 a marker explicitly. Put text-property ansi-color before putting
8611 text-property face because ansi-color-unfontify-region is called
8612 immediately after the call to put-text-property.
8613
8614 2000-01-09 Alex Schroeder <alex@gnu.org>
8615
8616 * ansi-color.el (ansi-color-faces-vector): Doc change.
8617 (ansi-color-for-comint-mode): Changed :type property to choice.
8618 (ansi-color-last-context): Removed.
8619 (ansi-color-process-output): Don't use ansi-color-last-context, as
8620 the main functions will store their context now.
8621 (ansi-color-context): Doc change.
8622 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8623 Uses ansi-color-context such that repeated calls will strip
8624 partial escape sequences, too.
8625 (ansi-color-apply): Simplified code. Colorize end of string if
8626 face is not null. Store context in new (FACE STRING) format, such
8627 that repeated calls will strip partial escape sequences, too.
8628 Append faces to face property using ansi-color-apply-sequence such
8629 that cumulative mode actually works.
8630 (ansi-color-context-region): New variable.
8631 (ansi-color-filter-region): Rewrote it based on
8632 ansi-color-apply-on-region. Uses ansi-color-context-region such
8633 that repeated calls will strip partial escape sequences, too.
8634 (ansi-color-apply-on-region): Simplified code. Colorize end of
8635 region if face is not null. Store context in new (FACE POS)
8636 format, such that repeated calls will strip partial escape
8637 sequences, too. Append faces to face property using
8638 ansi-color-apply-sequence such that cumulative mode actually works.
8639 (ansi-color-apply-sequence): New function.
8640 (ansi-color-get-face): When the default face is added to the list
8641 of faces, all previous settings are discarded and the list of
8642 faces is set to '(default).
8643
8644 2000-01-09 Alex Schroeder <alex@gnu.org>
8645
8646 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8647 face, such that ansi-color-apply and ansi-color-apply-on-region
8648 will do the right thing.
8649 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8650 returns nil, set the list of faces back to nil instead of
8651 appending the result of ansi-color-get-face to the front of the list.
8652
8653 2000-01-09 Alex Schroeder <alex@gnu.org>
8654
8655 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8656 (ansi-color-process): Doc change.
8657 (ansi-color-last-context): New buffer-local variable.
8658 (ansi-color-process-output): New function. It is automatically
8659 added to comint-output-filter-functions if this is XEmacs.
8660 (ansi-color-unfontify-region): New optional parameter for XEmacs
8661 compatibility. Check wether font-lock-syntactic-keywords is
8662 boundp before removing the syntax table text property, as XEmacs
8663 doesn't have it.
8664 (ansi-color-filter-region): Doc change.
8665 (ansi-color-apply-on-region): Doc change.
8666 (ansi-color-make-face): New function. Compatibility layer for
8667 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8668 (ansi-color-make-color-map): Use ansi-color-make-face.
8669 (ansi-color-get-face): Avoid face text property '(nil) as results
8670 in an errow for XEmacs.
8671
8672 2000-01-09 Alex Schroeder <alex@gnu.org>
8673
8674 * ansi-color.el (ansi-color-unfontify-region): New function.
8675 Uses text-property ansi-color in order to preserve fontification by
8676 ansi-color. When the package is loaded, a lambda expression is
8677 put onto font-lock-mode-hook. This lambda expression will check
8678 font-lock-unfontify-region-function and replace
8679 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8680 (ansi-color-apply): Add text-property ansi-color in addition to
8681 text-property face.
8682 (ansi-color-apply-on-region): Add text-property ansi-color in
8683 addition to text-property face.
8684 (save-buffer-state): Copy of the macro that is also used by
8685 lazy-lock and font-lock.
8686
8687 (ansi-color-for-comint-mode): New option.
8688 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8689 (ansi-color-for-comint-mode-off): Ditto.
8690 (ansi-color-for-comint-mode-filter): Ditto.
8691 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8692 decide what to do. This function is added to
8693 comint-preoutput-filter-functions when the package is loaded.
8694
8695 (ansi-color-for-shell-mode-set): Removed.
8696 (ansi-color-for-shell-mode): Removed.
8697
8698 2000-01-09 Alex Schroeder <alex@gnu.org>
8699
8700 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8701 the lambda expression from the ansi-color-for-shell-mode :set
8702 property. Additionally, modify shell-mode-hook to enable or
8703 disable font-lock-mode for future shell buffers.
8704 (ansi-color-for-shell-mode): The :set property calls
8705 ansi-color-for-shell-mode-set instead of a lambda expression.
8706
8707 2000-01-09 Alex Schroeder <alex@gnu.org>
8708
8709 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8710 (ansi-color-context): New variable.
8711 (ansi-color-apply): Save context between calls.
8712
8713 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8714
8715 * isearch.el (isearch, isearch-lazy-highlight-face):
8716 New definitions for face colors and attributes.
8717
8718 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8719 of display-mouse-p.
8720
8721 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8722
8723 * international/mule.el (make-coding-system): If the coding system
8724 accepts extra latin codes, register such codes as safe for the
8725 coding system.
8726
8727 2001-01-08 Richard M. Stallman <rms@gnu.org>
8728
8729 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8730 don't mention the file name or the date here, because they are
8731 logged at the start of the file.
8732
8733 2001-01-08 Richard M. Stallman <rms@gnu.org>
8734
8735 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8736 Change screen-width to frame-width.
8737
8738 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8739
8740 * info.el (Info-search): Print the default as part of the prompt.
8741
8742 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8743
8744 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8745 constant implementations in backends.
8746
8747 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8748 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8749
8750 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8751 WRITABLE to EDITABLE.
8752
8753 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8754 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8755 to EDITABLE.
8756
8757 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8758
8759 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8760 (copyright, copyright-update): Compute the current year at run time.
8761
8762 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8763
8764 * isearch.el (isearch-old-signal-hook): Removed.
8765 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8766 instead of setting signal-hook-function.
8767 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8768
8769 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8770
8771 * emulation/edt.el: Update to version 4.0. Provide support for
8772 EDT scroll margins at top and bottom of the window. Provide an
8773 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8774 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8775 user when file-related buffer modifications exist.
8776 Provide support for running EDT Emulation in XEmacs.
8777 Provide customize access to some user updatable variables.
8778 Add Commentary section to file header.
8779 Fixed a few minor bugs and cleaned up some code.
8780
8781 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8782 for detecting a keypress that generates an ASCII key sequence.
8783 (Previously, only a keypress that generates a vector was
8784 recognized.) Embed Window Manager name into name of the generated
8785 EDT Emulation initialization file since the initialization file is
8786 Window Manager specific. Add Commentary section to file header.
8787
8788 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8789
8790 * mail/sendmail.el (mail-mode): Doc fix.
8791
8792 * info.el (Info-goto-emacs-command-node): Doc fix.
8793 (Info-goto-emacs-key-command-node): Doc fix.
8794
8795 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8796
8797 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8798 systems without long file-name support.
8799
8800 2001-01-06 Andrew Innes <andrewi@gnu.org>
8801
8802 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8803
8804 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8805
8806 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8807 (isearch-lazy-highlight-update): Doc fix.
8808
8809 * ffap.el (ffap-bindings): Doc fix.
8810
8811 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8812
8813 2001-01-05 Dave Love <fx@gnu.org>
8814
8815 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8816
8817 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8818
8819 * mouse-drag.el (mouse-drag-safe-scroll):
8820 Bind scroll-preserve-screen-position to nil.
8821
8822 * isearch.el (isearch-old-signal-hook): New variable.
8823 (isearch-mode): Set signal-hook-function to isearch-done.
8824 (isearch-done): Restore old signal-hook-function.
8825
8826 * info.el (Info-fontify-node): Mark one more char as intangible.
8827
8828 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8829
8830 * composite.el (compose-last-chars): New argument COMPONENTS.
8831 If it is non-nil, compose preceding characters by compose-region with
8832 COMPONENTS.
8833
8834 * international/quail.el (quail-input-string-to-events): New function.
8835 (quail-input-method): Convert input string to events here.
8836 (quail-start-translation): Return input string, not event list.
8837 (quail-start-conversion): Likewise.
8838
8839 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8840
8841 * tooltip.el (tooltip-cancel-delayed-tip)
8842 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8843 and tooltip-add-timeout.
8844 (tooltip-show): Set border color from faces's foreground.
8845 (tooltip-show-help-function): If called with the same help string
8846 as last time, do nothing.
8847 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8848
8849 * startup.el (fancy-splash-screens): Don't bind show-help-function
8850 to nil.
8851
8852 * tooltip.el (tooltip-frame-parameters): Remove colors.
8853 (tooltip): New face
8854 (tooltip-set-param): New function.
8855 (tooltip-show): Set up color frame parameters from face `tooltip'.
8856 Display the tooltip text in face `tooltip'.
8857
8858 2001-01-04 Dave Love <fx@gnu.org>
8859
8860 * whitespace.el (whitespace-global-mode): Fix typo.
8861
8862 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8863
8864 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8865
8866 * help.el (help-for-help): Fix a typo in a doc string.
8867 From kwzh@gnu.org (Karl Heuer).
8868
8869 2001-01-03 Dave Love <fx@gnu.org>
8870
8871 * dired-x.el: Doc fixes. Maintainer change.
8872 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8873 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8874 (dired-guess-shell-alist-user): Customize.
8875 (dired-x-help-address): Set to bug-gnu-emacs.
8876 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8877 (dired-default-directory): Renamed from default-directory.
8878
8879 * hl-line.el (hl-line): Doc fix.
8880
8881 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8882
8883 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8884
8885 2001-01-02 Richard M. Stallman <rms@gnu.org>
8886
8887 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8888 to remove all the current alternative-match highlighting.
8889 If nil, remove only what's outside the current window.
8890 (isearch-lazy-highlight-remove-overlays): Take optional
8891 region within which NOT to remove them.
8892 (isearch-lazy-highlight-new-loop): Greatly simplified.
8893 (isearch-lazy-highlight-update): Find all the other occurrences
8894 visible in the window, in just one call.
8895 (isearch-lazy-highlight-start): Now holds start of region to scan.
8896 (isearch-lazy-highlight-end): Now holds end of region to scan.
8897 (isearch-lazy-highlight-wrapped): Variable deleted.
8898 (isearch-lazy-highlight-search): Function deleted.
8899
8900 2000-01-02 Andrew Innes <andrewi@gnu.org>
8901
8902 * w32-fns.el (convert-standard-filename): Do length check on name
8903 before aref.
8904
8905 2001-01-02 Dave Love <fx@gnu.org>
8906
8907 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8908 value.
8909 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8910
8911 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8912
8913 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8914 read syntax.
8915
8916 * calendar/todo-mode.el (todo): Add :link, :version.
8917 (todo-save-top-priorities): Remove autoload cookie.
8918 (todo-add-category, todo-add-item-non-interactively)
8919 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8920
8921 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8922
8923 * comint.el (comint-input-history-ignore): New variable.
8924 (comint-read-input-ring): Ignore entries matching
8925 comint-input-history-ignore.
8926
8927 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8928
8929 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8930 (lm-copyright-mark): New function.
8931 (lm-crack-copyright): New function.
8932 (lm-verify): Check that the file has a copyright.
8933 Check that the file is copyright Free Software Foundation.
8934
8935 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8936
8937 * international/mule-diag.el (print-fontset): Indent font name by
8938 24 columns, not 25.
8939
8940 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8941
8942 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8943 in Subject line.
8944
8945 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8946 Use mail-mode-hook instead of mail-setup-hook.
8947 Otherwise continuing an interrupted message with C-u C-x m for
8948 instance, winds up in Mail mode without abbrevs.
8949
8950 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8951
8952 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8953 non-nil. Adding almost all customization variables on ps-setup.
8954 Doc fix.
8955 (ps-print-version): New version number (6.3.3).
8956 (ps-end-with-control-d): Initialization fix.
8957 (ps-lines-printed): New var.
8958 (ps-skip-newline): New fun.
8959 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8960 (ps-next-line, ps-continue-line, ps-plot-region)
8961 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8962
8963 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8964
8965 * international/fontset.el (x-complement-fontset-spec):
8966 Resolve ASCII font name so that the same family name is used for fonts
8967 registered in x-font-name-charset-alist.
8968 (create-fontset-from-fontset-spec): Adjusted for the above change.
8969 The name of fontset alias should be a unresolved ASCII font name.
8970
8971 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8972
8973 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8974 and delete in isearch-mode-map.
8975
8976 2000-12-28 Richard M. Stallman <rms@gnu.org>
8977
8978 * dired-x.el (dired-guess-shell-alist-default):
8979 Use xpdf instead of acroread.
8980
8981 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8982
8983 * textmodes/artist.el (artist-butlast): Deleted.
8984 (artist-ellipse-mirror-quadrant): Use butlast instead of
8985 artist-butlast.
8986
8987 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8988
8989 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8990
8991 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8992
8993 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8994
8995 * ls-lisp.el: Better support for the Mac and MS-Windows.
8996 (ls-lisp): New defgroup.
8997 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8998 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8999 (ls-lisp-support-shell-wildcards): New defcustoms.
9000 (ls-lisp-parse-symlink): New function.
9001 (insert-directory): Code to convert switches to a list and set up
9002 the wildcard argument copied from ls-lisp-insert-directory.
9003 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9004 for -C and -R switches.
9005 (ls-lisp-column-format): New function.
9006 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9007 (ls-lisp-format-time): Add doc strings.
9008 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9009 Support ls-lisp-dirs-first.
9010 (ls-lisp-classify, ls-lisp-extension): New functions.
9011 (ls-lisp-format): Optionally support emulation of symlinks.
9012 Support -i, -s, and -G switches.
9013
9014 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9015
9016 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9017
9018 * version.el (emacs-version): Print X scroll bar information.
9019
9020 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9021 instead of x-toolkit-scroll-bars-p.
9022
9023 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9024 of x-toolkit-scroll-bars-p.
9025
9026 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9027
9028 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9029 (ffap-bindings): Doc fix, to reflect the above change.
9030
9031 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9032
9033 * term.el (term-char-mode): Define all non-ascii self-inserting
9034 characters to 'term-send-raw in term-raw-map.
9035
9036 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9037
9038 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9039
9040 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9041 Changed initialization; use add-hook.
9042 (ediff-file-remote-p): Use file-local-copy.
9043
9044 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9045
9046 * ediff.el (ediff-patch-buffer): Bug fix.
9047 (ediff-revision): Allow selection of the file at the prompt.
9048
9049 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9050
9051 * subr.el (combine-run-hooks): Remove.
9052
9053 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9054 and remove the rogue second spec.
9055
9056 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9057
9058 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9059
9060 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9061
9062 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9063 Use minibuffer menu prompt for the `=' prefix.
9064 (smerge-command-prefix): Change default to C-^.
9065 (smerge-mode): Don't assume font-lock doesn't move point.
9066
9067 * skeleton.el (skeleton-internal-1): Make sure the first line of
9068 the region is also re-indented.
9069 (skeleton-end-newline): New var.
9070 (skeleton-end-hook): Use it.
9071
9072 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9073
9074 * comint.el (comint-password-prompt-regexp): Support CVS.
9075
9076 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9077
9078 * simple.el (delete-key-deletes-forward-mode): Simplify.
9079 Also backspace key combinations, depending on
9080 delete-key-deletes-forward.
9081
9082 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9083
9084 * simple.el (delete-key-deletes-forward): Doc fix.
9085
9086 2000-08-22 Emmanuel Briot <briot@gnat.com>
9087
9088 * xml.el (top level comment): Updated to reflect the fact that
9089 white spaces are relevant in the XML file.
9090 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9091 to parse was already edited. This allows for on-the-fly analysis
9092 of XML files.
9093 (xml-parse-tag): Check that the casing is the same in the start
9094 tag and end tag, since XML is case-sensitive. Allows for spaces
9095 in the end tag, after the name of the tag.
9096 (xml-parse-attlist): Allow for the character '-' in the name of
9097 attributes, as in the standard http-equiv attribute Do not save
9098 the properties in the XML tree, since they are not relevant.
9099
9100 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9101
9102 * generic.el (generic-read-type): Undo last change, inline into
9103 `generic-mode' and then remove.
9104 (generic-mode): Inline generic-read-type.
9105 (define-generic-mode): Push the symbol name rather than the symbol
9106 onto generic-mode-list.
9107
9108 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9109
9110 * generic.el (generic-read-type): Build an alist for
9111 completing-read as in 20.7.
9112
9113 * play/landmark.el (lm): Use interactive spec `P'.
9114 (toplevel): Don't set debug-on-error.
9115
9116 * server.el (server-switch-buffer): Choose a window on a visible frame.
9117
9118 2000-12-21 Dave Pearson <davep@davep.org>
9119
9120 * quickurl.el: Commentry change, I've moved my web site.
9121
9122 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9123
9124 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9125 ranges like \177-\237, but accepts the character sequence from \177 to
9126 \237. Doc fix.
9127 (ebnf-version): New version (3.4).
9128 (ebnf-setup): Code fix.
9129 (ebnf-range-regexp): New fun.
9130 (ebnf-8-bit-chars): Const fix.
9131
9132 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9133 entry. Doc fix.
9134 (ebnf-bnf-lex): Code fix.
9135 (ebnf-bnf-comment-chars): Const fix.
9136
9137 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9138 entry. Doc fix.
9139 (ebnf-iso-comment-chars): Const fix.
9140
9141 * ebnf-otz.el: Doc fix.
9142
9143 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9144 entry. Doc fix.
9145 (ebnf-yac-skip-code): Code fix.
9146 (ebnf-yac-comment-chars): Const fix.
9147
9148 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9149
9150 * files.el (insert-directory-safely): New function.
9151 (recover-file): Use it instead of insert-directory.
9152 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9153
9154 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9155
9156 * international/mule-cmds.el (select-safe-coding-system):
9157 Check coding-category-list more rigidly. Improve help message.
9158
9159 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9160
9161 2000-12-21 Miles Bader <miles@gnu.org>
9162
9163 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9164
9165 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9166
9167 * international/mule-diag.el (describe-char-after): Make *Help*
9168 buffer inherit multibyteness of the current buffer.
9169
9170 * international/mule.el (make-char): Docstring adjusted for the
9171 change of make-char-internal.
9172
9173 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9174
9175 * international/iso-cvt.el: Docstrings fix.
9176
9177 2000-12-20 Dave Love <fx@gnu.org>
9178
9179 * subr.el (eval-after-load): Doc fix.
9180
9181 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9182
9183 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9184 for numbers.
9185
9186 2000-12-20 Miles Bader <miles@gnu.org>
9187
9188 * international/quail.el (quail-help): Resize the help window
9189 again after it has all its contents. Remove unneeded progn.
9190
9191 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9192
9193 * pcmpl-linux.el: Fix copy/paste error.
9194
9195 2000-12-19 Andrew Innes <andrewi@gnu.org>
9196
9197 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9198
9199 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9200
9201 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9202
9203 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9204
9205 * progmodes/idlw-shell.el: Fixed copyright notice.
9206
9207 * progmodes/idlwave.el: Fixed copyright notice.
9208
9209 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9210 TAB as key separators.
9211
9212 2000-12-19 Alex Schroeder <alex@gnu.org>
9213
9214 * sql.el (sql-sybase-options): New option.
9215 (sql-sybase): Use it. Add sql-database to the list of parameters
9216 provided for login. The options -w 2048 -n are not used any more.
9217 (sql-postgres-options): Changed default from "--pset" to "-P".
9218 (sql-mysql-options): Doc change.
9219 (sql-stop): Doc change.
9220
9221 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9222
9223 * international/quail.el (quail-input-method): Always hide
9224 the guidance buffer on exiting.
9225
9226 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9227
9228 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9229 isn't fboundp.
9230
9231 * server.el (server-buffer-done): Bury the buffer before
9232 killing it.
9233
9234 * faces.el (face-spec-set): Interpret a nil in specs for
9235 foreground and background colors as `unspecified', for
9236 compatibility with 20.x.
9237
9238 2000-12-18 Dave Love <fx@gnu.org>
9239
9240 * simple.el (mail-user-agent): Doc fix.
9241 (input-mode-8-bit): Removed.
9242
9243 * international/mule.el (set-keyboard-coding-system): Doc fix.
9244 (keyboard-coding-system): New option.
9245
9246 * mail/sendmail.el (send-mail-function): Customize.
9247
9248 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9249
9250 * international/codepage.el (cp866-decode-table): New table.
9251
9252 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9253
9254 * version.el (emacs-version): Remove `%a' from the time format
9255 because the weekday doesn't fit well into each locale.
9256
9257 2000-12-18 Miles Bader <miles@gnu.org>
9258
9259 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9260
9261 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9262 Check that emacs-major-version is `=' to 20, not `>='.
9263 (artist-replace-chars): Use `make-string' instead of a loop.
9264
9265 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9266
9267 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9268 (cvs-execute-single-file): Don't change directory.
9269 Patch from Per Cederqvist.
9270
9271 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9272
9273 * textmodes/ispell.el (check-ispell-version):
9274 If `ispell-program-name' is "aspell", pass it the -v switch instead
9275 of -vv.
9276
9277 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9278
9279 * international/mule-diag.el (mule-diag): Insert information about
9280 configure options, multibyte awareness, language env.
9281
9282 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9283 regexp to search for candidates.
9284
9285 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9286
9287 * info.el (Info-forward-node): If the node has an
9288 Info-header-line, widen the buffer before searching for "next:"
9289 and "up:" pointers, and set the search limit to stay in the
9290 current node.
9291
9292 2000-12-16 Miles Bader <miles@gnu.org>
9293
9294 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9295
9296 2000-12-15 Miles Bader <miles@gnu.org>
9297
9298 * comint.el (comint-send-string, comint-send-region): Also accept
9299 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9300 process-send-string/region.
9301
9302 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9303
9304 * isearch.el (isearch-lazy-highlight-max): New user-option.
9305 (isearch-lazy-highlight-update): Don't highlight more than
9306 isearch-lazy-highlight-max matches.
9307
9308 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9309
9310 2000-12-15 Richard M. Stallman <rms@gnu.org>
9311
9312 * sort.el (sort-columns): Fix error message.
9313
9314 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9315 `upcase' or `downcase' or nil.
9316 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9317 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9318 (dabbrev--substitute-expansion): New arg record-case-pattern.
9319 If it is non-nil, set dabbrev--last-case-pattern.
9320 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9321
9322 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9323
9324 2000-12-15 Miles Bader <miles@gnu.org>
9325
9326 * paths.el (Info-default-directory-list): Don't delete
9327 configure-info-directory from the list of standard info
9328 directories when appending it to the end -- their order is important.
9329
9330 * faces.el (read-face-attribute): If there's no entry for the
9331 user's input in VALID, just use it as-is (this will often result
9332 in an error, but it may be OK for e.g. colors using hexadecimal
9333 notation, and at least will yield a better error message).
9334
9335 * window.el (mode-line-window-height-fudge): Function removed.
9336 (height-affecting-face-attributes, mode-line-window-height-fudge):
9337 Variables removed.
9338 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9339 window is really the right size. Use vertical-motion
9340 rather than forward-line.
9341 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9342 (ispell-command-loop, ispell-show-choices): Use the variable
9343 ispell-choices-win-default-height, rather than the function.
9344 (ispell-choices-win-default-height): Function removed.
9345 (ispell-mode-line-window-height-fudge): Function removed.
9346
9347 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9348
9349 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9350
9351 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9352
9353 * paths.el (Info-default-directory-list):
9354 If configure-info-directory is not one of the standard directories,
9355 put it first in the list; otherwise put it last. Doc string
9356 changed accordingly.
9357
9358 * info.el (Info-directory-list): Change doc string to reflect the
9359 change in Info-default-directory-list.
9360
9361 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9362 windows-nt as windowed environments, even under -nw.
9363
9364 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9365 if not fboundp. Switch delete-forward mode for the <delete> key
9366 on all PC platforms, even under -nw.
9367
9368 * term/internal.el ([M-delete]): Remap to M-d.
9369
9370 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9371
9372 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9373
9374 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9375
9376 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9377
9378 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9379
9380 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9381 if appropriate.
9382
9383 * simple.el (delete-key-deletes-forward): New user-option.
9384 (delete-key-deletes-forward-mode): New function.
9385
9386 * bindings.el: Bind `delete' to backward-delete-char.
9387
9388 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9389 Test if symbol is bound before getting its value.
9390
9391 * tooltip.el (tooltip-show): If an error is signaled in
9392 x-show-tip, display that error, and display the help in the
9393 echo area.
9394
9395 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9396
9397 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9398 Show "... entries" messages for every 10000 entries, not 10.
9399
9400 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9401
9402 * bookmark.el: Provide a generic exit hook, as suggested by
9403 Ovidiu Predescu <ovidiu@cup.hp.com>:
9404 (bookmark-exit-hook): New var.
9405 (bookmark-exit-hook-internal): New func, replaces
9406 old raw lambda form in `kill-emacs-hook', and runs new
9407 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9408 as logically that feature must have been provided if this function
9409 is running.
9410 Removed ;;;###autoload before the `add-hook' call.
9411
9412 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9413
9414 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9415 (easy-menu-current-active-maps): New function.
9416 (easy-menu-get-map): Use it.
9417 Make a proper menu entry when creating a new keymap.
9418
9419 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9420
9421 * international/characters.el: Fix cases and syntaxes for
9422 mule-unicode-0100-24ff.
9423
9424 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9425 that a Japanese character is not appended after day and year.
9426
9427 * info.el (Info-suffix-list): Change format for a command that
9428 requires arguments.
9429 (info-insert-file-contents): Adjusted for the above change.
9430
9431 2000-12-12 Andreas Schwab <schwab@suse.de>
9432
9433 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9434 on the name of the tar buffer. Verify that the existing buffer is
9435 visiting the same subfile.
9436
9437 2000-12-12 Dave Love <fx@gnu.org>
9438
9439 * subdirs.el: Add obsolete.
9440
9441 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9442
9443 * mail/rmailsum.el (rmail-summary-expunge)
9444 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9445 instead of rmail-confirm-expunge.
9446
9447 * replace.el (perform-replace): Don't use an empty match adjacent
9448 to a non-empty match when computing the next match before the
9449 replacement is performed.
9450
9451 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9452
9453 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9454 definition (patch by Stefan Monnier).
9455 (glasses-mode): Use jit-lock instead of `after-change-functions'
9456 (patch by Stefan Monnier).
9457
9458 2000-12-12 Miles Bader <miles@gnu.org>
9459
9460 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9461 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9462
9463 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9464
9465 * term/mac-win.el: Remove load for ls-lisp.
9466
9467 * loadup.el: Load ls-lisp for system-type `macos'.
9468
9469 2000-12-12 Miles Bader <miles@gnu.org>
9470
9471 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9472 Respect field end too.
9473 (just-one-space): Respect fields as `delete-horizontal-space'.
9474 (newline-and-indent, reindent-then-newline-and-indent):
9475 Use `delete-horizontal-space'.
9476
9477 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9478
9479 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9480 (so as to obey the field property in the minibuffer).
9481
9482 * obsolete/c-mode.el: Moved from lisp/progmodes.
9483 * obsolete/auto-show.el: Moved from lisp.
9484 * obsolete/ooutline.el: Moved from lisp/textmodes.
9485
9486 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9487
9488 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9489 changes to list them here.
9490
9491 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9492 Too many changes to list them here.
9493
9494 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9495 Too many changes to list them here.
9496
9497 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9498
9499 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9500
9501 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9502
9503 * cus-edit.el (custom-save-variables, custom-save-faces):
9504 Comment fix.
9505
9506 * hscroll.el: Moved to `obsolete' subdir.
9507
9508 2000-12-11 Miles Bader <miles@gnu.org>
9509
9510 * window.el (window-text-height): Function removed (now in C).
9511
9512 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9513
9514 * log-edit.el (log-edit-parent-buffer): New var.
9515 (log-edit): Set it. Add BUFFER argument.
9516 (log-edit-done): Use char-before.
9517 Don't bother checking validity of vc-comment-ring.
9518 Only bury the buffer if log-edit popped it up.
9519
9520 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9521 (cvs-mode-diff-help): Remove.
9522 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9523 (cvs-mode-marked): Set up the default for CMD manually.
9524
9525 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9526 Remove binding for ? now made unnecessary.
9527
9528 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9529
9530 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9531 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9532
9533 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9534 when master file is not open.
9535
9536 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9537
9538 * progmodes/ada-stmt.el: Update `maintainer'.
9539
9540 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9541
9542 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9543 choices to match documentation string.
9544
9545 2000-12-09 Miles Bader <miles@gnu.org>
9546
9547 * minibuf-eldef.el: New file.
9548
9549 * window.el (fit-window-to-buffer): Don't pass last argument to
9550 pos-visible-in-window-p, now that its meaning is inverted.
9551
9552 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9553
9554 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9555 <ceder@lysator.liu.se>.
9556
9557 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9558
9559 * autoinsert.el (auto-insert-alist): Add missing final \n.
9560
9561 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9562 (cvs-menu-map): Remove.
9563 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9564 (cvs-mode-quit): Turn it back into a plain function.
9565
9566 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9567 (texinfo-filter): Remove (move to texinfo.el).
9568
9569 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9570 file where it's more visible.
9571 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9572 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9573 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9574 (texinfo-inside-macro-p): Only catch `scan-error's.
9575 (texinfo-inside-env-p): Make better use of the match info.
9576 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9577 (texinfo-insert-@end): Slight re-organization.
9578 Also remove useless `looking-at' call.
9579
9580 2000-12-08 Andrew Innes <andrewi@gnu.org>
9581
9582 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9583 accessible in -nw mode.
9584
9585 * term/w32-win.el: Remove stuff about selection timeout, which is
9586 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9587 it is accessible in -nw mode.
9588
9589 2000-12-08 Dave Love <fx@gnu.org>
9590
9591 * emacs-lisp/lisp-mode.el (lisp-mode):
9592 Set font-lock-keywords-case-fold-search.
9593
9594 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9595
9596 * textmodes/ispell.el (ispell): Doc fix.
9597
9598 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9599
9600 * international/quail.el (quail-insert-decode-map): Check the
9601 frame width of a window displaying the current buffer, not that of
9602 the selected frame.
9603 (quail-help): Make sure that the help buffer has window before
9604 inserting text in it.
9605
9606 2000-12-07 Sam Steingold <sds@gnu.org>
9607
9608 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9609 Backquote is used in isearch.el, so autoloading saves nothing.
9610
9611 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9612
9613 * startup.el (normal-top-level-add-subdirs-to-load-path):
9614 Ignore the CVS and RCS subdirectories case-insensitively.
9615
9616 * dired.el (dired-insert-directory): If file-system-info is
9617 fboundp, call it instead of invoking dired-free-space-program.
9618
9619 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9620
9621 * server.el (server-visit-files): Push files on file-name-history.
9622
9623 * progmodes/cc-langs.el: Update copyright.
9624
9625 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9626
9627 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9628
9629 * bindings.el (mode-line-mode-menu): Reverse the order
9630 of define-keys so that the menu appears in alphabetical order.
9631
9632 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9633
9634 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9635 of the function.
9636
9637 2000-12-07 Dave Love <fx@gnu.org>
9638
9639 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9640
9641 * facemenu.el (facemenu-unlisted-faces): Fix value.
9642
9643 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9644
9645 * font-lock.el (font-lock-default-fontify-region):
9646 Include the terminating \n (off-by-one error).
9647 (font-lock-set-defaults): Use dolist.
9648
9649 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9650
9651 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9652
9653 * international/mule-cmds.el (describe-language-environment):
9654 Fix for the case that an input method title is not string but a list.
9655
9656 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9657 of wrong SIZE record.
9658
9659 2000-12-06 Dave Love <fx@gnu.org>
9660
9661 * newcomment.el (comment-region, comment-dwim): Doc fix.
9662
9663 * textmodes/texinfo.el: Require tex-mode when compiling.
9664 (texinfo-update-node): Doc fix.
9665 (texinfo-imenu-generic-expression): Add @anchor.
9666 (texinfo-font-lock-keywords): Add @uref.
9667 (texinfo-inside-macro-p): Don't use ignore-errors.
9668 (texinfo-insert-quote): Match more contexts.
9669
9670 * international/mule.el (decode-char, encode-char): Doc fix.
9671 (auto-coding-alist): Customize.
9672
9673 * files.el (load-file): Fix change of 2000-03-12.
9674
9675 * wid-edit.el (widget-text-keymap): Doc fix.
9676
9677 2000-12-06 Andrew Innes <andrewi@gnu.org>
9678
9679 * makefile.w32-in (lisp): Set to an absolute directory, namely
9680 $(CURDIR).
9681
9682 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9683
9684 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9685 read generated-autoload-file, and set buffer-file-coding-system to
9686 raw-text-unix after reading the file.
9687
9688 * international/mule-conf.el (file-coding-system-alist):
9689 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9690
9691 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9692
9693 * replace.el (occur): Make line-number-width 1 smaller for the
9694 colon following the line number.
9695
9696 * startup.el (fancy-splash-text, command-line-1):
9697 Use `File' for the menu name instead of `Files'.
9698
9699 * tmm.el: Update copyright.
9700
9701 * cus-start.el: Add entry for even-window-heights.
9702
9703 2000-12-06 Miles Bader <miles@gnu.org>
9704
9705 * faces.el (frame-set-background-mode): Avoid stomping on
9706 locally modified faces.
9707
9708 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9709
9710 * international/fontset.el: Correct the font registries for
9711 japanese-jisx0213-1 and japanese-jisx0213-2.
9712
9713 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9714
9715 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9716
9717 * iswitchb.el: Update customization commentary.
9718
9719 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9720
9721 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9722 (tpu-search-highlight): Fixed comparison of overlay end positions.
9723 (tpu-trim-line-ends): Implemented trimming logic locally.
9724
9725 * emulation/tpu-extras.el (tpu-write-file-hook)
9726 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9727
9728 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9729
9730 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9731 to cn-gb.
9732 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9733
9734 2000-12-04 Dave Love <fx@gnu.org>
9735
9736 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9737
9738 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9739
9740 * mail/rmailsum.el (rmail-summary-expunge)
9741 (rmail-summary-expunge-and-save): Ask for confirmation with
9742 rmail-expunge-confirmed.
9743
9744 * mail/rmail.el (rmail-expunge-confirmed): New function.
9745 (rmail-expunge): Use it.
9746
9747 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9748
9749 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9750 (etags-recognize-tags-table, find-tag-in-order):
9751 New functionality: interpret file names as tags.
9752
9753 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9754
9755 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9756 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9757 the first subnode until the bottom of the current node is visible.
9758
9759 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9760
9761 * format.el (format-decode): Don't change buffer's undo list.
9762
9763 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9764
9765 * faces.el (face-font-registry-alternatives): Add entries for CJK
9766 fonts. Doc-string adjusted for the actual usage of this data.
9767
9768 * international/fontset.el: Change the font registries for CJK
9769 fonts in the default fontset. Don't append '*' to registries.
9770
9771 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9772
9773 * emacs-lisp/easy-mmode.el (define-derived-mode)
9774 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9775
9776 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9777 (derived-mode-p): New function.
9778 (derived-mode-make-docstring): Add `docstring' argument.
9779 Use it if available and complete it if necessary.
9780
9781 2000-12-03 Andreas Schwab <schwab@suse.de>
9782
9783 * type-break.el (type-break): Don't make parent of itself.
9784
9785 2000-12-03 Miles Bader <miles@gnu.org>
9786
9787 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9788
9789 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9790
9791 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9792 (tex-main-file, tex-file): Simplify.
9793 (tex-generate-zap-file-name): Use subst-char-in-string.
9794 (tex-strip-dots): Remove.
9795
9796 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9797
9798 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9799 to check if the match succeeded.
9800
9801 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9802
9803 * startup.el (use-fancy-splash-screens-p): New function.
9804 (command-line-1): Use it to determine whether or not to use
9805 a fancy splash screen.
9806
9807 2000-12-02 Andreas Schwab <schwab@suse.de>
9808
9809 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9810
9811 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9812
9813 * international/mule.el (make-char): Fix last change.
9814
9815 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9816 New defcustoms.
9817 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9818 autoloading tex-mode; instead, do the same manually.
9819 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9820 with numeric argument. Docstring fix.
9821 (toplevel): Require cl when compiling.
9822
9823 * international/mule.el (make-char): Doc fix.
9824
9825 2000-12-02 Jason Rumney <jasonr@gnu.org>
9826
9827 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9828 the Emacs Lisp manual)
9829
9830 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9831
9832 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9833
9834 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9835 the Emacs Lisp manual).
9836
9837 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9838
9839 * simple.el (next-line-add-newlines): Change default to nil.
9840
9841 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9842
9843 * files.el (revert-buffer, recover-file):
9844 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9845
9846 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9847
9848 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9849
9850 2000-12-01 Miles Bader <miles@gnu.org>
9851
9852 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9853
9854 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9855
9856 * international/mule-diag.el (describe-char-after): Fix typo.
9857 (describe-character-set, non-iso-charset-alist): Fix typo.
9858
9859 2000-12-01 Miles Bader <miles@gnu.org>
9860
9861 * image-file.el (image-file-name-regexp): Automatically add
9862 upper-case variants of each filename extension in
9863 `image-file-name-extensions', since they seem to be common.
9864
9865 * simple.el (minibuffer-contents)
9866 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9867 New functions.
9868 * filecache.el (file-cache-directory-name)
9869 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9870
9871 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9872
9873 * filecache.el (file-cache-minibuffer-complete): Don't try to
9874 delete the minibuffer prompt.
9875
9876 2000-11-30 Dave Love <fx@gnu.org>
9877
9878 * cus-start.el: Fix read-buffer-function type.
9879
9880 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9881
9882 * md5.el: Removed. There's a built-in function, now.
9883
9884 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9885
9886 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9887 as dummy 0-th char of rmail-deleted-vector.
9888
9889 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9890
9891 * ps-print.el (ps-end-job): Bind case-fold-search only after
9892 switching to ps-spool-buffer.
9893
9894 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9895
9896 * ps-print.el: Line number font customization. PostScript: Lines and
9897 PageCount are initialized on each page. Doc Fix.
9898 (ps-print-version): New version number (6.3.2).
9899 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9900 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9901 (ps-right-header): Customization fix.
9902 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9903 Fix code.
9904 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9905 New vars.
9906
9907 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9908
9909 * bs.el: Fix typos and spelling errors.
9910 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9911 (bs-configuration): Doc fix.
9912
9913 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9914
9915 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9916
9917 * emulation/tpu-edt.el (tpu-version): New version.
9918 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9919 (tpu-original-mode-line): Variable deleted.
9920 (tpu-mark-flag): New initial value.
9921 (tpu-set-mode-line): Don't redefine mode-line-format.
9922 Add tpu-mark-flag to minor-mode-alist.
9923 (tpu-update-mode-line): New mark flag logic.
9924 (tpu-get): Use find-file-wildcards.
9925 (tpu-search-highlight): Move overlay less, reset overlay properly.
9926 (tpu-unselect): Deactivate mark.
9927 (tpu-lm-replace): Reset overlay properly.
9928 (tpu-forward-line): Use forward-visible-line.
9929 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9930
9931 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9932
9933 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9934
9935 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9936
9937 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9938
9939 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9940 and skip whitespace and newlines.
9941
9942 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9943
9944 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9945
9946 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9947
9948 * help.el (describe-function-1): Regexp-quote function name
9949 when used as part of a regexp.
9950
9951 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9952 Use face-attribute instead of face-foreground and face-background.
9953 (tool-bar-add-item): Likewise, and handle unspecified colors.
9954
9955 * enriched.el (enriched-face-ans): Use face-attribute instead
9956 of face-foreground and face-background.
9957
9958 * faces.el (face-foreground, face-background, face-stipple):
9959 Return nil if attribute is unspecified, for backward compatibility.
9960
9961 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9962
9963 * play/5x5.el: Remove version info.
9964
9965 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9966
9967 * frame.el (blink-cursor-mode): Doc fix.
9968
9969 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9970
9971 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9972 to create Makefile rules.
9973 (antlr-tool-command): New user option.
9974 (antlr-ask-about-save): New user option.
9975 (antlr-makefile-specification): New user option.
9976 (antlr-file-formats-alist): New variable.
9977 (antlr-special-file-formats): New variable.
9978 (antlr-unknown-file-formats): New user option.
9979 (antlr-help-unknown-file-text): New variable.
9980 (antlr-help-rules-intro): New variable.
9981 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9982 (antlr-mode-menu): Add entries.
9983 (antlr-file-dependencies): New function.
9984 (antlr-directory-dependencies): New function.
9985 (antlr-superclasses-glibs): New function.
9986 (antlr-run-tool): New command.
9987 (antlr-makefile-insert-variable): New function.
9988 (antlr-insert-makefile-rules): New function.
9989 (antlr-show-makefile-rules): New command.
9990
9991 * antlr-mode.el: More Emacs/XEmacs stuff.
9992 (antlr-no-action-keywords): New constant with value nil.
9993 (antlr-font-lock-keywords-alist): Use it. Old value would break
9994 syntax highlighting in Emacs-21.0.
9995 (antlr-default-directory): Emacs/XEmacs dependend function.
9996 (antlr-read-shell-command): Ditto.
9997 (antlr-with-displaying-help-buffer): Ditto.
9998
9999 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10000
10001 * antlr-mode.el: imenu, parsing and highlighting changes.
10002 (antlr-imenu-create-index-function): Don't create extra submenus
10003 for definitions in different grammar classes. It is not necessary
10004 for the menu and would make command `imenu' awkward to use.
10005 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10006 header actions and more than one.
10007 (antlr-font-lock-tokendef-face): Changed color.
10008 (antlr-font-lock-tokenref-face): Changed color.
10009 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10010 (antlr-mode-syntax-table): New variable.
10011 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10012 (antlr-with-syntax-table): Don't copy syntax table.
10013
10014 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10015
10016 * antlr-mode.el: Minor changes: language setting.
10017 (antlr-language-alist): The value for file option "language" can
10018 be both an identifier and a string.
10019 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10020 (antlr-language-limit-n-regexp): Change accordingly.
10021
10022 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10023
10024 * antlr-mode.el: Minor changes: tabs, hiding.
10025 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10026 (antlr-action-visibility): Also allow value nil to also hide the
10027 braces. Renamed from `antlr-tiny-action-length'.
10028 Suggested by Jay@aol.com.
10029 (antlr-hide-actions): Change accordingly. Hide line if completely
10030 hidden action is on a line of its own.
10031
10032 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10033
10034 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10035
10036 * sort.el (sort-columns): Don't concat strings with numbers.
10037
10038 2000-11-29 Dave Love <fx@gnu.org>
10039
10040 * cus-edit.el (face): Fix :format.
10041
10042 * mail/feedmail.el: Require smtpmail when compiling.
10043 (mail-do-fcc): Autoload.
10044 (feedmail) <defgroup>: Fix :link.
10045 (feedmail-nuke-body-in-fcc): Fix :type.
10046 (feedmail-send-it): Add autoload cookie.
10047
10048 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10049
10050 * newcomment.el (comment-indent): Save excursion around call to
10051 comment-indent-function.
10052
10053 2000-11-29 Miles Bader <miles@gnu.org>
10054
10055 * subr.el (member-ignore-case): Return the tail of the list who's
10056 car matches, like `member', not the matching element itself.
10057
10058 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10059
10060 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10061 should not contain `\n'.
10062
10063 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10064
10065 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10066
10067 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10068
10069 * dired-aux.el (dired-do-create-files): Construct default file
10070 name for dired-mark-read-file-name so that when the user enters
10071 just RET, the target file will end up in the target directory.
10072
10073 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10074 local-abbrev-table before changing buffers because it might
10075 have a buffer-local binding.
10076
10077 2000-11-28 Miles Bader <miles@gnu.org>
10078
10079 * simple.el (delete-horizontal-space): Handle fields more generally.
10080
10081 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10082
10083 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10084
10085 2000-11-28 Dave Love <fx@gnu.org>
10086
10087 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10088 comment-start-skip locally.
10089
10090 * progmodes/fortran.el (fortran-mode): Don't set
10091 fortran-comment-line-start-skip. Set comment-start to
10092 fortran-comment-line-start.
10093 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10094 (fortran-comment-line-start-skip): Simplify slightly.
10095
10096 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10097
10098 * play/5x5.el: Remove RCS keyword.
10099
10100 * bs.el: Mistaken commit, undone 2000-11-30.
10101
10102 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10103
10104 * textmodes/tildify.el (tildify-string-alist):
10105 Add `plain-tex-mode' here.
10106
10107 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10108
10109 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10110 reference.
10111
10112 2000-11-28 Miles Bader <miles@gnu.org>
10113
10114 * cus-face.el (custom-face-attributes): Add post-filter function
10115 for :box. Make pre-filter function for :box handle all cases.
10116
10117 * wid-edit.el (widget-choose): Make sure pop-up window is large
10118 enough to display all the choices, as there's no way to scroll it.
10119
10120 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10121
10122 * international/mule-conf.el: Make the coding system no-conversion
10123 safe for all characters.
10124
10125 2000-11-27 Dave Love <fx@gnu.org>
10126
10127 * net/ldap.el (ldap) <defgroup>: Add :version.
10128
10129 * tooltip.el (tooltip-use-echo-area): Doc fix.
10130
10131 * cus-start.el <minibuffer-prompt-properties>: Add version.
10132 <read-buffer-function>: Add.
10133
10134 * apropos.el (apropos-print): Add help-echo to active text.
10135
10136 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10137
10138 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10139
10140 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10141 type, group and version.
10142
10143 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10144
10145 * select.el (x-get-selection): Docstring fix.
10146
10147 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10148
10149 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10150
10151 2000-11-27 Andrew Innes <andrewi@gnu.org>
10152
10153 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10154
10155 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10156
10157 2000-11-27 Miles Bader <miles@gnu.org>
10158
10159 * dired.el (dired-get-filename): Return filename verbatim if
10160 LOCALP is `verbatim'.
10161 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10162 `verbatim' so that we don't inadvertently delete a non-existant
10163 directory name.
10164
10165 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10166
10167 * international/characters.el: Specify cases and syntaxes for
10168 mule-unicode-0100-24ff.
10169
10170 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10171
10172 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10173 that foreground and/or background colors of the face `tool-bar'
10174 are unspecified.
10175
10176 2000-11-27 Miles Bader <miles@gnu.org>
10177
10178 * wid-edit.el (widget-field-buffer, widget-field-start)
10179 (widget-field-end): Handle widget field `pseudo-overlays'.
10180 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10181 if it's there instead of in `widget-field-list'.
10182
10183 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10184 (help-make-xrefs): Delete extraneous newlines at the end of the
10185 docstring.
10186
10187 2000-11-25 Jason Rumney <jasonr@gnu.org>
10188
10189 * startup.el (command-line): Call set-locale-environment after
10190 Window System init file is read, as it can result in a call to
10191 redraw-frame.
10192
10193 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10194
10195 * simple.el (shell-command): Mention the effect of the prefix
10196 argument in the doc string.
10197
10198 2000-11-25 Miles Bader <miles@gnu.org>
10199
10200 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10201
10202 * wid-edit.el (widget-field-value-delete): Don't try to delete
10203 overlay when it's the `pseudo-overlay' that exists at some points.
10204
10205 2000-11-24 Jason Rumney <jasonr@gnu.org>
10206
10207 * international/mule-cmds.el (locale-language-names): Add "jp" as
10208 a non-standard alternative for Japanese.
10209
10210 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10211
10212 * vc-hooks.el: Require 'cl during compilation.
10213
10214 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10215
10216 * faces.el (face-set-after-frame-default): Let face attributes
10217 specified for new frames override frame parameters.
10218
10219 * startup.el (command-line): Fix computation of the source file
10220 for user-init-file when user-init-file is a compiled file.
10221
10222 2000-11-24 Miles Bader <miles@gnu.org>
10223
10224 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10225 (custom-post-filter-face-spec): New functions.
10226 (custom-face-set, custom-face-value-create): Filter the face spec
10227 before and after customization.
10228 (custom-face-set): If VALUE specifies a null face, pass a
10229 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10230 * cus-face.el (custom-face-attributes): Remove SET and GET
10231 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10232 cases they're needed.
10233
10234 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10235 that it's distinguishable from the :off-glyph on dark-background
10236 displays. Set its background color too.
10237
10238 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10239 so that people can easily turn it off.
10240
10241 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10242
10243 * ediff-diff.el: Moved variables around to have it compile under NT.
10244
10245 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10246
10247 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10248
10249 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10250 redundant skip-small-frames test.
10251
10252 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10253 (viper-downgrade-to-insert): Protect against errors in hooks.
10254
10255 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10256 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10257 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10258 New functions.
10259
10260 * viper-util.el (viper-memq-char): Bug fixes.
10261
10262 * viper.el (viper-mode): Fix cursor handling.
10263
10264 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10265
10266 * international/mule-diag.el (list-iso-charset-chars):
10267 For two-byte charset, fix the `while' condition.
10268 (list-non-iso-charset-chars): Fix the `while' condition.
10269
10270 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10271
10272 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10273 if the variable is make-variable-buffer-local.
10274
10275 * progmodes/ada-stmt.el (ada-template-map):
10276 Initialize and bind it to C-c t in ada-mode-map.
10277 (ada-stmt-mode-hook): New function extracted from old code.
10278 Only change the buffer-local side of skeleton-*.
10279 (ada-mode-hook): Use it.
10280
10281 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10282
10283 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10284 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10285 we expect to be returned by minibuffer-depth once we prompt the
10286 user in the minibuffer.
10287 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10288 as recorded in iswitchb-minibuf-depth, return non-nil.
10289
10290 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10291
10292 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10293 (hscroll-window-maybe): Docstring fix.
10294
10295 2000-11-23 Dave Love <fx@gnu.org>
10296
10297 * rect.el (string-rectangle): Don't test delete-selection-mode.
10298
10299 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10300
10301 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10302 is in the tool bar.
10303
10304 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10305 with `no-dir'; we want the directory part to be able to remove it.
10306
10307 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10308
10309 * textmodes/outline.el (outline-flag-region):
10310 Don't bind inhibit-read-only since we don't modify the buffer.
10311 (outline-isearch-open-invisible): Don't jump to overlay-start
10312 since we're trying to unhide text around point.
10313 (outline-discard-overlays): Use dolist.
10314
10315 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10316
10317 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10318
10319 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10320
10321 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10322
10323 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10324 Fix ARG regexp to skip quoted braces.
10325 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10326 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10327 are (correctly) handled separately).
10328 Remove `caption' and `footnote' from `citations': they contain text.
10329 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10330 (latex-skeleton-end-hook): New function.
10331 (latex-mode): Use it.
10332 (tex-start-tex-marker): Remove.
10333 (tex-send-tex-command): Don't set tex-start-tex-marker.
10334 (tex-error-parse-syntax-table): New var.
10335 (tex-compilation-parse-errors): Use it.
10336 Ignore tex-start-tex-marker. Don't bother with marker-position.
10337 (tex-validate-buffer): Don't bother with marker-position.
10338
10339 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10340 (flyspell-generic-progmode-verify): Use it.
10341
10342 2000-11-22 Sam Steingold <sds@gnu.org>
10343
10344 * simple.el (delete-trailing-whitespace): New interactive function.
10345
10346 * progmodes/ada-mode.el (ada-mode): Use it instead of
10347 `ada-remove-trailing-spaces'.
10348 (ada-remove-trailing-spaces): Removed.
10349
10350 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10351
10352 * textmodes/picture.el (picture-clean): Removed.
10353 (picture-mode-exit): Call it instead of `picture-clean'.
10354
10355 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10356
10357 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10358
10359 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10360 jit-lock-fontify-buffer; it should anyway be unneccessary to
10361 do anything special when jit-lock is active.
10362 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10363
10364 2000-11-22 Dave Love <fx@gnu.org>
10365
10366 * calendar/todo-mode.el (todo-top-priorities): Use
10367 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10368
10369 * language/chinese.el, language/cyrillic.el:
10370 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10371 * language/hebrew.el, language/indian.el, language/japanese.el:
10372 * language/korean.el, language/lao.el, language/misc-lang.el:
10373 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10374 Use provide.
10375
10376 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10377 (custom-variable-set): Improve validation error mesage.
10378
10379 * rect.el (string-rectangle): Revert last change.
10380 (string-rectangle-line): New arg DELETE.
10381 (string-rectangle): Check delete-selection-mode.
10382
10383 * emacs-lisp/edebug.el (edebug-version)
10384 (edebug-maintainer-address): Deleted.
10385 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10386 (edebug-read-function): Account for other `'#' read forms.
10387 (edebug-mode-menus): Make some items toggles.
10388 (edebug-outside-unread-command-event, unread-command-event):
10389 Remove these to avoid warnings.
10390
10391 2000-11-22 David Ponce <david@dponce.com>
10392
10393 * recentf.el (recentf-menu-items-for-commands)
10394 (recentf-make-menu-items, recentf-make-menu-item)
10395 (recentf-filter-changer): Added :help and :active menu-item properties.
10396
10397 (recentf-build-dir-rules, recentf-dump-variable)
10398 (recentf-edit-list, recentf-open-files-item)
10399 (recentf-open-files): Replaced unnecessary `mapcar' with new
10400 built-in `mapc'.
10401
10402 2000-11-23 Miles Bader <miles@gnu.org>
10403
10404 * faces.el (menu): Make inverse-video on ttys too.
10405
10406 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10407
10408 * simple.el (comment-line-break-function): Use the new name
10409 indent-new-comment-line -> comment-indent-new-line.
10410 (clone-indirect-buffer): Don't ignore NORECORD.
10411 (next-completion): Properly handle the case where items are adjacent.
10412
10413 * mouse.el (popup-menu): Stupid typo.
10414
10415 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10416
10417 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10418 maintainer, keywords tags.
10419
10420 * rect.el (replace-rectangle): Don't call string-rectangle-line
10421 with too many arguments.
10422
10423 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10424
10425 * ediff-util.el (ediff-file-checked-out-p)
10426 (ediff-file-checked-in-p): Call vc-state instead of
10427 vc-locking-user, which no longer exists.
10428
10429 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10430
10431 2000-11-22 Dave Love <fx@gnu.org>
10432
10433 * md5.el (md5): Provide.
10434 (md5): Fix error call.
10435
10436 2000-11-22 Miles Bader <miles@gnu.org>
10437
10438 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10439 (refill-fill-paragraph-at): Remove debugging code.
10440
10441 * calendar/calendar.el (generate-calendar-window): When we don't
10442 call `fit-window-to-buffer', make sure the top line is fully visible.
10443
10444 * image-file.el (insert-image-file): Don't make `read-only'
10445 property rear-nonsticky.
10446
10447 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10448 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10449 stashing away its original value.
10450 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10451 in the recursive edit.
10452 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10453 (isearch-done): Restore `minibuffer-message-timeout'.
10454
10455 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10456
10457 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10458
10459 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10460
10461 * find-lisp.el (find-lisp-find-files-internal):
10462 Use dolist, when and file-name-as-directory.
10463
10464 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10465 (define-derived-mode, define-minor-mode): Add specs.
10466
10467 * window.el: General comment and spacing fixes.
10468 (save-selected-window): Use backquotes.
10469 (window-safely-shrinkable-p): New function.
10470 (shrink-window-if-larger-than-buffer): Use it.
10471
10472 * subr.el (make-local-hook): Docstring fix.
10473
10474 * shell.el (shell-mode): Use define-derived-mode.
10475
10476 * newcomment.el (comment-indent): Insert comment before calling
10477 comment-indent-function. Don't insert in column 0.
10478 (comment-dwim): Indent before inserting comment.
10479
10480 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10481 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10482 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10483 Use mapc rather than map.
10484
10485 * files.el (find-buffer-visiting): Compare all attributes before
10486 declaring two files identical (rather than just their inode-no).
10487 (auto-mode-alist): Use \' rather than $.
10488
10489 * which-func.el: Update maintainer line.
10490
10491 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10492 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10493 (uniquify-buffer-file-name): Use it.
10494
10495 2000-11-22 Miles Bader <miles@gnu.org>
10496
10497 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10498 * simple.el (minibuffer-avoid-prompt): New function.
10499
10500 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10501
10502 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10503
10504 2000-11-21 Miles Bader <miles@gnu.org>
10505
10506 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10507 inclusion of `track-mouse'.
10508
10509 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10510 (refill-adjust-ignorable-overlay): New function.
10511 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10512 only the paragraph's tail if possible.
10513 Update `refill-ignorable-overlay'.
10514 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10515
10516 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10517 point inside the fill-prefix.
10518
10519 * textmodes/refill.el (refill-post-command-function): Don't reset
10520 refill-doit in the case where a self-insertion command doesn't
10521 case a refill. Use `refill-fill-paragraph-at', getting position
10522 from `refill-doit'.
10523 (refill-after-change-function): Set `refill-doit' to END.
10524 (refill-fill-paragraph-at): New function, mostly from old
10525 refill-fill-paragraph.
10526 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10527 (refill-pre-command-function): New function.
10528 (refill-mode): Add it to `pre-command-hook'.
10529
10530 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10531
10532 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10533
10534 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10535 javadoc tags.
10536
10537 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10538
10539 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10540 vc.el).
10541
10542 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10543 require vc.
10544
10545 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10546 checkouts.
10547
10548 2000-11-20 Dave Love <fx@gnu.org>
10549
10550 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10551
10552 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10553
10554 * calculator.el (calculator-paste): Use `if' instead of `and'
10555 and `or'.
10556 (calculator-help): Don't use electric-describe-mode for XEmacs.
10557
10558 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10559
10560 * info.el (info-menu-5): Doc fix.
10561
10562 * textmodes/artist.el: New file.
10563
10564 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10565
10566 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10567 and differentiate according to checkout model.
10568 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10569 since this function is only concerned with master state.
10570
10571 * vc-hooks.el (vc-workfile-unchanged-p)
10572 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10573
10574 * vc.el (vc-workfile-unchanged-p)
10575 (vc-default-workfile-unchanged-p): See above.
10576
10577 2000-11-19 Miles Bader <miles@gnu.org>
10578
10579 * image-file.el (insert-image-file): Make `intangible' and
10580 `read-only' properties rear-nonsticky too.
10581
10582 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10583
10584 * ps-print.el: Update copyright notice.
10585
10586 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10587 (tooltip-show): Use the offsets.
10588
10589 * bindings.el (mode-line-modified): Fix a typo.
10590 (mode-line-toggle-modified, mode-line-widen)
10591 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10592
10593 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10594
10595 * ps-print.el (toplevel): Test for find-coding-system being
10596 fboundp before calling ps-x-find-coding-system.
10597
10598 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10599
10600 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10601 (vc-version-backup-file): Docstring fix.
10602
10603 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10604
10605 * files.el (basic-save-buffer): Don't add a newline if
10606 find-file-literally is non-nil.
10607 (find-file-literally): Extend doc string.
10608
10609 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10610 sort(1) with the `-f' argument.
10611
10612 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10613
10614 * vc.el: Updated backend documentation.
10615 (vc-default-check-headers): New function.
10616
10617 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10618
10619 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10620 up-to-date.
10621 (vc-do-command): In the asynchronous case, output messages only if
10622 the minibuffer is not active.
10623
10624 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10625 `vc-cvs-use-edit' is on.
10626 (vc-cvs-checkout): When this is used for reverting the workfile,
10627 make a backup of the original contents and revert to that in case
10628 of error.
10629 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10630 remote repositories.
10631
10632 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10633 for both version and ratio in the minibuffer.
10634
10635 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10636 Use vc-do-command to perform the annotation, not call-process.
10637
10638 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10639
10640 * international/quail.el (quail-start-translation): Don't call
10641 `message' before reading key sequence.
10642
10643 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10644
10645 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10646
10647 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10648
10649 * window.el (fit-window-to-buffer): Be sure to acquire at least
10650 one text line even if the buffer is empty.
10651
10652 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10653
10654 * net/ange-ftp.el (ange-ftp-file-writable-p)
10655 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10656 Bind ange-ftp-process-verbose to nil.
10657
10658 2000-11-15 Dave Love <fx@gnu.org>
10659
10660 * wid-edit.el (widget-specify-field, widget-specify-button):
10661 If :help-echo is a function, set help-echo of overlay to
10662 widget-mouse-help.
10663 (widget-mouse-help): New function.
10664 (widget-echo-help): Rewritten for :help-echo functions only taking
10665 a widget arg.
10666
10667 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10668 Use display-graphic-p.
10669 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10670 and that JPEG is available.
10671 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10672
10673 * international/mule-cmds.el (locale-charset-language-names):
10674 Match @euro.
10675
10676 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10677
10678 * faces.el (face-set-after-frame-default):
10679 If `inhibit-default-face-x-resources' is bound, don't intialize the
10680 default face from X resources.
10681
10682 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10683
10684 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10685 Don't set EMACSLOADPATH.
10686
10687 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10688
10689 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10690 texinfo-insert-@url.
10691 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10692 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10693
10694 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10695
10696 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10697 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10698 (checkdoc-minor-keymap): Backward compatibility.
10699 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10700 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10701 (checkdoc-this-string-valid-engine): Be a bit more strict
10702 to avoid matching substrings of `...' quoted vars/funs.
10703 (checkdoc-defun-info): Only look for `interactive' if alone.
10704 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10705
10706 * progmodes/compile.el (grep): `tag-default' can be nil.
10707
10708 * newcomment.el (comment-indent): Paren typo.
10709
10710 2000-11-14 Dave Love <fx@gnu.org>
10711
10712 * calculator.el: New maintainer version.
10713
10714 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10715
10716 * cmuscheme.el: Doc fixes.
10717 (cmuscheme) <defgroup>: Use `scheme' as parent.
10718 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10719
10720 * xscheme.el (scheme-program-name): Don't define here.
10721
10722 * progmodes/scheme.el (scheme-program-name): New variable
10723 (originally in cmuscheme).
10724
10725 2000-11-14 Miles Bader <miles@gnu.org>
10726
10727 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10728 Handle header-lines. Don't loop forever if we can't enlarge the
10729 window anymore. Simplify a bit.
10730
10731 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10732
10733 * window.el (fit-window-to-buffer): Don't check
10734 window-text-height. Assure that the last line is fully visible.
10735
10736 * international/quail.el (quail-show-guidance-buf):
10737 Call fit-window-to-buffer to assure the enough height of the guidance
10738 buffer.
10739 (quail-update-guidance): Avoid making the guidance buffer shorter.
10740
10741 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10742
10743 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10744 rather than `prepend' and add an interesting comment.
10745 (tex-math-face, tex-font-lock-syntactic-face-function):
10746 New face and function to use it.
10747 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10748 than `menu-enable' symbol property.
10749 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10750 (tex-mode): Add some latex-mode commands for auto-selection.
10751 Use tex-font-lock-syntactic-face-function.
10752 (tex-insert-quote): Simplify.
10753 (tex-shell): New mode.
10754 (tex-start-shell): Use it.
10755 (tex-shell-proc, tex-shell-buf): New functions.
10756 (tex-send-command): Use it.
10757 (tex-main-file): Fix the meaning of the new arg REALFILE.
10758 (tex-send-tex-command): New function split from `tex-start-tex'.
10759 Set compilation-last-buffer and compilation-parsing-end.
10760
10761 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10762 when it follows non-comment text on the line.
10763
10764 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10765 Set font-lock-defaults.
10766 (lisp-mode-shared-map): Init inside the defvar.
10767 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10768 Use define-derived-mode.
10769
10770 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10771
10772 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10773
10774 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10775
10776 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10777 Don't recursively optimize body because that can lead to infinite
10778 recursion; see comment there.
10779
10780 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10781
10782 * faces.el (face-spec-set-match-display): Revert the change from
10783 2000-10-24. Add a FIXME for after v21.1.
10784
10785 2000-11-13 Miles Bader <miles@gnu.org>
10786
10787 * textmodes/fill.el (skip-line-prefix): New function.
10788 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10789 (fill-paragraph): Don't leave point inside the fill-prefix.
10790 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10791 point inside the fill-prefix.
10792
10793 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10794
10795 * calendar/calendar.el (generate-calendar-window):
10796 Use `fit-window-to-buffer'.
10797
10798 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10799
10800 * gud.el (gud-minor-mode): New var.
10801 (gud-symbol, gud-val): New functions.
10802 (gud-find-file): Copy gud-minor-mode to the new buffer.
10803 (gud-menu-map): Include entries for commands that are not always
10804 available, using :enable to (de)activate them.
10805 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10806 (gud-mode-map): New map.
10807 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10808 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10809 Don't set up gud's menu (it's done by the minor-mode).
10810 (gud-minibuffer-local-map): New.
10811 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10812 (gud-query-cmdline): New function.
10813 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10814 (gud-mode): Use define-derived-mode.
10815 Don't set up gud's menu (it's done by the minor-mode).
10816 (gud-chop-words): Remove.
10817 (gud-common-init): Use split-string instead.
10818 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10819
10820 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10821 Add keyword arg :name.
10822
10823 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10824 (diff-count-matches, diff-split-hunk): New functions.
10825 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10826
10827 * pcvs-info.el (cvs-fi-conflict-face): New var.
10828
10829 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10830 Make it into a simple syntax-table, shared among all submodes.
10831 (sh-heredoc-face): Re-introduce.
10832 (sh-font-lock-syntactic-face-function): New function.
10833 (sh-mode): Use it. Also use define-derived-mode.
10834 Remove old bogus setting of indent-region-function.
10835 (sh-set-shell): Don't set the syntax-table any more.
10836 (sh-mode-syntax-table) <defun>: Remove.
10837
10838 2000-11-12 Miles Bader <miles@gnu.org>
10839
10840 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10841 message if interactive.
10842
10843 2000-11-12 Dave Love <fx@gnu.org>
10844
10845 * mail/feedmail.el: Fix header,
10846 (feedmail) <defgroup>: Add :link.
10847
10848 * view.el: Use local-map property, not keymap on mode-line string.
10849
10850 * scroll-all.el (scroll-all-mode): Customize variable.
10851 Add autoload cookie to function.
10852
10853 * lazy-lock.el: Remove compatibility code.
10854
10855 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10856 (finder-help-echo): New variable.
10857 (finder-mouse-face-on-line): Add help-echo stuff.
10858 (finder-list-keywords, finder-list-matches): Use mapc.
10859
10860 * faces.el (face-font-registry-alternatives): Add :version.
10861
10862 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10863 tags-table-list.
10864
10865 * net/browse-url.el (browse-url-browser-function): Update :version.
10866
10867 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10868 (mail-mode): Use [:alnum:] in some regexps.
10869
10870 2000-11-10 Dave Love <fx@gnu.org>
10871
10872 * ediff.el (ediff-regions-internal, ediff-documentation):
10873 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10874 fundamental mode.
10875
10876 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10877 buffer into fundamental mode.
10878 (ediff-set-difference): Use copy-sequence if available.
10879
10880 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10881 Check ediff-patch-map non-nil.
10882 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10883 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10884 buffer into fundamental mode.
10885
10886 * ediff-merg.el (state-or-merge): Defvar when compiling.
10887
10888 2000-11-10 Jason Rumney <jasonr@gnu.org>
10889
10890 * w32-fns.el (w32-add-charset-info): New function.
10891 (w32-charset-info-alist): Use it.
10892
10893 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10894
10895 * faces.el (face-font-registry-alternatives): New user-option.
10896
10897 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10898
10899 * textmodes/texinfo.el (texinfo-block-default): New var.
10900 (texinfo-insert-block): Use it. Insert a newline if needed.
10901
10902 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10903 (fill-region-as-paragraph): Use it.
10904
10905 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10906 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10907 Tweak paragraph regexps to allow a leading [ \t]*.
10908 (tex-latex-block): Insert a newline if necessary.
10909 (latex-insert-item): Only insert a newline if necessary.
10910 (tex-guess-main-file): New function.
10911 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10912 Set tex-main-file if TeX-master is provided.
10913 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10914
10915 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10916
10917 * startup.el (command-line): Set the default tooltip-mode
10918 to t for graphical displays which implement x-show-tip.
10919
10920 * tooltip.el (tooltip-mode): Add a comment about startup.el
10921 setting the default value of this user-option.
10922
10923 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10924
10925 * font-lock.el (font-lock-*-face) <defvar>: Move.
10926 (font-lock-defaults-alist): Mark obsolete.
10927 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10928 (font-lock-mode): Use define-minor-mode.
10929 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10930 (font-lock-turn-off-thing-lock): Be more explicit.
10931 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10932 (font-lock-syntactic-face-function): New var.
10933 (font-lock-fontify-syntactically-region): Use it.
10934 (font-lock-doc-face): New.
10935
10936 * pcvs.el (cvs-enabledp): Ignore errors.
10937 (cvs-commit-filelist): Never query.
10938 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10939 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10940 (cvs-do-removal): Use cvs-partition rather than delete-if.
10941 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10942 cvs-bury-buffer.
10943
10944 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10945 Allow `next' to jump to after the end of the last match.
10946
10947 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10948
10949 * simple.el (byte-compiling-files-p): New function.
10950
10951 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10952 if it is there.
10953
10954 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10955 nil again.
10956
10957 * textmodes/ispell.el (ispell-library-path): Don't call
10958 check-ispell-version when byte-compiling because that starts
10959 an ispell process, and ispell might not be installed.
10960 (toplevel): Don't set up a menu when byte-compiling.
10961
10962 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10963 it, so that a boundp test can be used to determine if we're
10964 currently byte-compiling.
10965
10966 2000-11-09 Dave Love <fx@gnu.org>
10967
10968 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10969
10970 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10971
10972 * ps-print.el: Patch for variable initialization when spooling.
10973 Doc fix.
10974 (ps-output-list): Fun eliminated.
10975 (ps-begin-file, ps-begin-job): Code fix.
10976
10977 2000-11-08 Dave Love <fx@gnu.org>
10978
10979 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10980
10981 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10982
10983 * simple.el (shell-command, display-message-or-buffer)
10984 (shell-command-on-region): Mention resize-mini-windows in the doc
10985 string.
10986 (display-message-or-buffer): Take the value of resize-mini-windows
10987 into account.
10988
10989 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10990
10991 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10992
10993 * dired.el (dired-between-files): Add `^. find' as an alternative
10994 to the regular expression, for find-dired.
10995
10996 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10997
10998 * textmodes/texnfo-upd.el: Require texinfo.
10999 (defmacro, defgroup): Remove.
11000 (texinfo-section-to-generic-alist): Remove.
11001 Use texinfo-section-list instead (i.e. level is changed string->int).
11002 (texinfo-filter): New function.
11003 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11004 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11005 Use it. And use regexp-opt.
11006 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11007 (texinfo-update-menu-region-beginning)
11008 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11009 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11010 (texinfo-update-menu-same-level-regexps): Update.
11011 (texinfo-update-node, texinfo-every-node-update)
11012 (texinfo-sequential-node-update): Remove autoload cookie.
11013
11014 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11015 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11016 (texinfo-chapter-level-regexp): Remove.
11017 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11018
11019 2000-11-06 Dave Love <fx@gnu.org>
11020
11021 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11022
11023 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11024 Match defun*.
11025
11026 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11027
11028 * composite.el (composition-function-table): Variable declaration
11029 moved to src/composite.c.
11030 (compose-chars-after): New optional arg object.
11031
11032 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11033
11034 * bindings.el (mode-line-toggle-read-only)
11035 (mode-line-toggle-modified, mode-line-widen)
11036 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11037 (make-mode-line-mouse2-map): Rewritten.
11038 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11039 functions so that C-h k can show something with a doc string.
11040
11041 * startup.el (fancy-splash-delay): Set to 10 seconds.
11042 (fancy-splash-max-time): New user-option.
11043 (fancy-splash-stop-time): New variable.
11044 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11045 (fancy-splash-screens-1): Throw `stop-splashing' when current
11046 time is greater than fancy-splash-stop-time.
11047
11048 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11049
11050 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11051
11052 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11053 Prompt user for a file rather than raising an error.
11054 (cvs-enabledp): Fix call to cvs-mode-marked.
11055 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11056 (cvs-mode-insert): Use it. Change the init prompt' value.
11057 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11058
11059 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11060 Don't pass default arg to ewoc-locate.
11061 (ewoc-collect): Return result in the right order.
11062
11063 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11064
11065 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11066 (cvs-status-get-tags): Fix regexp.
11067 (cvs-status-trees, cvs-status-cvstrees):
11068 Combine after change hooks and don't sit-for.
11069 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11070 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11071 Use make-char rather than hard-coded cryptic data.
11072 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11073
11074 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11075
11076 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11077 (cvs-insert-strings): New function.
11078
11079 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11080
11081 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11082 `mwheel-scroll-amount'.
11083 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11084 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11085 string-matching against the version string.
11086
11087 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11088
11089 * language/thai.el ("Thai"): Set a lisp form that produces
11090 composed string in `sample-text' language info.
11091
11092 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11093 composed string in `sample-text' language info.
11094
11095 * international/mule-cmds.el (describe-language-environment):
11096 Eval `sample-text' data and insert the result.
11097
11098 * international/mule-conf.el (compound-text): Define this coding
11099 system here. Make x-ctext and ctext aliases of it.
11100
11101 * language/european.el (compound-text, ctext): Moved to
11102 international/mule-conf.el.
11103
11104 2000-11-05 Andrew Innes <andrewi@gnu.org>
11105
11106 * w32-fns.el (w32-version): New function.
11107
11108 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11109
11110 * progmodes/awk-mode.el: Update copyright.
11111 (awk-mode-abbrev-table): Remove.
11112 (awk-font-lock-keywords): Use regexp-opt.
11113 (awk-mode): Use define-derived-mode.
11114
11115 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11116 when extracting a suffix.
11117
11118 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11119
11120 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11121 auto-save-mode.
11122
11123 2000-11-04 Jason Rumney <jasonr@gnu.org>
11124
11125 * language/european.el (decode-mac-roman): Test against r1 not r0.
11126
11127 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11128
11129 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11130 (icon-mode): Define indent-line-function.
11131 (icon-comment-indent): Simplify.
11132 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11133
11134 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11135
11136 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11137 Bind change-log-default-mode to defeat the caching done on it.
11138 Don't bother saving excursion any more.
11139
11140 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11141
11142 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11143 (set-frame-font): Use the new name (and the old for compatibility).
11144
11145 * toolbar/tool-bar.el (tool-bar-mode):
11146 * time.el (display-time-mode):
11147 * recentf.el (recentf-mode):
11148 * paren.el (show-paren-mode):
11149 * mwheel.el (mouse-wheel-mode):
11150 * msb.el (msb-mode):
11151 * jka-compr.el (auto-compression-mode):
11152 * image-file.el (auto-image-file-mode):
11153 * hl-line.el (hl-line-mode):
11154 * delsel.el (delete-selection-mode):
11155 * autoinsert.el (auto-insert-mode):
11156 * complete.el (partial-completion-mode): Drop unneeded positional args.
11157
11158 * info.el (Info-mode):
11159 * comint.el (comint-mode): Don't bother with make-local-hook.
11160
11161 * log-edit.el (log-edit-menu): New menu.
11162
11163 2000-11-03 Miles Bader <miles@gnu.org>
11164
11165 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11166 definition, so that trailing spaces are handled properly.
11167 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11168
11169 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11170
11171 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11172 tab character.
11173 (fancy-splash-screens): Set tab-width to 20.
11174
11175 2000-11-03 Dave Love <fx@gnu.org>
11176
11177 * comint.el (comint-completion-addsuffix): Fix custom type.
11178
11179 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11180
11181 * font-lock.el (font-lock-buffers): Remove.
11182 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11183 (font-lock-change-major-mode): Remove.
11184 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11185 (font-lock-default-fontify-region): Extend the multiline
11186 fontification to whole lines.
11187 (font-lock-fontify-anchored-keywords)
11188 (font-lock-fontify-keywords-region): If matching just one
11189 line (with \n) only mark the \n as multiline.
11190
11191 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11192 Correctly handle the case where several :group args are supplied.
11193 Allow :extra-args.
11194 (easy-mmode-define-global-mode): Allow :extra-args.
11195 Correctly handle the case where several :group args are supplied.
11196
11197 2000-11-02 Miles Bader <miles@gnu.org>
11198
11199 * calendar/calendar.el (diary-face, calendar-today-face)
11200 (holiday-face): Remove dependency on `window-system'.
11201
11202 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11203
11204 * Makefile.in (emacs): Set EMACSLOADPATH always.
11205 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11206 (compile-files): Bomb out if compilation of a file fails.
11207
11208 2000-11-02 Dave Love <fx@gnu.org>
11209
11210 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11211
11212 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11213
11214 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11215 punctuation in the warning inserted into the *mail* buffer.
11216
11217 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11218
11219 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11220 (authors-public-domain-p): New function.
11221 (authors-print): Use it.
11222
11223 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11224
11225 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11226
11227 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11228
11229 * ps-print.el: Extension for even/odd printing. Doc fix.
11230 (ps-print-version): New version number (6.3.1).
11231 (ps-even-or-odd-pages): Customization fix.
11232 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11233 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11234 (ps-page-count): Var replaced by `ps-page-column'.
11235 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11236 (ps-print-sheet-p): New fun.
11237
11238 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11239
11240 * tooltip.el (tooltip-gud-tips-setup): New function.
11241 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11242 (tooltip-mode): Call tooltip-gud-tips-setup.
11243 (tooltip-gud-tips): Use `gud-basic-call' instead of
11244 process-send-string, so the prompt gets frobbed appropriately.
11245 Handle nil return value from `tooltip-gud-print-command'.
11246
11247 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11248
11249 * comint.el (comint-add-to-input-history): New function.
11250 (comint-send-input): Use `comint-add-to-input-history'.
11251
11252 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11253
11254 * info.el (info-menu-header): New face.
11255 (Info-fontify-menu-headers): New function.
11256 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11257
11258 * info.el (Info-insert-dir): Don't include blank lines at
11259 beginning of additional dir files (one is added automatically).
11260
11261 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11262
11263 * emacs-lisp/easy-mmode.el (define-minor-mode):
11264 Revert the latest changes.
11265 Allow the three positional arguments to be skipped and replaced
11266 by keyword arguments.
11267 Add a :toggle argument to determine whether a nil arg means toggle
11268 or means turn-on. The default is unchanged.
11269 Add a call to force-mode-line-update.
11270
11271 2000-11-01 Dave Love <fx@gnu.org>
11272
11273 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11274
11275 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11276
11277 * calendar/calendar.el (diary-face, holiday-face):
11278 Add dark-background variants.
11279
11280 2000-10-31 Sam Steingold <sds@gnu.org>
11281
11282 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11283 `tex-main-file' does not have directory in it.
11284
11285 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11286
11287 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11288
11289 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11290
11291 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11292 functional change.
11293
11294 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11295
11296 * files.el (find-file-noselect): When we expand a wildcard, return
11297 a list of buffers, as we should do according to the doc string.
11298
11299 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11300
11301 * loadup.el (top level): Adjust load path if program name is
11302 "../src/bootstrap-emacs", in case it's not dumped and thus the
11303 load path adjustment hasn't already been done.
11304
11305 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11306
11307 * ps-print.el: Fix bug on selected pages for printing.
11308 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11309 is on. Try to avoid warning messages when compiling. Doc Fix.
11310 (ps-print-version): New version number (6.3).
11311 (ps-color-device): Use `color-values' to determine if device
11312 supports color.
11313 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11314 (ps-print-page-p): Changed from defsubst to defun.
11315 (ps-page-number): Changed from defmacro to defun.
11316 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11317 printing.
11318 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11319 (ps-end-file, ps-dummy-page): Funs eliminated.
11320 (ps-print-color-scale): Changed default value.
11321 (ps-page-n-up, ps-print-page-p): New internal vars.
11322 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11323 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11324
11325 * delim-col.el: Little programming improvement.
11326 (delimit-columns-str): New macro.
11327 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11328
11329 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11330
11331 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11332 Moved to european.el.
11333 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11334 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11335 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11336 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11337
11338 2000-10-30 Dave Love <fx@gnu.org>
11339
11340 * progmodes/cc-menus.el (imenu-generic-expression)
11341 (imenu-progress-message): Only defvar when compiling.
11342
11343 * emacs-lisp/elp.el (elp-unload-hook): New function.
11344
11345 * loadhist.el (unload-feature): Call elp-restore-function,
11346 checking for symbols; don't use elp-restore-all.
11347 (loadhist-hook-functions): Doc fix.
11348
11349 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11350
11351 * log-edit.el (log-edit-confirm): Fix the default.
11352
11353 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11354
11355 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11356 delimit-columns-format.
11357 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11358
11359 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11360
11361 * comint.el (comint-replace-by-expanded-history): Don't use
11362 comint-get-old-input (we're not looking at *old* input).
11363 (comint-get-old-input-default): If using fields, signal an error
11364 when the point is not in an input field.
11365
11366 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11367
11368 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11369 and mule-unicode-e000-ffff.
11370
11371 * international/mule.el (decode-char, encode-char): New functions.
11372 (make-coding-system): Accept a symbol of translation table as a
11373 value of property `safe-chars'.
11374
11375 * international/mule-cmds.el (encode-coding-char): Check property
11376 safe-chars instead of safe-charsets.
11377
11378 * international/fontset.el (fontset-default): Modified for
11379 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11380 (x-font-name-charset-alist): Likewise.
11381 (ccl-encode-unicode-font): New CCL program. Record it in
11382 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11383
11384 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11385 New translation tables.
11386 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11387 programs are modified and moved from mac-win.el.
11388 (mac-roman): Definition of this coding system is modified and
11389 moved from mac-win.el.
11390
11391 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11392
11393 * ediff-wind.el (ediff-setup-control-frame): Enclose
11394 face-attribute in condition-case to avoid errors in older emacsen.
11395
11396 2000-10-29 Miles Bader <miles@gnu.org>
11397
11398 * custom.el (custom-add-to-group): Allow multiple entries for a
11399 given value OPTION, as long as their widget types are different.
11400 * cus-edit.el (custom-face-value-create): If face name doesn't end
11401 with "face", add such here (similar to custom group widgets).
11402
11403 * comint.el (comint-highlight-prompt): Add :type.
11404
11405 2000-10-28 John Wiegley <johnw@gnu.org>
11406
11407 * calendar/timeclock.el (timeclock-log): Doc fix.
11408 (timeclock-last-event): Doc fix.
11409 (timeclock-log): Kill the timelog buffer after appending a new event.
11410 (timeclock-find-discrep): Use a temp buffer to read in the
11411 timelog, instead of visiting the file.
11412 (timeclock-log-data): A new function, along with a host of helper
11413 functions, for the purpose of making timelog data accessible to
11414 programmers.
11415
11416 * eshell/esh-mode.el (window-height test): Make certain that
11417 `eshell-stringify-t' is non-nil.
11418 (eshell-password-prompt-regexp): Changed to a much simpler
11419 password regexp.
11420 (eshell-send-input): If `eshell-invoke-directly' returns t,
11421 directly invoke the parsed command using `eval'. This improves
11422 turn-around time on simple commands by a factor of three or
11423 greater, such as cd, ls, pwd, etc. -- which get used very often.
11424 It also conserves thousands of cons cells per call (since
11425 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11426 in the Pacific Cookie Company).
11427
11428 * eshell/esh-test.el (eshell-test): Whitespace fix.
11429
11430 * eshell/em-ls.el (eshell-ls-insert-directory):
11431 Make `eshell-ls-initial-args' nil when inserting directory contents.
11432
11433 * eshell/em-script.el (eshell-script-initialize): Add names to
11434 `eshell-complex-commands, since `source' and `.' are complex.
11435
11436 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11437 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11438 `eshell-copy-handles'.
11439 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11440 bodies.
11441 (eshell-separate-commands): Whitespace fix.
11442 (eshell-complex-commands): Added a new list of names, for
11443 determining whether a given command is as simple as it looks.
11444 (eshell-invoke-directly): New function. Returns t if a command
11445 should be invoked directly (using `eval'), rather than indirectly
11446 using `eshell-do-eval'.
11447 (eshell-do-eval): Whitespace fix.
11448
11449 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11450 which provides an emulation of the DOS shell behavior of assuming
11451 that cp/mv/ln should copy/move/link to the current directory.
11452 (eshell-remove-entries): Added a doc string.
11453 (eshell-shuffle-files): Removed the check for `target' being null.
11454 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11455 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11456 it to do a smarter check of whether a destination was provided.
11457 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11458 (eshell/ln): Enable `:preserve-args', and use
11459 `eshell-mvcpln-template' to implement the body of the function.
11460 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11461 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11462 list after flattening it. This makes it possible to cat files
11463 with numerical names.
11464 (eshell-unix-initialize): Added several names to
11465 `eshell-complex-commands.
11466 (eshell-unix-command-complex-p): Return t if a given command name
11467 may result in external processes being invoked.
11468
11469 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11470 variable nil by default, since it slows down glob processing by a
11471 factor of two or more, and increases memory consumption.
11472
11473 * eshell/em-smart.el: Added a note about how memory consumptive
11474 smart display mode can be (at least this is true in Emacs 21).
11475 (eshell-smart-initialize): Whitespace fix.
11476 (eshell-refresh-windows): Use `if' instead of `when'.
11477 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11478 not necessary.
11479 (eshell-currently-handling-window): Added a missing global variable.
11480
11481 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11482 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11483 Whitespace fix.
11484 (eshell-ls-exclude-hidden): Added this variable in addition to
11485 `eshell-ls-exclude-regexp'. This one prevents files beginning
11486 with . from even being read, which can improve memory consumption
11487 quite a bit.
11488 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11489 read file entries beginning with a dot. In home directories with
11490 lots of hidden files, fully two-thirds of the time spent in ls is
11491 used to read directory entries that are immediately thrown away.
11492 (eshell-ls-initial-args): Added back this configuration variable,
11493 for specifying default initial arguments to every call to ls.
11494 Much faster than using an alias to do the same thing.
11495 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11496 (eshell-ls-dir): Whitespace change.
11497
11498 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11499
11500 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11501 (eshell-stringify-t): Added a customization variable, to indicate
11502 whether `t' should be rendered as a string at all. If not, one
11503 can still determine if the result of an expression is true using
11504 "file-exists-p FILE && echo true".
11505 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11506 stringify t!
11507
11508 * eshell/esh-module.el: Whitespace fix.
11509
11510 * eshell/em-alias.el (eshell-alias-initialize):
11511 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11512 (eshell-command-aliased-p): New function that returns t if a
11513 command name names an aliased.
11514
11515 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11516
11517 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11518 redrawing the screen when changing cursor color.
11519 (viper-insert-state-pre-command-sentinel)
11520 (viper-replace-state-pre-command-sentinel)
11521 (viper-replace-state-post-command-sentinel):
11522 Use viper-preserve-cursor-color.
11523 Many functions changed to use viper= instead of = when comparing
11524 characters.
11525 * viper-util.el (viper-memq-char,viper=): New functions for
11526 working with characters.
11527 (viper-change-cursor-color): Fixed buglet.
11528 Many functions changed to use viper= instead of = when comparing
11529 characters.
11530 * viper.el (viper-insert-state-mode-list): Added eshell.
11531
11532 * ediff-init.el (ediff-before-setup-hook): New hook.
11533 Several typos fixed in various docstrings.
11534 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11535 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11536 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11537 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11538 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11539 (ediff-get-selected-buffers): New function.
11540 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11541 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11542 Use save-window-excursion.
11543 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11544 termination check in while loop.
11545 * ediff.el (ediff-get-default-file-name): Better defaults when in
11546 dired buffer.
11547 (ediff-files,ediff-merge-files,ediff-files3)
11548 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11549
11550 2000-10-28 Dave Love <fx@gnu.org>
11551
11552 * info.el (Info-fontify-node): Add help-echo for menu items.
11553
11554 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11555
11556 * startup.el (normal-top-level): If the value of $TERM indicates
11557 we are running from xterm or one of its work-alikes, default to a
11558 light background mode.
11559
11560 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11561 * faces.el (tty-handle-reverse-video): New function.
11562 (tty-create-frame-with-faces): Call it.
11563
11564 * frame.el (frame-notice-user-settings): Don't apply
11565 default-frame-alist and initial-frame-alist to MS-DOS frames.
11566 Call tty-handle-reverse-video, frame-set-background-mode, and
11567 face-set-after-frame-default for non-MS-DOS frames.
11568
11569 * startup.el (tty-long-option-alist): New variable.
11570 (tty-handle-args): New function.
11571 (command-line): Call tty-handle-args.
11572
11573 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11574 startup.el now does that for all character-terminal frames.
11575
11576 2000-10-28 Miles Bader <miles@gnu.org>
11577
11578 * emacs-lisp/easy-mmode.el (define-minor-mode):
11579 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11580 is global. If :global is followed by a non-nil but non-t value,
11581 make the mode buffer-local, but also generate a `global-MODE'
11582 version using `easy-mmode-define-global-mode'.
11583 Add :conditional-turn-on keyword argument.
11584
11585 2000-10-28 Dave Love <fx@gnu.org>
11586
11587 * international/latin1-disp.el (latin1-char-displayable-p):
11588 Don't use window-system.
11589
11590 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11591
11592 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11593 Don't call find-buffer-file-type-coding-system. Instead, just
11594 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11595 if the file is on an untranslated filesystem.
11596 (add-untranslated-filesystem): Use "D" instead of "f" inside
11597 interactive.
11598
11599 2000-10-27 Dave Love <fx@gnu.org>
11600
11601 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11602 (refill-mode): Use it.
11603
11604 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11605
11606 * international/quail.el (quail-activate): Don't make-local-hook.
11607
11608 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11609
11610 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11611 manual backups and file.~<rev>.~ for automatic ones.
11612 (vc-make-version-backup): Don't do it on MS-DOS without long file
11613 names.
11614
11615 * vc.el (vc-version-other-window): If an automatic backup of the
11616 desired version exists, rename it instead of copying it.
11617
11618 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11619 after command. If there's an unexpected error, signal it instead
11620 of being silent.
11621 (vc-cvs-merge-news): Be prepared for no news at all.
11622
11623 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11624
11625 * shell.el (shell): Add BUFFER argument.
11626 * comint.el (make-comint-in-buffer): New function.
11627 (make-comint): Use it.
11628
11629 * faces.el (face-spec-choose): Change syntax so that the list of
11630 attribute-value pairs is now the cdr of each clause, not the cadr.
11631 Detect old-style entries, and handle them. Use pop.
11632
11633 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11634
11635 * cus-edit.el (custom-mode-map): Use a sparse map.
11636 (custom-mode): Don't bother with make-local-hook.
11637
11638 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11639
11640 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11641
11642 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11643
11644 * ps-print.el: Avoid compilation gripes.
11645 (ps-print-version): New version number (6.2.1).
11646
11647 2000-10-26 Dave Love <fx@gnu.org>
11648
11649 * menu-bar.el: Modify some menu item help strings.
11650 (menu-bar-help-menu): Add link to MORE.STUFF.
11651
11652 * cus-edit.el (custom-mode): Add `special' mode-class property.
11653
11654 * wid-browse.el (widget-browse-mode): Likewise.
11655
11656 * wid-edit.el (widget-specify-field): Revert to using local-map
11657 property, not keymap.
11658
11659 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11660
11661 * wid-edit.el (widget-field-end): When checking for a `boundary'
11662 field, do so in the correct buffer.
11663
11664 * simple.el (undo): Correctly distinguish between numeric and
11665 non-numeric prefix args in non-transient-mark-mode, as per the doc
11666 string. When in transient-mark-mode, treat all prefix-args as
11667 numeric.
11668
11669 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11670 Position point on match. Handle N == 0 correctly.
11671
11672 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11673 (comint-mode-map): Reverse order of `comint-write-output' and
11674 `comint-append-output-to-file'.
11675 (comint-append-output-to-file): Reinstate this function, for the
11676 benefit of the menu.
11677
11678 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11679
11680 * vc.el (vc-version-other-window): Bind `file'.
11681
11682 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11683
11684 * Makefile.in (update-authors): New target for maintenance purposes.
11685
11686 * emacs-lisp/authors.el (batch-update-authors): New function.
11687 (authors-fixed-entries): New defconst.
11688 (authors-add-fixed-entries): New function.
11689 (authors): Call it.: Don't process lispref/.
11690
11691 2000-10-25 Jason Rumney <jasonr@gnu.org>
11692
11693 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11694 Merge x w32 and mac definitions.
11695
11696 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11697
11698 * menu-bar.el (menu-bar-options-menu): Add a help string for
11699 `uniquify'.
11700
11701 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11702
11703 * time-stamp.el (time-stamp-string-preprocess):
11704 Fix a wrong type argument error.
11705
11706 2000-10-25 Miles Bader <miles@gnu.org>
11707
11708 * recentf.el (recentf-mode): Variable removed.
11709 (recentf-mode): Use `define-minor-mode'.
11710
11711 * mwheel.el (mouse-wheel-mode): New global minor mode.
11712 (mwheel-install): Use `mouse-wheel-mode'.
11713
11714 2000-10-25 Dave Love <fx@gnu.org>
11715
11716 * progmodes/cperl-mode.el (cperl-mode):
11717 Set normal-auto-fill-function correctly.
11718
11719 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11720 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11721 bindings.
11722
11723 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11724
11725 * wid-edit.el (widget-field-at): New function.
11726 (widget-at, widget-field-activate): Use it.
11727 (widget-tabable-at): Use `widget-at'.
11728 (widget-specify-field): If the terminating character of the widget
11729 field (which is read-only) is a newline, put it into a special
11730 `boundary' field so that C-n/C-p act more naturally.
11731 (widget-field-end): Also don't subtract one if a special
11732 `boundary' field has been added after the widget field.
11733
11734 * comint.el (comint-output-filter, comint-send-input):
11735 Don't bother adding stickiness fields to overlays to fool the field
11736 code, since it should notice the overlay insertion-types now.
11737
11738 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11739 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11740 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11741
11742 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11743
11744 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11745 (authors): Set file coding system to iso-2022-7bit.
11746 Add file-local variables to output buffer.
11747
11748 * files.el (after-find-file): Don't print any warnings if
11749 WARN is nil.
11750
11751 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11752
11753 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11754
11755 * delim-col.el: Now there is a column formatting mechanism.
11756 Modified to customization mechanisms convention. Doc fix.
11757 (columns): New group for delim-col.
11758 (delimit-columns-before, delimit-columns-after)
11759 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11760 (delimit-columns-end): New vars.
11761 (delimit-columns-customize, delimit-columns-format): New funs.
11762 (delimit-columns-region, delimit-columns-rectangle)
11763 (delimit-columns-rectangle-line): Modified to support column
11764 formatting.
11765
11766 2000-10-24 Dave Love <fx@gnu.org>
11767
11768 * log-edit.el (log-edit): Add :version and a :group for vc.
11769
11770 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11771
11772 * files.el (after-find-file): Don't print a message ``New file''
11773 if WARN is nil.
11774
11775 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11776 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11777 get duplicate tool-bar entries because we'll see the global ones
11778 on more than one path through keymaps.
11779
11780 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11781
11782 * progmodes/cmacexp.el: Change Francesco's email address.
11783
11784 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11785
11786 * window.el (fit-window-to-buffer): Adjust point of the window
11787 buffer, not that of the current buffer.
11788
11789 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11790
11791 * progmodes/cmacexp.el: Update the euthor's email address.
11792
11793 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11794
11795 * faces.el (face-spec-set-match-display): Add `graphic' display
11796 type (the inverse of `tty'). Use `display-graphic-p' instead of
11797 the window-system variable.
11798
11799 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11800
11801 * international/isearch-x.el (isearch-with-input-method):
11802 Call input-method-function with the first event in
11803 unread-command-events.
11804
11805 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11806
11807 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11808
11809 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11810
11811 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11812 New charsets.
11813
11814 * term/mac-win.el: Remove definitions of mac-roman-lower and
11815 mac-roman-upper, require dired, and define instead of set
11816 mac-ready-for-drag-n-drop to avoid compilation error.
11817
11818 2000-10-23 Andrew Innes <andrewi@gnu.org>
11819
11820 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11821 Remove superfluous calls to subst-char-in-string; instead apply
11822 expand-file-name after convert-standard-filename to ensure
11823 expected directory separators are used.
11824
11825 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11826
11827 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11828
11829 2000-10-23 Dave Love <fx@gnu.org>
11830
11831 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11832 (tool-bar-add-item): Set foreground and background for XBM icons.
11833
11834 * international/latin1-disp.el (latin1-char-displayable-p):
11835 New function (from Handa).
11836 (latin1-display-check-font): Use it.
11837
11838 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11839 using :key-sequence, making it much more usable.
11840 Use nconc, not append.
11841 (imenu--create-keymap-1): Avoid append.
11842
11843 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11844
11845 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11846
11847 [the following changes fix a bug where `define-minor-mode' didn't
11848 correctly generate :require clauses for defcustoms in compiled files]
11849 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11850 (byte-compile-log-file, byte-compile-log-1): Don't set
11851 `byte-compile-current-file' to nil. Instead set
11852 `byte-compile-last-logged-file' to it. Test whether
11853 byte-compile-current-file equals byte-compile-last-logged-file
11854 instead of whether its nil.
11855 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11856
11857 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11858
11859 * textmodes/refill.el: Fix var names in doc.
11860 (refill-mode): Don't bother with make-local-hook anymore.
11861
11862 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11863
11864 * faces.el (face-user-default-spec, face-default-spec): New functions.
11865 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11866 (frame-set-background-mode, face-set-after-frame-default):
11867 Use `face-user-default-spec'. Simplify code slightly.
11868
11869 * woman.el (woman-italic-face, woman-bold-face)
11870 (woman-unknown-face): Add dark-background variants.
11871 (woman-default-faces): Renamed from `woman-colour-faces'.
11872 Set using the stored defaults, rather than using hard-wired colors.
11873 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11874 Just make the foreground `unspecified' rather than "black".
11875 (woman-menu): Rename menu entries accordingly.
11876
11877 * faces.el (header-line): Make more reasonable on mono/grayscale
11878 displays.
11879
11880 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11881
11882 * cus-edit.el (custom-button-face): Use 3D look for mac.
11883 (custom-button-pressed-face): Likewise.
11884
11885 * faces.el (set-face-attributes-from-resources): Handle mac frames
11886 in the same way as x and w32 frames.
11887 (face-valid-attribute-values): Likewise.
11888 (read-face-attribute): Likewise.
11889 (defined-colors): Likewise.
11890 (color-defined-p): Likewise.
11891 (color-values): Likewise.
11892 (display-grayscale-p): Likewise.
11893 (face-set-after-frame-default): Likewise.
11894 (mode-line): Same default face as for x and w32.
11895 (tool-bar): Likewise.
11896
11897 * frame.el: Remove call to frame-notice-user-settings at end of
11898 the file.
11899
11900 * info.el (Info-fontify-node): Make underlines invisible for mac
11901 as for x, pc, and w32 frame types.
11902
11903 * term/mac-win.el: New file.
11904
11905 2000-10-22 Dave Love <fx@gnu.org>
11906
11907 * textmodes/refill.el: New file.
11908
11909 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11910
11911 * vc-hooks.el (vc-version-backup-file-name): New optional args
11912 MANUAL and REGEXP.
11913 (vc-delete-automatic-version-backups, vc-make-version-backup):
11914 New functions.
11915 (vc-before-save): Use the latter.
11916 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11917 confusion.
11918
11919 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11920 expected by vc[-hooks].el.
11921
11922 * vc.el (vc-checkout): Added `-p' suffix in call to
11923 vc-make-version-backups-p; use vc-make-version-backup to actually
11924 make the backup.
11925 (vc-version-other-window, vc-version-backup-file): Handle both
11926 automatic and manual backups.
11927 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11928 of all of them.
11929
11930 2000-10-22 Miles Bader <miles@gnu.org>
11931
11932 * comint.el (comint-highlight-input, comint-highlight-prompt):
11933 Renamed, `-face' at end removed.
11934 (comint-send-input, comint-output-filter): Use renamed faces.
11935
11936 * window.el (fit-window-to-buffer): Change defaulting of
11937 MAX-HEIGHT slightly.
11938
11939 * faces.el (color-values, color-defined-p): Use `member', not
11940 `memq', because it works correctly for strings.
11941 (frame-set-background-mode): Actually, "unspecified-fg" and
11942 "unspecified-bg" *are* strings. Use `member', not `memq', and
11943 `equal', not `eq', when a string value is possible.
11944
11945 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11946
11947 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11948
11949 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11950
11951 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11952 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11953 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11954 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11955 (sh-font-lock-syntactic-keywords): Use them.
11956 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11957 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11958 (sh-mode): Don't override font-lock-unfontify-region-function.
11959 Use a copy of sh-font-lock-syntactic-keywords.
11960 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11961 Don't call sh-scan-buffer since font-lock does it on the fly.
11962 (sh-get-indent-info): Use `face' rather than `syntax-table'
11963 text-property to detect here-documents.
11964 Replace sh-special-syntax with sh-st-punc.
11965 (sh-prev-line): Use `face' rather than `syntax-table'
11966 text-property to skip over here-documents.
11967 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11968 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11969 (sh-electric-less, sh-set-here-doc-region)
11970 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11971 (sh-scan-buffer, sh-rescan-buffer): Remove.
11972
11973 2000-10-21 Andrew Innes <andrewi@gnu.org>
11974
11975 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11976 remote (ange-ftp) file names.
11977
11978 2000-10-21 Miles Bader <miles@gnu.org>
11979
11980 * window.el (fit-window-to-buffer): New function.
11981 (shrink-window-if-larger-than-buffer): Use it.
11982 (window-text-height): Don't expect minibuffers to have mode-lines.
11983
11984 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11985 * international/quail.el (quail-update-guidance):
11986 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11987
11988 * international/quail.el (quail-show-guidance-buf): Make sure
11989 guidance window really has enough room.
11990 (quail-update-guidance): If quail-guidance-win is already shown,
11991 make sure its height is OK.
11992
11993 * window.el (window-text-height, set-window-text-height):
11994 New functions.
11995 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11996 instead of `window-height' & `mode-line-window-height-fudge'.
11997 (mode-line-window-height-fudge): Add FACE parameter.
11998 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11999 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12000
12001 2000-10-20 Miles Bader <miles@gnu.org>
12002
12003 * window.el (height-affecting-face-attributes): Use `defconst'.
12004
12005 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12006 New function, conditionally aliased to `mode-line-window-height-fudge'.
12007 (ispell-help): Use it.
12008 (ispell-choices-win-default-height): Don't include mode-line fudge.
12009 (ispell-choices-win-default-height): New function.
12010 (ispell-show-choices, ispell-command-loop): Use function
12011 `ispell-choices-win-default-height' instead of variable.
12012
12013 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12014
12015 * window.el (mode-line-window-height-fudge): New variable.
12016 (height-affecting-face-attributes): New variable.
12017 (mode-line-window-height-fudge): New function.
12018 (shrink-window-if-larger-than-buffer): Use it.
12019 * help.el (resize-temp-buffer-window): Likewise.
12020
12021 * info.el (Info-fontify-node): Add support for @subsubsection
12022 titles, which use `Info-title-4-face'.
12023 (Info-title-4-face): New face.
12024 (Info-title-3-face): Inherit from Info-title-4-face instead of
12025 variable-pitch.
12026
12027 2000-10-19 Jason Rumney <jasonr@gnu.org>
12028
12029 * dired.el (dired-insert-directory): Do not let errors signalled by
12030 attempt to run dired-free-space-program prevent dired from working.
12031
12032 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12033
12034 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12035
12036 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12037
12038 * dirtrack.el (dirtrack): Fix call to run-hooks.
12039
12040 * cmuscheme.el (cmuscheme-program-name): Renamed from
12041 scheme-program-name because xscheme.el contains a defcustom with
12042 the same name. As a consequence, customizing group `cmuscheme'
12043 loaded `xscheme' which redefined run-scheme.
12044 (run-scheme): Use cmuscheme-program-name.
12045
12046 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12047
12048 * play/doctor.el (doctor-death): Update the Samaritans'
12049 anonymous address, and add a website for Befrienders International.
12050
12051 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12052
12053 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12054 Avoid compilation gripes. Doc fix.
12055 (ps-print-version): New version number (6.2).
12056 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12057 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12058 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12059 (ps-x-extent-priority, ps-x-extent-start-position)
12060 (ps-x-face-font-instance, ps-x-find-coding-system)
12061 (ps-x-font-instance-properties, ps-x-make-color-instance)
12062 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12063 avoid compilation gripes without defining functions.
12064 (ps-e-find-composition): Alias for function find-composition, to have a
12065 suitable function depending on Emacs version.
12066 (ps-color-device, ps-color-values, ps-face-foreground-name)
12067 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12068 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12069 (ps-print-ensure-fontified): Function definitions surrounded by
12070 `eval-and-compile' to avoid compilation gripes.
12071 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12072 by symbol-value to avoid compilation gripes.
12073 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12074 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12075
12076 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12077
12078 * startup.el (normal-top-level): Call `frame-set-background-mode'
12079 after `frame-notice-user-settings' because the latter doesn't call
12080 the former on a tty.
12081
12082 * faces.el (frame-set-background-mode): `unspecified' &c are
12083 symbols, not strings.
12084
12085 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12086
12087 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12088 why some "light*" colors are deliberately absent from the alist.
12089
12090 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12091 Change colors for tty's, as suggested by Miles Bader.
12092
12093 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12094
12095 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12096 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12097 for ISO10646-1 fonts.
12098 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12099
12100 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12101
12102 * faces.el (frame-set-background-mode): If a tty frame defines a
12103 background color, use that to compute the background mode, instead
12104 of always defaulting to "dark".
12105
12106 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12107
12108 * comint.el (comint-write-output): New function.
12109 (comint-mode-map): Add it to the menu.
12110 Bind `C-c C-s' to comint-write-output.
12111
12112 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12113
12114 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12115 Use fancy-splash-delay.
12116
12117 2000-10-18 Alex Schroeder <alex@gnu.org>
12118
12119 * progmodes/sql.el (sql-sybase-options): New option.
12120 (sql-sybase): Use it. Add sql-database to the list of parameters
12121 provided for login. The options -w 2048 -n are not used any more.
12122
12123 * comint.el (comint-read-input-ring): Bugfix such that the first
12124 and the last entry of the input ring file are not lost.
12125
12126 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12127
12128 * ps-print.el: Internal variable changes to defcustom,
12129 make-local-hook changes to defvar. Doc fix.
12130 (ps-print-version): New version number (6.1).
12131 (ps-setup, ps-do-despool): Code fix.
12132 (ps-printer-name): Customization fix.
12133 (ps-printer-name-option): Now is a defcustom instead of an
12134 internal variable.
12135 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12136 (ps-print-begin-column-hook): Now are defvar instead of
12137 make-local-hook.
12138
12139 2000-10-18 Miles Bader <miles@gnu.org>
12140
12141 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12142 (comint-kill-output): Changed into an alias for `comint-delete-output',
12143 and made obsolete.
12144 (comint-mode-map): Rename references to comint-kill-output.
12145
12146 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12147
12148 * diff-mode.el (diff-header-face, diff-file-header-face)
12149 (diff-changed-face): Add bold and italic attributes to tty faces.
12150 (diff-function-face): New face.
12151 (diff-font-lock-keywords): Use it.
12152
12153 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12154
12155 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12156 Remove commented-out call to force-mode-line-update.
12157 (comint-kill-output): Use `forward-line 0' instead of
12158 beginning-of-line to make sure we get past the prompt.
12159
12160 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12161
12162 * diff-mode.el (diff-header-face, diff-file-header-face):
12163 Add specific setting for dark background.
12164 (diff-context-face): Renamed from diff-comment-face.
12165 Set explicitly rather than inheriting from font-lock-comment-face.
12166
12167 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12168
12169 * startup.el (command-line): Move the code which sets the default
12170 TTY colors to before before-init-hook.
12171
12172 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12173
12174 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12175
12176 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12177
12178 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12179 extensions, for MS-DOS.
12180
12181 * diff-mode.el (diff-header-face, diff-file-header-face)
12182 (diff-changed-face): Define tty-specific colors.
12183
12184 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12185
12186 * startup.el (fancy-splash-text): Realign the text.
12187
12188 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12189
12190 * font-lock.el (font-lock-comment-face): Define a separate default
12191 for dark-background tty's.
12192
12193 2000-10-17 Miles Bader <miles@gnu.org>
12194
12195 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12196 being obscured by whizzy mode-lines on graphics displays.
12197
12198 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12199
12200 * info.el (Info-title-1-face, Info-title-2-face)
12201 (Info-title-3-face): Define colors for tty's.
12202 (info-header-node): Remove unneeded tty-specific definition.
12203
12204 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12205
12206 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12207 reverse from the frame parameters, and don't invert foreground and
12208 background colors.
12209
12210 2000-10-16 Miles Bader <miles@gnu.org>
12211
12212 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12213 string "*Info*". Call propertized-buffer-identification to spruce
12214 up the result.
12215
12216 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12217
12218 * help.el: Provide `help' for the sake of define-minor-mode
12219 which generates defcustoms with requires.
12220
12221 * jit-lock.el (jit-lock-after-change): If we're in text that
12222 matches a multi-line font-lock pattern, make sure the whole text
12223 will be redisplayed.
12224
12225 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12226 author's name is unknown.
12227
12228 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12229 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12230 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12231 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12232 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12233 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12234 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12235 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12236 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12237 Add author information.
12238
12239 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12240
12241 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12242 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12243 full-color version (using the Gimp) to eliminate dithering artifacts.
12244
12245 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12246
12247 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12248
12249 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12250
12251 2000-10-15 Dave Love <fx@gnu.org>
12252
12253 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12254
12255 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12256
12257 * whitespace.el: Doc fixes.
12258 (top-level): Don't add hooks here.
12259 (whitespace-running-emacs): Deleted.
12260 (timer): Don't require.
12261 (whitespace): Add back :version conditional on xemacs test.
12262 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12263 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12264 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12265 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12266 Avoid specific xemacs test.
12267 (whitespace-global-mode): New option.
12268 (whitespace-global-mode): New command.
12269 (whitespace-unload-hook): New function.
12270
12271 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12272 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12273 (Info-fontify-node): `Goto' goes to `Go to'.
12274 (Info-fontify-node): Add help-echo to xref links.
12275
12276 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12277
12278 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12279
12280 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12281
12282 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12283 Use plist-get and allow :inherit.
12284
12285 * emacs-lisp/cl-macs.el (cl-do-arglist):
12286 Use plist-get and plist-member instead of memq.
12287
12288 * emacs-lisp/ewoc.el (ewoc-location): New function.
12289 (ewoc-enter-after, ewoc-enter-before): Document return value.
12290 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12291 Don't need make-local-hook any more.
12292 (cvs-addto-collection): Return the new tin.
12293 (cvs-mode-insert): Jump to the new line.
12294
12295 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12296
12297 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12298
12299 * font-lock.el (font-lock-syntactically-fontified): New var.
12300 (font-lock-fontify-syntactic-keywords-region): Use it.
12301 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12302
12303 * diff-mode.el (diff-find-file-name): Fix regexp.
12304
12305 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12306 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12307
12308 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12309 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12310 (sh-mode): Don't make all vars local here.
12311 (sh-kw): Reformat.
12312 (sh-set-shell): Use dolist. Don't set indent-region-function.
12313 (sh-mode-syntax-table): Use pop.
12314 (sh-remember-variable): Use push.
12315 (sh-help-string-for-variable): Use memq.
12316 (sh-safe-backward-sexp): Remove.
12317 (sh-safe-forward-sexp): Add ARG.
12318 (sh-get-indent-info, sh-prev-stmt): Use it.
12319 (sh-prev-line): Simplify by using forward-comment.
12320 (sh-this-is-a-continuation): Simplify.
12321 (sh-learn-buffer-indent): Use dolist.
12322 (sh-do-nothing): Remove.
12323 (sh-set-char-syntax, sh-set-here-doc-region):
12324 Use inhibit-modification-hooks.
12325 (sh-name-style): Use mapcar and push.
12326 (sh-load-style): Use dolist.
12327 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12328 (sh-case, sh-while-getopts): Use propertize directly rather
12329 than sh-electric-rparen.
12330
12331 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12332
12333 * textmodes/tex-mode.el: Require CL when compiling.
12334 (tex-mode-syntax-table): Init immediately.
12335 (tex-mode-map): Bind M-RET to latex-insert-item.
12336 (latex-mode): Set indent-line-function to latex-indent.
12337 (tex-common-initialization): Don't setup the syntax-table any more.
12338 (latex-insert-item): New skeleton.
12339 (tex-next-unmatched-end): Fix copy/paste braino.
12340 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12341 (latex-indent, latex-find-indent): New functions.
12342 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12343 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12344 (tex-compilation-parse-errors): Use with-syntax-table.
12345
12346 2000-10-15 Miles Bader <miles@gnu.org>
12347
12348 * font-lock.el (font-lock-comment-face): Change dark-background,
12349 color, non-tty, default to `chocolate1'.
12350
12351 2000-10-13 John Wiegley <johnw@gnu.org>
12352
12353 * eshell/esh-util.el (require): Added a missing `require' form,
12354 needed when compiling (for an ange-ftp macro definition).
12355
12356 2000-10-13 Dave Love <fx@gnu.org>
12357
12358 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12359
12360 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12361
12362 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12363
12364 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12365 transparent -colors 8).
12366
12367 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12368
12369 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12370 that breaks with old list format timestamps.
12371 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12372 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12373
12374 2000-10-13 John Wiegley <johnw@gnu.org>
12375
12376 * align.el, pcomplete.el, calendar/timeclock.el,
12377 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12378
12379 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12380 faulty math, where holiday hours were being computing as seconds.
12381
12382 2000-10-13 John Wiegley <johnw@gnu.org>
12383
12384 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12385 specifying what "other" kinds of buffers should be saved.
12386 This used to be hard-coded.
12387 (desktop-buffer-misc-functions): A global for specifying how
12388 auxiliary data should be determined for special buffer types.
12389 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12390 instead of hard-coding the special buffer types.
12391 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12392 auxiliary data, instead of hard-coding for Info buffers and dired.
12393 (desktop-buffer-info-misc-data): Aux function for determining Info
12394 buffer auxiliary info.
12395 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12396 (desktop-buffer-info): Changed this function to use the info
12397 gathered above.
12398 (desktop-create-buffer): Be a little more careful about what
12399 `minor-mode' means before calling it. This is important for some
12400 buffer types.
12401
12402 2000-10-13 John Wiegley <johnw@gnu.org>
12403
12404 * eshell/esh-util.el: Added a global form which declares an
12405 autoload for `parse-time-string', if that function is not already
12406 defined, and if parse-time.el is available on the user's system.
12407
12408 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12409 to be aware of ange-ftp user info.
12410 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12411 (eshell-ls-annotate): Use `eshell-file-attributes'.
12412 (eshell-ls-file): Made the user-id printing code a bit smarter.
12413
12414 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12415 allow identification of alias user ids in remote directories.
12416 It's manual, but there's no other way to know when the current user
12417 on the local machine, is also the owning user on the remote machine.
12418 (fboundp): Bind `ange-cache'.
12419 (eshell-directory-files-and-attributes): Re-organized the logic a
12420 bit to use `eshell-file-attributes' instead of `file-attributes'.
12421 The former is more sensitive to directories that are read via FTP,
12422 and knows how to use ange-ftp to determine full attribute
12423 information, instead of just the name and last modtime.
12424 (eshell-current-ange-uids): Return the current user id when in a
12425 remote directory.
12426 (eshell-parse-ange-ls): Parse a full directory listing that has
12427 been returned by ange-ftp.
12428 (eshell-file-attributes): This beefed up version of
12429 `file-attributes' is only special if the user is currently in a
12430 remote directory, in which case it does a lot of work to find out
12431 what the real attributes of a file are, as they appear on the
12432 remote machine. This makes usage of remote directories (i.e.,
12433 ange-ftp pathnames) much more useful. You can now use Eshell as a
12434 full-fledged FTP client, with much more manipulation ability than
12435 most other clients.
12436
12437 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12438 variable, which means that Eshell's du should always be preferred
12439 in remote directories.
12440 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12441 just `file-attributes'.
12442 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12443 when reading remote directories. This is an Eshell-specific
12444 variable (not part of ange-ftp).
12445 (eshell/ln): Bind `ange-cache'.
12446 (eshell/du): Added some extra logic for determining when to use
12447 Eshell's du (which is slow), and when to use the external version
12448 (which may or may not exist).
12449
12450 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12451 Call `eshell-interactive-process', rather than using
12452 `get-buffer-process', since backgrounded processes don't count in
12453 the context of this function's logic.
12454
12455 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12456 `forward-char', so that null strings are parsed correctly.
12457
12458 2000-09-13 John Wiegley <johnw@gnu.org>
12459
12460 * eshell/em-pred.el (eshell-pred-file-type)
12461 (eshell-pred-file-links, eshell-pred-file-size):
12462 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12463
12464 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12465 that remote file globbing is more efficient.
12466
12467 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12468 gathering the files and attributes within a directory.
12469
12470 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12471 the command line is a special file (not a regular file, directory
12472 or symlink), always attempt to call the external version of cat.
12473
12474 2000-09-13 John Wiegley <johnw@gnu.org>
12475
12476 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12477 Eshell-friendly version of find-tag.
12478
12479 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12480
12481 * image-file.el (image-file-name-extensions)
12482 (image-file-name-regexps): Add autoload cookies.
12483
12484 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12485
12486 * international/mule-cmds.el (select-safe-coding-system): If FROM
12487 is string, show it in *Warning* buffer.
12488
12489 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12490
12491 * startup.el (normal-top-level): Use display-popup-menus-p instead
12492 of window-system.
12493 (command-line): Use display-graphic-p instead of window-system.
12494 (command-line-1): Use display-popup-menus-p and display-mouse-p
12495 instead of window-system.
12496
12497 2000-10-12 Sam Steingold <sds@gnu.org>
12498
12499 * tooltip.el (tooltip-use-echo-area): New user variable.
12500 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12501
12502 2000-10-12 Dave Love <fx@gnu.org>
12503
12504 * recentf.el: Maintainer's checkdoc fixes.
12505
12506 * startup.el (normal-top-level-add-subdirs-to-load-path):
12507 Use character class, not ASCII when matching file names.
12508 (fancy-splash-head): Add trailing slash to URL.
12509 (command-line): Don't require XPM support for toolbar.
12510
12511 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12512 (cperl-invalid-face): Revert last change.
12513 (cperl-init-faces): Quote cperl-invalid-face.
12514
12515 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12516
12517 * startup.el (fancy-splash-text): Remove superfluous quote.
12518
12519 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12520
12521 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12522 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12523 (command-line-1): Don't use fancy-splash-pending-command.
12524 (fancy-splash-screens-1): Goto point-min after inserting text.
12525
12526 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12527
12528 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12529 instead of shared-lisp-mode-map.
12530
12531 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12532
12533 * faces.el (header-line): Change tty-variant to use underlining.
12534
12535 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12536 (isearch-highlight): Restore lazy-isearch face properties at old
12537 position, and suppress them at new position.
12538 (isearch-dehighlight): Restore lazy-isearch face properties.
12539 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12540 over the real isearch overlay, but in that case, don't give it a
12541 face property. Use `push'.
12542
12543 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12544
12545 * man.el (Man-getpage-in-background): Fix previous change.
12546 Decode the process output only when we are in multibyte mode.
12547
12548 2000-10-11 Dave Love <fx@gnu.org>
12549
12550 * info.el (Info-mode-menu): Fix some help.
12551 (info-tool-bar-map): Add entry for Info-last.
12552
12553 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12554 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12555 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12556 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12557 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12558 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12559 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12560 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12561 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12562 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12563 Reduce colour requirements to 25 overall. (Probably wants
12564 revisiting from the originals to reduce further.)
12565
12566 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12567
12568 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12569 buffer-file-coding-system, instead of raw-text.
12570 (dehexlify-buffer): Bind coding-system-for-read to
12571 buffer-file-coding-system, instead of raw-text.
12572
12573 2000-10-11 Sam Steingold <sds@gnu.org>
12574
12575 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12576 `underline' - fixes the bug introduced on 2000-09-21.
12577
12578 2000-10-11 Dave Love <fx@gnu.org>
12579
12580 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12581 Avoid compiler warnings.
12582 (scheme-mode): Doc fix.
12583 (scheme-font-lock-keywords-1): Match `define-syntax'.
12584
12585 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12586
12587 * faces.el (frame-set-background-mode): Pay attention to saved
12588 face specs as well as default ones. Only do anything if the
12589 bg-mode or display-type has actually changed. Use `dolist'.
12590 (region): Make dark-background `region' face less in-your-face.
12591
12592 2000-10-10 Sam Steingold <sds@gnu.org>
12593
12594 * chistory.el, ielm.el, ledit.el:
12595 * progmodes/inf-lisp.el, progmodes/scheme.el:
12596 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12597
12598 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12599
12600 * textmodes/texinfo.el: Update copyright and fix typo.
12601
12602 * desktop.el (desktop-modes-not-to-save): New var.
12603 (desktop-save-buffer-p): Use it.
12604 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12605 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12606
12607 2000-10-10 Dave Love <fx@gnu.org>
12608
12609 * toolbar/tool-bar.el (tool-bar-add-item)
12610 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12611
12612 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12613 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12614 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12615 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12616 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12617 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12618 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12619 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12620 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12621 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12622 the .xpms; probably need retouching.
12623
12624 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12625
12626 * subr.el (add-to-list): Add optional argument APPEND.
12627 * battery.el (display-battery): Use `add-to-list'.
12628
12629 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12630
12631 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12632 properties.
12633 (zone, zone-when-idle, zone-leave-me-alone)
12634 (zone-pgm-whack-chars): Use new symbol properties.
12635
12636 * battery.el (display-battery): Doc spelling fix.
12637
12638 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12639 property.
12640
12641 2000-10-09 Dave Love <fx@gnu.org>
12642
12643 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12644 has been initialized before calling tool-bar-setup.
12645 (tool-bar-add-item-from-menu): Add autoload cookie.
12646
12647 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12648
12649 * menu-bar.el (send-mail-item-name): New function.
12650 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12651 of mail-user-agent in the menu. Don't display the "Send Mail"
12652 item if mail-user-agent is nil or its value is ignore.
12653 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12654 if read-mail-command is nil or its value is ignore.
12655
12656 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12657
12658 2000-10-09 Miles Bader <miles@gnu.org>
12659
12660 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12661 Correct image size.
12662 * toolbar/left_arrow.xpm: Correct image size.
12663
12664 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12665 will be done by the definition of `auto-compression-mode' if
12666 necessary. Move code to uninstall existing file-name handler
12667 before definition of `auto-compression-mode'.
12668
12669 * image-file.el (auto-image-file-mode): Move to the end of the
12670 file, because `define-minor-mode' actually calls the mode-function
12671 if the associated variable is non-nil, which requires that all
12672 needed functions be already defined.
12673
12674 * mouse.el (popup-menu): Balance parens.
12675
12676 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12677
12678 * mouse.el (popup-menu): Move the command call outside the loop
12679 so that popup-menu returns whatever the command returns.
12680
12681 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12682 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12683 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12684 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12685
12686 * vc.el (vc-version-diff): diff-switches can be a list.
12687 Use relative filenames for prettier output.
12688
12689 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12690 (vc-post-command-functions): Remove old-VC compatibility code.
12691
12692 * newcomment.el (comment-indent-default): Autoload.
12693
12694 * font-lock.el (font-lock-defaults): Make buffer-local.
12695 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12696 (font-lock-choose-keywords):
12697 Ignore LEVEL unless KEYWORDS is a list of syms.
12698 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12699 Don't wrap regexp-opt things in \(...\) unnecessarily.
12700
12701 * jit-lock.el: Don't require font-lock any more.
12702 (jit-lock-functions): Make buffer-local.
12703 (jit-lock-saved-fontify-buffer-function): Remove.
12704 (jit-lock-mode): Remove autoload cookie.
12705 Remove font-lock specific code.
12706 (jit-lock-unregister): Don't bother handling complex hooks any more.
12707 (jit-lock-refontify): New function.
12708 (jit-lock-fontify-buffer): Use it.
12709 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12710 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12711 Add optional args START and END.
12712 Never call font-lock-fontify-region directly.
12713 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12714
12715 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12716
12717 2000-10-08 Dave Love <fx@gnu.org>
12718
12719 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12720
12721 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12722
12723 * play/studly.el (studlify-region, studlify-word): Add autoload
12724 cookie.
12725
12726 * play/morse.el (morse-region, unmorse-region): Add autoload
12727 cookie.
12728
12729 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12730 concat.
12731
12732 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12733 insist on symbols starting with word syntax.
12734 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12735 (eval-defun-1): Doc fix.
12736 (indent-sexp): Use nconc to build up indent-stack.
12737
12738 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12739 Gnus with little use.
12740 (mail-setup-hook): Add mail-abbrevs-setup to options.
12741
12742 * recentf.el: Doc fixes.
12743
12744 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12745 Clean up remainder.
12746
12747 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12748 without timezone and (8) with timezone to enforce some whitespace.
12749 Simplify code somewhat.
12750
12751 * options.el (list-options): Doc that you should use customize.
12752
12753 * iswitchb.el (iswitchb-mode): Add :require.
12754
12755 * info.el (Info-goto-node, Info-menu): Doc fix.
12756 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12757 (info-tool-bar-map): New variable.
12758 (Info-mode): Use it.
12759 (Info-edit-map): Define all in defvar.
12760 (speedbar-attached-frame): Avoid compiler warning.
12761
12762 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12763 (global-map): Bind [tool-bar] to a filtered map.
12764 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12765 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12766 Allow PBM icons.
12767 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12768
12769 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12770 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12771 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12772 icons, except up_arrow, which is left-arrow rotated.
12773
12774 * imenu.el (imenu-add-to-menubar): Fix last change.
12775
12776 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12777
12778 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12779 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12780
12781 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12782
12783 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12784 typos in doc strings.
12785
12786 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12787 the doc strings how to customize Font Lock faces.
12788
12789 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12790 computing growth when dragging the header line.
12791
12792 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12793
12794 * simple.el (kill-line): Doc fix.
12795
12796 2000-10-08 Miles Bader <miles@gnu.org>
12797
12798 * faces.el (secondary-selection): Make foreground visible on tty.
12799
12800 * jka-compr.el (auto-compression-mode): Move to the end of the
12801 file, because `define-minor-mode' actually calls the mode-function
12802 if the associated variable is non-nil, which requires that all
12803 needed functions be already defined.
12804 (with-auto-compression-mode): Add autoload cookie.
12805
12806 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12807
12808 * files.el (find-backup-file-name) [ms-dos]: If support for long
12809 file names is not available, behave as if version-control were set
12810 to never.
12811
12812 2000-10-07 Dave Love <fx@gnu.org>
12813
12814 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12815 (browse-url-gnome-moz): New function.
12816 (browse-url-browser-function): Use it.
12817 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12818
12819 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12820
12821 * indent.el (tab-always-indent): New var.
12822 (indent-for-tab-command): Use it.
12823
12824 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12825 raise an error. This way it can still default to a sane value.
12826
12827 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12828
12829 * startup.el (fancy-splash-screens): Use local rather than global map.
12830 Don't use `update-menu-bindings' any more.
12831 Get rid of assumptions about keymap representation.
12832
12833 2000-10-06 Dave Love <fx@gnu.org>
12834
12835 * textmodes/fill.el (sentence-end-double-space)
12836 (sentence-end-without-period): Doc fix.
12837 (adaptive-fill-regexp): Purecopy.
12838 (unjustify-current-line): Use line-end-position.
12839 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12840
12841 * net/eudc-vars.el (eudc): Add :version, :link.
12842
12843 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12844
12845 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12846 Fix for define-minor-mode.
12847 (function-at-point): Alias to function-called-at-point.
12848
12849 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12850
12851 * simple.el (backward-word): Doc fix.
12852
12853 * image-file.el (image-file-name-regexp): image-file-regexps ->
12854 image-file-name-regexps.
12855 (image-file-name-extensions): Add pbm.
12856
12857 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12858
12859 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12860 and add filename to the names so that diff-mode can jump to source.
12861
12862 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12863 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12864 (tex-font-lock-keywords-1): Remove.
12865 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12866 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12867 (font-lock-default-fontify-region):
12868 Expand beg..end correctly when just following a multiline region.
12869 (font-lock-fontify-anchored-keywords):
12870 Include the anchor text as part of the multiline.
12871
12872 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12873
12874 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12875 latter needs the autoloaded define-minor-mode macro during the
12876 bootstrap.
12877
12878 * startup.el (command-line): For now, activate tool-bar-mode only
12879 if XPM images are supported.
12880
12881 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12882 window by dragging a header-line at the top of the frame; that's
12883 confusing because the header-line doesn't move.
12884 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12885 of treating the event as a list. Some cleanup.
12886
12887 2000-10-06 Miles Bader <miles@gnu.org>
12888
12889 * simple.el (display-message-or-buffer): New function.
12890 (shell-command-on-region): Use `display-message-or-buffer'.
12891
12892 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12893 docstring parts.
12894
12895 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12896 (smbclient-prompt-regexp): Add usage note to doc string.
12897 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12898 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12899 Use add-hook for adding the comint filter function, and only do so
12900 if it's not already in the global hook list.
12901 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12902 to `make-local-variable'.
12903 (nslookup-font-lock-keywords): Remove prompt entry.
12904 (nslookup): Don't set the process-filter.
12905 (finger): Exit the loop correctly when the regexps list runs out.
12906 (ftp, smbclient, smbclient-list-shares):
12907 Set the real major mode immediately, not after execing.
12908 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12909
12910 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12911
12912 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12913
12914 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12915
12916 * which-func.el (which-func-format): Remove spurious space.
12917 (which-func-mode): Don't make it permanent-local.
12918 (which-func-ff-hook): Allow which-func-maxout to be nil.
12919 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12920 (which-func-mode): Simplify.
12921 Use post-command-idle-hook rather than post-command-hook.
12922 Go through all buffers and update their state.
12923 (which-function): Also try add-log-current-defun-function.
12924
12925 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12926 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12927 Update call to with-vc-properties accordingly.
12928 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12929 (vc-revert-buffer): More careful about window selection and deletion.
12930 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12931
12932 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12933 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12934 (cvs-dired-action): Change the default to quickdir.
12935
12936 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12937 if comment-indent-function returns nil.
12938 (comment-indent-default): New function.
12939 (comment-indent-function): Use it and document the new semantics.
12940
12941 * image-file.el: Docstring fixes.
12942
12943 * help.el (help-xref-on-pp): Use match-string.
12944 (describe-variable): New arg BUFFER.
12945 Store the current buffer in the help-xref-stack.
12946 (temp-buffer-resize-mode): Use define-minor-mode.
12947
12948 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12949 consistently with its docstring.
12950 Set jit-lock-first-unfontify-pos in an idempotent way.
12951 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12952
12953 2000-10-05 Alex Schroeder <alex@gnu.org>
12954
12955 * sql.el (sql-mysql-options): New variable.
12956 (sql-mysql): Use it.
12957
12958 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12959
12960 * image.el (image): New group.
12961
12962 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12963 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12964
12965 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12966
12967 * net/net-utils.el (nslookup-font-lock-keywords)
12968 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12969 Ignore the value of wqindow-system; always define keywords
12970
12971 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12972
12973 * startup.el (fancy-splash-screens): Remove the code for
12974 debugging; `(trace-to-stderr "EXITTT\n")'.
12975
12976 2000-10-05 Miles Bader <miles@gnu.org>
12977
12978 * diff-mode.el (diff-goto-source): Update call to
12979 `diff-hunk-status-msg' to reflect new REV variable.
12980
12981 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12982
12983 * progmodes/icon.el (icon-mode):
12984 Don't gratuitously override the default for comment-column.
12985
12986 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12987
12988 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12989 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12990 (jit-lock-functions): New var.
12991 (jit-lock-function-1): Use it if non-nil.
12992 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12993 Set the `fontified' property before doing the fontification to avoid
12994 repeatedly going through the same error.
12995 Don't turn errors into messages.
12996 (jit-lock-register, jit-lock-unregister): New functions.
12997
12998 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12999 Use with-current-buffer.
13000
13001 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13002 Turn comment into docstring.
13003
13004 * apropos.el (apropos-mode): Use define-derived-mode.
13005
13006 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13007
13008 * startup.el (fancy-splash-pending-command): New variable.
13009 (fancy-splash-pre-command): New function.
13010 (fancy-splash-screens): Rewritten.
13011 (command-line-1): If fancy-splash-pending-command is set, call it
13012 interactively.
13013
13014 2000-10-04 Dave Love <fx@gnu.org>
13015
13016 * toolbar/tool-bar.el (tool-bar-setup): New function.
13017 (tool-bar-mode): Use it.
13018
13019 * subr.el (substitute-key-definition): Doc fix.
13020 (play-sound-file): New command.
13021
13022 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13023
13024 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13025 vc-version-backup-file-name): New functions.
13026
13027 * files.el (basic-save-buffer): Call vc-before-save before saving.
13028
13029 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13030 vc-cvs-stay-local-p.
13031
13032 * vc.el (vc-revert-buffer): Handle empty diff properly.
13033 (vc-version-backup-file): New function.
13034 (vc-checkout): Create a version backup if necessary.
13035 (vc-checkin): If a version backup file exists, delete it.
13036 (vc-version-diff): Diff locally using version backups, if available.
13037 (vc-revert-file): If there's a version backup, revert locally.
13038 (vc-transfer-file): Use version backup for base version, if
13039 available. If not, ask for confirmation whether to get it from the
13040 server. Update mode line before check-in.
13041
13042 2000-10-04 Dave Love <fx@gnu.org>
13043
13044 * toolbar/tool-bar.el (tool-bar-setup): New function.
13045 (tool-bar-mode): Use it.
13046
13047 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13048
13049 * net/net-utils.el (nslookup-font-lock-keywords)
13050 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13051 Only set if window-system is non-nil
13052 (net-utils-run-program): Returns buffer.
13053 (network-connection-reconnect): Added this function.
13054
13055 * generic.el:
13056 Incorporates extensive cleanup and docfixes by
13057 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13058 Uses cl compile-time macros.
13059 (generic-mode-name, generic-comment-list)
13060 (generic-keywords-list, generic-font-lock-expressions)
13061 (generic-mode-function-list, generic-mode-syntax-table):
13062 Removed variables.
13063 (generic-mode-alist): Renamed to generic-mode-list.
13064 (generic-find-file-regexp): Default changed to "^#".
13065 (generic-read-type): Uses completing read on generic-mode-list.
13066 (generic-mode-sanity-check): removed this function.
13067 (generic-add-to-auto-mode): Removed this function
13068 (generic-mode-internal): Bind mode-specific definitions
13069 into function instead of putting them in alist.
13070 (generic-mode-set-comments): Reworked extensively.
13071 (generic-mode-find-file-hook): Simplified regexp searching
13072 (generic-make-keywords-list): Omit extra pair of parens
13073
13074 * find-lisp.el (find-lisp-find-files-internal):
13075 Make sure directory name ends with "/".
13076
13077 * generic-x.el (apache-conf-generic-mode):
13078 Regexp now allows leading whitespace.
13079 (rc-generic-mode): Added eval-when-compile
13080 around generic-make-keywords-list.
13081 Deleted duplicate regexp
13082 (rul-generic-mode): Added eval-when-compile
13083 around generic-make-keywords-list.
13084 (etc-fstab-generic-mode): New generic mode.
13085 (rul-generic-mode): Removed one eval-when-compile
13086 which caused a max-specpdl-size exceeded error.
13087
13088 2000-10-04 Miles Bader <miles@gnu.org>
13089
13090 * simple.el (minibuffer-temporary-goal-position): New variable.
13091 (next-history-element): Try to keep the position of point in the
13092 input string constant.
13093
13094 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13095 (dired-do-create-files): If there's only one file, pass it in as
13096 the DEFAULT arg to dired-mark-read-file-name.
13097
13098 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13099
13100 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13101 (diff-goto-source): Be smarter when choosing REVERSE or not.
13102
13103 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13104 (texinfo-mode-menu): Add an explicit shortcut for update all.
13105
13106 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13107
13108 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13109 factorize backend-specific code cleanly (this was essentially
13110 conceived by Stefan Monnier).
13111 (vc-unregister): Function removed.
13112 (vc-revert-file): New function.
13113 (vc-revert-buffer): Delegate some of the work to it.
13114
13115 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13116 default branch unconditionally.
13117 (vc-rcs-set-default-branch): New function.
13118 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13119 (vc-rcs-checkin): If an appropriate default branch has been set,
13120 force creation of that branch.
13121 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13122 code (as suggested by Stefan Monnier).
13123
13124 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13125
13126 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13127 highlighting overlay with a different face over the overlay
13128 isearch uses to highlight the current match because that can lead
13129 to bad face combinations.
13130
13131 * loadup.el (toplevel): Load faces before isearch.
13132
13133 * isearch.el (isearch-faces): New custom group.
13134 (isearch): New defface; was already tested for in the code.
13135 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13136 (isearch-highlight): Always use face `isearch'.
13137
13138 2000-10-02 Dave Love <fx@gnu.org>
13139
13140 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13141 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13142 comparison of opcode with operand.
13143
13144 2000-10-03 Miles Bader <miles@gnu.org>
13145
13146 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13147 buffer, since the echo area will now grow to accommodate them.
13148
13149 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13150
13151 * vc-hooks.el (vc-registered): If FILE used to be registered under
13152 a certain backend, try that one first.
13153
13154 * vc.el (vc-responsible-backend): Undo the previous change in the
13155 argument list. Handle multiple backends correctly.
13156 (vc-find-new-backend): Function removed.
13157 (vc-register): Use vc-responsible-backend, as before.
13158 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13159
13160 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13161
13162 * startup.el (fancy-splash-head): Change message below the
13163 logo.
13164
13165 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13166
13167 * diff-mode.el (diff-goto-source): Emit a status message.
13168 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13169 (diff-test-hunk): Fix doc string.
13170 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13171 (diff-advance-after-apply-hunk): New variable.
13172 (diff-apply-hunk): Don't return a value.
13173
13174 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13175
13176 * vc.el (vc-editable-p): Minor optimization.
13177 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13178 (vc-find-new-backend): New function split from vc-responsible-backend.
13179 (vc-register): Use it.
13180 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13181 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13182 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13183 (vc-clear-headers): Don't use find-file.
13184 (vc-revert-buffer): Use `and' again (must have been a braino).
13185 (vc-switch-backend): Only prompt if requested.
13186 Short circuit if nothing is to be done.
13187 Don't use vc-resynch-buffer which could lose unsaved editing.
13188 (vc-default-receive-file): Update call to vc-unregister.
13189 (with-vc-file, vc-next-action-on-file):
13190 Use vc-backend rather than vc-registered.
13191 (vc-next-action-on-file): Use intern-soft.
13192 Deal with read-only *vc-diff* buffer.
13193 (vc-transfer-file): Docstring fix.
13194
13195 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13196 (vc-rcs-receive-file): Avoid with-vc-properties.
13197 Update call to vc-unregister.
13198 Use constant `RCS' rather than (dynamically bound) var `backend'.
13199
13200 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13201
13202 * vc.el (vc-next-action-on-file): Update mode line only if file
13203 is visited.
13204 (vc-start-entry): New argument initial-contents. Don't visit the file
13205 if it isn't already visited. Brought documentation up-to-date.
13206 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13207 (vc-checkin): New optional arg initial-contents, which is passed to
13208 vc-start-entry.
13209 (vc-finish-logentry): Make sure to bury log buffer only if there
13210 really is one. Call `vc-resynch-buffer' on log-file, not
13211 buffer-file-name.
13212 (vc-default-comment-history, vc-default-wash-log): New functions.
13213 (vc-index-of): Removed.
13214 (vc-transfer-file): Make do without the above.
13215 (vc-default-receive-file): Call comment-history unconditionally. Pass
13216 the resulting string to vc-checkin, instead of inserting it into the
13217 comment ring.
13218
13219 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13220 unconditionally. Use the comments as initial contents of the log
13221 entry buffer. Document the trick to force branch creation with no
13222 changes.
13223
13224 2000-10-01 Miles Bader <miles@gnu.org>
13225
13226 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13227 `recenter' with an arg to prevent redrawing the display.
13228
13229 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13230
13231 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13232
13233 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13234
13235 * progmodes/c-mode.el (c-mode):
13236 Don't gratuitously override the default for comment-column.
13237
13238 * textmodes/tex-mode.el (latex-metasection-list): New var.
13239 (latex-imenu-create-index): Use it.
13240 Move the regexp construction outside loops (and use push).
13241 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13242 (tex-font-lock-keywords): Moved from font-lock.el.
13243 (tex-comment-indent): Remove.
13244 (tex-common-initialization): Don't set comment-indent-function.
13245 (latex-block-default): New var.
13246 (tex-latex-block): Use it to provide a default choice.
13247 Add any unknown choice to latex-block-names.
13248 Insert [...] after {...}.
13249 (tex-last-unended-begin): Simplify regexp.
13250 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13251 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13252 (latex-mode): Set forward-sexp-function.
13253
13254 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13255 Add regexp for @ignore ... @end ignore.
13256 (texinfo-heading-face): New face.
13257 (texinfo-font-lock-keywords): Use it.
13258 (texinfo-mode-menu): New menu.
13259 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13260 New functions.
13261 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13262 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13263 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13264 Remove declaration.
13265 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13266
13267 * delsel.el (delete-selection-mode): Use define-minor-mode.
13268
13269 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13270
13271 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13272
13273 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13274
13275 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13276
13277 * replace.el (keep-lines-read-args): New function.
13278 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13279 read arguments interactively. Add parameters RSTART and REND.
13280 Operate on the active region in Transient Mark mode.
13281
13282 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13283
13284 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13285 (authors-obsolete-files-regexps): New variable.
13286 (authors-add): Don't record changes in obsolete files.
13287
13288 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13289
13290 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13291
13292 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13293 (comment-indent): Make sure there's a space between code and comment.
13294 Shift comments left to avoid going past fill-column.
13295
13296 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13297
13298 * startup.el (startup-echo-area-message): New function.
13299 (display-startup-echo-area-message): Use it.
13300 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13301 (fancy-splash-default-action): New function.
13302 (fancy-splash-screens-1): New function.
13303 (fancy-splash-head): Put a help-echo and a keymap under the image.
13304
13305 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13306
13307 * diff-mode.el (diff-add-log-file-name): Remove.
13308 (diff-mode): Use add-log-buffer-file-name-function.
13309
13310 * add-log.el (find-change-log): New arg BUFFER-FILE.
13311 (add-log-file-name): Obey add-log-file-name-function.
13312 (add-log-buffer-file-name-function): New var.
13313 (add-change-log-entry): Use it.
13314
13315 2000-09-29 Miles Bader <miles@gnu.org>
13316
13317 * image-file.el (image-file-name-extensions): New variable.
13318 (image-file-name-regexps): Renamed from `image-file-regexps'.
13319 New default value is nil. Call `auto-image-file-mode'.
13320 (image-file-name-regexp): New function.
13321 (auto-image-file-mode): New minor mode.
13322 (insert-image-file): Don't make conditional on the image-file
13323 handler being enabled.
13324 (image-file-handler): Make the call here conditional instead.
13325 (set-image-file-handler-enabled, enable-image-file-handler)
13326 (disable-image-file-handler): Functions removed.
13327
13328 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13329 string.
13330
13331 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13332
13333 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13334 it's a function from CL.
13335 (latex-imenu-create-index): Replace eval-when-compile with progn
13336 because latex-section-alist is not bound while compiling.
13337
13338 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13339
13340 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13341 (outline-mode): Use define-derived-mode.
13342
13343 * progmodes/perl-mode.el (perl-mode):
13344 * progmodes/awk-mode.el (awk-mode):
13345 * progmodes/asm-mode.el (asm-mode):
13346 Don't gratuitously override the default for comment-column.
13347
13348 * emacs-lisp/lisp.el (lisp-complete-symbol):
13349 Distinguish the let-binding case from the funcall case.
13350 (forward-sexp-function): New variable.
13351 (forward-sexp): Use it.
13352
13353 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13354 (easy-mmode-defmap): Remove the now useless autoload.
13355
13356 * time.el (display-time-mode): Use define-minor-mode.
13357
13358 * subr.el (add-minor-mode): Don't eval NAME.
13359 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13360 Use if rather than cond.
13361
13362 * simple.el (read-expression-map): Define more properly.
13363 (comment-indent-hook): Remove.
13364 (string-to-syntax): Bug fix.
13365
13366 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13367 (cvs-ediff-diff): Fix typo.
13368 (cvs-revert-if-needed): Don't bother preserving read-only.
13369
13370 * paren.el (show-paren-mode): Use define-minor-mode.
13371
13372 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13373 (toggle-auto-compression): Remove.
13374 (jka-compr-build-file-regexp): Remove useless grouping.
13375
13376 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13377 Avoid user-reserved bindings.
13378 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13379 (diff-header-face): Revert to grey85.
13380
13381 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13382
13383 * complete.el (partial-completion-mode) <defcustom>: Remove.
13384 (partial-completion-mode): Use define-minor-mode.
13385 (PC-do-completion): Understand `completion-auto-help = delay'
13386 to mean to popup the completion buffer only the second time.
13387 (PC-include-file-all-completions, PC-include-file-all-completions)
13388 (PC-include-file-all-completions): Don't quote lambda.
13389
13390 * comint.el (comint-mode-hook): Docstring fix.
13391 (comint-mode): Use define-derived-mode.
13392 (comint-mode-map): Remove obsolete comment.
13393 (make-comint): Minor stylistic change.
13394 (comint-insert-clicked-input): Be more careful to find the overlay.
13395 Use this-command-keys rather than hardcoding mouse-2.
13396
13397 * font-lock.el: Replace confusing (,@ with ,
13398 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13399 Don't use regexp-opt-depth. Spice up the regexp for args.
13400 Don't distinguish between cmds that can take an opt arg or not.
13401 Use `append' and `prepend' rather than `keep'.
13402
13403 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13404 (latex-outline-regexp): New var.
13405 (latex-outline-level): New fun.
13406 (latex-section-alist): New var.
13407 (latex-imenu-create-index): Use it. Use `push' as well.
13408 (tex-shell-map): Initialize it properly.
13409 (tex-mode): Minor stylistic change.
13410 (plain-tex-mode): Use define-derived-mode.
13411 (latex-mode): Use define-derived-mode.
13412 Construct the paragraph regexps in a more readable way.
13413 Set the buffer-local outline-{level,regexp} vars.
13414 (slitex-mode): Derive from latex-mode.
13415 (tex-common-initialization): Don't kill-all-vars anymore.
13416 Add setting for comment-add and font-lock-defaults.
13417 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13418 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13419 (tex-start-tex): New arg DIR (and send a chdir command for it).
13420 Also display the shell buffer and save it in tex-last-buffer-texed.
13421 (tex-region): Use expand-file-name rather than concat.
13422 Remove code made useless by changes in tex-start-tex.
13423 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13424
13425 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13426
13427 2000-09-28 Dave Love <fx@gnu.org>
13428
13429 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13430
13431 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13432
13433 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13434 `append'.
13435
13436 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13437
13438 * info.el (Info-extract-pointer): Undo last change.
13439 Instead, fix the position of the `bound' arg to re-search-backward.
13440
13441 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13442
13443 * info.el (Info-extract-pointer):
13444 Widen more carefully, to avoid finding pointers in other nodes.
13445 (Info-index): Use push.
13446
13447 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13448
13449 * frame.el (set-frame-font): Remove call to obsolete function
13450 frame-update-faces.
13451 (set-foreground-color, set-background-color): Likewise for
13452 frame-update-face-colors.
13453
13454 2000-09-27 Miles Bader <miles@gnu.org>
13455
13456 * image-file.el: New file.
13457
13458 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13459
13460 * frame.el (frame-notice-user-settings): Don't call
13461 frame-update-faces, which is a no-op now.
13462
13463 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13464 tool-bar-lines.
13465
13466 2000-09-27 Dave Love <fx@gnu.org>
13467
13468 * mouse.el: Fix last change.
13469
13470 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13471
13472 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13473
13474 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13475
13476 * international/quail.el (quail-help): The output message is
13477 improved.
13478
13479 2000-09-26 Dave Love <fx@gnu.org>
13480
13481 * mouse.el (popup-menu): If POSITION is nil, set it using
13482 mouse-position.
13483
13484 2000-09-25 Sam Steingold <sds@gnu.org>
13485
13486 * net/browse-url.el (browse-url-file-url): Check for null maps.
13487
13488 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13489
13490 * frame.el (frame-notice-user-settings): Don't add a
13491 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13492
13493 * frame.el (frame-notice-user-settings):
13494 Make tool-bar-mode and default-frame-alist consistent.
13495
13496 * toolbar/tool-bar.el (tool-bar-help): New function.
13497
13498 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13499
13500 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13501 current-load-list in top-level forms. Else this leaks a cons cell
13502 every time a defun is called.
13503
13504 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13505
13506 2000-09-25 Dave Love <fx@gnu.org>
13507
13508 * startup.el (fancy-splash-head): Check XPM is available.
13509
13510 * autoinsert.el (auto-insert): Doc fix.
13511 (auto-insert-alist): Following GNU notices, don't say `copyright
13512 _by_'. Use line-beginning-position.
13513 (auto-insert): Check buffer-file-name is non-nil before use.
13514
13515 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13516
13517 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13518 starting with `@def' or `@multitable', in addition to ones
13519 specified by the user in auto-fill-inhibit-regexp.
13520
13521 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13522
13523 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13524 rmail-dont-reply-to-names matches the empty string.
13525
13526 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13527
13528 * startup.el (command-line-1, fancy-splash-text): Change the
13529 text to sound more friendly.
13530
13531 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13532
13533 * progmodes/hideshow.el: Update author email address.
13534 Generally, sync w/ maintainer version 5.22.
13535 (hs-hide-all-non-comment-function): New var.
13536 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13537 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13538 (hs-show-region): Delete this command.
13539 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13540
13541 2000-09-22 Dave Love <fx@gnu.org>
13542
13543 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13544 (hl-line-highlight): Specify buffer when moving overlay.
13545
13546 * progmodes/fortran.el (fortran-mode): Locally set
13547 normal-auto-fill-function.
13548 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13549 (fortran-mode-map): Adjust auto-fill menu entry.
13550
13551 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13552
13553 * vc-rcs.el (toplevel): Require `vc' when compiling.
13554
13555 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13556
13557 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13558
13559 * vc.el (vc-switch-backend): Signal an error if the file is not
13560 registered under the new backend.
13561
13562 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13563 without explicit revision number.
13564
13565 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13566
13567 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13568 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13569 (diff-xor): New function.
13570 (diff-find-source-location): Use it. Fix a stupid name clash.
13571 (diff-hunk-status-msg): New function.
13572 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13573 (diff-test-hunk): Use diff-find-source-location.
13574 (diff-goto-source): Favor the `reverse'.
13575 (diff-hunk-text): Properly handle one-sided context diffs.
13576 (diff-apply-hunk): When done, advance to the next hunk.
13577
13578 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13579
13580 * startup.el (command-line): If frame was created with a non-zero
13581 tool-bar-lines parameter, switch tool-bar-mode on.
13582
13583 * add-log.el (change-log-date-face, change-log-name-face)
13584 (change-log-email-face, change-log-file-face)
13585 (change-log-list-face, change-log-conditionals-face)
13586 (change-log-function-face, change-log-acknowledgement-face):
13587 New faces, inheriting from font-lock faces.
13588 (change-log-font-lock-keywords): Use them.
13589
13590 2000-09-21 Dave Love <fx@gnu.org>
13591
13592 * progmodes/cperl-mode.el (top-level): Clean up
13593 `eval-when-compile's and assorted defvars.
13594 (cperl-invalid-face): Don't double-quote value. Change custom
13595 type.
13596 (cperl-mode): Set normal-auto-fill-function and don't zap
13597 auto-fill-function.
13598 (cperl-imenu--function-name-regexp-perl): Renamed from
13599 imenu-example--function-name-regexp-perl.
13600 (cperl-imenu--create-perl-index): Renamed from
13601 imenu-example--create-perl-index.
13602 (cperl-xsub-scan): Don't require cl.
13603
13604 * msb.el (msb-mode-map): Use substitute-key-definition.
13605 (msb-mode): Use msb-mode-map.
13606
13607 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13608
13609 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13610 New functions.
13611 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13612 (vc-switch-backend): New function.
13613 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13614 (vc-register): Fix prompt.
13615 (vc-unregister, vc-default-unregister): New functions.
13616 (vc-version-diff): Handle empty buffer in sentinel.
13617
13618 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13619 (vc-rcs-state-heuristic): Use it to guess the state of files with
13620 non-strict locking.
13621 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13622 been set with -b, but not created yet.
13623 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13624 contents in order to find the state.
13625 (vc-rcs-checkin): Allow creation of branches with no changes.
13626 (vc-rcs-unregister, vc-rcs-receive-file)
13627 (vc-rcs-set-non-strict-locking): New functions.
13628
13629 * vc-hooks.el (vc-name): Force correct computation of the value
13630 in case it is missing.
13631
13632 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13633
13634 * startup.el (fancy-splash-tail): Use a different foreground
13635 color on a dark frame background.
13636
13637 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13638
13639 * info.el: Use the correct capitalization when making Info-mode
13640 and Info-edit-mode `special' modes.
13641
13642 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13643
13644 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13645 (diff-mode): Add support for add-log.el.
13646 (diff-hunk-text): Use char offsets rather than line offsets.
13647 (diff-find-source-location): Replace LINE with line-offset (nil
13648 if not found) and always set POS to a meaningful position.
13649 Adapt to the new char-offsets.
13650 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13651 Adapt to the new diff-find-source-location.
13652 (diff-goto-source): Adapt to the new diff-find-source-location.
13653
13654 * add-log.el (add-log-file-name): New function (split out of
13655 add-change-log-entry).
13656 (add-change-log-entry): Use it.
13657 Call add-log-file-name-function with the changelog file name if
13658 the current buffer is not associated with any file.
13659 Avoid find-file if the selected window is dedicated.
13660
13661 * diff-mode.el (diff-find-source-location):
13662 Move code from diff-apply-hunk. Return buffer rather than file.
13663 (diff-apply-hunk): Use the new result from diff-find-source-location.
13664 (diff-goto-source): Use the new diff-find-source-location.
13665
13666 2000-09-20 Dave Love <fx@gnu.org>
13667
13668 * iswitchb.el: Some doc fixes.
13669 (iswitchb-mode-map): Define completely initially. Inherit
13670 minibuffer-local-map.
13671 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13672 fundamental-mode.
13673 (iswitchb-global-map): New variable.
13674 (iswitchb-summaries-to-end): Amalgamate regexps.
13675 (iswitchb-mode): New.
13676 (iswitchb-mode-hook): New variable.
13677 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13678 `extensions'.
13679
13680 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13681
13682 * ehelp.el (electric-help): New defgroup.
13683 (electric-help-shrink-window): New user-option.
13684 (with-electric-help): Use it.
13685
13686 * window.el (shrink-window-if-larger-than-buffer): If face
13687 `mode-line' has a :box, and we're on a graphical frame, add 1
13688 to the needed window height.
13689
13690 * frame.el (frame-notice-user-settings): Add a last parameter nil
13691 to a call to `append', because the last list passed to `append' is
13692 not copied, and so subsequent calls to assq-delete-all will modify
13693 default-frame-alist.
13694
13695 * startup.el (fancy-splash-image): Change :type.
13696 (fancy-splash-head): Use an XBM image if appropriate.
13697 (command-line-1): Show splash screens in more cases.
13698
13699 * startup.el (fancy-splash-text): Don't quote faces.
13700
13701 * dired.el (dired-font-lock-keywords): Undo last change.
13702 (dired-readin): Bind indent-tabs-mode to nil.
13703
13704 * startup.el (fancy-splash-head): If frame's background mode
13705 is `dark', change the black background of the image to gray.
13706 (fancy-splash-screens): Display startup echo area message.
13707 (display-startup-echo-area-message): New function.
13708
13709 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13710
13711 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13712
13713 * info.el (info-header-node): Tweak for color ttys.
13714
13715 * faces.el (face-valid-attribute-values): Make sure directories we
13716 search for stipples both exist and are readable before trying to
13717 search them.
13718
13719 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13720 in the dry-run case.
13721
13722 * jka-compr.el (with-auto-compression-mode): New macro.
13723
13724 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13725 (custom-group-tag-face, custom-variable-tag-face): Use relative
13726 :height and inherit from `variable-pitch' face instead of
13727 hardwiring :family.
13728 * hi-lock.el (hi-black-hb): Likewise.
13729
13730 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13731 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13732 toolbar-add-item, if image doesn't have a mask add a `:mask
13733 heuristic'.
13734
13735 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13736
13737 * diff-mode.el: Docstring fixes.
13738 (diff-header-face, diff-comment-face): New faces.
13739 (diff-font-lock-keywords): Highlight a bit differently.
13740 (diff-find-source-location): Don't return SPAN any more.
13741 (diff-hunk-text): Don't bother erasing the temp buffer.
13742 (diff-find-text): Drop argument LINE.
13743 (diff-apply-hunk): Update calls to diff-find-text.
13744 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13745
13746 * calendar/calendar.el: Docstring fixes.
13747 (calendar-make-alist): Don't quote lambda.
13748 (calendar-star-date): Use make-local-variable.
13749
13750 2000-09-19 Dave Love <fx@gnu.org>
13751
13752 * toolbar/tool-bar.el: Renamed from toolbar.el.
13753 Change `toolbar' to `tool-bar' generally in symbols.
13754 Make some items invisible in `special' major modes.
13755 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13756 Add arg PROPS.
13757
13758 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13759 Add :version here.
13760 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13761
13762 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13763
13764 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13765
13766 * files.el (find-file-suppress-same-file-warnings): New user-option.
13767 (find-file-noselect): Use it.
13768
13769 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13770 (fancy-splash-screen): Defgroup.
13771
13772 * add-log.el (change-log-font-lock-keywords): Match names
13773 more exactly for the case that font-lock-constant-face is
13774 underlined.
13775
13776 2000-09-19 Richard M. Stallman <rms@gnu.org>
13777
13778 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13779
13780 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13781
13782 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13783
13784 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13785
13786 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13787 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13788 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13789 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13790 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13791 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13792 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13793 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13794 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13795 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13796 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13797 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13798
13799 * startup.el (fancy-splash-text): New variable.
13800 (fancy-splash-delay, fancy-splash-image): New user-options.
13801 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13802 (fancy-splash-screens): New functions.
13803 (command-line-1): If display has a `display' frame parameter, has
13804 colors, and we have XPM support, show more fancy splash screens.
13805
13806 2000-09-19 Dave Love <fx@gnu.org>
13807
13808 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13809 with null `help'. Use modern backquote syntax.
13810
13811 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13812
13813 * font-lock.el (font-lock-mode): Change message telling the user
13814 that ``the buffer is too big''.
13815
13816 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13817 for instance for the case that tab-width is 2.
13818
13819 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13820
13821 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13822 toolbar-add-item, if image doesn't have a mask add a `:mask
13823 heuristic'.
13824
13825 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13826
13827 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13828 and return a cons if it's non-nil.
13829 (diff-apply-hunk): Try to jump to the line in the source text
13830 corresponding to the position of point in the in the hunk.
13831
13832 * info.el (Info-title-3-face, Info-title-2-face)
13833 (Info-title-1-face): Use face inheritance and relative sizes
13834 instead of hard-wiring things.
13835
13836 * faces.el (secondary-selection): Make dark-background variant sane.
13837
13838 2000-09-16 Andrew Innes <andrewi@gnu.org>
13839
13840 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13841 read-only, since they aren't under VC now.
13842
13843 2000-09-17 Dave Love <fx@gnu.org>
13844
13845 * tmm.el: Replace mapcar with mapc in several places.
13846
13847 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13848 ad-unadvise.
13849
13850 * international/latin1-disp.el: New file.
13851
13852 * calendar/cal-move.el (scroll-calendar-left)
13853 (scroll-calendar-right): Make arg optional (for active mode line).
13854
13855 * calendar/calendar.el (calendar-mode-line-format): Make fields
13856 mouse-sensitive.
13857 (calendar-read-date, calendar-read-date, calendar-window-list):
13858 Unquote lambda.
13859 (calendar-month-name): Use aref, not sref.
13860
13861 * view.el (minor-mode-alist): Propertize the string.
13862
13863 * international/characters.el (standard-case-table): Add entries
13864 for Greek.
13865
13866 2000-09-18 Miles Bader <miles@gnu.org>
13867
13868 * info.el (info-node, info-xref): Add dark-background variants.
13869
13870 * faces.el (header-line): Change defaults to be less confusing
13871 when mixed with mode-lines.
13872
13873 * info.el (Info-fontify-node): Make a few cleanups.
13874 Add extra `help-echo' and `local-map' props to node xrefs.
13875 Use header-specific faces for node-names & xrefs.
13876 (Info-use-header-line): New variable.
13877 (info-header-xref, info-header-node): New faces.
13878 (Info-setup-header-line): New function.
13879 (Info-select-node): Call Info-setup-header-line when enabled.
13880 (Info-extract-pointer): Work even if the header line is hidden.
13881 (Info-header-line): New variable.
13882
13883 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13884
13885 * vms-patch.el (print-region-function): Don't quote lambda.
13886
13887 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13888
13889 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13890 (lm-get-header-re): Allow spaces between the header and the colon.
13891 (lm-header): Allow $ in non-RCS headers.
13892 (lm-header-multiline): Put the strings back into order.
13893 Stop at an empty line. Don't require two space chars if the
13894 line is clearly not another header line.
13895
13896 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13897 (popup-menu-popup): Remove.
13898
13899 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13900
13901 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13902 specification if or if not tool-bar item contains an `:enabled'
13903 property.
13904
13905 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13906 current buffer has no file name.
13907
13908 2000-09-15 Dave Love <fx@gnu.org>
13909
13910 * strokes.el: Sync with maintainer's current version with changes
13911 for Emacs, but avoid runtime cl and levents.
13912 (toplevel): Change autoloads and compilation requires.
13913 (strokes-version, strokes-bug-address, strokes-lift): Values
13914 changed.
13915 (strokes-xpm-header, strokes-insinuated): New variable.
13916 (strokes): Add :link.
13917 (strokes-mode): Customized.
13918 (strokes-while-inhibiting-garbage-collector): New macro.
13919 (strokes-remassoc): Avoid remove-if.
13920 (strokes-fix-button2-command): Don't use ad-do-it.
13921 (strokes-insinuate): New function.
13922 (strokes-button-press-event-p, strokes-button-release-event-p):
13923 New functions, used instead of non-`strokes-' versions..
13924 (strokes-mouse-event-p): Rewritten.
13925 (strokes-event-closest-point): Avoid event-point.
13926 (strokes-get-grid-position): Avoid cdadr, caadr
13927 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13928 functions.
13929 (strokes-help): Use with-output-to-temp-buffer.
13930 (strokes-window-configuration-changed-p): New function.
13931 (strokes-update-window-configuration): Use buffer-live-p,
13932 strokes-window-configuration-changed-p.
13933 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13934 (strokes-char-face): New face.
13935 (strokes-char-table, strokes-base64-chars): New variable.
13936 (strokes-xpm-for-stroke, strokes-list-strokes)
13937 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13938 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13939 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13940 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13941 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13942 functions.
13943
13944 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13945
13946 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13947
13948 * image.el (create-image): Doc fix.
13949
13950 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13951 instead of `:heuristic-mask t'.
13952
13953 2000-09-14 Andrew Innes <andrewi@gnu.org>
13954
13955 * makefile.w32-in: Revert to Unix line endings.
13956
13957 2000-09-14 Andrew Innes <andrewi@gnu.org>
13958
13959 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13960 when installing.
13961
13962 * makefile.nt (DONTCOMPILE): Fix typo.
13963
13964 * shell.el (shell-write-history-on-exit): New function.
13965 (shell-dumb-shell-regexp): New custom variable.
13966 (shell-mode): Make shell-write-history-on-exit the process
13967 sentinel if shell name matches shell-dumb-shell-regexp.
13968
13969 * w32-fns.el: Comment out before-init-hook function which resets
13970 source-directory based; this breaks bootstrap.
13971
13972 2000-09-14 Dave Love <fx@gnu.org>
13973
13974 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13975 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13976 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13977 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13978 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13979 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13980 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13981 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13982 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13983
13984 * toolbar/toolbar.el: New.
13985
13986 * subdirs.el: Add toolbar.
13987
13988 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13989
13990 * indent.el (indent-for-tab-command): Doc fix.
13991
13992 2000-09-14 Alex Schroeder <alex@gnu.org>
13993
13994 * ansi-color.el (ansi-colors): Doc change.
13995 (ansi-color-get-face): Simplified regexp.
13996 (ansi-color-faces-vector): Added more faces, doc change.
13997 (ansi-color-names-vector): Doc change.
13998 (ansi-color-regexp): Simplified regexp.
13999 (ansi-color-parameter-regexp): New regexp.
14000 (ansi-color-filter-apply): Doc change.
14001 (ansi-color-filter-region): Doc change.
14002 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14003 deal with zero length parameters.
14004 (ansi-color-apply-on-region): Doc change.
14005 (ansi-color-map): Doc change.
14006 (ansi-color-map-update): Removed debugging message.
14007 (ansi-color-get-face-1): Added condition-case to trap
14008 args-out-of-range errors.
14009 (ansi-color-get-face): Doc change.
14010 (ansi-color-make-face): Removed.
14011 (ansi-color-for-shell-mode): New option.
14012
14013 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14014
14015 * international/quail.el (quail-start-translation): Translate KEY
14016 if necessary even if it doesn't have any mapping in the current
14017 input method.
14018 (quail-start-conversion): Likewise.
14019 (quail-help): The output message is improved.
14020
14021 2000-09-13 Miles Bader <miles@gnu.org>
14022
14023 * comint.el (comint-output-filter): Revert to using
14024 `insert-before-markers'. Add bletcherous hack to undo damage
14025 caused by `insert-before-markers'. Put `front-sticky' property on
14026 overlays created here so that the field code understands how the
14027 overlay works. Use a let when making comint-last-prompt-overlay,
14028 so that the code is easier to read.
14029
14030 2000-09-13 Dave Love <fx@gnu.org>
14031
14032 * wid-edit.el (widget-default-format-handler): DTRT when
14033 doc-property is a function.
14034
14035 2000-09-12 Francesco Potorti` <pot@gnu.org>
14036
14037 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14038 filed name if it's not there.
14039
14040 2000-09-12 Dave Love <fx@gnu.org>
14041
14042 * simple.el (read-mail-command): Doc fix.
14043 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14044
14045 * vc.el (vc-dired-listing-switches): Fix :version.
14046
14047 * vc-hooks.el: Doc fixes.
14048
14049 * subr.el (add-minor-mode): Use toggle-fun arg.
14050
14051 * speedbar.el: Add :version to several defcustoms.
14052
14053 * imenu.el (imenu--truncate-items, imenu--cleanup)
14054 (imenu--generic-function): Avoid mapcar.
14055 (imenu--replace-spaces): Function removed.
14056 (imenu--completion-buffer): Use subst-char-in-string.
14057 (imenu-add-to-menubar): Use keymap inheritance.
14058
14059 2000-09-12 Miles Bader <miles@gnu.org>
14060
14061 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14062 (diff-mode-map): Bind `diff-test-hunk'.
14063 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14064
14065 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14066
14067 * bytecomp.el (byte-compile-defvar): Undo last change
14068 because it breaks '(make-variable-buffer-local (defvar ...)'
14069 which is used at least in dired.
14070
14071 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14072
14073 * international/quail.el (quail-define-package): Docstring
14074 modified.
14075
14076 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14077
14078 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14079 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14080 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14081 docstring of "chinese-py".
14082
14083 * international/quail.el (quail-translation-docstring): New
14084 variable.
14085 (quail-show-keyboard-layout): Docstring modified.
14086 (quail-select-current): Likewise.
14087 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14088 infinite recursive call.
14089 (quail-help): Check quail-translation-docstring. Format of the
14090 output changed.
14091 (quail-help-insert-keymap-description): Adjusted for the above
14092 change.
14093
14094 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14095
14096 * bytecomp.el (byte-compile-defvar): Only cons onto
14097 current-load-list in top-level forms. Else this leaks a cons cell
14098 every time a defun is called.
14099
14100 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14101
14102 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14103 Now understands non-unified diffs. Some functionality moved into
14104 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14105 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14106 modify anything. Only reposition point in the patched file if the
14107 patch succeeds. Only pop up another window if POPUP is true.
14108 Emit a message describing what happened if successful, and at what
14109 line-offset. Automatically detect reversed hunks and do something
14110 appropriate.
14111 (diff-hunk-text, diff-find-text): New functions.
14112 (diff-filter-lines): Function removed.
14113 (diff-test-hunk): New function.
14114 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14115
14116 2000-09-10 Dave Love <fx@gnu.org>
14117
14118 * textmodes/tildify.el: Minor doc/commentary fixes.
14119 (tildify) <defgroup>: Add :version.
14120
14121 * faces.el (face-x-resources): Make custom type more specific.
14122 (frame-background-mode): Use mapc.
14123 (region) <defcustom>: Add :version.
14124
14125 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14126
14127 * vc-sccs.el (vc-sccs-register):
14128 * vc-rcs.el (vc-rcs-register):
14129 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14130 * vc.el (vc-register): Clear file's properties.
14131
14132 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14133
14134 * faces.el (face-spec-set): Only face-spec-reset-face when
14135 ATTRS is non-nil.
14136
14137 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14138
14139 * help.el (help-insert-xref-button): Fix a typo in doc string.
14140
14141 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14142
14143 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14144 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14145 methods.
14146
14147 * menu-bar.el (read-mail-item-name): New function.
14148 (menu-bar-tools-menu): Use it to compute and display the package
14149 used to read email.
14150 (menu-bar-tools-menu): Fix typo in GUD's help string.
14151
14152 2000-09-07 Dave Love <fx@gnu.org>
14153
14154 * diff-mode.el (diff-mouse-goto-source): New function.
14155
14156 * vc-sccs.el: Doc fixes.
14157 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14158
14159 * vc-rcs.el: Doc fixes.
14160 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14161 (vc-rcs-checkout-switches, vc-rcs-header)
14162 (vc-rcs-master-templates): Add or change :version.
14163
14164 * vc-cvs.el: Doc fixes.
14165 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14166 (vc-cvs-stay-local): Add :version.
14167
14168 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14169
14170 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14171
14172 * international/quail.el (quail-help): Fix previous change.
14173
14174 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14175
14176 * faces.el (color-values): Doc fix.
14177
14178 * faces.el (frame-set-background-mode): Use frame-parameter
14179 instead of frame-parameters.
14180
14181 * frame.el (filtered-frame-list): Reduce consing.
14182 (frames-on-display-list): Call frame-parameter instead of
14183 frame-parameters.
14184
14185 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14186
14187 * language/devan-util.el (devanagari-to-indian-region): In the
14188 loop, change the following char, not preceding char.
14189
14190 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14191
14192 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14193 instead of frame-parameters.
14194
14195 * faces.el (set-face-attribute): Simplify by calling
14196 internal-set-lisp-face-attribute with FRAME being 0.
14197
14198 * vc.el: Remove `Id' version control keyword.
14199
14200 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14201
14202 * help.el (help-make-xrefs): Adjusted for the change of
14203 help-xref-mule-regexp.
14204 (help-insert-xref-button): New function.
14205
14206 * international/mule-cmds.el (help-xref-mule-regexp-template):
14207 Include the pattern for character set.
14208 (leim): New group.
14209
14210 * international/quail.el: Don't require face.
14211 (quail): New group.
14212 (quail-other-command): Dummy command to make quail-help work better.
14213 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14214 (quail-keyboard-layout-substitution): New variable.
14215 (quail-update-keyboard-layout): New function.
14216 (quail-keyboard-layout-type): New customizable variable.
14217 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14218 (quail-keyboard-translate): Pay attention to
14219 quail-keyboard-layout-substitution.
14220 (quail-insert-kbd-layout): New function.
14221 (quail-show-keyboard-layout): New function.
14222 (quail-get-translation): If the definition is a vector of length
14223 1, and the element is a string of length 1, return the character
14224 in that string.
14225 (quail-update-current-translations): Fix the case of
14226 relative-index out of range.
14227 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14228 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14229 Show key sequences for all available characters.
14230 (quail-help-insert-keymap-description): Don't show such verbose
14231 key bindings as quail-self-insert-command.
14232
14233 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14234 Format changed, and each element now have extra documentations.
14235 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14236 Adjusted for the change of quail-cxterm-package-ext-info.
14237
14238 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14239
14240 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14241 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14242 during bootstrap.
14243
14244 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14245
14246 * vc.el: (toplevel): Don't require `dired' at run-time.
14247 (vc-dired-resynch-file): Remove autoload cookie.
14248
14249 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14250
14251 * vc.el: Made several backend functions optional.
14252 (vc-default-responsible-p): New function.
14253 (vc-merge): Use RET for first version to trigger merge-news, not
14254 prefix arg.
14255 (vc-annotate): Handle backends that do not support annotation.
14256 (vc-default-merge-news): Removed. The existence of a merge-news
14257 implementation is now checked on caller sites.
14258
14259 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14260 case.
14261
14262 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14263 special case that has been removed from the default in vc-hooks.el.
14264
14265 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14266
14267 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14268
14269 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14270
14271 * vc-hooks.el: Require vc during compilation.
14272 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14273 macro `with-vc-properties' in vc.el.
14274 (vc-file-getprop): Doc fix.
14275 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14276
14277 * vc.el: Require dired-aux during compilation.
14278 (vc-name-assoc-file): Moved to vc-sccs.el.
14279 (with-vc-properties): New macro.
14280 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14281 vc-finish-steal): Use it.
14282 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14283 to the backend-specific function is now supposed to do the checkout,
14284 too.
14285 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14286
14287 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14288 set file properties; that gets done in the generic code now.
14289
14290 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14291 Changed parameter list, added code from vc.el that does the
14292 checkout, possibly with a double-take.
14293
14294 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14295 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14296 the above under the new name.
14297 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14298 parameter list, added checkout command.
14299 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14300 properties; that gets done in the generic code now.
14301
14302 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14303
14304 * vc.el: Docstring fixes (courtesy of checkdoc).
14305
14306 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14307
14308 * vc.el (vc-checkout-writable-buffer-hook)
14309 (vc-checkout-writable-buffer): Remove.
14310 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14311 (vc-log-mode): Make it into a clean derived major mode.
14312 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14313 vc-log-mode if log-edit is not available.
14314 (vc-dired-mode-map): Don't set-keymap-parent yet.
14315 (vc-dired-mode): Do set-keymap-parent here.
14316 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14317
14318 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14319
14320 * faces.el (set-face-attribute, face-spec-reset-face)
14321 (face-spec-set): Avoid consing by removing calls to `apply'.
14322
14323 * frame.el (frame-parameter): Move to C code.
14324
14325 2000-09-05 Dave Love <fx@gnu.org>
14326
14327 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14328 insert-before-markers-and-inherit. Now checked systematically!
14329
14330 2000-09-05 Alex Schroeder <alex@gnu.org>
14331
14332 * sql.el (sql-postgres): Use sql-postgres-options.
14333 (sql-postgres-options): New variable.
14334
14335 2000-09-05 Alex Schroeder <alex@gnu.org>
14336
14337 * sql.el (sql-mode-menu): Work around missing variable mark-active
14338 in XEmacs.
14339 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14340 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14341 compatibility.
14342
14343 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14344
14345 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14346
14347 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14348
14349 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14350
14351 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14352
14353 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14354 don't support anything else under SCCS yet.
14355
14356 * vc-hooks.el: Minor doc fixes.
14357
14358 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14359
14360 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14361 not necessary. If verbose in state `needs-patch', do the same as
14362 under `up-to-date'. When NOT verbose and `needs-patch', check out
14363 latest version instead of `merge-news'.
14364 (vc-next-action-dired): Don't mess with default-directory here; it
14365 breaks other parts of dired. It is the job of the
14366 backend-specific functions to adjust it temporarily if they need it.
14367 (vc-next-action): Remove a special CVS case.
14368 (vc-clear-headers): New optional arg FILE.
14369 (vc-checkin, vc-checkout): Set properties vc-state and
14370 vc-checkout-time properly.
14371 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14372 (vc-print-log): Use new backend function `show-log-entry'.
14373 (vc-cancel-version): Do the checks in a different order. Added a
14374 FIXME concerning RCS-only code.
14375
14376 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14377 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14378
14379 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14380
14381 * vc-hooks.el (vc-default-mode-line-string): Show state
14382 `needs-patch' as a `-' too.
14383
14384 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14385
14386 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14387 (vc-default-could-register): New function.
14388 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14389 (vc-resynch-buffer): Call vc-dired-resynch-file.
14390 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14391 vc-resynch-buffer instead of vc-resynch-window.
14392 (vc-next-action-dired): Don't redisplay here, that gets done as a
14393 result of the individual file operations.
14394 (vc-retrieve-snapshot): Corrected prompt order.
14395
14396 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14397
14398 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14399 as well.
14400 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14401 hostname regexps. Updated all callers.
14402 (vc-cvs-responsible-p): Handle directories as well.
14403 (vc-cvs-could-register): New function.
14404 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14405 properties up-to-date.
14406
14407 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14408 user whether to create one.
14409
14410 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14411
14412 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14413 check out a non-existing file.
14414
14415 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14416 workfile does not exist.
14417
14418 * vc.el (vc-version-diff): Use `require' to check for existence of
14419 diff-mode.
14420
14421 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14422
14423 * vc-cvs.el (vc-cvs-registered): Use new function
14424 vc-cvs-parse-entry to do the actual work.
14425
14426 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14427
14428 * vc-hooks.el (vc-find-backend-function): If function doesn't
14429 exist, return nil instead of error.
14430 (vc-call-backend): Doc fix.
14431
14432 * vc.el (vc-do-command): Doc fix.
14433 (vc-finish-logentry): When checking in from vc-dired, choose the
14434 right backend for logentry check.
14435 (vc-dired-mode-map): Inherit from dired-mode-map.
14436 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14437 simplified.
14438 (vc-dired-state-info): Removed, updated caller.
14439 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14440 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14441 (vc-dired-listing-switches): New variable.
14442 (vc-directory): Use it, instead of dired-listing-switches.
14443
14444 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14445 (vc-cvs-dir-state): New function.
14446 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14447 (vc-cvs-parse-entry): New function, also to be used in
14448 vc-cvs-registered.
14449
14450 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14451
14452 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14453 *or* single-window-frames.
14454
14455 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14456
14457 * vc.el (vc-update-changelog): Split into generic part and default
14458 implementation. Doc string adapted.
14459 (vc-default-update-changelog): New function. Call the `rcs2log'
14460 script in exec-directory, to fix a long-standing nuisance.
14461
14462 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14463 simply signals an error.
14464
14465 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14466
14467 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14468 control-flow more clear and to avoid running `cvs' twice.
14469
14470 * vc.el (vc-next-action-on-file): Doc fix.
14471 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14472 (vc-print-log): Eval `file' before constructing the continuation.
14473
14474 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14475
14476 * vc.el (vc-next-action-on-file): Corrected several messages.
14477 (vc-merge): Add prefix arg `merge-news'; handle it.
14478
14479 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14480 is not reached. It is.
14481 (vc-cvs-merge): Set state to 'edited after merge.
14482 (vc-cvs-merge-news): Set workfile version to nil if not known.
14483 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14484
14485 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14486 via stdout. (Merge from main line.)
14487
14488 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14489
14490 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14491 detection.
14492
14493 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14494
14495 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14496 against kill-all-local-variables.
14497 (vc-log-edit): Don't save vc-parent-buffer any more.
14498 (vc-last-comment-match): Initialize to an empty string.
14499 (vc-post-command-functions): New hook.
14500 (vc-do-command): Run it.
14501 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14502 (vc-finish-logentry): Only add the comment to the ring if it's
14503 different from the last comment entered.
14504 (vc-new-comment-index): New function.
14505 (vc-previous-comment): Use it. Make the minibuffer message
14506 slightly less terse.
14507 (vc-comment-search-reverse): Make it work forward as well. Don't
14508 set vc-comment-ring-index if no match is found. Use
14509 vc-new-comment-index.
14510 (vc-comment-search-forward): Use vc-comment-search-reverse.
14511 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14512 define-derived-mode will do it for us. Bind `v' to a keymap that
14513 inherits from vc-prefix-map so that we can bind `vt' without
14514 binding C-x v t.
14515 (vc-retrieve-snapshot): Parenthesis typo.
14516
14517 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14518 to 1. Make sure to switch to *vc* before looking for an error
14519 message. Use vc-parse-buffer.
14520
14521 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14522
14523 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14524 and NAME.
14525 (vc-retrieve-snapshot): Split into two parts.
14526 (vc-default-retrieve-snapshot): New function.
14527
14528 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14529 (vc-cvs-retrieve-snapshot): New function (untested).
14530 (vc-cvs-stay-local): Default to t.
14531 (vc-cvs-remote-p): New function and property.
14532 (vc-cvs-state): Stay local only if the above is t.
14533 (vc-handle-cvs): Removed.
14534 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14535 done via vc-handled-backends now.
14536 (vc-cvs-header): Escape Id.
14537
14538 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14539
14540 * vc.el (vc-do-command): Remove unused commands.
14541 (vc-version-diff): Make sure default-directory ends with a slash.
14542 Move the window commands into a vc-exec-after.
14543 (vc-print-log): Move more of the code into the `vc-exec-after'.
14544
14545 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14546
14547 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14548 (vc-print-log): Search current revision from beginning of buffer.
14549 (vc-revert-buffer): Clear echo area after the diff is finished.
14550 (vc-prefix-map): Removed definition of "t" for terse display in vc
14551 dired.
14552 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14553 definition of "vt" for terse display.
14554 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14555
14556 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14557
14558 * vc.el (vc-exec-after): Avoid caddr.
14559
14560 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14561
14562 * vc.el (vc-exec-after): New function.
14563 (vc-do-command): Use it to add a termination message for async
14564 procs.
14565 (vc-checkout): Try to handle a missing-backend situation.
14566 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14567 of a directory with a backend using async diffs.
14568 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14569 present.
14570
14571 * vc-sccs.el (vc-sccs-state-heuristic): Use
14572 file-ownership-preserved-p.
14573
14574 * vc-rcs.el (vc-rcs-state-heuristic): Use
14575 file-ownership-preserved-p.
14576 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14577
14578 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14579
14580 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14581 vc-do-command.
14582
14583 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14584 when there are no changes.
14585
14586 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14587
14588 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14589
14590 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14591
14592 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14593
14594 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14595
14596 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14597 the `fset' outside of the defvar so that it works even if
14598 vc-prefix-map was already defined.
14599 (vc-setup-buffer): New function, split out of vc-do-command.
14600 (vc-do-command): Allow BUFFER to be t to mean `just use the
14601 current buffer without any fuss'.
14602 (vc-version-diff): Change the `diff' backend operation to just put
14603 the diff in the current buffer without erasing it. Always use
14604 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14605 shrink-window-if-larger-than-buffer.
14606 (vc-print-log): Change the `print-log' backend operation to just
14607 put the log in the current buffer without erasing it. Protect
14608 shrink-window-if-larger-than-buffer.
14609 (vc-update-change-log): Fix setd typo.
14610
14611 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14612 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14613
14614 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14615 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14616 CMP.
14617
14618 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14619 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14620 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14621
14622 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14623
14624 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14625 not possible, use vc-BACKEND-workfile-unchanged-p.
14626 (vc-default-workfile-unchanged-p): New function. Delegates to a
14627 full vc-BACKEND-diff.
14628
14629 * vc-hooks.el (vc-simple-command): Removed.
14630
14631 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14632 instead of vc-simple-command.
14633 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14634 avoid doing a diff when opening a file.
14635 (vc-rcs-state): Added check for unlocked-changes.
14636 (vc-rcs-header): Escape Id.
14637 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14638 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14639 version.
14640
14641 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14642 (vc-sccs-diff): Remove optional arg CMP.
14643 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14644 SCCS-specific function.
14645
14646 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14647 vc-simple-command.
14648
14649 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14650
14651 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14652 (with-vc-file, vc-merge): Use vc-editable-p.
14653 (vc-do-command): Remove unused var vc-file and fix the
14654 doubly-defined `status' var. Add a user message when starting an
14655 async command.
14656 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14657 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14658 Use with-current-buffer.
14659 (vc-buffer-sync): Use unless.
14660 (vc-next-action-on-file): If the file is 'edited by read-only,
14661 make it read-write instead of trying to commit.
14662 (vc-version-diff, vc-update-change-log): Use `setq
14663 default-directory' rather than `cd'.
14664 (vc-log-edit): Don't forget to set default-directory in the
14665 buffer.
14666
14667 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14668 (vc-sccs-state-heuristic): Use file-writable-p instead of
14669 comparing userids.
14670 (vc-sccs-checkout): Use `unless'.
14671
14672 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14673 of comparing userids.
14674 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14675 Simplify the logic by eliminating unreachable code.
14676 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14677 just do a recursive call if we need to retry.
14678 (vc-rcs-checkout): Handle the case where rcs is missing by making
14679 the buffer read-write if requested and re-signalling the error.
14680
14681 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14682
14683 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14684
14685 * vc-hooks.el (vc-handled-backends): Docstring change.
14686 (vc-ignore-vc-files): Mark obsolete.
14687 (vc-registered): Check vc-ignore-vc-files.
14688 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14689 vc-ignore-vc-files.
14690
14691 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14692
14693 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14694
14695 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14696 files since ange-ftp already has vc-registered return nil.
14697
14698 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14699 (vc-sccs-workfile-version): Use with-temp-buffer and new
14700 vc-parse-buffer and don't bother setting the property.
14701 (vc-sccs-add-triple): Use with-current-buffer and
14702 find-file-noselect.
14703 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14704
14705 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14706 derives from the old vc-parse-buffer but uses the revision number
14707 rather than the date (much easier to compare robustly).
14708 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14709 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14710 locking-user more directly. Check strict locking and set
14711 checkout-model appropriately.
14712 (vc-rcs-parse-locks): Remove.
14713 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14714 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14715 (vc-rcs-system-release): Use with-current-buffer and
14716 vc-parse-buffer.
14717 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14718
14719 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14720 (vc-simple-command): Docstring fix.
14721 (vc-registered): Align the way the file-handler is called with the
14722 way the function itself works.
14723 (vc-file-owner): Remove.
14724
14725 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14726 extraction of fields and call to file-attributes because of a
14727 temporary bug in rcp.el.
14728 (vc-cvs-fetch-status): Use with-current-buffer.
14729
14730 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14731
14732 * vc.el (vc-do-command): Use file-relative-name.
14733 (vc-responsible-backend): Use vc-backend if possible.
14734 (vc-create-snapshot): Improve the `interactive' spec. Add support
14735 for branches and dispatch to backend-specific `create-snapshot'.
14736 (vc-default-create-snapshot): New function, containing the bulk of
14737 the old vc-create-snapshot.
14738 (vc-retrieve-snapshot): Improve the interactive spec.
14739
14740 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14741 (vc-backend-hook-functions): Remove.
14742 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14743 (vc-backend): Reintroduce the test for `file = nil' now that I
14744 know why it was there (and added a comment to better remember).
14745
14746 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14747 code from vc-sccs-hooks.el.
14748 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14749 'vc anymore.
14750 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14751 and file-directory-p instead of file-exists-p.
14752 (vc-sccs-check-headers): Simplify the regexp.
14753
14754 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14755 from vc-rcs-hooks.el. Don't require 'vc anymore.
14756 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14757 file-directory-p instead of file-exists-p.
14758
14759 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14760 from vc-cvs-hooks.el.
14761 (proto vc-cvs-registered): Require 'vc-cvs instead of
14762 'vc-cvs-hooks. Don't require 'vc anymore.
14763 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14764 file-directory-p instead of file-exists-p.
14765 (vc-cvs-create-snapshot): New function, replacing
14766 vc-cvs-assign-name.
14767 (vc-cvs-assign-name): Remove.
14768
14769 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14770
14771 * vc-cvs.el (vc-cvs-header): New var.
14772
14773 * vc-rcs.el (vc-rcs-exists): Remove.
14774 (vc-rcs-header): New var.
14775
14776 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14777 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14778 (vc-sccs-header): New var.
14779
14780 * vc.el (vc-do-command): Get rid of the `last' argument.
14781 (vc-header-alist): Remove, replaced by vc-X-header.
14782 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14783 (vc-dired-hook): Use expand-file-name instead of concat.
14784 (vc-directory): Use file-name-as-directory.
14785 (vc-snapshot-precondition, vc-create-snapshot)
14786 (vc-retrieve-snapshot): Allow the command to operate on any
14787 directory.
14788
14789 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14790 just removing the 'WORKFILE argument or by removing the 'MASTER
14791 argument and replacing `file' with (vc-name file).
14792
14793 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14794
14795 * vc.el: Update Copyright and add a crude list of backend funs.
14796 (vc-writable-p): New function.
14797 (with-vc-file): Use vc-writable-p.
14798 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14799 (vc-register): Avoid vc-name.
14800 (vc-locking-user): Remove.
14801 (vc-steal-lock): Make the `owner' arg non-optional.
14802 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14803 vc-checkout-model.
14804 (vc-default-dired-state-info): Use vc-state instead of
14805 vc-locking-user and return special strings for special states.
14806 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14807 and get rid of one of the special CVS cases.
14808 (vc-cancel-version): prettify error message with \\[...].
14809 (vc-rename-master): New function.
14810 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14811 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14812 the CVS special case generic.
14813 (vc-default-record-rename): Remove.
14814 (vc-file-tree-walk-internal): Only call FUNC for files that are
14815 under control of some VC backend and replace `concat' with
14816 expand-file-name.
14817 (vc-file-tree-walk): Update docstring.
14818 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14819 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14820
14821 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14822 vc-sccs-record-rename. Use `find-file-noselect' rather than
14823 `find-file' and call `vc-rename-master' to do the actual move.
14824 (vc-sccs-diff): Remove unused `backend' variable.
14825
14826 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14827 to delay loading of vc-sccs until it is really used.
14828 (vc-sccs-master-templates): Preload.
14829 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14830 (vc-sccs-project-dir): Remove (merged into
14831 vc-sccs-search-project-dir).
14832 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14833 rather than `concat', make sure it is preloaded and don't bother
14834 to check that the file actually exists.
14835 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14836 `locks' argument (use buffer's content instead) and eliminate n^2
14837 behavior.
14838
14839 * vc-rcs.el: Update Copyright.
14840 (vc-rcs-rename-file): New function.
14841 (vc-rcs-diff): Remove unused `backend' variable.
14842
14843 * vc-hooks.el: Update Copyright.
14844 (vc-backend): Don't accept a nil argument any more.
14845 (vc-up-to-date-p): Turn into a defsubst.
14846 (vc-possible-master): New function.
14847 (vc-check-master-templates): Use `vc-possible-master' and allow
14848 funs in vc-X-master-templates to return a non-existent file.
14849
14850 * vc-cvs.el: Update Copyright.
14851 (vc-cvs-diff): Remove unused `backend' variable.
14852 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14853
14854 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14855
14856 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14857
14858 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14859 since it can be called from vc-rcs.el.
14860 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14861
14862 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14863
14864 * vc.el (vc-version-diff): Expand file name read from the
14865 minibuffer. Handle the case when a previous version number can't
14866 be guessed. Give suitable messages when there were no differences
14867 found.
14868 (vc-clear-headers): Call backend-specific implementation, if one
14869 exists.
14870 (vc-cancel-version): Made error checks generic. When done, clear
14871 headers generically, too.
14872
14873 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14874 from vc-clear-headers in vc.el.
14875
14876 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14877 correctly.
14878 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14879 optional. Handle the case when it's not there.
14880
14881 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14882
14883 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14884
14885 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14886
14887 * vc-hooks.el (vc-loadup): Remove.
14888 (vc-find-backend-function): Use `require'. Also, handle the case
14889 where vc-BACKEND-hooks.el doesn't exist.
14890 (vc-call-backend): Cleanup.
14891
14892 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14893
14894 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14895 vc-rcs-grab-templates)
14896 (vc-rcs-registered): Remove. The default function works as well.
14897 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14898 vc-sccs-grab-templates)
14899 (vc-sccs-registered): Remove. The default function works as well.
14900
14901 * vc.el (vc-version-diff): Left out a vc- in call to
14902 vc-call-backend.
14903 (vc-default-dired-state-info, vc-default-record-rename)
14904 (vc-default-merge-news): Update for the new backend argument.
14905
14906 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14907 using the default function.
14908 (vc-call-backend): If calling the default function, pass it the
14909 backend as first argument. Update the docstring accordingly.
14910 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14911 for the new backend argument.
14912 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14913 (vc-find-backend-function): Use the new name.
14914 (vc-default-registered): New function.
14915
14916 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14917
14918 * vc.el (vc-merge): Use vc-find-backend-function.
14919
14920 * vc-hooks.el (vc-backend-functions): Remove.
14921 (vc-loadup): Don't setup 'vc-functions.
14922 (vc-find-backend-function): New function.
14923 (vc-call-backend): Use above fun and populate 'vc-functions
14924 lazily.
14925 (vc-backend-defines): Remove.
14926
14927 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14928
14929 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14930 Call vc-call-backend without the leading vc-.
14931 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14932 (vc-check-headers): Call vc-call-backend without the leading vc-.
14933 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14934 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14935 Call vc-call-backend without the leading vc-.
14936
14937 * vc-cvs.el (tail): Provide vc-cvs.
14938 * vc-sccs.el (tail): Provide vc-sccs.
14939 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14940
14941 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14942 (vc-make-backend-function, vc-call): Pass names without leading
14943 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14944 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14945 (vc-call-backend): Always try to load vc-X-hooks.
14946 (vc-registered): Remove vc- in call to vc-call-backend.
14947
14948 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14949
14950 * vc.el (vc-process-filter): New function.
14951 (vc-do-command): Setup `vc-process-filter' for the async process.
14952 (vc-maybe-resolve-conflicts): New function to reduce
14953 code-duplication. Additionally, it puts the buffer in
14954 `smerge-mode' if applicable.
14955 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14956 calling `merge-news'.
14957 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14958 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14959 interfacing to log-edit.el.
14960 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14961 log-edit is available.
14962 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14963
14964 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14965
14966 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14967 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14968 defvar and the initialization.
14969 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14970
14971 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14972 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14973
14974 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14975
14976 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14977
14978 * vc.el (vc-file-clear-masterprops): Removed.
14979 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14980 (vc-version-diff): Use buffer-size without argument.
14981 (vc-register): Heed vc-initial-comment.
14982
14983 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14984 default branch.
14985
14986 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14987 file name and workfile version.
14988 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14989
14990 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14991 vc-file-clear-masterprops.
14992
14993 * vc-sccs.el (vc-sccs-checkout): Removed call to
14994 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14995 rather than user login name.
14996
14997
14998 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14999
15000 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15001 `want-differences-if-changed' and simplify.
15002 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15003 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15004 output (which is invalid for async vc-diff) to decide whether to
15005 do the revert silently or not.
15006
15007 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15008
15009 * vc-hooks.el (vc-loadup): Load files quietly.
15010 (vc-call-backend): Oops, brain fart.
15011
15012 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15013
15014 * vc-cvs.el (vc-cvs-state): Typo.
15015 (vc-cvs-merge-news): Return the status code rather than the error msg.
15016
15017 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15018
15019 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15020 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15021 vc-state or vc-up-to-date-p.
15022 (vc-merge): Use vc-backend-defines to check whether merging is
15023 possible. Set state to 'edited after successful merge.
15024
15025 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15026 return that name. Redocumented.
15027
15028 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15029
15030 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15031 new `vc-state' semantics.
15032 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15033 'vc-locking-user to the current user.
15034 (vc-merge): Inline vc-backend-merge. Comment out code that I
15035 don't understand and hence can't adapt to the new `vc-state' and
15036 `vc-locking-user' semantics.
15037 (vc-backend-merge): Remove.
15038
15039 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15040 rather than 'vc-locking-user.
15041
15042 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15043
15044 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15045 (vc-state): Don't use 'reserved any more. Just use the same
15046 convention as the one used for vc-<backend>-state where the
15047 locking user (as a string) is returned.
15048 (vc-locking-user): Update, based on the above convention. The
15049 'vc-locking-user property has disappeared.
15050 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15051
15052 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15053 with a heuristic one.
15054 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15055 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15056 error. That allows us to get to 'needs-merge even in the
15057 stay-local case. There's still no way to detect 'needs-patch in
15058 such a setup (or to force an update for that matter).
15059 (vc-cvs-logentry-check): Remove, the default works as well.
15060
15061 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15062
15063 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15064
15065 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15066 major-mode in which the buffer might have been put earlier. Use
15067 `remove' and `when'. Allow `okstatus' to be `async' and use
15068 `start-process' in this case.
15069 (vc-version-diff): Handle the case where the diff looks empty
15070 because of the use of an async process.
15071
15072 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15073
15074 * vc.el (vc-next-action-on-file): Removed optional parameter
15075 `simple'. Recompute state unconditionally.
15076 (vc-default-toggle-read-only): Removed.
15077
15078 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15079 (vc-toggle-read-only): Undid prev change.
15080
15081 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15082 vc-cvs-simple-toggle. Redocumented.
15083 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15084 (vc-cvs-toggle-read-only): Removed.
15085
15086 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15087
15088 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15089 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15090 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15091 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15092 still is. So maybe it should be removed.
15093 (vc-head-version, vc-find-binary): Remove.
15094 (vc-recompute-state): Move from vc-hooks.el.
15095 (vc-next-action-on-file): Add a `simple' argument to allow
15096 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15097 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15098 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15099 (vc-dired-mode-map): Properly defvar it.
15100 (vc-print-log): Call log-view-mode if available.
15101 (small-temporary-file-directory): defvar instead of use boundp.
15102 (vc-merge-news): Moved to vc-cvs.el.
15103 (vc-default-merge-news): New function.
15104
15105 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15106 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15107 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15108 unknown `vc-latest-version' function. It should probably refer to
15109 vc-workfile-version or somesuch, but it's very unclear to me and I
15110 don't have SCCS to test things.
15111
15112 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15113 (vc-sccs-state-heuristic): Fix typo.
15114 (vc-sccs-workfile-unchanged-p): Add missing argument.
15115
15116 * vc-rcs.el: Require vc and vc-rcs-hooks.
15117 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15118 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15119 (vc-release-greater-or-equal-p): Move from vc.
15120 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15121 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15122 (vc-rcs-checkout): Add a missing `new-version' argument in the
15123 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15124
15125 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15126 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15127 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15128 than the apparently unbound `workfile-version'.
15129
15130 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15131 (vc-file-prop-obarray): Use `make-vector'.
15132 (vc-backend-functions): Add new hookable functions
15133 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15134 (vc-loadup): If neither backend nor default functions exist, use
15135 the backend function rather than nil.
15136 (vc-call-backend): If the function if not bound yet, try to load
15137 the non-hook file to see if it provides it.
15138 (vc-call): New macro plus use it wherever possible.
15139 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15140 nor `vc-find-binary' since it's only called from
15141 vc-mistrust-permission which is only used once the backend is known.
15142 (vc-checkout-model): Fix parenthesis.
15143 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15144
15145 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15146 (vc-cvs-release, vc-cvs-system-release): Remove.
15147 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15148 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15149 status symbols.
15150 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15151 (vc-cvs-toggle-read-only): First cut at a function to allow a
15152 cvs-status-free vc-toggle-read-only.
15153 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15154 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15155 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15156 (vc-cvs-checkout): Modify access rights directly if the user
15157 requested not to use `cvs edit'. And refresh the mode line.
15158
15159 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15160 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15161
15162 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15163
15164 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15165 workfile' that got lost when the code was extracted from vc.el.
15166 And merged the tail with the rest of the code (not possible in the
15167 old vc.el where the tail was shared among all backends). And
15168 explicitly set the state to 'edited if `writable' is set.
15169
15170 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15171 (vc-cvs-state): Be careful to return the value from
15172 vc-cvs-parse-state.
15173 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15174 property but return it instead. Also be careful to handle a nil
15175 or "" `rev' when workfile is non-nil (it was handled properly when
15176 workfile was nil).
15177
15178 * vc.el: Removed those pesky unnecessary `(function' quotes.
15179 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15180 directly in the defvar.
15181 (vc-do-command): Bind inhibit-read-only so as to properly handle
15182 the case where the destination buffer has been made read-only.
15183 (vc-diff): Delegate to vc-version-diff in all cases.
15184 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15185 (vc-annotate-mode-variables): Removed (code moved partly to
15186 defvars and partly to vc-annotate-add-menu).
15187 (vc-annotate-mode): Turned into a derived-mode.
15188 (vc-annotate-add-menu): Moved in code in
15189 vc-annotate-mode-variables.
15190 (vc-update-change-log): Use make-temp-file if available.
15191
15192 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15193
15194 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15195 `vc-checkout-model' updated to `vc-cvs-update-model'.
15196
15197 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15198
15199 * vc.el (vc-next-action-on-file): Added handling of state
15200 `unlocked-changes'.
15201 (vc-checkout-carefully): Is now practically obsolete, unless the
15202 above is too slow to be enabled unconditionally.
15203 (vc-update-change-log): Fixed typo.
15204
15205 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15206
15207 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15208 Now handles state `unlocked-changes'.
15209 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15210
15211 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15212
15213 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15214 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15215 `unlocked-changes'.
15216 (vc-rcs-workfile-unchanged-p): Renamed from
15217 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15218 function yet, but supposed to become one soon.
15219
15220 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15221 `vc-steal-lock'.
15222 (vc-call-backend): Changed error message.
15223 (vc-state): Added description of state `unlocked-changes'.
15224
15225 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15226
15227 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15228 always return t in CVS-controlled directories.
15229
15230 * vc.el (vc-responsible-backend): New function.
15231 (vc-register): Largely rewritten.
15232 (vc-admin): Removed (implementation moved into vc-register).
15233 (vc-checkin): Redocumented.
15234 (vc-finish-logentry): If no backend defined yet (because we are in
15235 the process of registering), use the responsible backend.
15236
15237 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15238 Updated function lists.
15239 (vc-call-backend): Fixed typo.
15240
15241 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15242 New functions.
15243 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15244 Removed query option. Redocumented.
15245
15246 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15247
15248 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15249
15250 * vc.el: Updated callers of `vc-checkout-required' to use
15251 `vc-checkout-model'.
15252
15253 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15254
15255 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15256 stuff updated to reference this function instead of the old
15257 `vc-backend-release-p'.
15258
15259 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15260
15261 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15262 vc-checkout-model. Return appropriate values. Updated callers.
15263
15264 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15265
15266 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15267 (vc-backend-revert): Function moved into `vc-revert';
15268 `vc-next-action' must be updated to accomodate this change.
15269 (vc-backend-steal): Function moved into `vc-finish-steal'.
15270 (vc-backend-logentry-check): Function moved into
15271 `vc-finish-logentry'.
15272 (vc-backend-printlog): Function moved into `vc-print-log'.
15273 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15274 (vc-backend-assign-name): Function moved into
15275 `vc-create-snapshot'.
15276
15277 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15278
15279 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15280 Rename to vc-checkout-model. Return appropriate values.
15281 Update callers.
15282
15283 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15284 to vc-checkout-model.
15285 (vc-checkout-required): Rename to vc-checkout-model.
15286 Re-implement and re-comment.
15287 (vc-after-save): Use vc-checkout-model.
15288
15289 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15290
15291 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15292 Update to use the vc-BACKEND-diff functions instead.
15293 `vc-diff' is now working.
15294
15295 * vc-rcs.el (vc-rcs-logentry-check): New function.
15296
15297 * vc-cvs.el (vc-cvs-logentry-check): New function.
15298
15299 * vc-sccs.el (vc-sccs-diff): Function changed name from
15300 `vc-backend-diff'. This makes `vc-diff' work.
15301
15302 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15303 of functions possibly implemented in a vc-BACKEND library.
15304 (vc-checkout-required): Fix bug that caused an error to be
15305 signaled during `vc-after-save'.
15306
15307 * vc.el: Fix typo.
15308 This checkin is made with our new VC code base for the very first time.
15309 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15310
15311 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15312 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15313
15314 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15315 updated to `vc-uses-locking'.
15316 (vc-checkout-required): Call to backend function.
15317 `vc-checkout-required' updated to `vc-uses-locking' instead.
15318
15319 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15320 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15321
15322 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15323 to match the split into various backends.
15324 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15325 (vc-retrieve-snapshot): Bug fix.
15326
15327 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15328
15329 * vc-sccs.el (vc-sccs-release): Doc fix.
15330
15331 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15332
15333 * vc.el (vc-next-action-on-file): Bug found and fixed.
15334 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15335 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15336
15337 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15338 (vc-rcs-checkout): Name space cleaned up. No more revision number
15339 crunching function names that are not prefixed with vc-rcs.
15340 (vc-rcs-checkout-model): Function added. References to
15341 `vc-checkout-model' replaced.
15342
15343 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15344
15345 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15346 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15347 still need to be split, and implemented for RCS).
15348
15349 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15350
15351 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15352
15353 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15354 required by the vc.el file.
15355
15356 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15357 required by the vc.el file.
15358 (vc-rcs-exists): Function added.
15359
15360 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15361 required by the vc.el file.
15362
15363 * vc.el (vc-admin): Updated to handle selection of appropriate
15364 backend. Current implementation is crufty and need re-thinking.
15365
15366 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15367
15368 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15369
15370 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15371 beginning of annotate buffers correctly.
15372
15373 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15374 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15375 functionality updated quite a lot to support multiple backends.
15376 Variables `vc-annotate-mode', `vc-annotate-buffers',
15377 `vc-annotate-backend' added.
15378
15379 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15380 `vc-annotate-difference' added to supported backend functions.
15381
15382 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15383
15384 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15385 Use with-temp-file instead of /bin/sh. Merged from mainline
15386
15387 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15388
15389 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15390
15391 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15392
15393 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15394
15395 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15396
15397 * vc-hooks.el: vc-state-heuristic added to
15398 vc-backend-hook-functions.
15399
15400 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15401
15402 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15403
15404 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15405 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15406 state to `reserved'.
15407
15408 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15409 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15410
15411 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15412
15413 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15414 untouched.
15415
15416 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15417
15418 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15419 if defined. (Merged from main line, slightly adapted.)
15420
15421 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15422 millenium problem (merged from mainline).
15423
15424 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15425
15426 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15427 part and moved the non-BACKEND stuff to vc.el.
15428
15429 * vc.el: Split the annotate feature into a BACKEND specific part
15430 and moved it from the vc-cvs.el file to this one.
15431
15432 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15433
15434 * vc-hooks.el: Implement new state model.
15435 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15436 (vc-locking-user): Simplify. Now only needed if the file is
15437 locked by somebody else.
15438 (vc-lock-from-permissions): Remove. Functionality is in
15439 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15440 (vc-mode-line-string): New name for former vc-status. Adapted.
15441 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15442
15443 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15444 Various simplifications and adaptations all over the place.
15445
15446 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15447 Simplify and adapt the rest.
15448
15449 * vc.el (vc-resynch-window): Add TODO comment: check for
15450 interaction with view mode according to recent RCS change.
15451 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15452
15453 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15454
15455 * vc.el: Convert the remaining function comments to docstrings.
15456
15457 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15458
15459 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15460 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15461 (vc-minor-part, vc-previous-version): Functions that operate and
15462 compare revision numbers got proper documentation. Comments added
15463 about their possible removal.
15464
15465 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15466
15467 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15468 the vc-backend.el files.
15469
15470 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15471
15472 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15473 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15474 (vc-rcs-previous-version): Functions added.
15475
15476 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15477
15478 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15479
15480 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15481
15482 * vc-hooks.el (vc-master-templates): Is really obsolete.
15483 Comment out the definition for now. What is the right procedure
15484 to get rid of it?
15485 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15486 rewritten.
15487 (vc-default-registered): Remove.
15488 (vc-check-master-templates): New function; does mostly what the
15489 above did before.
15490 (vc-locking-user): Don't rely on the backend to set the property.
15491
15492 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15493 Rewrite documentation.
15494 (vc-rcs-templates-grabbed): New variable.
15495 (vc-rcs-grab-templates): New function.
15496 (vc-rcs-registered): Rewrite to use above mechanism.
15497
15498 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15499 Rewrite documentation.
15500 (vc-sccs-templates-grabbed): New variable.
15501 (vc-sccs-grab-templates): New function.
15502 (vc-sccs-registered): Rewrite to use above mechanism.
15503 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15504 Don't throw the result, simply return it.
15505
15506 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15507 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15508 (vc-cvs-registered): Does the check itself now. Simplify.
15509
15510 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15511 from main line.
15512
15513 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15514
15515 * vc-cvs.el (vc-cvs-diff): New function.
15516
15517 * vc-sccs.el (vc-sccs-diff): New function.
15518
15519 * vc-rcs.el (vc-rcs-diff): New function.
15520 (vc-rcs-checkout): Bug (typo) found and fixed.
15521 (vc-rcs-register-switches): New variable.
15522
15523 * vc.el (vc-backend-diff): Function removed and placed in the
15524 backend files.
15525
15526 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15527
15528 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15529
15530 * vc.el (vc-backend-checkout): Function removed and replaced in
15531 the vc-backend.el files.
15532
15533 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15534
15535 * vc.el (vc-backend-admin): Removed and replaced in the
15536 vc-backend.el files.
15537
15538 * vc.el (Martin): Removed all the annotate functionality since it
15539 is CVS backend specific.
15540
15541 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15542
15543 * spec.txt: Added specification of vc-state.
15544
15545 * vc-sccs-hooks.el (vc-sccs-master-properties):
15546 Remove handling of vc-latest-version and
15547 vc-your-latest-version. What used to be vc-latest-version, is now
15548 returned as vc-workfile-version.
15549 (vc-sccs-workfile-version): Adapt.
15550
15551 2000-09-04 Dave Love <fx@gnu.org>
15552
15553 * vc.el: [Merged from mainline.]
15554 (vc-dired-mode): Make the dired-move-to-filename-regexp
15555 regexp match the date, to avoid treating date as file size.
15556 Add YYYY S option to WESTERN/
15557
15558 2000-09-04 Dave Love <fx@gnu.org>
15559
15560 * vc.el: Require `compile' when compiling.
15561 (vc-logentry-check-hook): New option.
15562 (vc-steal-lock): Use compose-mail.
15563 (vc-dired-mode-map): Defvar when compiling.
15564 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15565 vc-sccs.el and renamed. Callers changed.
15566 (vc-backend-checkout, vc-backend-logentry-check)
15567 (vc-backend-merge-news): Doc fix.
15568 (vc-default-logentry-check): New function.
15569 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15570 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15571 (vc-backend-merge): Doc fix. Use backend functions.
15572 (vc-check-headers): Use backend functions.
15573
15574 * vc-cvs.el: Require vc when compiling.
15575 (vc-cvs-register-switches): Doc fix.
15576 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15577 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15578 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15579 New functions (code from vc.el).
15580 (vc-annotate-display-default): Fix interactive spec.
15581 (vc-annotate-time-span): Doc fix.
15582
15583 * vc-rcs.el: Require vc when compiling.
15584 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15585 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15586 (vc-rcs-checkin): New functions (code from vc.el).
15587 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15588 Doc fix.
15589 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15590
15591 * vc-sccs.el: Require vc when compiling.
15592 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15593 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15594 (vc-sccs-revert)
15595 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15596 from vc.el).
15597 (vc-sccs-add-triple, vc-sccs-record-rename)
15598 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15599 (vc-sccs-admin): Doc fix.
15600
15601 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15602
15603 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15604 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15605 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15606 from vc.el.
15607
15608 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15609
15610 * vc-cvs.el: Moved the annotate functionality from vc.el.
15611 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15612
15613 2000-09-04 Dave Love <fx@gnu.org>
15614
15615 * vc.el (vc-backend-release): Call vc-system-release.
15616
15617 * vc-sccs.el (vc-sccs-system-release):
15618 Renamed from vc-sccs-backend-release.
15619
15620 * vc-rcs.el (vc-rcs-system-release):
15621 Renamed from vc-rcs-backend-release.
15622
15623 * vc-cvs.el (vc-cvs-system-release):
15624 Renamed from vc-cvs-backend-release.
15625
15626 2000-09-04 Dave Love <fx@gnu.org>
15627
15628 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15629 backend files.
15630 (vc-backend-release): Dispatch to backend functions.
15631 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15632 probably needs attention.]
15633
15634 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15635 (vc-sccs-backend-release): New function.
15636
15637 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15638 (vc-cvs-backend-release): New function.
15639
15640 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15641 Doc fix.
15642 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15643 (vc-default-dired-state-info): New function.
15644 (vc-dired-state-info): Dispatch to backends.
15645 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15646
15647 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15648 from vc.el and renamed.
15649
15650 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15651
15652 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15653 (vc-version-other-window, vc-backend-assign-name): Removed
15654 references to vc-latest-version; sometimes changed into
15655 vc-workfile-version.
15656
15657 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15658 vc-rcs-master-workfile-version.
15659 (vc-rcs-workfile-version): Use the above. Don't call
15660 vc-latest-version (that was unreachable code, anyway).
15661 (vc-rcs-fetch-master-properties): Doc fix.
15662
15663 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15664 (vc-backend-hook-functions): Removed them from this list, too.
15665 (vc-fetch-properties): Removed.
15666 (vc-workfile-version): Doc fix.
15667
15668 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15669 (vc-rcs-workfile-version, vc-rcs-locking-user)
15670 (vc-rcs-uses-locking): Use it.
15671
15672 * vc-hooks.el (vc-consult-rcs-headers):
15673 Moved into vc-rcs-hooks.el, under the name
15674 vc-rcs-consult-headers.
15675
15676 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15677 headers.
15678 (vc-cvs-find-master): Use this name only; correct different
15679 versions of the name.
15680
15681 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15682 New functions.
15683 (vc-sccs-locking-user): Use the latter.
15684
15685 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15686 New functions.
15687
15688 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15689 Moved into both
15690 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15691 functions are implementation details of those two backends.
15692
15693 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15694
15695 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15696 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15697
15698 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15699 (vc-sccs-parse-locks): SCCS-specific code moved here from
15700 vc-hooks.
15701
15702 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15703 code moved here from vc-hooks.
15704
15705 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15706 into back-end specific parts and removed. Callers not updated
15707 yet; because I guess these callers will disappear into back-end
15708 specific files anyway.
15709
15710 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15711
15712 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15713 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15714 `vc-uses-locking'.
15715
15716 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15717 Store yes/no in the property, and return t/nil. Updated all
15718 callers.
15719
15720 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15721 vc-sccs-uses-locking. Don't set property.
15722 (vc-sccs-locking-user): Don't set property.
15723
15724 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15725 vc-cvs-uses-locking. Don't set property here; leave that to
15726 vc-hooks.
15727 (vc-cvs-locking-user): Reflect above change. Streamlined.
15728
15729 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15730 vc-rcs-uses-locking.
15731 (vc-rcs-locking-user): Reflect above change.
15732
15733 2000-09-04 Dave Love <fx@gnu.org>
15734
15735 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15736
15737 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15738
15739 * vc-hooks.el (vc-checkout-model): Punt to backends.
15740
15741 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15742
15743 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15744
15745 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15746 New functions.
15747
15748 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15749 New functions.
15750
15751 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15752 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15753
15754 * vc-hooks.el (vc-default-locking-user): New function.
15755 (vc-locking-user, vc-workfile-version): Punt to backends.
15756
15757 2000-09-04 Dave Love <fx@gnu.org>
15758
15759 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15760 (vc-master-workfile-version): Moved from vc-hooks.
15761
15762 * vc-rcs-hooks.el: Fix duplicate code in last change.
15763
15764 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15765 (vc-rcs-master-templates): Improve :type.
15766 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15767 vc-master-workfile-version): Moved from vc-hooks.
15768
15769 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15770 (vc-sccs-master-templates): Improve :type.
15771 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15772
15773 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15774
15775 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15776 (vc-cvs-master-templates): Improve :type. Use
15777 vc-cvs-find-cvs-master.
15778 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15779 from vc-hooks.
15780 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15781
15782 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15783 Moved to vc-cvs-hooks.
15784
15785 * vc-hooks.el: Add doc strings in various places. Simplify the
15786 minor mode setup.
15787 (vc-handled-backends): New user variable.
15788 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15789 simplification.
15790
15791 2000-09-04 Dave Love <fx@gnu.org>
15792
15793 * vc.el: Some doc fixes for autoloaded and interactive functions.
15794 Fix compilation warnings from ediff stuff.
15795 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15796
15797 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15798
15799 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15800
15801 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15802
15803 2000-09-04 Dave Love <fx@gnu.org>
15804
15805 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15806 New variable.
15807 (vc-make-backend-function, vc-loadup, vc-call-backend)
15808 (vc-backend-defines): New functions.
15809
15810 * vc-hooks.el: Various doc fixes.
15811 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15812 (vc-match-substring): Function removed. Callers changed to use
15813 match-string.
15814 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15815 Simplify.
15816
15817 2000-09-04 Dave Love <fx@gnu.org>
15818
15819 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15820 type.
15821 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15822 (vc-sccs-registered): Doc fix.
15823
15824 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15825 (vc-cvs-registered): Doc fix.
15826
15827 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15828 (vc-rcs-registered): Doc fix.
15829
15830 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15831
15832 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15833
15834 * vc-hooks.el: vc-registered has been renamed
15835 vc-default-registered. Some functions have been moved to the
15836 backend specific files. they all support the
15837 vc-BACKEND-registered functions.
15838
15839 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15840
15841 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15842
15843 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15844
15845 2000-09-04 Dave Love <fx@gnu.org>
15846
15847 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15848 menu-bar-update-hook.
15849
15850 * help.el (help-manyarg-func-alist): Add
15851 find-operation-coding-system.
15852
15853 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15854
15855 * custom.el (custom-set-variables): Print message about errors in
15856 setting.
15857
15858 2000-09-03 Andrew Innes <andrewi@gnu.org>
15859
15860 * makefile.w32-in: Change to DOS line endings.
15861
15862 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15863
15864 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15865 minor-mode keymaps, if they don't have one.
15866
15867 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15868
15869 * eshell/esh-module.el (eval-when-compile): Don't lose if
15870 esh-module.el's file name is truncated to DOS 8+3 limits.
15871
15872 2000-09-01 John Wiegley <johnw@gnu.org>
15873
15874 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15875 predicate, which caused entries in the completion list to be
15876 doubled.
15877
15878 2000-08-30 John Wiegley <johnw@gnu.org>
15879
15880 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15881 sending to subprocesses. Also, hook pre-command-hook if
15882 `eshell-send-direct-to-subprocesses' is non-nil.
15883 (eshell-send-direct-to-subprocesses): New config variable. If t,
15884 subprocess input is send immediately.
15885 (eshell-toggle-direct-send): New function.
15886 (eshell-self-insert-command): New function.
15887 (eshell-intercept-commands): New function.
15888 (eshell-send-input): If direct subprocess sending is enabled,
15889 don't echo any input to the Eshell buffer. Let the subprocess
15890 handle that. This requires "stty echo" in bash, for example.
15891
15892 2000-08-28 John Wiegley <johnw@gnu.org>
15893
15894 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15895 completion function for Eshell's implementation of `unset'.
15896
15897 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15898
15899 * info.el (Info-directory-list): Doc fix.
15900
15901 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15902
15903 * filecache.el (file-cache-add-directory-using-find): Don't quote
15904 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15905
15906 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15907
15908 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15909 coding systems.
15910
15911 2000-08-30 Andrew Innes <andrewi@gnu.org>
15912
15913 * timer.el (run-with-idle-timer): Undo last change, so that timer
15914 is not activated immediately if Emacs is already idle. Some
15915 existing code relies on this behaviour.
15916
15917 2000-08-30 Miles Bader <miles@gnu.org>
15918
15919 * frame.el (set-frame-font): Do completion of font-name for
15920 interactive use.
15921
15922 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15923
15924 * international/quail.el (quail-start-translation): Bind locally
15925 last-command-event, last-command, and this-command.
15926 (quail-start-conversion): Likewise.
15927 (quail-self-insert-command): Fix docstring.
15928
15929 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15930
15931 * progmodes/executable.el
15932 (executable-make-buffer-file-executable-if-script-p): Check that
15933 buffer contains at least 2 characters.
15934
15935 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15936
15937 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15938
15939 2000-08-29 Dave Love <fx@gnu.org>
15940
15941 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15942 (diff-mode-shared-map): Bind mouse-2.
15943 (diff-imenu-generic-expression): New variable.
15944 (diff-mode): Use it.
15945
15946 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15947 (mouse-popup-menubar): Add minor mode menus.
15948 (popup-menu): Check for lookup-key returning number.
15949
15950 2000-08-29 Miles Bader <miles@gnu.org>
15951
15952 * comint.el (comint-send-input): Create overlays using the proper
15953 front/read-advance arguments.
15954
15955 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15956
15957 * ps-print.el: Even/odd pages printing. Doc fix.
15958 (ps-print-version): New version number (6.0).
15959 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15960 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15961 (ps-print-duplex-feature): Variable eliminated.
15962 (ps-even-or-odd-pages): New variable.
15963
15964 * progmodes/ebnf2ps.el: Doc fix.
15965 (ebnf-version): New version (3.3).
15966 (ebnf-user-arrow): Change variable customization to sexp.
15967 (ebnf-user-arrow): Function eliminated.
15968 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15969
15970 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15971
15972 * help.el (help-xref-mule-regexp): New variable.
15973 (help-make-xrefs): Handle help-xref-mule-regexp.
15974
15975 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15976 variable.
15977 (describe-input-method): Temporarily activate the specfied input
15978 method to display the information.
15979 (describe-language-environment): Hyperlinks to mule related items.
15980
15981 * international/mule-diag.el (charset-multibyte-form-string): New
15982 function.
15983 (list-character-sets-1): Use charset-multibyte-form-string.
15984 (describe-character-set): New function.
15985 (describe-coding-system): Hyperlinks to safe character sets.
15986
15987 * international/quail.el (quail-help): New arg PACKAGE.
15988 Hyperlinks to mule related items.
15989 (quail-help-insert-keymap-description): Use
15990 substitute-command-keys instead of describe-bindings.
15991 (quail-translation-help): Hyperlinks to mule related items.
15992
15993 2000-08-28 John Wiegley <johnw@gnu.org>
15994
15995 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15996 have a defsubst call itself. Made `eshell-flatten-list' back into
15997 a function again.
15998
15999 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16000 catch, in case re-centering point at bottom messes up the display.
16001 This happens frequently in Emacs 21, due I believe to variable
16002 line heights.
16003
16004 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16005 to call `find-tag-interactive'.
16006
16007 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16008 the list of remember directories.
16009
16010 2000-08-28 John Wiegley <johnw@gnu.org>
16011
16012 * align.el: Test align-region-separate to see if it's a symbol.
16013
16014 2000-08-28 John Wiegley <johnw@gnu.org>
16015
16016 * eshell/esh-util.el (eshell-flatten-list): Made this function
16017 into a defsubst form. It gets used very frequently, although
16018 calls don't occur all that often.
16019
16020 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16021 examining it.
16022
16023 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16024 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16025 `eshell-protect'.
16026 (eshell-copy-handles): Created a new macro for duplicating the
16027 current set of open handles. This is needed by the looping
16028 functions.
16029 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16030 is not incorrectly stomped on.
16031
16032 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16033 declaration for pcomplete-use-paring.
16034 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16035 value of eshell-cmpl-use-paring.
16036 * pcomplete.el (pcomplete-use-paring): New config variable, to
16037 indicate whether paring should be used.
16038 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16039 completion alternatives that have already been used.
16040
16041 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16042 bound to C-c C-y, which will repeat the previous N arguments
16043 (based on prefix argument).
16044 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16045
16046 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16047 if there is no *Help* buffer. This is for XEmacs, which renames
16048 its help buffers uniquely. TODO: Find out what the current buffer
16049 name to delete is.
16050
16051 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16052 first entry that correlates to a passwd/group number. Later
16053 entries (used for group/user name aliasing to multiple IDs) are
16054 ignored.
16055
16056 * eshell/em-xtra.el (eshell/expr):
16057 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16058 (eshell-grep, eshell/diff, eshell/locate):
16059 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16060 argument list, before passing it to the system command.
16061
16062 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16063 `find-tag' for use at final position in Eshell buffers (which
16064 otherwise triggers an error on Emacs 21).
16065 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16066 buffer, if it is currently bound to `find-tag'.
16067
16068 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16069 in the list of matched Makefile names.
16070 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16071 directory, prefer its contents to Makefile.
16072
16073 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16074 directory parts (like "cd old new", or "cd =regexp"), are now case
16075 sensitive on non-Windows/DOS platforms.
16076
16077 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16078 types RET after an open delimiter (like "), display a message
16079 indicating that Eshell is waiting for the closing delimiter.
16080
16081 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16082 environment variables.
16083
16084 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16085 gracefully if the user enters incorrect arguments.
16086
16087 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16088 Eshell buffers.
16089
16090 * eshell/esh-var.el (eshell-interpolate-variable):
16091 * eshell/esh-mode.el (eshell-move-argument):
16092 * eshell/em-unix.el (eshell-du-sum-directory):
16093 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16094 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16095 (not (= ...)).
16096
16097 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16098 to ensure the `preserve' flag gets propagated when doing recursive
16099 directory copies.
16100
16101 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16102
16103 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16104 Don't convert \n into \0177 in memory.
16105 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16106 and back again, when reading and writing.
16107
16108 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16109
16110 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16111 testing of `fboundp' on `processp'.
16112
16113 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16114 (eshell/jobs): Don't call process-list if it is not bound.
16115 (eshell-gather-process-output): Support systems where async
16116 subprocesses aren't supported.
16117 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16118 variables.
16119
16120 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16121 eshell-do-eval returns t.
16122 (eshell-do-pipelines-synchronously): New defmacro.
16123 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16124 when async subprocesses aren't supported.
16125 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16126 if async subprocesses aren't supported.
16127 (eshell-resume-command): Don't assume STATUS is a string.
16128
16129 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16130
16131 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16132 (eshell-close-target, eshell-get-target): Use eshell-processp.
16133 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16134 fix.
16135 (eshell-get-target, eshell-create-handles): Doc fix.
16136
16137 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16138
16139 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16140 criterion to include commands that output something, as long as it
16141 leaves both the command and the end-of-buffer visible when the
16142 command has exited.
16143 (eshell-review-quick-commands): Adjust the help doc string
16144 accordingly.
16145
16146 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16147
16148 * locate.el (locate): Cleaned up locate command's interactive prompting
16149 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16150
16151 * filecache.el (file-cache-case-fold-search): New variable
16152 (file-cache-assoc-function): New variable
16153 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16154 Use file-cache-case-fold-search variable
16155 (file-cache-add-file): Use file-cache-assoc-function
16156 (file-cache-delete-file): likewise
16157 (file-cache-directory-name): likewise
16158 (file-cache-debug-read-from-minibuffer): likewise
16159
16160 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16161
16162 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16163 (abbrev-table-name): New function.
16164 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16165 If non-nil list local abbrev, only.
16166
16167 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16168
16169 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16170 from Gnus support code, and use special article copy buffer
16171 `(gnus-original-article-buffer)' instead. This allows to get rid
16172 of article-hide-headers usage (which breaks in the latest Gnus
16173 version). Thanks to Detlev Zundel.
16174
16175 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16176
16177 * international/quail.el (quail-use-package): Hide "... loaded"
16178 message.
16179 (quail-start-translation, quail-start-conversion): Likewise.
16180
16181 * international/kkc.el (kkc-region): Hide "... loaded" message.
16182
16183 2000-08-27 Dave Love <fx@gnu.org>
16184
16185 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16186
16187 2000-08-27 Miles Bader <miles@gnu.org>
16188
16189 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16190
16191 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16192
16193 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16194 'ja-dic-cnv), not (require 'skkdic-cnv).
16195
16196 2000-08-26 Miles Bader <miles@gnu.org>
16197
16198 * faces.el (face-x-resources): Add entry for :inherit.
16199 * cus-face.el (custom-face-attributes): Add support for :inherit
16200 attribute. Add support for relative face heights.
16201 (custom-face-attributes-get): Treat `nil' as being a default value
16202 for :inherit (as well as `unspecified').
16203
16204 * faces.el (set-face-attribute): Update doc string.
16205 (face-attribute-name-alist): Add :inherit.
16206 (face-valid-attribute-values): Handle :inherit.
16207 (face-read-string): Rephrase prompt to be less confusing.
16208 Assume that DEFAULT is a string, since we must return a string.
16209 (face-read-integer): Use `format' to turn DEFAULT into an
16210 acceptable default for face-read-string. Match NEW-VALUE against
16211 the string "unspecified", not the symbol `unspecified', since
16212 that's what face-read-string returns.
16213 (read-face-attribute): Lookup a name for old-value in valid, and
16214 use it as a default if we find one. Treat all values from
16215 face-read-string as strings. If the default is used, don't do any
16216 more processing on the value, just use the old value directly.
16217 (read-face-and-attribute, modify-face): Tweak prompt.
16218 (read-face-name): Don't assume prompt ends with a space.
16219
16220 * faces.el (describe-face): Add support for :inherit attribute.
16221
16222 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16223
16224 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16225 concat doesn't accept interger.
16226
16227 * international/kkc.el: Remove SKK from Keywords. Require
16228 ja-dic-utl instead of skkdic-utl.
16229
16230 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16231 Provide ja-dic-cnv instead of skkdic-cnv.
16232 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16233 (iso-2022-7bit-short): Add safe-charsets property.
16234 (skkdic-convert-postfix): Search Japanese chou-on character in
16235 addition to Hiragana character.
16236 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16237 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16238 (batch-skkdic-convert): Likewise.
16239
16240 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16241 Provide ja-dic-utl instead of skkdic-utl.
16242 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16243
16244 2000-08-24 Dave Love <fx@gnu.org>
16245
16246 * disp-table.el (standard-display-default): Make the test of `l'
16247 useful.
16248
16249 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16250 mod sample text.
16251
16252 * international/iso-ascii.el: Make pilcrow convenient string
16253 consistent with section.
16254 (iso-ascii-display): Set up multibyte characters as well as
16255 unibyte.
16256
16257 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16258
16259 * international/mule-cmds.el (reset-language-environment): Set
16260 default-process-coding-system to '(undecided . iso-latin-1), which
16261 makes process I/O almost consistent with file I/O. Call this
16262 function when mule-cmds.el[c] is loaded.
16263
16264 2000-08-22 Andrew Innes <andrewi@gnu.org>
16265
16266 * makefile.w32-in: New file.
16267
16268 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16269
16270 * comint.el (comint-output-filter): Compare end of
16271 comint-last-output-overlay with the start of the newly inserted
16272 text, not the end, when deciding whether to extend it.
16273 Set saved-point's insertion type to advance after insertion.
16274
16275 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16276 since this is now done independently of font-lock mode.
16277
16278 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16279
16280 * server.el (server-kill-new-buffers): New user option.
16281 (server-existing-buffer): New buffer-local variable.
16282 (server-visit-files): When using an existing buffer, set
16283 server-existing-buffer to t.
16284 (server-buffer-done): If server-kill-new-buffers is t, kill the
16285 buffer, unless it was already present before visiting it with
16286 Emacs server.
16287
16288 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16289
16290 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16291 even if the display doesn't support colors: some displays will
16292 support bold/underline faces.
16293
16294 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16295
16296 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16297
16298 * startup.el (command-line): If user's init file had an error,
16299 add explanatory text to *Messages*.
16300
16301 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16302
16303 * man.el (Man-getpage-in-background): Decode the process output by
16304 the system locale coding system.
16305
16306 2000-08-20 Dave Love <fx@gnu.org>
16307
16308 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16309 Don't test x-popup-menu.
16310 (function) <complete-function>: Complete only fbound symbols.
16311 <validate, value>: New.
16312 (variable) <complete-function>: Complete only bound symbols.
16313 (coding-system): Add :base-only, :complete-function, :validate,
16314 :value, :prompt-match.
16315 (widget-coding-system-prompt-value): Use read-coding-system and
16316 act on :base-only.
16317 (editable-field): Add :help-echo.
16318 (widget-push-button-gui, widget-push-button-cache)
16319 (widget-gui-action, widget-editable-list-gui): COmment out, along
16320 with uses.
16321 (widget-at): Make arg optional.
16322 (widget-echo-help): Adjust for current help-echo calling sequence.
16323 (widget-specify-field, widget-specify-button)
16324 (widget-specify-insert, widget-get-sibling, widget-image-find)
16325 (widget-convert, widget-insert, widget-leave-text)
16326 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16327 (widget-setup, widget-field-find, widget-before-change)
16328 (widget-after-change, widget-default-complete)
16329 (widget-default-create, widget-default-delete)
16330 (widget-push-button-value-create, editable-field)
16331 (widget-field-prompt-value, widget-field-validate)
16332 (widget-choice-value-create, widget-choice-action)
16333 (widget-choice-validate, widget-checklist-add-item)
16334 (widget-radio-add-item, widget-radio-chosen)
16335 (widget-radio-value-inline, widget-editable-list-value-create)
16336 (widget-editable-list-entry-create)
16337 (widget-documentation-link-add)
16338 (widget-documentation-string-value-create)
16339 (widget-regexp-validate, widget-file-complete)
16340 (widget-sexp-validate, widget-plist-convert-widget)
16341 (widget-plist-convert-widget, widget-alist-convert-widget)
16342 (widget-alist-convert-widget, widget-color-complete): Simplify,
16343 particularly to avoid bindings which aren't optimized out.
16344
16345 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16346 Doc fix.
16347 (down-list, backward-up-list, up-list, kill-sexp)
16348 (backward-kill-sexp, mark-sexp): Make arg optional.
16349 (lisp-complete-symbol): Add optional arg PREDICATE.
16350
16351 * cus-start.el: Add display-buffer-reuse-frames,
16352 file-coding-system-alist.
16353
16354 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16355
16356 * startup.el (command-line): Clear realized faces after
16357 modifying TTY color mappings.
16358
16359 2000-08-20 Miles Bader <miles@gnu.org>
16360
16361 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16362 merely a subset of FACE's attributes.
16363
16364 2000-08-19 Miles Bader <miles@gnu.org>
16365
16366 * comint.el (comint-output-filter): Save the point with a marker,
16367 not just a buffer position.
16368
16369 * international/mule.el (set-buffer-process-coding-system): Make
16370 interactive prompt less confusing.
16371
16372 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16373
16374 * hilit-chg.el: General cleanup of doc strings, comments and
16375 code formatting.
16376
16377 2000-08-19 Miles Bader <miles@gnu.org>
16378
16379 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16380 Compiler macro removed; beginning-of-line is no longer always
16381 equivalent to forward-line, in the presence of fields.
16382
16383 * comint.el (comint-output-filter): Remove ad-hoc saving of
16384 restriction, and just use save-restriction, now that it works
16385 correctly. Don't adjust comint-last-input-start to account for
16386 our insertion; it shouldn't have moved because we don't use
16387 insert-before-markers anymore. Comment out call to
16388 `force-mode-line-update'; why is it here?
16389
16390 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16391 while checking for prompt to delete. Use `forward-line 0'
16392 instead of beginning-of-line.
16393 (gud-filter): Temporarily widen gud comint buffer while
16394 examining output.
16395
16396 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16397
16398 * progmodes/sh-script.el: Big bag of typos.
16399
16400 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16401 check since ispell-process is not bound when ispell is not yet loaded.
16402
16403 2000-08-18 Dave Love <fx@gnu.org>
16404
16405 * image.el (find-image): Copy `spec' before using plist-put.
16406
16407 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16408
16409 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16410 `portugues'.
16411
16412 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16413 backward-kill-sexp, analogous to kill-sexp.
16414
16415 * progmodes/icon.el (icon-indent-line)
16416 (icon-is-continuation-line): Handle comments specially.
16417
16418 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16419
16420 * ispell.el: Set to standard author/maintainer/keyword fields.
16421 Fine tuning to menu map appearance and operation, and added help.
16422 Remove `start' and `end' error messages when compiling.
16423 (ispell-choices-win-default-height): Fixed comment string.
16424 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16425 castellano8 dictionaries.
16426 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16427 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16428 dictionary, added italiano dictionary.
16429 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16430 word character
16431 (ispell-tex-skip-alists): Added psfig support.
16432 (ispell-skip-html): Renamed from ispell-skip-sgml.
16433 (ispell-begin-skip-region-regexp, ispell-skip-region)
16434 (ispell-minor-check): Improved html skipping support to skip across
16435 code, and recognize `&' commands without propper `;' syntax;
16436 (ispell-process-line): Fix alignment error when manually
16437 correcting spelling.
16438 (ispell): Fix comment string.
16439 (ispell-add-per-file-word-list): Always put word list on new line.
16440
16441 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16442
16443 * format.el (format-encode-run-method): Fix error message to say
16444 `encode' instead of `decode'. Use save-window-excursion around
16445 shell-command-on-region as in format-decode-run-method because
16446 shell-command-on-region can display a buffer with error output.
16447 (format-decode): Don't record undo information for the decoding.
16448 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16449 that number part of the temporary buffer name so that more than
16450 one decoding using a temporary buffer can happen safely.
16451
16452 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16453 of `A-z' in the regexp.
16454
16455 * hilit-chg.el: Fix typos in commentary.
16456
16457 * help.el (view-emacs-news): Rewritten for new naming scheme
16458 for old NEWS files.
16459
16460 * startup.el (command-line): Pop to *Messages* in case an error
16461 is signaled while loading user-init-file.
16462
16463 2000-08-17 Andreas Schwab <schwab@suse.de>
16464
16465 * files.el (insert-directory): Don't lose original file name,
16466 undoing an undocumented change.
16467
16468 2000-08-17 Alex Schroeder <alex@gnu.org>
16469
16470 * sql.el (sql-magic-go): Use comint-bol.
16471 (sql-copy-column): Use comint-line-beginning-position.
16472 (comint-line-beginning-position): Define a replacement for
16473 comint-line-beginning-position if it is not fboundp.
16474
16475 2000-08-17 Alex Schroeder <alex@gnu.org>
16476
16477 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16478 it didn't have any effect anyway.
16479
16480 2000-08-17 Alex Schroeder <alex@gnu.org>
16481
16482 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16483 --pset and pager=off instead of sending \\o|cat at the beginning
16484 of the session.
16485
16486 2000-08-17 Miles Bader <miles@gnu.org>
16487
16488 * progmodes/octave-inf.el: Add compatibility definition of
16489 comint-line-beginning-position.
16490
16491 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16492
16493 * startup.el (normal-top-level): Look in each dir in load-path for
16494 a leim-list.el file too. This assures of loading leim-list.el
16495 that is created at Emacs installation time even if a user have his
16496 own leim-list.el.
16497
16498 2000-08-17 Miles Bader <miles@gnu.org>
16499
16500 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16501 foreground color to black if the background is dark.
16502
16503 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16504
16505 * loadhist.el (unload-feature): Typo.
16506
16507 * finder.el (finder-compile-keywords):
16508 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16509 to the generated file.
16510
16511 * mail/mh-e.el (mh-make-local-vars):
16512 Replace make-variable-buffer-local with make-local-variable.
16513
16514 * play/landmark.el:
16515 * options.el (Edit-options-{set,toggle,t,nil}):
16516 * mail/mailabbrev.el (mail-abbrevs-mode):
16517 * textmodes/tex-mode.el (tex-expand-files):
16518 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16519
16520 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16521
16522 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16523 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16524 Allow going past the last element.
16525 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16526 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16527 (cvs-mouse-toggle-mark): Don't move point.
16528 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16529
16530 * progmodes/compile.el (grep): Provide a default set of files.
16531 (next-error): Docstring fix.
16532 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16533
16534 * emacs-lisp/easy-mmode.el (define-minor-mode):
16535 Use `symbol-value' to keep the byte-compiler quiet.
16536
16537 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16538 (diff-find-source-location): New fun, extracted from diff-goto-source.
16539 (diff-goto-source): Use it.
16540 (diff-next-complex-hunk, diff-filter-lines): New function.
16541 (diff-apply-hunk): New command.
16542
16543 * smerge-mode.el (smerge-mode-menu): Doc fix.
16544
16545 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16546
16547 2000-08-16 Dave Love <fx@gnu.org>
16548
16549 * windmove.el (windmove) <defgroup>: Add :version.
16550
16551 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16552 (goto-address-fontify-p, goto-address-highlight-p)
16553 (goto-address-url-face, goto-address-url-mouse-face)
16554 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16555 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16556 (goto-address-fontify, goto-address-at-mouse): Simplify,
16557 (goto-address-at-point): browse-url-url-at-point,
16558 goto-address-find-address-at-point can return nil.
16559 (goto-address-find-address-at-point): Return nil on failure.
16560
16561 * align.el (align) <defgroup>: Add :version.
16562
16563 * calculator.el (calculator): Add :version.
16564 (calculator): Use two lines for calculator window if `modeline'
16565 face is boxed.
16566
16567 * play/5x5.el: Doc fixes.
16568 (5x5) <defgroup>: Add :version.
16569
16570 * play/fortune.el (fortune) <defgroup>: Add :version.
16571 (fortune-append): Fix error message.
16572 (fortune-from-region): Doc fix.
16573
16574 * play/pong.el (pong): Doc fix.
16575
16576 * play/morse.el: Keywords, commentary, autoloads.
16577
16578 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16579
16580 * desktop.el (desktop-save): Don't look at symbol-value of a
16581 member of minor-mode-alist, unless it is boundp.
16582
16583 2000-08-16 Sam Steingold <sds@gnu.org>
16584
16585 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16586 `while'; use `with-current-buffer' instead of `save-excursion'.
16587 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16588
16589 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16590
16591 * international/ccl.el (declare-ccl-program): Docstring modified.
16592 (ccl-execute-with-args): Likewise.
16593
16594 2000-08-16 Miles Bader <miles@gnu.org>
16595
16596 * progmodes/sql.el: Add compatibility definition of
16597 comint-line-beginning-position.
16598
16599 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16600
16601 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16602 'buffer-menu' property.
16603 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16604 fails.
16605 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16606 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16607 wasn't killed.
16608
16609 * buff-menu.el (list-buffers-noselect): Don't display the
16610 *Buffer List* buffer.
16611
16612 * font-lock.el: Require jit-lock to prevent a very late
16613 `Loading jit-lock' message.
16614
16615 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16616 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16617 mail address.
16618
16619 2000-08-15 Miles Bader <miles@gnu.org>
16620
16621 * textmodes/ispell.el (ispell-graphic-p): New constant.
16622 (ispell-choices-win-default-height, ispell-help): Use
16623 `ispell-graphic-p' instead of `xemacsp'.
16624
16625 2000-08-15 Dave Love <fx@gnu.org>
16626
16627 * simple.el: Autoload widget-convert when compiling.
16628 (mail-user-agent): Doc fix.
16629
16630 * help.el (function-called-at-point, variable-at-point): Use
16631 with-syntax-table.
16632 (help-manyarg-func-alist): Add insert-and-inherit.
16633
16634 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16635
16636 * delsel.el (delsel-unload-hook): New function.
16637
16638 * find-file.el: Doc fixes. Move provide to end.
16639 (ff) <defgroup>: Add :link.
16640 (ff-goto-click): Deleted.
16641 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16642 Use mouse-set-point.
16643
16644 * textmodes/tildify.el: Doc fixes.
16645 (tildify) <defgroup>: Add:version.
16646
16647 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16648 (glasses-custom-set): Use set-default, not set.
16649 (minor-mode-alist): Propertize the lighter.
16650 (glasses-mode): Provide optional arg.
16651
16652 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16653 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16654 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16655 option. Provide :type.
16656 (cwarn-configuration): Provide :type.
16657 (cwarn-mode): Doc fix.
16658
16659 * add-log.el (change-log-merge): Doc fix.
16660 (change-log-redate): New command.
16661
16662 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16663 Doze and Dog.
16664 (browse-url): Use dolist, not mapcar.
16665 (browse-url-at-point): Check for null url.
16666 (browse-url-event-buffer, browse-url-event-point): Functions
16667 deleted.
16668 (browse-url-at-mouse, browse-url-netscape): Simplify.
16669
16670 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16671 modes.
16672 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16673 Fix previous change to mapcan.
16674 (msb--init-file-alist, msb--add-separators)
16675 (msb--make-keymap-menu): Simplify.
16676 (msb--choose-file-menu): Use copy-sequence.
16677 (msb-mode-map): Add title to keymap.
16678 (msb-unload-hook): New function.
16679
16680 * bs.el: Fix indentation.
16681 (bs) <defgroup>: Add :links.
16682 (bs-show): Doc fix.
16683 (bs-apply-sort-faces): Don't use window-system.
16684 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16685
16686 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16687
16688 * calendar/timeclock.el (timeclock-file): Run .timelog through
16689 convert-standard-filename.
16690
16691 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16692
16693 * emacs-lisp/authors.el: New file.
16694
16695 * paren.el (show-paren-priority): New user option.
16696 (show-paren-function): Set overlay priorities to
16697 show-paren-priority.
16698
16699 2000-08-14 Miles Bader <miles@gnu.org>
16700
16701 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16702 beginning-of-line with inhibit-field-text-motion bound.
16703
16704 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16705
16706 * calendar/timeclock.el: New file.
16707
16708 2000-08-14 David Ponce <david@dponce.com>
16709
16710 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16711 `widget-button-click'. so that one can use left mouse button to
16712 click on dialog buttons.
16713
16714 2000-08-14 Emmanuel Briot <briot@gnat.com>
16715
16716 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16717 identifiers, since XML is case sensitive
16718
16719 2000-08-12 Miles Bader <miles@gnu.org>
16720
16721 * comint.el (comint-output-filter): Don't bother frobbing
16722 window-start, it doesn't seem to be necessary.
16723
16724 * comint.el (comint-send-string, comint-send-region): Make into
16725 real functions. Snapshot the prompt before sending.
16726
16727 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16728
16729 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16730 technique similar to Info-index, instead of relying on specific
16731 names of relevant Index nodes.
16732 (Info-goto-emacs-command-node): Bind Info-history to nil when
16733 going to the first node found by Info-find-emacs-command-nodes.
16734
16735 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16736
16737 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16738
16739 2000-08-10 Miles Bader <miles@gnu.org>
16740
16741 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16742
16743 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16744
16745 * info.el (Info-file-list-for-emacs): More elements for the
16746 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16747 and woman manuals.
16748
16749 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16750
16751 * comint.el (comint-send-input): Make the newline boundary overlay
16752 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16753 (comint-output-filter): Use `insert' instead of
16754 `insert-before-markers'. Extend comint-last-output-overlay when
16755 necessary since we can't rely on insert-before-markers to do it.
16756 * gud.el (gud-filter): Use `with-current-buffer' instead of
16757 save-excursion when inserting the output, so that point gets
16758 updated correctly; the old method relied on a rather dodgy
16759 side-effect of comint-output-filter to avoid the effect of
16760 save-excursion.
16761
16762 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16763
16764 * files.el (recover-file): Call insert-directory instead of
16765 invoking `ls' directly.
16766
16767 2000-08-10 Miles Bader <miles@gnu.org>
16768
16769 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16770 (comint-last-prompt-overlay): New variables.
16771 (comint-output-filter): Implement prompt highlighting.
16772 (comint-snapshot-last-prompt): New function.
16773 (comint-send-input): Snapshot the last prompt.
16774 Use comint-highlight-input-face.
16775 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16776 Use defface instead of defcustom.
16777 (send-invisible, comint-send-eof): Snapshot the last prompt.
16778 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16779 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16780
16781 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16782
16783 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16784 (regexp-opt-group): Use a list of chars for `letters'.
16785 (regexp-opt-charset): `chars' is now a list of chars.
16786 Use a char-table rather than a vector so it works for multibyte chars.
16787
16788 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16789 Set cvs-minor-current-files to the selected fileinfo.
16790 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16791 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16792
16793 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16794
16795 * files.el (insert-directory): Don't call access-file on
16796 directories on DOS and Windows.
16797
16798 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16799
16800 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16801 longer if necessary.
16802 (ccl-embed-code): Call ccl-embed-data to store CODE in
16803 ccl-program-vector.
16804
16805 2000-08-09 Miles Bader <miles@gnu.org>
16806
16807 * comint.el (comint-output-filter): Properly handle the case where
16808 the text surrounded by comint-last-output-overlay was deleted.
16809
16810 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16811
16812 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16813 non-nil.
16814 (Info-file-list-for-emacs): Remove "info" from the list because
16815 that leads to trying to use the documentation from file `info'
16816 in various situations where it isn't appropriate, for instance
16817 C-h C-k C-h i.
16818
16819 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16820 DIR and/or STRING are nil.
16821
16822 * progmodes/compile.el (compilation-setup): Make variable
16823 compilation-error-screen-columns buffer-local, as some comment
16824 in the code suggests it should be.
16825
16826 * files.el (auto-mode-interpreter-regexp): New variable.
16827 (set-auto-mode): Use it.
16828
16829 * indent.el (indent-for-tab-command): Doc fix.
16830
16831 * mouse-sel.el (mouse-sel-mode): Doc fix.
16832
16833 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16834 labels.
16835
16836 * help.el (print-help-return-message): When
16837 display-buffer-reuse-frames is set, let the help window been quit,
16838 instead of deleting it, which might delete a reused frame.
16839
16840 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16841
16842 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16843 rename a directory to a name that differs only by its letter case.
16844
16845 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16846
16847 * international/quail.el (quail-define-rules): Handle Quail decode
16848 map correctly. Add code for supporting annotations.
16849 (quail-install-decode-map): New function.
16850 (quail-defrule-internal): New optional arguments decode-map and
16851 props.
16852 (quail-advice): New function.
16853
16854 2000-08-07 Sam Steingold <sds@gnu.org>
16855
16856 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16857 `defconst', `define-condition', `with-slots'.
16858 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16859
16860 2000-08-03 Miles Bader <miles@gnu.org>
16861
16862 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16863 New variable.
16864 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16865 comint-use-prompt-regexp-instead-of-fields.
16866 (comint-send-input): Add `input' field property to stuff we send to
16867 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16868 (comint-output-filter): Add `output' field property to process
16869 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16870 (comint-replace-by-expanded-history)
16871 (comint-get-old-input-default, comint-show-output)
16872 (comint-backward-matching-input, comint-forward-matching-input)
16873 (comint-next-prompt, comint-previous-prompt): Use field
16874 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16875 (comint-line-beginning-position): New function.
16876 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16877 (comint-replace-by-expanded-history-before-point): Use
16878 comint-line-beginning-position and line-end-position.
16879 (comint-last-output-overlay): New variable.
16880 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16881
16882 * shell.el (shell-prompt-pattern): Doc change.
16883 (shell-backward-command): Use line-beginning-position.
16884
16885 * gud.el (gud-gdb-complete-command): Use
16886 comint-line-beginning-position.
16887
16888 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16889 comint-bol doesn't actually go to the beginning of the line.
16890
16891 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16892 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16893 (try-expand-line-all-buffers): Likewise.
16894
16895 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16896 explicitly matching comint-prompt-regexp.
16897 (sql-copy-column): Use comint-line-beginning-position instead of
16898 explicitly matching comint-prompt-regexp.
16899
16900 * progmodes/octave-inf.el (inferior-octave-complete): Use
16901 comint-line-beginning-position.
16902
16903 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16904
16905 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16906 looking for a prompt, use `forward-line 0' instead of
16907 `beginning-of-line', to avoid getting caught by an input field.
16908
16909 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16910
16911 * files.el (shell-quote-wildcard-pattern): Make sure to return
16912 PATTERN, in the Unix case.
16913
16914 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16915
16916 * play/zone.el (zone): Discard any pending input before running
16917 the randomly-chosen pgm.
16918
16919 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16920
16921 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16922 checking the existence of any multibyte characters.
16923
16924 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16925
16926 * help.el (describe-mode): Test minor-mode symbol for being
16927 bound before testing its value for being nil.
16928
16929 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16930 `first', `second', and `third'.
16931
16932 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16933 (second): Make it an alias for `cadr'.
16934
16935 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16936
16937 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16938 types of display support faces now.
16939
16940 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16941
16942 * pcvs.el (require): Require `cl' during compilation, only.
16943
16944 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16945 (toplevel): Remove `remq' and `remove' from autoloads.
16946 (cl-fake-autoloads): New variable. If set, arrange for an error
16947 when CL functions etc. are autoloaded.
16948
16949 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16950
16951 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16952
16953 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16954 popped up, but the user clicks outside the menu, return an empty
16955 regexp (that causes unhighlight-regexp to have no effect).
16956
16957 * menu-bar.el (menu-bar-games-menu): Add Zone.
16958
16959 * hi-lock.el (toplevel): Require font-lock.
16960
16961 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16962
16963 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16964 (ebnf-8-bit-chars): New var for bug fix.
16965 (ebnf-string): Bug fix.
16966
16967 2000-08-03 Sam Steingold <sds@gnu.org>
16968
16969 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16970 instead of `buffer-string'.
16971 (require 'cl): Always, not just when compiling.
16972 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16973 necessary.
16974
16975 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16976
16977 * international/mule-cmds.el (select-safe-coding-system): Make
16978 the message text about selecting a safe coding system more clear.
16979
16980 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16981
16982 * hi-lock.el: New file.
16983
16984 * play/zone.el: New file.
16985
16986 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16987 value of tab-width in the original buffer. Choose a line number
16988 format that's a multiple of the original buffer's tab width, so
16989 that lines appear right.
16990
16991 * textmodes/ispell.el (ispell): New function, replacing an alias.
16992 Spell-check active region if in transient-mark-mode and mark
16993 is active; otherwise spell-check buffer.
16994
16995 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16996
16997 * ps-mule.el: Fix a customization problem on
16998 ps-mule-font-info-database-default.
16999
17000 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17001
17002 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17003 display-mouse-p instead of window-system.
17004 (ebrowse-member-mode-map): Ditto.
17005
17006 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17007
17008 * progmodes/ebnf2ps.el: Update ps-print functions call.
17009 Indentation fix. Doc fix.
17010 (ebnf-version): New version number (3.2).
17011 (ebnf-format-color, ebnf-begin-job): Code fix.
17012
17013 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17014
17015 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17016 font lock support on window-system.
17017 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17018
17019 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17020 display-color-p, if fboundp, instead of window-system.
17021
17022 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17023
17024 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17025 instead of window-system.
17026
17027 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17028 window-system.
17029 (widget-choice-mouse-down-action): Use display-popup-menus-p
17030 instead of window-system.
17031
17032 * strokes.el (strokes-file): Run the file name through
17033 convert-standard-filename.
17034 (strokes-mode): Call display-mouse-p instead of looking at
17035 window-system. Change the error message accordingly.
17036
17037 * progmodes/cpp.el (toplevel): Support faces on tty's.
17038
17039 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17040 (lm-plot-square, lm-init-display): Don't use window-system.
17041
17042 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17043 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17044
17045 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17046 instead of looking at window-system.
17047
17048 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17049
17050 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17051 of testing if iswitchb-prepost-hooks is bound, because the
17052 latter will always be true when invoking a recursive minibuffer
17053 from an active Iswitchb buffer.
17054
17055 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17056
17057 * files.el (shell-quote-wildcard-pattern): New function.
17058 (insert-directory): Call it. Only prepend "\" to command on Unix
17059 and GNU/Linux systems.
17060
17061 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17062
17063 * eshell/esh-groups.el: Change custom :link file names
17064 from `eshell.info' to `eshell'.
17065
17066 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17067
17068 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17069 correctly in recursive ange-ftp listings.
17070
17071 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17072
17073 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17074 ps-header-font-size-internal and
17075 ps-header-title-font-size-internal variables are not set,
17076 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17077 face text property is (foreground-color . COLOR) or
17078 `(background-color . COLOR)', ps-print crashes. Doc fix.
17079 (ps-print-version): New version number (5.2.4).
17080 (ps-plot-region): Code fix.
17081 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17082 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17083 Bug fix 2.
17084
17085 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17086
17087 * glasses.el (glasses-make-readable): Fix uncapitalization of
17088 identifiers like `myXMLDocument'.
17089
17090 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17091
17092 * mail/mail-hist.el (mail-hist-previous-input)
17093 (mail-hist-next-input): Do the obvious code factorization.
17094 (mail-hist-retrieve-and-insert): New func, contains common
17095 code of above two.
17096 If inserting a message body, leave point at top.
17097
17098 2000-07-28 Sam Steingold <sds@gnu.org>
17099
17100 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17101 Use `<=', not `<' to compare times!
17102 (ange-ftp-ls): Remove.
17103
17104 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17105
17106 * play/cookie1.el: Add explanation of how to make cookie.el
17107 compatible with strfile(1) to comment.
17108
17109 * subr.el (remove, remq): New functions.
17110
17111 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17112 escape `*' in regexps.
17113 (midnight-find): Reverse order of arguments in the funcall of
17114 TEST.
17115
17116 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17117 and `.class'.
17118
17119 * play/meese.el: Add Commentary section.
17120
17121 2000-07-27 Alex Schroeder <alex@gnu.org>
17122
17123 * sql.el (sql-ms): Added autoload cookie.
17124 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17125 (sql-oracle): Ditto.
17126 (sql-help): Doc change.
17127
17128 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17129 types and exceptions.
17130
17131 2000-07-27 Alex Schroeder <alex@gnu.org>
17132
17133 * sql.el (sql-placeholder-history): New variable.
17134 (sql-query-placeholders-and-send): New function that will query
17135 the user and replace placeholders with user input.
17136 (sql-oracle): If running on NT, set comint-input-sender to
17137 sql-query-placeholders-and-send.
17138
17139 (sql-stop): If in the SQLi buffer, insert stop notification, else
17140 present it as a message.
17141
17142 2000-07-27 Alex Schroeder <alex@gnu.org>
17143
17144 * sql.el (sql-input-ring-separator): Doc change.
17145 (sql-input-ring-file-name): Doc change.
17146 (sql-interactive-mode): Use `sql-input-ring-separator' and
17147 `sql-input-ring-file-name' to set the comint-mode equivalents
17148 without making them local variables.
17149 (sql-stop): Don't bind `sql-input-ring-separator' and
17150 `sql-input-ring-file-name' dynamically to their comint-mode
17151 equivalents.
17152
17153 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17154
17155 * international/mule.el (register-char-codings): New function.
17156 (make-coding-system): Handle `safe-chars' specification in the arg
17157 PROPERTY.
17158
17159 * international/mule-cmds.el
17160 (find-coding-systems-region-subset-p): This function deleted.
17161 (sort-coding-systems-predicate): New variable.
17162 (sort-coding-systems): New function.
17163 (find-coding-systems-region): Use
17164 find-coding-systems-region-internal.
17165 (find-coding-systems-string): Use find-coding-systems-region.
17166 (find-coding-systems-for-charsets): Check
17167 char-coding-system-table.
17168 (select-safe-coding-system-accept-default-p): New variable.
17169 (select-safe-coding-system): Mostly rewritten. New argument
17170 ACCEPT-DEFAULT-P.
17171 (select-message-coding-system): Call select-safe-coding-system
17172 with ACCEPT-DEFAULT-P arg.
17173 (reset-language-environment): Reset default-sendmail-coding-system
17174 to the default value iso-latin-1.
17175 (set-language-environment): Don't set the obsolete variable
17176 charset-origin-alist.
17177
17178 * international/codepage.el (cp-coding-system-for-codepage-1):
17179 Give `safe-chars' property to make-coding-system.
17180
17181 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17182 calling select-message-coding-system twice.
17183
17184 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17185 instead of `safe-charsets'.
17186 (cyrillic-alternativnyj): Likewise.
17187 (ccl-encode-alternativnyj): Don't check the charset
17188 cyrillic-iso8859-5.
17189
17190 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17191
17192 * composite.el (compose-chars-after): Preserve match data.
17193
17194 2000-07-26 Sam Steingold <sds@gnu.org>
17195
17196 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17197 (ange-ftp-real-file-newer-than-file-p): New function.
17198 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17199 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17200
17201 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17202 * midnight.el (midnight-float-time): Ditto.
17203
17204 2000-07-26 Andreas Schwab <schwab@suse.de>
17205
17206 * files.el (normal-backup-enable-predicate): Correct
17207 interpretation of the return value of compare-strings.
17208
17209 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17210
17211 * isearch.el (isearch-resume): New function.
17212 (isearch-done): Add something to command-history to resume
17213 the search.
17214 (isearch-yank-line, isearch-yank-word): Use
17215 buffer-substring-no-properties instead of buffer-substring.
17216
17217 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17218 of flyspell-mouse-map.
17219
17220 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17221 duplicate definition.
17222 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17223
17224 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17225 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17226
17227 2000-07-25 Sam Steingold <sds@gnu.org>
17228
17229 * net/ange-ftp.el: Get modtime over the net.
17230 (ange-ftp-file-modtime): New function.
17231 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17232 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17233 Use it.
17234 (ange-ftp-dot-to-slash): New function.
17235 (ange-ftp-fix-name-for-vms): Use it.
17236
17237 * midnight.el (midnight-buffer-display-time): Use
17238 `with-current-buffer'.
17239
17240 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17241
17242 * find-dired.el: Update copyright notice.
17243 (find-dired): Offer to kill a running `find'.
17244
17245 * enriched.el (enriched-face-ans): For a `foreground-color'
17246 property, return '(("x-color" COLOR))' so that COLOR will be
17247 output as a parameter of the x-color annotation. Likewise for the
17248 `background-color' property. In the case of normal face
17249 properties, don't return annotations for unspecified foreground
17250 and background face attributes.
17251
17252 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17253
17254 * language/japan-util.el (japanese-katakana-region): Fix handling
17255 HANKAKU argument.
17256
17257 2000-07-25 Miles Bader <miles@gnu.org>
17258
17259 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17260 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17261 constrain-to-field.
17262
17263 2000-07-24 Andrew Innes <andrewi@gnu.org>
17264
17265 * timer.el (timer-activate-when-idle): Add optional parameter
17266 DONT-WAIT. Update docstring.
17267 (run-with-idle-timer): Specify extra parameter to
17268 timer-activate-when-idle, so that timer will be activated
17269 immediately if Emacs is already idle.
17270
17271 * w32-fns.el (w32-using-nt): Fix docstring.
17272
17273 2000-07-24 Dave Love <fx@gnu.org>
17274
17275 * mouse.el (popup-menu): Set last-command-event.
17276 (mouse-major-mode-menu-prefix): Declare.
17277
17278 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17279
17280 * textmodes/flyspell.el: Update to author's version 1.5d.
17281
17282 * progmodes/hideshow.el: Update copyright notice.
17283
17284 * vcursor.el: Set maintainer to FSF, since author cannot
17285 be reached.
17286
17287 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17288
17289 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17290 the prompt.
17291
17292 * mouse.el (popup-menu): Run the keymap through indirect-function,
17293 in case it was defined with define-prefix-key. If the menu is a
17294 list of keymaps, look up the binding of user's choice in each one
17295 of the keymaps.
17296 (mouse-popup-menubar): If the global and local menu-bar keymaps
17297 don't have a prompt string, create one and insert it into the
17298 keymap. Don't barf if current-local-map returns nil.
17299
17300 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17301
17302 * dired.el (dired-sort-R-check): Added to allow recursive listing
17303 to be undone.
17304 (dired-sort-other): Use it.
17305
17306 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17307
17308 * Release of cc-mode 5.27
17309
17310 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17311
17312 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17313 c-beginning-of-statement-1 that caused a bad case of recursion
17314 which could consume a lot of CPU in large classes in languages
17315 that have in-expression classes (i.e. Java and Pike).
17316
17317 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17318 statements before top level constructs (i.e. case 6 is moved
17319 before case 5 and is now case 4) to catch in-expression
17320 classes in top level expressions correctly.
17321
17322 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17323
17324 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17325 objc-method-intro. Case 4 removed and case 5I added.
17326
17327 * cc-langs.el (c-append-paragraph-start): New variable used by
17328 c-common-init to get paragraph-start correct.
17329 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17330 initialize paragraph-start to make it correct both with and
17331 without the javadoc special case.
17332
17333 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17334 initialize paragraph-start for javadoc markup.
17335
17336 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17337 change by defaulting this to t. It's motivated by the
17338 confusing behavior that otherwise arise from the style system
17339 when editing both java and non-java files at the same time
17340 (see the comments about style setting in c-common-init).
17341
17342 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17343
17344 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17345 similar to the one in c-fill-paragraph to check the fill
17346 prefix from the adaptive fill function for sanity.
17347
17348 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17349
17350 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17351 defun block.
17352
17353 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17354
17355 * cc-align.el (c-lineup-multi-inher): Handle lines with
17356 leading comma nicely. Extended to handle member initializers
17357 too.
17358
17359 * cc-engine.el: (c-beginning-of-inheritance-list,
17360 c-guess-basic-syntax): Fixed recognition of inheritance lists
17361 when the lines begins with a comma.
17362
17363 * cc-vars.el (c-offsets-alist): Changed default for
17364 member-init-cont to c-lineup-multi-inher since it now handles
17365 member initializers and indents better for leading commas.
17366
17367 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17368
17369 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17370 handling that caused class open lines to be recognized as
17371 statement-conts in some cases.
17372
17373 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17374 guessed by the adaptive fill function unless point is on the
17375 first line of a block comment.
17376
17377 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17378 when the buffer ends with a macro continuation char.
17379
17380 * cc-engine.el (c-guess-basic-syntax): Added support for
17381 function definitions as statements in Pike. The first
17382 statement in a lambda block is now labeled defun-block-intro
17383 instead of statement-block-intro.
17384
17385 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17386 so that the class surrounding point is selected, not the one
17387 innermost in the state.
17388
17389 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17390 recognition of switch labels having hanging multiline
17391 statements.
17392
17393 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17394 some code in c-guess-basic-syntax to a separate function.
17395 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17396 recognition of member inits with multiple line arglists.
17397 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17398 member-init-cont when the commas are in funny places.
17399
17400 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17401
17402 * cc-defs.el (c-auto-newline): Removed this macro since it's
17403 not used anymore.
17404
17405 * cc-engine.el (c-looking-at-bos): New helper function.
17406 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17407 inexpr and toplevel classes apart in Pike.
17408
17409 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17410 of case 9A.
17411
17412 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17413 constant, since "class" can introduce an in-expression class
17414 in Pike nowadays.
17415
17416 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17417
17418 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17419 indentation on cpp-macro lines.
17420
17421 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17422 a syntax modifier like comment-intro, to make it possible to
17423 get syntactic indentation for preprocessor directives. It's
17424 incompatible wrt to lineup functions on cpp-macro, but it has
17425 no observable effect in the 99.9% common case where cpp-macro
17426 is set to -1000.
17427
17428 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17429
17430 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17431 member-init-cont when the preceding arglist is several lines.
17432
17433 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17434
17435 * cc-styles.el (c-style-alist): The basic offset for the BSD
17436 style corrected to 8.
17437
17438 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17439
17440 * cc-styles.el (c-style-alist): Adjusted the indentation of
17441 brace list openers in the gnu style.
17442
17443 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17444
17445 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17446
17447 * cc-cmds.el (c-electric-brace, c-electric-slash,
17448 c-electric-star, c-electric-semi&comma, c-electric-colon,
17449 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17450 when c-syntactic-indentation is nil.
17451
17452 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17453 we were left at comments preceding the first statement when
17454 reaching the beginning of the buffer.
17455
17456 * cc-vars.el (c-syntactic-indentation): New variable to turn
17457 off all syntactic indentation.
17458
17459 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17460
17461 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17462 between the text and the block comment ender when it hangs,
17463 depending on how many there are before the fill.
17464
17465 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17466
17467 * cc-engine.el (c-beginning-of-closest-statement): New helper
17468 function to go back to the closest preceding statement start,
17469 which could be inside a conditional statement.
17470 * cc-engine.el (c-guess-basic-syntax): Use
17471 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17472
17473 * cc-engine.el (c-guess-basic-syntax): Better handling of
17474 arglist-intro, arglist-cont-nonempty and arglist-close when
17475 the arglist is nested inside parens. Cases 7A, 7C and 7F
17476 changed.
17477
17478 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17479 up-to-date with javadoc 1.2.
17480
17481 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17482
17483 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17484 multiline Pike type decls.
17485
17486 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17487
17488 * cc-cmds.el (c-indent-new-comment-line): Always break
17489 multiline comments in multiline mode, regardless of
17490 comment-multi-line.
17491
17492 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17493
17494 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17495 fully::qualified::names in C++ member init lists. Preamble in
17496 case 5D changed.
17497
17498 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17499
17500 * cc-langs.el (c-common-init): Handling of obsolete variables
17501 moved to c-initialize-cc-mode. More compatible style override
17502 when using global style variables.
17503 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17504 variables moved here.
17505
17506 * cc-styles.el (c-make-styles-buffer-local): Flag style
17507 variable localness in c-style-variables-are-local-p to make
17508 the compatibility measure in c-common-init work well.
17509
17510 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17511 longer contain set-from-style.
17512 * cc-styles.el (c-initialize-builtin-style): Don't check for
17513 set-from-style on c-special-indent-hook.
17514 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17515 copy-alist is sufficient now.
17516
17517 * cc-styles.el (c-set-style, c-set-style-1,
17518 c-get-style-variables): Fixes to variable initialization so
17519 that duplicate entries in styles have the same effect
17520 regardless of DONT-OVERRIDE.
17521
17522 * cc-styles.el (c-set-style-2): Fixed bug where the
17523 initialization of inheriting styles failed when the
17524 dont-override flag is set.
17525
17526 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17527 on this.
17528
17529 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17530
17531 * cc-defs.el (c-forward-comment): Removed the workaround
17532 introduced in 5.38 since it had worse side-effects. If a line
17533 contains the string "//\"", it regarded the // as a comment
17534 start since the \ temporarily doesn't have escape syntax.
17535
17536 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17537
17538 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17539 ada-xref.el before ada-prj.el, so that the Project menu is created
17540 when ada-prj tries to add to it.
17541 (ada-activate-keys-for-case): Suppress the characters that are not
17542 part of the Ada syntax. Better compatibility with else-mode
17543 (ada-adjust-case-interactive): When auto-casing is not active,
17544 correctly insert newlines (used to insert only ^M). Prevent the
17545 syntax table from being changed in case of an error
17546 (or '_' becomes part of a word and some commands are confused).
17547 Do nothing if ada-auto-case is nil.
17548 (ada-after-keyword-p): Ignore keywords that are also attributes
17549 (ada-batch-reformat): Update usage comment
17550 (ada-call-from-contextual-menu): New function
17551 (ada-case-read-exceptions): Reinitialize the casing exception list
17552 first to nil first, so that the casing exception file can be
17553 shared.
17554 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17555 files.
17556 (ada-compile-goto-error): Fix regexp used to detect a file:line
17557 anywhere in the error message
17558 (ada-contextual-menu-last-point): New variable
17559 (ada-create-keymap): If the variable delete-key-deletes-forward is
17560 t on XEmacs, it means that DEL should delete one character
17561 forward.
17562 (ada-create-menu): Use :included instead of :visible for XEmacs.
17563 New submenu "Options".
17564 (ada-end-stmt-re): Correctly indent "select ... then abort"
17565 statements.
17566 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17567 even if they don't match ada-fill-comment-prefix Fix handling of
17568 paragraphs on the first or last line of a file.
17569 (ada-format-paramlist): Fix handling of default parameter values.
17570 (ada-get-body-name): New function.
17571 (ada-get-current-indent): Optimized by searchling directly for an
17572 existing generic part or a statement outside of it. Handle
17573 ada-indent-align-comments when indenting comments Replaced some
17574 regexps by testing directly the next character. This results in a
17575 huge speedup on some files. New indentation scheme for renames
17576 statements. Stop looking for the 'while' or 'for' associated with
17577 a 'loop' at the first semicolon encountered. A "return" can also
17578 match an anonymous access subprogram declaration.
17579 (ada-get-indent-noindent): Ignore strings and comments when
17580 looking for the keywords "record" and "private".
17581 (ada-goto-matching-decl-start): When matching "if", make sure we
17582 are not in fact seeing "end if". Ignore "when" statements except
17583 when initial keyword was "begin". Fix handling of nested
17584 procedures. Add a recursive call to this function to skip over
17585 other 'end' statmts. Fix indentation for "when .. => begin"
17586 (ada-in-open-paren-p): Fix indentation for complex boolean
17587 expressions, where 'and then', 'or else' and parenthesis
17588 statements are mixed up.
17589 (ada-in-paramlist-p): Skip comments while searching for the
17590 beginning Fix handling of operator declarations.
17591 (ada-indent-align-comments): New variable
17592 (ada-indent-current): Change the syntax table only in the
17593 protected section, so that we are sure it is restored correctly.
17594 (ada-indent-on-previous-lines): Use ada-use-indent and
17595 ada-with-indent Correctly indent "select ... then"
17596 (ada-indent-region): Slight speedup.
17597 (ada-indent-renames): New variable.
17598 (ada-last-which-function-subprog, ada-last-which-function-line):
17599 New variables
17600 (ada-looking-at-semi-private): Correctly indent the 'private'
17601 keyword when it is the first word in a package declaration.
17602 (ada-loose-case-word): Stop searching if at the end of the buffer.
17603 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17604 even if point is not initially at the end of the word.
17605 (ada-matching-decl-start-re): Add "when".
17606 (ada-mode): Add support for abbrev-mode, outline-mode and
17607 which-func-mode Override the old find-file.el entry in
17608 ff-special-constructs since it is using the obsolete
17609 ada-spec-suffix variable
17610 (ada-no-auto-case): New function
17611 (ada-scan-paramlist): When parsing the argument type, accept
17612 spaces (as in "X 'Class", generated by Rational Rose).
17613 (ada-other-file-name): No longer loads the other file.
17614 (ada-popup-menu): Save and restore the current buffer and cursor
17615 position before and after displaying the menu.
17616 (ada-search-ignore-complex-boolean): New function.
17617 (ada-uncomment-region): Emacs21 already knows how to delete
17618 comments not starting in the first column.
17619 (ada-use-indent): New variable
17620 (ada-which-function): New function.
17621 (ada-with-indent): New variable
17622 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17623 can be batch-compiled from the command line.
17624
17625 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17626 Add to the menu when the file is loaded, not in ada-mode-hook.
17627 Add -toolbar to the default ddd command Switches moved from
17628 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17629 ada-prj-default-comp-opt
17630 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17631 Reference Manual to the menu
17632 (ada-check-current): rewritten as a call to ada-compile-current
17633 (ada-compile): Removed.
17634 (ada-compile-application, ada-compile-current, ada-check-current):
17635 Set the compilation-search-path so that compile.el automatically
17636 finds the sources in src_dir. Automatic scrollong of the
17637 compilation buffer. C-uC-cC-c asks for confirmation before
17638 compiling
17639 (ada-compile-current): New parameter, prj-field
17640 (ada-complete-identifier): Load the .ali file before doing
17641 processing
17642 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17643 conform to gnatmake's behavior.
17644 (ada-find-file-in-dir): New function
17645 (ada-find-references): Set the environment variables for gnatfind
17646 (ada-find-src-file-in-dir): New function.
17647 (ada-first-non-nil): Removed
17648 (ada-gdb-application): Add support for jdb, the java debugger.
17649 (ada-get-ada-file-name): Load the original-file first if not done
17650 yet.
17651 (ada-get-all-references): Handles the new ali syntax (parent types
17652 are found between <>).
17653 (ada-initialize-runtime-library): New function
17654 (ada-mode-hook): Always load a project file when a file is opened,
17655 so that the casing exceptions are correctly read.
17656 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17657 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17658 to open the project file, since the latter does not work with
17659 speedbar Get default values before loading the prj file, or the
17660 default executable file name is wrong. Use the absolute value of
17661 src_dir to initialize ada-search-directories and
17662 compilation-search-path,... Add the standard runtime library to
17663 the search path for find-file.
17664 (ada-prj-default-debugger): Was missing an opening '{'
17665 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17666 variables.
17667 (ada-prj-default-gnatmake-opt): New variable
17668 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17669 buffers, the project file is the default one Save the windows
17670 configuration before displaying the menu.
17671 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17672 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17673 ...) regexp-quote identifiers names to support operators +,
17674 -,... in regexps.
17675 (ada-remote): New function.
17676 (ada-run-application): Erase the output buffer before starting the
17677 run Support remote execution of the application. Use
17678 call-process, or the arguments are incorrectly parsed
17679 (ada-set-default-project-file): Reread the content of the active
17680 project file, not the one from the current buffer When a project
17681 file is set as the default project, all directories are
17682 automatically associated with it.
17683 (ada-set-environment): New function
17684 (ada-treat-cmd-string): New special variable ${current}
17685 (ada-treat-cmd-string): Revised. The substitution is now done for
17686 any ${...} substring
17687 (ada-xref-current): If no body was found, compiles the spec
17688 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17689 compiler to get rid of command line length limitations.
17690 (ada-xref-get-project-field): New function
17691 (ada-xref-project-files): New variable
17692 (ada-xref-runtime-library-specs-path)
17693 (ada-xref-runtime-library-ali-path): New variables
17694 (ada-xref-set-default-prj-values): Default run command now does a
17695 cd to the build directory. New field: main_unit Provide a default
17696 file name even if the current buffer has no prj file.
17697
17698 * ada-prj.el:
17699 Rewritten to show a tabbed-dialog.
17700 (ada-prj-add-ada-menu): Remove the map and name parameters.
17701 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17702 New function
17703 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17704 (ada-prj-load-from-file): New function
17705 (ada-prj-save): Always save fields that depend on the current buffer
17706 (ada-prj-show-value): New function
17707
17708 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17709 Ada mode. This will allow us to display the Ada menu in any buffer
17710 we want (for project items).
17711 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17712 number of spaces in the header.
17713
17714 2000-07-24 Dave Love <fx@gnu.org>
17715
17716 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17717
17718 2000-07-23 Noah Friedman <friedman@splode.com>
17719
17720 * type-break.el (type-break): perform autosave.
17721 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17722 (type-break-do-query): Cancel query schedule while performing
17723 actual query, to avoid possibility of a second query being made
17724 while first one is already in progress.
17725 (type-break-time-stamp-format): New variable.
17726 (type-break-time-stamp): New function.
17727 (type-break-time-warning): Use it.
17728 (type-break-keystroke-warning): Use it.
17729 (type-break-noninteractive-query): Use it.
17730
17731 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17732 cookie.
17733 Use add-minor-mode to set minor-mode-alist, if available.
17734 (eldoc-echo-area-use-multiline-p): New user option.
17735 (eldoc-echo-area-multiline-supported-p): New variable.
17736 (eldoc-docstring-format-sym-doc): Use them.
17737 (eldoc-mode): If not using idle timers, append to local post and
17738 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17739 (eldoc-display-message-no-interference-p): Don't interfere with
17740 edebug.
17741 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17742 (eldoc-function-arglist): New function.
17743 (eldoc-function-argstring): Use it.
17744
17745 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17746 auto save directory exists before calling directory-files.
17747
17748 2000-07-23 Dave Love <fx@gnu.org>
17749
17750 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17751 ^o, ^u.
17752
17753 2000-07-21 Dave Love <fx@gnu.org>
17754
17755 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17756 now passed to the function. It now works properly.
17757
17758 * smerge-mode.el (smerge-mode-menu): Fill it out.
17759
17760 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17761
17762 * info-look.el (info-lookup): If *info* is shown in another frame
17763 on the same display, select that frame, instead of switching to
17764 the Info buffer in another window of the selected frame.
17765
17766 * simple.el (universal-argument-map): Bind numeric keypad keys
17767 kp-0 to kp-9 and kp-subtract.
17768 (digit-argument): Handle these keys.
17769
17770 2000-07-20 Dave Love <fx@gnu.org>
17771
17772 * net/goto-addr.el (goto-address-fontify): Don't bother with
17773 buffer-modified and read-only stuff -- irrelevant with overlays.
17774 Put an extra property on the overlays and use it to clean up in
17775 case goto-address is re-run.
17776
17777 2000-07-19 Richard M. Stallman <rms@gnu.org>
17778
17779 * timer.el (run-with-idle-timer): Doc fix.
17780
17781 * mail/mail-utils.el (mail-strip-quoted-names):
17782 Handle case where <...> appears inside "...".
17783 Use replace-match to edit the string more simply.
17784 (rmail-dont-reply-to): Cope with an unmatched ".
17785
17786 2000-07-19 Dave Love <fx@gnu.org>
17787
17788 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17789 implementation.
17790
17791 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17792 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17793 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17794
17795 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17796
17797 * textmodes/refer.el: Correct maintainer's email address.
17798
17799 * progmodes/hideif.el: Correct author's email address.
17800 Fix typo in comment.
17801
17802 * xml.el: New file.
17803
17804 * mail/mailheader.el: Correct author's mail address.
17805
17806 * gnus/parse-time.el: Correct author's mail address.
17807
17808 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17809
17810 * comint.el (comint-highlight-input, comint-highlight-face):
17811 New user options.
17812 (comint-input-ring-file-name): Change custom type.
17813 (comint-mode-map): Bind mouse-2.
17814 (comint-insert-clicked-input): New function.
17815 (comint-send-input): Handle input highlighting.
17816
17817 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17818
17819 * mouse.el (popup-menu): New function.
17820 (mouse-major-mode-menu): Use it.
17821
17822 2000-07-18 Dave Love <fx@gnu.org>
17823
17824 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17825 improvements.
17826
17827 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17828
17829 * faces.el (face-font-selection-order)
17830 (face-font-family-alternatives): Add custom type.
17831
17832 2000-07-18 Dave Love <fx@gnu.org>
17833
17834 * cus-edit.el (custom-variable-reset-saved)
17835 (custom-variable-reset-standard): Remove unused bindings.
17836
17837 * rect.el (open-rectangle-line): Remove unused let.
17838
17839 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17840
17841 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17842
17843 * cdl.el: Fix `Maintainer' keyword.
17844
17845 * play/pong.el: Add author's email address.
17846
17847 2000-07-17 Sam Steingold <sds@gnu.org>
17848
17849 * files.el (insert-directory): Call `split-string' instead of
17850 re-implementing it.
17851
17852 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17853
17854 * mail/vms-pmail.el: Change maintainer to FSF.
17855
17856 * net/goto-addr.el: Change maintainer to FSF.
17857
17858 * info.el (Info-title-face-alist): Removed.
17859
17860 2000-07-18 David Ponce <david@dponce.com>
17861
17862 * recentf.el (recentf-open-files): New command that works like
17863 `recentf-open-more-files', but shows the whole list of files (not just
17864 those omitted from the menu). Useful if you don't use a menu-bar!
17865 (recentf-open-more-files) Modified to use `recentf-open-files'.
17866
17867 (recentf-open-files, recentf-open-more-files)
17868 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17869
17870 (recentf-dialog-mode): New mode for dialogs. You can now just type
17871 "q" to cancel the dialogs.
17872
17873 2000-07-18 David Ponce <david@dponce.com>
17874
17875 * recentf.el: This is a major update of recentf.el. It adds new
17876 features to better organize the recentf menu and "More..." buffer.
17877
17878 Using new provided menu filtering functions you can now organize the
17879 recent files list:
17880
17881 - by major modes
17882 - by directories
17883 - by user defined rules
17884
17885 Finally, with the new `recentf-filter-changer' customizable filter you
17886 can define a ring of filters and dynamically (via the menu) cycle on
17887 each menu organization in the ring (a la msb).
17888
17889 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17890
17891 * eshell/eshell.el (eshell): Replace links to eshell.info with
17892 links to eshell, to avoid problems on systems where the manual is
17893 installed as `eshell'.
17894 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17895 * eshell/em-smart.el (eshell-smart): Ditto.
17896 * eshell/em-banner.el (eshell-banner): Ditto.
17897 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17898
17899 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17900 same-file check in the MS-DOS version (it does support inodes).
17901
17902 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17903
17904 * eshell/eshell.el (eshell-directory-name):
17905 Run default directory name through convert-standard-filename.
17906
17907 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17908
17909 * international/mule-cmds.el (select-safe-coding-system):
17910 Fix typo in the comment.
17911
17912 * language/european.el (compound-text):
17913 Force katakana-jisx0201 to be designated to G1.
17914
17915 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17916 Don't translate some national variant characters of latin-jisx0201.
17917 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17918
17919 * international/kkc.el (kkc-after-update-conversion-functions):
17920 New variable.
17921 (kkc-update-conversion): Run functions in it at the tail.
17922
17923 2000-07-16 John Wiegley <johnw@gnu.org>
17924
17925 * lisp/align.el (align-newline-and-indent):
17926 Adding new function. for auto-aligning blocks of code on RET.
17927 (align-region): Fixed badly formatted minibuffer message.
17928
17929 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17930
17931 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17932 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17933 the conversion list at first if appropriate.
17934 (kkc-next): Don't update kkc-next-count here.
17935 (kkc-prev): Don't update kkc-prev-count here.
17936 (kkc-show-conversion-list-update): Fix setting up of conversion
17937 list message.
17938
17939 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17940
17941 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17942
17943 2000-07-16 Dave Love <fx@gnu.org>
17944
17945 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17946 function to be more specific.
17947
17948 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17949 non-string help-echo.
17950 (widget-types-convert-widget): Defsubst it.
17951 (widget-echo-help): Try to cope with a help-echo function of two
17952 possible sorts.
17953
17954 2000-07-15 Jason Rumney <jasonr@gnu.org>
17955
17956 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17957 Declare as obsolete.
17958
17959 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17960
17961 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17962
17963 * hilit-chg.el: Fix typo.
17964
17965 2000-07-14 Dave Love <fx@gnu.org>
17966
17967 * info.el (Info-mode-menu): Fix use of :help, :enable.
17968
17969 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17970
17971 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17972
17973 2000-07-13 Dave Love <fx@gnu.org>
17974
17975 * emacs-lisp/easymenu.el: Doc fixes.
17976 (easy-menu-remove): Defalias to ignore.
17977
17978 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17979 Call throw correctly.
17980
17981 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17982
17983 * faces.el (frame-background-mode): Doc fix.
17984
17985 * simple.el (eval-expression-print-length): Change custom type to
17986 allow entering nil as value.
17987
17988 2000-07-13 Dave Love <fx@gnu.org>
17989
17990 * progmodes/fortran.el (fortran-imenu-generic-expression):
17991 Change definition layout.
17992 (fortran-mode-menu): Reinstate customize entries.
17993
17994 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17995 Use :filter, per old XEmacs code.
17996
17997 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17998
17999 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18000 event when deciding what to send to the terminal.
18001
18002 2000-07-12 Dave Love <fx@gnu.org>
18003
18004 * cus-start.el: Add optional version as 4th element of specs and
18005 use it for several things new in v21. Remove load-path. Fix type
18006 of line-number-display-limit.
18007
18008 2000-07-11 Dave Love <fx@gnu.org>
18009
18010 * progmodes/fortran.el: Don't require easymenu.
18011 Use repeat counts in various regexps.
18012 (fortran-mode-syntax-table): Defvar directly.
18013 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18014 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18015 Use defvar, not defconst.
18016 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18017 (fortran-mode): Set fortran-comment-line-start-skip,
18018 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18019 (fortran-comment-indent): Use defsubst.
18020 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18021 Use fortran-comment-indent, not fortran-comment-indent-function.
18022 (fortran-comment-region, fortran-electric-line-number): Simplify.
18023 (fortran-auto-fill): New function.
18024 (fortran-do-auto-fill): Deleted.
18025 (fortran-find-comment-start-skip):
18026 Check for non-null comment-start-skip.
18027 (fortran-auto-fill-mode, fortran-fill-statement):
18028 Use fortran-auto-fill.
18029 (fortran-fill): Use fortran-auto-fill. Check for null
18030 comment-start-skip. Simplify final clause and use end-of-line finally.
18031
18032 * widget.el (widget-plist-member): New alias.
18033
18034 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18035
18036 * eshell/esh-module.el (toplevel): Reference
18037 byte-compile-current-file only if it is bound.
18038
18039 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18040
18041 * dired.el: Don't require `dired-aux'.
18042
18043 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18044
18045 * dired-aux.el (dired-show-file-type): New function.
18046 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18047 (dired-show-file-type): Add autoload.
18048
18049 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18050
18051 * international/mule-diag.el (describe-font): Adjusted for the
18052 change of fontset-info.
18053 (print-fontset): Likewise.
18054
18055 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18056
18057 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18058
18059 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18060
18061 * bindings.el: Bind `[delete]' to delete-char.
18062
18063 * dired.el (dired-find-alternate-file): New function.
18064 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18065 (toplevel): Require dired-aux when compiling.
18066 (dired-buffers): Move defvar within file to avoid compiler warning.
18067
18068 * info.el (Info-last-search): Variable removed.
18069 (Info-search-history): New variable.
18070 (Info-search): New Info-search-history.
18071
18072 * battery.el, info-look.el: Change author's mail address.
18073
18074 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18075
18076 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18077 if rmail-ignored-headers is nil.
18078 (rmail-retry-failure): Bind rmail-ignored-headers and
18079 rmail-displayed-headers to nil.
18080
18081 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18082
18083 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18084 (print-region-1): Don't hard code `-h' here.
18085
18086 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18087
18088 2000-07-01 Francesco Potorti` <pot@gnu.org>
18089
18090 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18091 exim can use "your message" instead of "the message".
18092
18093 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18094
18095 * facemenu.el: Docstrings fixes.
18096 (facemenu-get-face): Don't use internal-find-face.
18097 (facemenu-iterate): Rename arg to match the docstring.
18098
18099 * newcomment.el (uncomment-region): Be more careful when skipping
18100 backwards over `=' not to bump into BOBP.
18101
18102 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18103
18104 * ediff-diff.el (ediff-wordify): Use syntax table.
18105 * ediff-init.el (ediff-has-face-support-p): Use
18106 ediff-color-display-p.
18107 (ediff-color-display-p): Use display-color-p, changed to defun
18108 from defsubst.
18109 Got rid of special cases for NeXT and OS/2.
18110 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18111 face.
18112
18113 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18114
18115 * emacs-lisp/lucid.el: Require CL.
18116 (copy-tree, remprop): Remove, it's provided by CL.
18117 (map-keymap): Define in terms of cl-map-keymap.
18118 (extent-property, set-extent-end-glyph): New functions.
18119
18120 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18121
18122 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18123
18124 * Makefile.in (DONTCOMPILE): Add comment that the name may
18125 not be changed without changing the make-dist script.
18126
18127 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18128 (cl-mapc): Use mapc instead of cl-old-mapc.
18129
18130 2000-07-05 Andrew Innes <andrewi@gnu.org>
18131
18132 * makefile.nt: Add support for `bootstrap' and related targets.
18133
18134 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18135
18136 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18137 (easy-menu-do-define): Use `menu-item' format.
18138 Handle case where easy-menu-create-menu returns a symbol.
18139 Manually call the potential top-level filter in the function binding.
18140 (easy-menu-filter-return): New arg NAME.
18141 Convert to a keymap if MENU is an XEmacs menu.
18142 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18143 (easy-menu-converted-items-table, easy-menu-convert-item):
18144 New var and fun to memoize easy-menu-convert-item-1.
18145 (easy-menu-do-add-item): Use it.
18146 (easy-menu-create-menu): Use easy-menu-convert-item.
18147 Wrap easy-menu-filter-return around any :filter specification.
18148 Don't convert the menu if a filter was specified.
18149 Tell easy-menu-make-symbol not to check for MENU being an expression.
18150 (easy-menu-make-symbol): New arg NOEXP.
18151
18152 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18153
18154 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18155 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18156 (eval-defun): If called with prefix arg, instrument code for
18157 Edebug.
18158
18159 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18160 similar to that of eval-defun.
18161
18162 2000-07-04 Dave Love <fx@gnu.org>
18163
18164 * hl-line.el (hl-line-overlay): Make it permanent-local.
18165
18166 * calendar/todo-mode.el: Replaced with a working version, based on
18167 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18168
18169 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18170
18171 * paths.el (prune-directory-list): New function.
18172 (Info-default-directory-list): Rewritten to more methodically
18173 enumerate a big list of possible info directories (based on the
18174 list used by the standalone info reader).
18175
18176 * info.el (info-initialize): Use prune-directory-list to remove
18177 non-existent directories from Info-directory-list.
18178
18179 * paths.el (Info-default-directory-list): Try a list of possible
18180 info-directories instead of a single one. Add the possible
18181 info directory "/usr/share/info".
18182
18183 * woman.el (woman-man.conf-path): Explicitly include the debian
18184 man-db config file "/etc/manpath.config".
18185 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18186 are present in `manpath.config'.
18187 (woman-manpath): Include "/usr/share/man".
18188
18189 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18190
18191 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18192
18193 * startup.el (command-line): Initialize blink-cursor based
18194 on window-system.
18195
18196 * frame.el (blink-cursor): Default to nil if not running under
18197 a window-system.
18198
18199 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18200 (face-x-resources): Remove duplicate entry for :font.
18201
18202 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18203 instead of cycling through windows with next-window.
18204
18205 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18206 of cycling through windows with next-window.
18207
18208 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18209 of cycling through windows with next-window.
18210
18211 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18212 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18213 instead of cycling through windows with next-window.
18214
18215 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18216 instead of cycling through windows with next-window.
18217
18218 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18219 of cycling through windows with next-window.
18220
18221 * terminal.el (te-process-output): Use walk-windows instead of
18222 cycling through windows with next-window.
18223
18224 * server.el (server-switch-buffer): Use some-window instead of
18225 cycling through windows with next-window.
18226
18227 * window.el (some-window): New function.
18228 (walk-windows): Remove reference to walk-windows-start.
18229
18230 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18231
18232 2000-07-03 Richard Stallman <rms@gnu.org>
18233
18234 * window.el (walk-windows): Guarantee termination by keeping a list
18235 of all the windows already handled.
18236
18237 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18238
18239 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18240 window-system.
18241
18242 * man.el (Man-notify-when-ready): Don't use window-system. If
18243 Man-notify-method is newframe, and the display is not
18244 multi-frame, select the frame created for the man page.
18245 (Man-init-defvars): Doc fix.
18246
18247 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18248
18249 * faces.el (region): Change background color for light background.
18250
18251 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18252 attribute from mode-line face of Ediff control frame.
18253
18254 * replace.el (query-replace-map): Bind `e' like `E'.
18255
18256 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18257
18258 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18259 Change name to "Select All".
18260
18261 * dos-fns.el (convert-standard-filename): Fix last change.
18262
18263 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18264
18265 * help.el (describe-variable): Don't insert a second `'s' in front
18266 of the string `value is shown below'. Since the syntax-table is
18267 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18268 an existing `'s', so that this won't be deleted.
18269
18270 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18271 * pcmpl-unix.el: New files.
18272
18273 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18274
18275 * wid-edit.el (widget-member): Use the new plist-member.
18276
18277 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18278
18279 * replace.el (perform-replace): Undo change of 2000-04-04.
18280 Instead, move backward 1 character at the end of the loop when
18281 necessary.
18282
18283 * faces.el (fringe): Change face for different backgrounds.
18284
18285 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18286 patch from John.
18287
18288 * eshell/*.el: Change spelling of the Free Software Foundation.
18289
18290 * eshell/esh-toggle.el: Removed.
18291
18292 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18293
18294 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18295 interactively.
18296
18297 2000-06-26 Alex Schroeder <alex@gnu.org>
18298
18299 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18300 `define-key'; instead of checking `(emacs-version)' check for
18301 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18302 for `;' and `o' which might be electric.
18303
18304 (sql-electric-stuff): New user option.
18305 (sql-magic-go): New function which uses `sql-electric-stuff'.
18306 (sql-magic-semicolon): New function which uses
18307 `sql-electric-stuff'.
18308
18309 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18310 is not fboundp.
18311
18312 (sql-oracle-options): New variable.
18313 (sql-oracle): Use it.
18314
18315 (sql-imenu-generic-expression): Doc change.
18316 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18317 is used.
18318
18319 (sql-informix): Added command line parameter "-" to force
18320 sql-informix-program to use stdout.
18321
18322 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18323
18324 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18325 (cp864-decode-table): Doc fix.
18326 (cp720-decode-table): New variable, supports the Arabic OEM
18327 codepage used by Windows.
18328 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18329
18330 2000-06-23 Dave Love <fx@gnu.org>
18331
18332 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18333 (font-lock-fontify-anchored-keywords): Use
18334 line-beginning-position.
18335 (global-font-lock-mode): Use mapc.
18336
18337 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18338
18339 * eshell/esh-module.el: Require CL when compiling.
18340
18341 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18342
18343 * comint.el (comint-substitute-in-file-name): Call replace-match
18344 with second and third arg t.
18345
18346 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18347 Specify foreground color.
18348
18349 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18350 color.
18351
18352 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18353
18354 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18355 cddr instead of cdddr.
18356
18357 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18358 instead of copy-list.
18359
18360 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18361 of copy-list.
18362
18363 * subdirs.el: Add eshell subdirectory.
18364
18365 * eshell: New subdirectory containing the Eshell package.
18366
18367 * pcomplete.el: New file.
18368
18369 2000-06-23 Paul Eggert <eggert@twinsun.com>
18370
18371 * mail/mailpost.el (post-mail-send-it): Make sure file has
18372 proper permissions from birth.
18373
18374 * files.el (basic-save-buffer-2): When temporarily setting
18375 file modes, set them to current modes plus 0200, not to 0777.
18376
18377 * emerge.el (emerge-make-temp-file): Make sure file has proper
18378 permissions from birth.
18379
18380 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18381
18382 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18383 backup file name through convert-standard-filename.
18384
18385 * dos-fns.el (convert-standard-filename): Convert leading
18386 directories as well. When long file names are supported, convert
18387 characters that are invalid in Windows file names.
18388
18389 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18390
18391 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18392 ps-print crashes. New feature: page selection for printing. Create
18393 raw-text-unix coding system for XEmacs. Doc fix.
18394 (ps-print-version): New version number (5.2.3).
18395 (ps-plot-region): Bug fix.
18396 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18397 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18398 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18399 funs.
18400 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18401 (ps-last-page): New vars.
18402
18403 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18404
18405 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18406 empty option string.
18407
18408 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18409
18410 * man.el (man): Doc fix.
18411
18412 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18413
18414 * international/mule-cmds.el (set-language-info-alist): Docstring
18415 fixed.
18416
18417 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18418
18419 * version.el (emacs-version): Use ISO date format.
18420
18421 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18422 instead of `M-backspace'.
18423
18424 * simple.el (turn-off-auto-fill): New function.
18425
18426 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18427
18428 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18429 Renamed from with-buffer-prepared-for-font-lock and use
18430 inhibit-modification-hooks rather than setting *-change-functions.
18431 Update all functions to use the new name.
18432 (jit-lock-first-unfontify-pos): New semantics (and doc).
18433 (jit-lock-mode): Make non-interactive.
18434 Don't automatically turn on font-lock.
18435 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18436 Always use jit-lock-after-change.
18437 Remove and restore font-lock-after-change-function.
18438 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18439 (jit-lock-after-unfontify-buffer): Remove.
18440 (jit-lock-stealth-fontify):
18441 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18442 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18443
18444 2000-06-20 Sam Steingold <sds@gnu.org>
18445
18446 * emacs-lisp/cl-indent.el (toplevel): Indent
18447 `print-unreadable-object' properly. Untabify.
18448
18449 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18450
18451 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18452 Support for bibentry.
18453 (reftex-compile-variables): Fixed problem with end of section-re.
18454
18455 * texmodes/reftex-dcr.el (reftex-view-crossref,
18456 reftex-view-crossref-from-bibtex):
18457 Deal with changed `reftex-find-citation-regexp-format'.
18458 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18459 Replaced `remprop' with `put'.
18460 (reftex-view-crossref, reftex-view-crossref-when-idle):
18461 Support for bibentry.
18462
18463 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18464 New entry for bibentry package.
18465
18466 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18467 Regexp also matches "\nobibliography".
18468
18469 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18470 Call `reftex-ensure-write-access' before doing anything.
18471 (reftex-ensure-write-access): New function.
18472
18473 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18474
18475 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18476
18477 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18478
18479 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18480
18481 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18482
18483
18484 2000-06-20 Dave Love <fx@gnu.org>
18485
18486 * faces.el (frame-background-mode): Use set-default, not set, in
18487 setter.
18488 (frame-update-faces, frame-update-face-colors): Define with
18489 defalias.
18490
18491 * enriched.el (enriched-decode-foreground)
18492 (enriched-decode-background): Don't use internal-find-face.
18493
18494 * apropos.el: Doc fixes.
18495
18496 * cus-edit.el (customize-changed-options): Check arg.
18497 (customize-version-lessp): Don't require decimal point.
18498
18499 * custom.el (defcustom, defgroup): Doc fix.
18500
18501 * newcomment.el (comment) <defgroup>: Add :version.
18502 (comment-multi-line): Doc fix.
18503
18504 * emulation/mlsupport.el (define-hooked-local-abbrev,
18505 define-hooked-global-abbrev): Fix, using define-abbrev.
18506
18507 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18508
18509 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18510 the whole buffer.
18511
18512 2000-06-19 Dave Love <fx@gnu.org>
18513
18514 * menu-bar.el (menu-bar-options-save): New function.
18515 (menu-bar-options-menu): Use it.
18516 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18517 Simplify.
18518
18519 2000-06-19 Andreas Schwab <schwab@suse.de>
18520
18521 * progmodes/etags.el (tags-query-replace): Put new parameters
18522 START and END at the end, for backward compatibility.
18523
18524 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18525
18526 * international/codepage.el:
18527 (cp-coding-system-for-codepage-1): Delete special codes for
18528 generating xxx-dos coding system because now a CCL based coding
18529 system can handle EOL conversion by default.
18530
18531 * international/mule.el (make-coding-system): Generate subsidiary
18532 coding systems for EOL handling variants even for a CCL based
18533 coding system.
18534
18535 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18536
18537 * international/isearch-x.el (isearch-minibuffer-input-method)
18538 (isearch-minibuffer-input-method-function): These variables
18539 deleted.
18540 (isearch-with-input-method): Don't use the above variables.
18541 (isearch-process-search-multibyte-characters): Likewise. Call
18542 read-string with the arg INHERIT-INPUT-METHOD t.
18543
18544 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18545
18546 * font-lock.el (font-lock-after-fontify-buffer)
18547 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18548
18549 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18550 Use consistent make-local-variable style for font-lock-fontified.
18551 (jit-lock-fontify-buffer):
18552 Don't bother checking for font-lock-mode and jit-lock-mode.
18553
18554 * time.el: Remove trailing ^M that prevent CVS-merging.
18555
18556 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18557
18558 * Makefile.in (distclean): New target.
18559
18560 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18561
18562 * Makefile.in (srcdir): Define for update-subdirs.
18563
18564 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18565
18566 * find-lisp.el: New file.
18567
18568 2000-06-16 Andrew Innes <andrewi@gnu.org>
18569
18570 * time.el (display-time-mail-function): New variable, to allow
18571 external packages to indicate when new mail is available.
18572 (display-time-update): Use it.
18573
18574 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18575
18576 * international/mule.el (mule-version): Change version name to
18577 SAKAKI. AOI has already been used by Meadow.
18578
18579 * international/quail.el (quail-show-guidance-buf): To find the
18580 bottom window (but minibuffer), pay attention to the height of
18581 minibuffer.
18582
18583 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18584
18585 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18586 menu-bar menus. Add help strings. Don't remove the Edit menu
18587 from the menu bar, as the menu bar has enough space now.
18588
18589 * Makefile.in (SHELL): Make sure /bin/sh is used.
18590
18591 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18592 characters, which use series of two ^H characters instead of one.
18593
18594 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18595
18596 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18597 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18598 functions.
18599 (Info-find-node-2): Try a case-sensitive search first, then
18600 do a case-insensitive search.
18601
18602 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18603 tutorials.
18604
18605 * complete.el (PC-env-vars-alist): New variable.
18606 (PC-complete-as-file-name): New function.
18607 (partial-completion-mode): Initialize PC-env-vars-alist from
18608 process-environment.
18609 (PC-do-completion): Handle completion of env vars.
18610
18611 * info.el (Info-set-mode-line): Show file name in mode line,
18612 use `*Info*' instead of `Info:'.
18613
18614 * startup.el (command-line-1): Change copyright messages to year
18615 2000.
18616
18617 2000-06-15 Dave Love <fx@gnu.org>
18618
18619 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18620 not local-map.
18621
18622 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18623
18624 * international/mule.el (set-buffer-file-coding-system): Almost
18625 rewritten to handle `undecided' as no-op.
18626
18627 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18628
18629 * Makefile.in: New file.
18630
18631 * Makefile: Removed.
18632
18633 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18634 (goto-address-highlight-keymap): Bind C-c RET.
18635
18636 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18637
18638 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18639 inherits buffer-file-coding-system of the current buffer.
18640
18641 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18642 0. Give correct argument to set-auto-coding-function.
18643 (tar-expunge): For goto-char, use (point-min), not 0.
18644 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18645 (tar-subfile-save-buffer): Likewize.
18646
18647 * international/mule.el
18648 (after-insert-file-set-buffer-file-coding-system): Call
18649 set-buffer-file-coding-system with the arg FORCE t.
18650
18651 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18652
18653 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18654 nil. Contemporary sendmails issue an X-Authentication-Warning if
18655 the sender is set with `-f'.
18656
18657 2000-06-13 Dave Love <fx@gnu.org>
18658
18659 * help.el (describe-function-1): Kluge around cases of functions
18660 fset to subrs whose doc doesn't match their symbol-name.
18661
18662 * image.el (insert-image): Default STRING to a space.
18663
18664 * info.el Doc fixes.
18665 (Info-build-node-completions): Match Ref tags.
18666
18667 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18668
18669 * frame.el (display-multi-frame-p, display-multi-font-p): New
18670 defaliases for display-graphic-p.
18671
18672 * hl-line.el: Fixed a typo in commentary.
18673
18674 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18675
18676 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18677 fixed.
18678
18679 2000-06-12 Dave Love <fx@gnu.org>
18680
18681 * image.el (insert-image): Save a little consing.
18682
18683 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18684
18685 * language/tibet-util.el: Convert all tibetan-1-column characters
18686 to the corresponding tibetan characters.
18687 (tibetan-add-components): Delete code for the special treatment of
18688 'a chung.
18689
18690 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18691 change.
18692 (tibetan-vowel-transcription-alist): More rules added.
18693 (tibetan-composite-vowel-alist): New variable.
18694 (tibetan-precomposition-rule-alist): More rules added.
18695
18696 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18697
18698 * startup.el (command-line): Only call menu-bar-mode if interactive.
18699
18700 * thingatpt.el (toplevel symbol-properties):
18701 * textmodes/makeinfo.el (makeinfo-compile):
18702 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18703 * progmodes/hideif.el (hif-compress-define-list)
18704 (hide-ifdef-use-define-alist):
18705 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18706 (ange-ftp-vms-add-file-entry):
18707 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18708 * man.el (Man-build-man-command):
18709 * mail/rnewspost.el (news-reply-header-hook):
18710 * info.el (Info-insert-dir):
18711 * emulation/mlconvert.el (backward-word, forward-word, setq):
18712 * emacs-lisp/gulp.el (gulp-send-requests):
18713 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18714 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18715 (byte-optimize-apply, end of file):
18716 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18717 (ad-make-freeze-definition):
18718 * startup.el (command-line, command-line-1): Don't quote lambdas.
18719
18720 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18721 (cvs-cleanup-removed): New function.
18722 (cvs-cleanup-functions): New var.
18723 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18724 some flexibility in specifying additional entries to auto-cleanup.
18725 (cvs-quickdir): New function.
18726 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18727 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18728 (cvs-mode-find-file): Check that we are on a filename or dirname
18729 when invoked through a mouse-click.
18730 (cvs-full-path): Remove.
18731 (cvs-dired-action): Re-introduced.
18732 (cvs-dired-noselect): Use it.
18733 (vc-post-command-functions): use this new hook if available.
18734
18735 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18736 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18737 (cvs-filename-map, cvs-dirname-map): Remove.
18738 (cvs-default-action): Remove.
18739 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18740 if the arg is really a keymap.
18741 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18742 Don't hardcode the mapping from state (aka type) to face, but check
18743 the var cvs-fi-<type>-face instead.
18744 (cvs-fileinfo-from-entries): New function.
18745
18746 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18747 Docstring fix.
18748 (cvs-find-file-and-jump): Change default to be safer.
18749 (cvs-mode-diff-map): Define it as a function as well.
18750 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18751 Bind mouse-2 in this global map rather than with text-properties.
18752
18753 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18754 file to resolve the ambiguity between C(conflict) and C(need-merge).
18755
18756 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18757
18758 * international/mule.el (set-buffer-file-coding-system): If
18759 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18760 unconditionally.
18761
18762 2000-06-12 Dave Love <fx@gnu.org>
18763
18764 * wid-edit.el (widget-specify-button): Really suppress the face if
18765 required.
18766
18767 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18768
18769 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18770
18771 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18772
18773 * imenu.el (imenu-generic-expression): Docstring fix.
18774
18775 * composite.el (composition-function-table): Move the `put'
18776 below the autoload cookie so we can load the file before loaddefs.
18777
18778 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18779
18780 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18781 Handle easy-mmode-define-global-mode.
18782 For complex macros like define-minor-mode that can generate
18783 several autoload entries, try to autoload entries in the
18784 macroexpanded code.
18785
18786 * emacs-lisp/easy-mmode.el (define-minor-mode):
18787 If KEYMAP is a symbol, just use it.
18788 Use byte-compile-current-file and load-file-name to infer the
18789 proper :require to pass to defcustom.
18790 Wrap the hook var into `progn' so as not to autoload it.
18791 Add a :autoload-end cookie.
18792 Be more careful about the evaluation of KEYMAP.
18793 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18794 (define-derived-mode): Move define-abbrev-table outside of defvar.
18795
18796 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18797
18798 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18799 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18800 (backup-compiled-files): Ignore errors during `tar'.
18801 (bootstrap): Make autoloads before elc files.
18802
18803 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18804
18805 * international/mule.el (set-buffer-file-coding-system): If one of
18806 undecided-XXX is specified, change only EOL conversion.
18807
18808 * international/mule-conf.el (unix): New alias for the coding
18809 system undecided-unix.
18810
18811 2000-06-09 Dave Love <fx@gnu.org>
18812
18813 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18814
18815 * progmodes/executable.el: Byte compile dynamic.
18816 (executable-insert): Change custom type.
18817 (executable-find): Add autoload cookie.
18818 (executable-make-buffer-file-executable-if-script-p): New
18819 function. After Noah Friedman.
18820
18821 * files.el (after-save-hook): Customize, with
18822 executable-make-buffer-file-executable-if-script-p as an option.
18823
18824 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18825
18826 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18827 "tib24p-mule.bdf" for Tibetan.
18828
18829 * composite.el (decompose-composite-char): Declare it as obsolete.
18830
18831 * man.el (Man-fontify-manpage): Pay attention to underline and
18832 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18833
18834 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18835
18836 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18837 Set maintainer to FSF since author isn't reachable.
18838
18839 2000-06-08 Dave Love <fx@gnu.org>
18840
18841 * international/mule-cmds.el (select-safe-coding-system): If
18842 DEFAULT-CODING-SYSTEM is not specified, also check the most
18843 preferred coding-system if buffer-file-coding-system is
18844 `undecided'. From Handa.
18845
18846 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18847
18848 * international/mule.el
18849 (after-insert-file-set-buffer-file-coding-system): If the buffer
18850 size is greater than INSERTED, judget that we are not visiting.
18851
18852 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18853
18854 * whitespace.el (defgroup whitespace): Comment out `:version'.
18855 XEmacs 20.4 has problems defining the group with this present.
18856 We'll have this commented out till get resolve the problem.
18857
18858 2000-06-07 John Wiegley <johnw@gnu.org>
18859
18860 * align.el (align-dq-string-modes, align-sq-string-modes)
18861 (align-open-comment-modes): Add pyhton-mode.
18862 (align-rules-list): Use get-text-property instead of
18863 text-properties-at.
18864 (align-rules-list): Add python-assignment.
18865 (align-rules-list): Change perl-comma-delimiter to
18866 basic-comma-delimiter. Use if for Perl modes and python-mode.
18867 (align-rules-list): Add python-chain-logic and
18868 basic-line-continuation.
18869
18870 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18871
18872 * apropos.el (apropos-mode-hook): New user variable.
18873 (apropos-mode): Run apropos-mode-hook.
18874
18875 2000-06-07 David Ponce <david@dponce.com>
18876
18877 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18878 commands. Require `wid-edit' at run-time.
18879
18880 2000-06-07 David Ponce <david@dponce.com>
18881
18882 * recentf.el: Added some "Commentary".
18883 (recentf-open-more-files, recentf-edit-list): Minor changes to
18884 move the point at the top of the file list. This behaviour is
18885 consistent with the menu one when the list contains a lot of
18886 files.
18887 (recentf-cleanup): Now displays the number of items removed from
18888 the list.
18889 (recentf-relative-filter) New menu filter to show filenames
18890 relative to `default-directory'.
18891
18892 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18893
18894 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18895 with/without giving an error if PostScript printer doesn't have this
18896 kind of page size. Zebra Stripe continues or restarts on next page.
18897 Manual/automatic paper feeding. Switch or not the header.
18898 (ps-print-version): New version number (5.2.2).
18899 (ps-windows-system): Include emx as a Windows system.
18900 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18901 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18902 (ps-background-text): Code fix.
18903 (ps-error-handler-message, ps-user-defined-prologue)
18904 (ps-print-prologue-header, ps-printer-name)
18905 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18906 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18907 (ps-use-face-background): Customization fix.
18908 (ps-n-up-database): Data fix.
18909 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18910 (ps-switch-header): New vars.
18911 (ps-xemacs-color-name, ps-face-foreground-name)
18912 (ps-face-background-name, ps-boolean-constant): New funs.
18913
18914 2000-06-07 Dave Love <fx@gnu.org>
18915
18916 * allout.el: New version from Manheimer.
18917
18918 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18919
18920 * textmodes/fill.el (fill-find-break-point): Check the validity of
18921 charset.
18922
18923 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18924
18925 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18926 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18927 Call display-color-p and display-mouse-p instead of looking at
18928 window-system.
18929
18930 2000-06-06 Dave Love <fx@gnu.org>
18931
18932 * image.el (find-image): Doc fix. Return nil if image not found.
18933 (put-image, insert-image): Make STRING arg optional.
18934
18935 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18936
18937 * language/vietnamese.el: Remove eval-when-compile.
18938 (viet-viscii-nonascii-translation-table): Define it as a
18939 translation table made from viet-viscii-decode-table.
18940 (viet-viscii-encode-table): Define it as a translation table made
18941 from the reverse map of above.
18942 (viet-vscii-nonascii-translation-table): Define it as a
18943 translation table made from viet-vscii-decode-table.
18944 (viet-vscii-encode-table): Define it as a translation table made
18945 from the reverse map of above.
18946 (ccl-decode-viscii): Use translate-character.
18947 (ccl-encode-viscii, ccl-encode-viscii-font)
18948 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18949 Likewize.
18950
18951 * language/cyrillic.el: Remove eval-when-compile.
18952 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18953 translation table made from cyrillic-koi8-r-decode-table.
18954 (cyrillic-koi8-r-encode-table): Define it as a translation table
18955 made from the reverse map of above.
18956 (ccl-decode-koi8): Use translate-character.
18957 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18958 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18959 a translation table made from cyrillic-alternativnyj-decode-table.
18960 (cyrillic-alternativnyj-encode-table): Define it as a translation
18961 table made from the reverse map of above.
18962 (ccl-decode-alternativnyj): Use translate-character.
18963 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18964 Likewize
18965
18966 * international/mule-diag.el (non-iso-charset-alist): Specify
18967 translation table symbol instead of translation table itself.
18968 (list-block-of-chars): CHARSET may be a translation table symbol.
18969
18970 * international/mule.el (make-coding-system): If CODING-SYSTEM
18971 already exists, override it.
18972
18973 * international/fontset.el: Use family `proportional' for Tibetan
18974 fonts.
18975
18976 * international/ccl.el (ccl-compile-translate-character): Don't
18977 check if Rrr has property translation-table.
18978 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18979
18980 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18981
18982 * info.el: Bind case-fold-search to t when searching in case
18983 a user sets it to nil in a hook.
18984
18985 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18986
18987 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18988 * hl-line.el (hl-line-mode): Use the new :global key argument.
18989
18990 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18991 (tar-clip-time-string): Prepend a space.
18992 (tar-grind-file-mode): Construct a string rather than modifying one.
18993 (tar-header-block-summarize): Fix docstring.
18994 Use `format' rather than an error-prone set of copy-loops.
18995
18996 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18997 (diff-goto-source, diff-unified->context, diff-context->unified)
18998 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18999 understand the format output by the `-p' argument to diff.
19000
19001 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19002 (sh-re-done): Use defconst.
19003 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19004 (sh-help-string-for-variable, sh-guess-basic-offset):
19005 Don't quote lambdas.
19006 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19007 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19008
19009 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19010 (mh-letter-mode): Derive from text-mode.
19011 This implicitly means that it now calls kill-all-local-variables.
19012 Also remove the Emacs-18 compatibility code.
19013
19014 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19015 Make use of symbol-property doc-string-elt.
19016 Use memq rather than a sequence of eq.
19017 (doc-string-elt): Fix the wrong or missing previously unused values.
19018 (autoload-print-form): New function extracted from
19019 generate-file-autoloads to allow recursion when handling progn
19020 so that defvar's and defun's docstrings are properly printed.
19021 (generate-file-autoloads): Use it.
19022
19023 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19024 Use find-file-hooks in the minor-mode function.
19025 Be careful not to loop indefinitely in the post-command-hook function.
19026
19027 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19028
19029 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19030 tty's.
19031 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19032 differences whenever appropriate.
19033 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19034 * viper.el (find-file, find-file-other-window): Get viper to do
19035 wildcards.
19036
19037 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19038
19039 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19040 (jit-lock-fontify-buffer): New function for JIT refontification.
19041 (jit-lock-mode): Fix docstring.
19042 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19043 Remove jit-lock-after-change from the _local_ hook.
19044 (jit-lock-function-1): Fix docstring.
19045
19046 * info.el (Info-on-current-buffer): Initialize info.
19047
19048 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19049
19050 * progmodes/tcl.el (tcl-indent-for-comment):
19051 Ignore comment-indent-hook.
19052
19053 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19054 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19055 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19056 and improve to use the lighter to guess the capitalization.
19057 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19058 Add keyword arguments to specify global-ness or the custom group.
19059 Add local-map and help-echo properties to the lighter.
19060 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19061 (easy-mmode-define-global-mode): New macro.
19062
19063 2000-06-02 Dave Love <fx@gnu.org>
19064
19065 * wid-edit.el: byte-compile-dynamic since we typically don't use
19066 all the widgets. Don't require cl or widget. Remove
19067 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19068 (widget-read-event): Removed. Callers changed to use read-event.
19069 (widget-button-release-event-p): Renamed from
19070 button-release-event-p.
19071 (widget-field-add-space, widget-field-use-before-change):
19072 Uncustomize.
19073 (widget-specify-field): Use keymap property, not local-map.
19074 (widget-specify-button): Obey :suppress-face.
19075 (widget-specify-insert): Use modern backquote syntax.
19076 (widget-image-directory): Renamed from widget-glyph-directory.
19077 (widget-image-enable): Renamed from widget-glyph-enable.
19078 (widget-image-find): Replaces widget-glyph-find.
19079 (widget-button-pressed-face): Move defvar.
19080 (widget-image-insert): Replaces widget-glyph-insert.
19081 (widget-convert): Use keywordp.
19082 (widget-leave-text, widget-children-value-delete): Use mapc.
19083 (widget-keymap): Remove XEmacs stuff.
19084 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19085 (widget-button-click): Don't set point at the click, but re-centre
19086 if we scroll out of window. Rewritten for images v. glyphs &c.
19087 (widget-tabable-at): Use POS arg, not point.
19088 (widget-beginning-of-line, widget-end-of-line)
19089 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19090 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19091 (widget-default-create): Use widget-image-insert; some rewriting.
19092 (widget-visibility-value-create)
19093 (widget-push-button-value-create, widget-toggle-value-create): Use
19094 widget-image-insert.
19095 (checkbox): Create on and off images dynamically.
19096 (documentation-link): Change :help-echo.
19097 (widget-documentation-link-echo-help): Remove.
19098
19099 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19100
19101 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19102
19103 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19104 (easy-mmode-define-toggle, define-minor-mode): Use it.
19105 (easy-mmode-define-keymap): Docstring fix.
19106 (define-derived-mode): Default PARENT to fundamental-mode.
19107 Add the derived-mode-parent symbol-property.
19108 (easy-mmode-derived-mode-p): New function.
19109
19110 2000-06-02 Dave Love <fx@gnu.org>
19111
19112 * files.el (convert-standard-filename): Doc fix.
19113 (normal-backup-enable-predicate): New function.
19114 (backup-enable-predicate): Use it to replace the lambda form.
19115
19116 * calendar/todo-mode.el: [This needs more work on the outline
19117 stuff.] Doc fixes.
19118 (todo) <defgroup>: Add :version.
19119 (todo-add-category): Don't use pushnew.
19120 (todo-cmd-raise): Fix typo.
19121 (todo-top-priorities): Change temp buffer name.
19122 (todo-category-alist): Avoid redundant lambda.
19123 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19124 Use outline-next-heading.
19125
19126 * autoarg.el: Rewritten to use define-minor-mode.
19127 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19128 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19129
19130 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19131
19132 * isearch.el (isearch-other-meta-char): Fix previous change.
19133
19134 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19135
19136 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19137 (log-edit-done): Only add the comment to the ring if it's different
19138 from the last comment entered.
19139
19140 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19141
19142 2000-06-01 Dave Love <fx@gnu.org>
19143
19144 * hl-line.el: Rewritten using define-minor-mode.
19145
19146 * help.el (describe-function-1): Distinguish special form from
19147 builtin function. Sanity-check presence of arglist for builtins.
19148
19149 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19150
19151 * international/characters.el: Fix syntax/category setting of
19152 Tibetan characters.
19153
19154 * language/tibet-util.el (tibetan-add-components): Fixes for new
19155 encoding of Tibetan characters.
19156 (tibetan-decompose-precomposition-alist): New variable.
19157 (tibetan-decompose-region): Convert precomposed characters to
19158 non-precomposed characters.
19159 (tibetan-decompose-string): Likewise.
19160 (tibetan-composition-function): Fix args to
19161 thibetan-compose-string.
19162
19163 * language/tibetan.el (tibetan-composable-pattern): More
19164 characters included.
19165 (tibetan-consonant-transcription-alist): Rule for "R" added.
19166 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19167 "+R" added.
19168 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19169
19170 * language/lao-util.el (lao-composition-function): Fix args to
19171 compose-string.
19172
19173 * language/thai-util.el (thai-composition-function): Fix args to
19174 compose-string.
19175
19176 * isearch.el (isearch-update): Set disable-point-adjustment to t
19177 to prevent the point moving to the end of a composition when a
19178 part of a composition is searched.
19179 (isearch-other-meta-char): If the key invoking this command can be
19180 mapped by function-key-map to a printing char, call
19181 isearch-process-search-char directly.
19182
19183 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19184
19185 * emacs-lisp/bytecomp.el:
19186 * frame.el:
19187 * international/mule-cmds.el:
19188 * international/mule-util.el:
19189 * international/mule.el:
19190 * mouse.el:
19191 * subr.el:
19192 * faces.el: Update calls to make-obsolete with a WHEN argument.
19193
19194 * byte-run.el (make-obsolete, make-obsolete-variable):
19195 Add an optional WHEN argument and change the format of the
19196 symbol-property information.
19197 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19198 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19199 new obsolete-symbol-property format and print WHEN if it is provided.
19200
19201 2000-05-31 Dave Love <fx@gnu.org>
19202
19203 * loadhist.el (loadhist-hook-functions): Remove
19204 before-change-function, after-change-function.
19205 (unload-feature): Deal with symbols which are both bound and
19206 fbound.
19207
19208 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19209 before-change-function, after-change-function.
19210
19211 * simple.el (newline): Don't bind before-change-function,
19212 after-change-function.
19213
19214 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19215
19216 * whitespace.el (whitespace-rescan-timer-time): Update interval
19217 set to 600 seconds (10 minutes) instead of 60 seconds since
19218 a large number of whitespace buffers causes emacs to `freeze'
19219 for a considerable amount of time.
19220
19221 * whitespace.el: Updated email address
19222
19223 2000-05-31 Dave Love <fx@gnu.org>
19224
19225 * add-log.el (change-log-font-lock-keywords) <function>: Add
19226 pattern for function of change.
19227 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19228 acknowledgements patterns.
19229
19230 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19231
19232 * isearch.el (isearch-printing-char): If keyboard coding system is
19233 being used, call isearch-process-search-multibyte-characters.
19234
19235 * international/isearch-x.el: Mostly rewritten.
19236
19237 * international/quail.el (quail-start-conversion): Don't include
19238 unhandled events in the returned events, but set them in
19239 unread-command-events. Exit if all inputs are deleted.
19240
19241 2000-05-30 Jason Rumney <jasonr@gnu.org>
19242
19243 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19244
19245 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19246 Reenable code to create initial fontsets.
19247 Use set-fontset-font in place of put-charset-property.
19248
19249 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19250
19251 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19252 label, ensure that the first colon isn't followed by another.
19253
19254 * paths.el (Info-default-directory-list): Doc fix.
19255
19256 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19257 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19258 send a query containing USER only, not USER@HOST.
19259
19260 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19261 and rmail-msgend to compute the restriction at the end, instead of
19262 computing it.
19263
19264 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19265
19266 * dabbrev.el (dabbrev-expand): Don't display messages in the
19267 echo area if the minibuffer window is active.
19268
19269 * jit-lock.el (jit-lock-mode): Add after change function to
19270 local hook.
19271
19272 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19273
19274 * antlr-mode.el: New commands: hide/unhide actions,
19275 upcase/downcase literals.
19276 (antlr-tiny-action-length): New user option.
19277 (antlr-hide-actions): New command. Suggested by
19278 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19279 (antlr-mode-map): New binding [C-c C-v].
19280 (antlr-mode-menu): New entries.
19281 (antlr-downcase-literals): New command.
19282 (antlr-upcase-literals): Ditto.
19283
19284 * antlr-mode.el: Minor changes: indendation, mode-name.
19285 (antlr-indent-line): Indent cpp directive at column 0.
19286 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19287
19288 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19289 (antlr-font-lock-additional-keywords): Workaround for intentional
19290 bug in XEmacs version of font-lock.
19291 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19292 be used by a smarter version of `buffers-menu-grouping-function'.
19293
19294 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19295
19296 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19297 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19298
19299 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19300
19301 * international/encoded-kb.el
19302 (encoded-kbd-iso2022-designation-map): Pay attention to that
19303 charset-iso-final-char return -1 for eight-bit-control and
19304 eight-bit-graphic.
19305
19306 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19307
19308 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19309 (speedbar-easymenu-definition-base): Use display-graphic-p where
19310 available, instead of window-system.
19311
19312 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19313
19314 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19315 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19316 coding systems.
19317
19318 2000-05-26 Dave Love <fx@gnu.org>
19319
19320 * disp-table.el (standard-display-underline): Don't use
19321 internal-find-face.
19322
19323 * mail/reporter.el: Maintainer change. Doc fixes.
19324 (reporter-version): Deleted.
19325
19326 * emacs-lisp/elp.el: Maintainer change.
19327 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19328
19329 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19330
19331 * add-log.el (add-change-log-entry): Merge the current entry with the
19332 previous one if the previous one is empty.
19333
19334 2000-05-26 Dave Love <fx@gnu.org>
19335
19336 * loadhist.el (unload-feature): Fix interactive spec [from
19337 lijnzaad@ebi.ac.uk].
19338
19339 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19340 subr-arity to check primitives.
19341 (byte-compile-flush-pending, byte-compile-file-form-progn)
19342 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19343 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19344 mapcar.
19345
19346 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19347
19348 * international/fontset.el: Set family names of non-latin charsets
19349 in default fontset to "*".
19350
19351 * international/mule-diag.el (print-fontset): Combine family part
19352 and registry part of the fontname by "-*-" instead of "-".
19353
19354 * international/mule-cmds.el (encode-coding-char): Make strings
19355 multibyte before calling encode-coding-string.
19356
19357 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19358
19359 * derived.el: Fix keywords.
19360 (define-derived-mode): Only define if needed.
19361
19362 * simple.el (fill-comment, comment-column, comment-start)
19363 (comment-start-skip, comment-end, comment-indent-function)
19364 (block-comment-start, block-comment-end, indent-for-comment)
19365 (set-comment-column, kill-comment, comment-padding, comment-region)
19366 (comment-multi-line, indent-new-comment-line): Remove.
19367
19368 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19369 function names for comment operations.
19370
19371 * newcomment.el: Add abundant autoload cookies.
19372 (comment-style): Don't depend on runtime data at compile-time.
19373 (comment-indent-hook): Remove.
19374 (comment-indent): Check if comment-indent-hook is bound.
19375 (comment-region): Docstring fix.
19376
19377 2000-05-25 Dave Love <fx@gnu.org>
19378
19379 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19380 byte-code-function-p.
19381
19382 * mail/rmailsum.el: Add provide.
19383
19384 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19385
19386 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19387 defcustom.
19388
19389 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19390
19391 * ediff-diff.el (ediff-exec-process): delete --binary option from
19392 non-buffer ediff jobs.
19393
19394 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19395
19396 * hilit-chg.el (highlight-changes-mode): Ask about color or
19397 grayscale support, not about window-system.
19398
19399 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19400 window-system.
19401 (ffap-highlight): Always default to t.
19402
19403 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19404 display-popup-menus-p instead of looking at window-system.
19405
19406 * disp-table.el (standard-display-g1, standard-display-graphic):
19407 Only refuse to use string glyphs on X and MS-Windows.
19408
19409 * avoid.el: Remove window-system from commentary, suggest to use
19410 display-*-p instead.
19411
19412 * apropos.el (apropos-print): Use display-mouse-p instead of
19413 window-system.
19414
19415 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19416
19417 * international/codepage.el (cp-decoding-vector-for-codepage):
19418 Fill up unsupported characters with their own codes. From Kenichi
19419 Handa.
19420
19421 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19422
19423 * international/mule-diag.el (describe-char-after): Use
19424 display-graphic-p instead of window-system, so that this function
19425 works on MS-DOS.
19426
19427 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19428
19429 * international/codepage.el (cp-make-coding-systems-for-codepage):
19430 Remove the eight-bit-graphic and eight-bit-control charsets from
19431 the list of charsets which we convert into `?'.
19432
19433 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19434
19435 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19436 private charsets.
19437 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19438 japanese-jisx0213-2): New charsets.
19439
19440 * international/fontset.el: Setup default fontset for new charsets.
19441
19442 2000-05-24 Dave Love <fx@gnu.org>
19443
19444 * info.el (Info-find-node-2): Restructure [following "Vadim
19445 S. Solomin" <sovs@uic.nnov.ru>].
19446
19447 * icomplete.el: Fix header for Finder.
19448
19449 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19450
19451 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19452 STAY.
19453
19454 * rmail.el (rmail-automatic-folder-directives): New user variable.
19455 (rmail-show-message): Add call to `rmail-auto-file' during
19456 display.
19457 (rmail-auto-file): New function.
19458
19459 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19460
19461 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19462 account.
19463 (ediff-test-utility,ediff-diff-mandatory-option)
19464 (ediff-reset-diff-options): Utilities for proper initialization of
19465 ediff-diff-options and ediff-diff3-options on Windows.
19466
19467 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19468 variable.
19469
19470 * ediff-mult.el (ediff-filegroup-action): Use
19471 ediff-merge-filename-prefix.
19472
19473 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19474
19475 * viper-ex.el (ex-write): Set selective display to nil.
19476
19477 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19478
19479 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19480 aliases for hebrew-iso-8bit.
19481
19482 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19483
19484 * woman.el: New version from Francis J. Wright
19485 <F.J.Wright@Maths.QMW.ac.uk>.
19486 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19487 names in environment variables regardless of the path separator.
19488 (woman-topic-all-completions-1): Don't call file-name-directory-p
19489 on all files, since woman-file-regexp already filters out any
19490 directories.
19491
19492 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19493
19494 * international/quail.el (quail-start-translation): Don't change
19495 modified-p of the current buffer.
19496 (quail-start-conversion): Likewise.
19497
19498 * international/kkc.el (kkc-region): Don't change modified-p of
19499 the current buffer.
19500
19501 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19502 conform to RFC1468.
19503 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19504
19505 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19506
19507 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19508 (speedbar-insert-button): Invisible text property fix.
19509 (speedbar-directory-plus): Renamed from speedbar-directory-+
19510 (speedbar-directory-minus): Renamed from speedbar-directory--
19511 (speedbar-page-plus): Renamed from speedbar-file-+
19512 (speedbar-page-minus): Renamed from speedbar-file--
19513 (speedbar-page): Renamed from speedbar-file-
19514 (speedbar-tag): Renamed from speedbar-tag-
19515 (speedbar-tag-plus): Renamed from speedbar-tag-+
19516 (speedbar-tag-minus): Renamed from speedbar-tag--
19517 (speedbar-expand-image-button-alist): Use above renames.
19518
19519 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19520 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19521 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19522 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19523 * sb-pg.xpm: Renamed from sb-file.xpm
19524 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19525 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19526
19527 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19528
19529 * international/quail.el (quail-show-guidance-buf): Set
19530 current-input-method of the guidance buffer to the name of the
19531 curren input method.
19532
19533 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19534
19535 * progmodes/compile.el (compile-internal): Style typo.
19536
19537 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19538 quote vars and functions in the docstring.
19539
19540 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19541
19542 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19543 Don't quote lambdas.
19544
19545 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19546
19547 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19548
19549 * startup.el (command-line): Determine source file of compiled
19550 user init file differently. Warn if compiled user init file
19551 is older than its source file.
19552
19553 * ffap.el (ffap-url-regexp): Add `https'.
19554
19555 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19556
19557 * files.el (make-backup-file-name-1): Replace slashes with `!'
19558 rather than `|' (which is not allowed on Windows). Replace the
19559 drive letters with a string "drive_X".
19560
19561 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19562
19563 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19564
19565 * files.el (interpreter-mode-alist): Add `bash2'.
19566
19567 2000-05-22 Dave Love <fx@gnu.org>
19568
19569 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19570 mapc.
19571 (feature-file): Avoid calling symbol-name. Doc fix.
19572 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19573 (loadhist-hook-functions): Add mouse-position-function.
19574 (unload-feature): Change uses of mapcar.
19575
19576 * files.el (parse-colon-path): Doc fix.
19577 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19578 (set-auto-mode): Use mapc.
19579
19580 * complete.el (PC-look-for-include-file): Use :alnum: character
19581 class.
19582 (partial-completion-mode): Add autoload cookie.
19583
19584 2000-05-22 Sam Steingold <sds@gnu.org>
19585
19586 * info.el (Info-fontify-node): Fixed the call to
19587 `add-text-properties' (bug introduced on 2000-05-18).
19588
19589 2000-05-22 Dave Love <fx@gnu.org>
19590
19591 * bindings.el: Remove debug-ignored-errors set in other files.
19592
19593 * progmodes/etags.el: Add to debug-ignored-errors.
19594 (visit-tags-table-buffer): Clear out buffers holding old tables
19595 when making a new list.
19596 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19597 mapc.
19598
19599 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19600 quote keywords.
19601 (cmpl-string-case-type): Use character classes.
19602
19603 * comint.el:
19604 * textmodes/ispell.el:
19605 * imenu.el:
19606 * mail/mh-e.el:
19607 * progmodes/compile.el: Add to debug-ignored-errors.
19608
19609 * dabbrev.el: Add to debug-ignored-errors.
19610 (dabbrev-completion): Use mapc.
19611
19612 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19613
19614 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19615 (woman-mapcan, woman-parse-man.conf)
19616 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19617 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19618 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19619 path syntax better.
19620 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19621 (woman-manpath): Call woman-parse-man.conf.
19622 (woman-emulation): New defcustom, defaults to nroff.
19623 (woman-font-support): New defconst.
19624 (woman-use-symbol-font): New defcustom.
19625 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19626 "Emulation".
19627 Many functions: Doc fix.
19628
19629 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19630
19631 * international/quail.el (quail-simple-translation-keymap): Map
19632 128..255 to quail-self-insert-command.
19633 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19634
19635 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19636
19637 * help.el (help-manyarg-func-alist): Typo.
19638
19639 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19640 intervals which makes it heaps simpler.
19641
19642 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19643 the nested comment markers.
19644
19645 * subr.el (remove-hook): Don't turn the hook's value into a list.
19646
19647 2000-05-21 Dave Love <fx@gnu.org>
19648
19649 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19650 are invalid characters.
19651
19652 * international/mule-util.el (detect-coding-with-priority): Use
19653 mapc. Remove redundant lambda.
19654
19655 * international/mule-diag.el (list-non-iso-charset-chars)
19656 (describe-fontset): Remove redundant lambda.
19657
19658 * emulation/crisp.el (brief-mode): New alias.
19659
19660 * emacs-lisp/ring.el (ring-elements): New function.
19661
19662 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19663 (easy-menu-do-add-item): Use keywordp.
19664
19665 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19666
19667 * replace.el: Doc and error message fixes.
19668 (replace-highlight): Use facep, not internal-find-face.
19669
19670 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19671
19672 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19673
19674 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19675 (log-edit-insert-changelog): Drop `:' as well.
19676
19677 * log-view.el: Fix file description.
19678 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19679 available.
19680 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19681 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19682
19683 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19684 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19685 Print a status message if the toggle is called interactively.
19686 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19687 for global minor modes and use `defcustom' for them.
19688 Use add-minor-mode.
19689 (easy-mmode-define-derived-mode): Remove.
19690 (define-derived-mode): Fancier default docstring.
19691 (easy-mmode-define-navigation): Signal an error rather than (ding).
19692
19693 * newcomment.el (comment-styles): New `box-multi'.
19694 (comment-normalize-vars): Better default for comment-continue to
19695 avoid whitespace-only continuations.
19696 (comment-search-forward): Always move even in the no-syntax case.
19697 (comment-padright): Only obey N if it's only obeyed for padleft.
19698 (comment-make-extra-lines): Better handling of empty continuations.
19699 Use `=' for the filler if comment-start has only one character.
19700 (uncomment-region): Try handling the special `=' filler.
19701 (comment-region): Allow LINES even if MULTI is nil.
19702 (comment-box): Choose box style based on comment-style.
19703
19704 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19705
19706 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19707 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19708
19709 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19710
19711 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19712 and insert, not subst-char-in-region.
19713
19714 * international/mule-diag.el (list-character-sets-1): Handle
19715 charsets eight-bit-control and eight-bit-graphic.
19716 (list-iso-charset-chars): Likewise.
19717 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19718 charactes as is. Use indent-to to align characters.
19719
19720 * international/mule-cmds.el (find-multibyte-characters): Never
19721 exclude charsets eight-bit-control and eight-bit-graphic.
19722
19723 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19724
19725 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19726 Don't quote lambdas.
19727
19728 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19729
19730 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19731
19732 * gud.el (gud-jdb-directories): Doc fix.
19733
19734 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19735
19736 * newcomment.el: New file.
19737
19738 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19739
19740 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19741
19742 2000-05-18 Andreas Schwab <schwab@suse.de>
19743
19744 * dired.el (dired-between-files): Also skip lines beginning with
19745 `used'.
19746
19747 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19748
19749 * msb.el (msb-menu-cond): Add choice `user'.
19750
19751 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19752
19753 * ps-print.el: Compatibility, customization and doc fix.
19754 (ps-printer-name-option): Replace defconst by defvar.
19755 (ps-postscript-code-directory): XEmacs compatibility.
19756 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19757 fix.
19758 (ps-user-defined-prologue, ps-print-prologue-header)
19759 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19760 compatibility and code fix.
19761 (ps-print-background-image, ps-print-background-text):
19762 Customization fix.
19763 (ps-line-number-start, ps-n-up-on): New vars.
19764
19765 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19766
19767 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19768 the indent-comment function to just return the appropriate indent.
19769
19770 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19771
19772 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19773 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19774 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19775
19776 2000-05-18 Dave Love <fx@gnu.org>
19777
19778 * info.el (Info-fontify-node): Add intangible property as well as
19779 invisible.
19780
19781 * calendar/appt.el (appt-make-list): Match all lines of entry.
19782 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19783
19784 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19785
19786 * international/mule-diag.el (describe-char-after): Call
19787 internal-char-font, not char-font. If internal-char-font returns
19788 nil, display "-- none --".
19789
19790 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19791
19792 * image.el (image-type-available-p): Don't reference image-types
19793 if it isn't bound.
19794
19795 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19796
19797 * autoarg.el (autoarg-mode): Typo in the :set argument.
19798
19799 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19800
19801 * startup.el (command-line-1): Don't signal an error if the
19802 directory for auto-save-list files does not yet exist.
19803
19804 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19805
19806 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19807
19808 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19809
19810 * subr.el (remove-hook): `setq' hook-value, not `set'.
19811
19812 2000-05-16 Sam Steingold <sds@gnu.org>
19813
19814 * info.el (debug-ignored-errors): More errors to ignore.
19815
19816 2000-05-16 Dave Love <fx@gnu.org>
19817
19818 * cus-edit.el: Don't require cl or easymenu.
19819 (custom-variable-prompt): Test standard-value property, not
19820 user-variable-p.
19821
19822 2000-05-16 Sam Steingold <sds@gnu.org>
19823
19824 * subr.el (add-hook): `setq' hook-value, not `set'.
19825
19826 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19827
19828 * startup.el (command-line-1): Mention the FAQ in the startup
19829 message.
19830
19831 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19832
19833 * progmodes/compile.el (compilation-parse-errors): Collect
19834 `nomessage' regexps last.
19835
19836 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19837
19838 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19839 to the function name.
19840
19841 2000-05-15 Dave Love <fx@gnu.org>
19842
19843 * speedbar.el (speedbar-recenter): Typo.
19844 (speedbar-expand-line): Make arg optional.
19845 (speedbar-mode): Avoid a compiler warning.
19846
19847 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19848
19849 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19850 user-specified option string is empty.
19851
19852 * mouse.el (mouse-yank-at-click): Doc fix.
19853
19854 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19855
19856 * term/internal.el (IT-character-translations): More updates of
19857 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19858 documents.
19859
19860 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19861
19862 * env.el (getenv): New function, interactively callable.
19863 (setenv, getenv): Remove autoload cookies.
19864
19865 * loadup.el: Load `env'.
19866
19867 * progmodes/f90.el: Change author's mail address.
19868
19869 2000-05-14 Dave Love <fx@gnu.org>
19870
19871 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19872 goto-addr as an option.
19873
19874 * help.el (help-xref-stack): Doc fix.
19875 (help-xref-following): New variable.
19876 (help-make-xrefs): Use it.
19877 (help-xref-go-back): Use position information from stack element.
19878 (help-follow): Make position in stack element a pair. Use
19879 help-xref-following.
19880
19881 * autoarg.el: New file.
19882
19883 * faces.el: Declare more functions obsolete.
19884
19885 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19886 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19887 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19888 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19889 Remove all the setup-...-environment functions.
19890
19891 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19892
19893 * speedbar.el: Updated the commentary section. xemacs20p now uses
19894 >= when detecting. Require `defimage' safely.
19895 (speedbar-easymenu-definition-base): Add toggle for images.
19896 (speedbar-easymenu-definition-special): Add flush cache & expand.
19897 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19898 (speedbar-reconfigure-keymaps-hook): New variable.
19899 (speedbar-frame-parameters): Updated documentation.
19900 (speedbar-use-imenu-flag): Updated custom tag
19901 (speedbar-dynamic-tags-function-list): New variable.
19902 (speedbar-tag-hierarchy-method): Updated doc & custom.
19903 (speedbar-indentation-width, speedbar-indentation-width) New
19904 variables.
19905 (speedbar-hide-button-brackets-flag): Customizable.
19906 (speedbar-vc-indicator): Doc update.
19907 (speedbar-ignored-path-expressions): Updated default value.
19908 (speedbar-supported-extension-expressions): Updated default value.
19909 (speedbar-syntax-table): Remove {} paren status.
19910 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19911 as "+". Added overlay aliases.
19912 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19913 `force-mode-line-update'.
19914 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19915 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19916 `mouse-set-point'
19917 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19918 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19919 of arbitrary text, and new helper functions.
19920 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19921 filename finder.
19922 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19923 (speedbar-directory-buttons): Update path search/expansion.
19924 (speedbar-make-tag-line): Pay attention to
19925 `speedbar-indentation-width'. Use more care w/ invisible
19926 properties.
19927 (speedbar-change-expand-button-char): Call
19928 `speedbar-insert-image-button-maybe'.
19929 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19930 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19931 (speedbar-trim-words-tag-hierarchy)
19932 (speedbar-simple-group-tag-hierarchy): New functions
19933 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19934 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19935 functions.
19936 (speedbar-mouse-set-point): New function
19937 (speedbar-power-click): Updated documentation.
19938 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19939 of tag prefix text.
19940 (speedbar-expand-line, speedbar-contract-line): Make more robust
19941 to strange text.
19942 (speedbar-expand-line): Takes universal argument to flush the
19943 cache.
19944 (speedbar-flush-expand-line): New function.
19945 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19946 Use new generator insertion method.
19947 (speedbar-fetch-dynamic-tags): New function.
19948 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19949 `speedbar-fetch-dynamic-imenu'.
19950 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19951 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19952 "Revert Buffer" menu items.
19953 (speedbar-buffer-buttons-engine): Be smarter when creating a
19954 filename tag (for expansion purposes.).
19955 (speedbar-highlight-one-tag-line,
19956 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19957 (speedbar-recenter): New functions.
19958 (defimage-speedbar): Image loading abstraction.
19959 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19960 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19961 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19962 (speedbar-tag-type, speedbar-tag-mail): New images.
19963 (speedbar-expand-image-button-alist): New variable.
19964 (speedbar-insert-image-button-maybe): Insert an image over some
19965 buttons.
19966
19967 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19968
19969 * international/mule-cmds.el (encode-coding-char): An ASCII
19970 character is always encodable.
19971
19972 * international/mule-conf.el: Add more information in descriptions
19973 of character sets.
19974
19975 * international/mule-diag.el (describe-char-after): New function.
19976 (describe-font-internal): Adjusted for the change of font-info.
19977 (describe-font): Likewise.
19978 (print-fontset): Rewritten for the new fontset implementation.
19979 (describe-fontset): Include fontset alias names in completion.
19980 (list-fontsets): Adjusted for the change of print-fontset.
19981
19982 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19983 describe-char-after instead of displaying the detail in the echo
19984 area.
19985 (syntax-code-table): Format changed.
19986 (string-to-syntax): Adjusted for the above change.
19987
19988 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19989
19990 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19991
19992 2000-05-12 Dave Love <fx@gnu.org>
19993
19994 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19995 dependence. Use line-{beginning,end}-position, not
19996 point-at{b,e}ol. Some doc fixes.
19997 (todo-position): New function. Fix callers of position to use it.
19998 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19999
20000 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20001
20002 * time.el (display-time-mail-icon): Use `:ascent center'.
20003
20004 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20005 handling FTP security extensions.
20006
20007 2000-05-11 Dave Love <fx@gnu.org>
20008
20009 * calendar/todo-mode.el: New file.
20010
20011 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20012
20013 * comint.el (comint-read-input-ring): Move reference to
20014 comint-input-ring-size outside of the save-excursion. It was
20015 causing the default value to be the only one ever seen.
20016
20017 * font-lock.el: Update copyright. Remove Simon Marshall's email
20018 address on request from him.
20019
20020 * subr.el (substitute-key-definition): Add comment describing
20021 the meaning of PREFIX.
20022
20023 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20024
20025 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20026
20027 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20028 (add-minor-mode): Don't make the variable buffer-local and add a
20029 reference to define-minor-mode in the docstring.
20030
20031 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20032 HEADER/FOOTER and fix bug with trailing empty directory.
20033 (cvs-append-to-ignore): Use vc-editable-p if available.
20034 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20035 (vc-do-command): Tweak advice to handle the new VC.
20036
20037 * log-view.el (log-view-goto-rev): New function for the new VC.
20038 (log-view-minor-wrap): Use mark-active.
20039
20040 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20041 (log-edit-changelog-full-paragraphs): New var.
20042 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20043 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20044 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20045 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20046 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20047 Replace the `cvs' prefix with `log-edit'.
20048
20049 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20050
20051 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20052 (diff-font-lock-defaults): Explicitly turn off multiline.
20053 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20054 (diff-ediff-patch): Fix call to ediff-patch-file.
20055 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20056 Handle comments.
20057
20058 * frame.el (automatic-hscrolling): Typo.
20059
20060 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20061
20062 2000-05-09 Sam Steingold <sds@goems.com>
20063
20064 * apropos.el (apropos-print): use `describe-face' instead of
20065 `customize-face-other-window'.
20066
20067 2000-05-09 Dave Love <fx@gnu.org>
20068
20069 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20070
20071 * help.el (describe-variable): Have customize button pop the
20072 help-xref stack when invoked.
20073 (help-xref-symbol-regexp): Add `face'.
20074 (help-make-xrefs): Check for quoted face names and adapt regexp
20075 submatch numbers to cope.
20076 (help-xref-interned): Maybe insert face doc too. Separate
20077 sections with a line of hyphens.
20078
20079 * faces.el: Some doc fixes. Declare some functions obsolete.
20080 (describe-face): Add customize button. Return the help
20081 text. Fix prompt.
20082
20083 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20084
20085 * term/internal.el (IT-character-translations): Fix last change.
20086
20087 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20088
20089 * woman.el: New file
20090 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20091
20092 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20093
20094 * term/internal.el (IT-character-translations): Update ASCII
20095 simulations for greek-iso8859-7, add latin-iso8859-14 and
20096 latin-iso8859-15.
20097
20098 * international/mule-cmds.el (set-language-info-alist): Call
20099 define-prefix-command with 3 arguments, to make the map suitable
20100 for a menu.
20101
20102 2000-05-07 Dave Love <fx@gnu.org>
20103
20104 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20105
20106 2000-05-05 Dave Love <fx@gnu.org>
20107
20108 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20109 list in doc string. Don't quote keyword symbols.
20110 * emacs-lisp/cl.el: Likewise
20111 * emacs-lisp/cl-seq.el: Likewise
20112
20113 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20114
20115 * abbrev.el (abbrev-mode): Make ARG optional.
20116
20117 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20118
20119 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20120
20121 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20122
20123 * subr.el (substitute-key-definition): Clarify documentation.
20124
20125 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20126
20127 * glasses.el (glasses-convert-to-unreadable): Use
20128 `glasses-separator' instead of the hard-wired "_".
20129 (glasses-mode): Call `glasses-make-unreadable' only in a single
20130 place.
20131
20132 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20133
20134 * term/internal.el (cjk-codepages-alist): Add associations for
20135 Chinese and Korean codepages. Remove FIXME comment.
20136
20137 2000-05-03 Dave Love <fx@gnu.org>
20138
20139 * time.el (display-time-mail-face, display-time-use-mail-icon):
20140 New option.
20141 (display-time-mail-icon): New variable.
20142 (display-time-string-forms): Use the above. Fix the local-map.
20143
20144 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20145
20146 * replace.el (query-replace-map): Add binding for `E'.
20147 (query-replace-help): Extend help text.
20148 (perform-replace): Allow editing the replacement string.
20149
20150 * make-mode.el (makefile-mode-abbrev-table): New variable.
20151 (makefile-mode): Set local abbrev table to
20152 makefile-mode-abbrev-table.
20153 (makefile-font-lock-keywords): Fontify includes and conditionals.
20154
20155 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20156 set TOGGLE's value.
20157
20158 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20159 mail-interactive-insert-alias.
20160 (mail-abbrev-complete-alias): New command.
20161 (mail-mode-map): Bind it to `M-TAB'.
20162
20163 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20164
20165 * language/lao-util.el (lao-compose-region): New function.
20166
20167 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20168
20169 * files.el (recover-session): Make directories as necessary
20170 if they don't exist yet.
20171
20172 * calendar/cal-french.el
20173 (french-calendar-multibyte-special-days-array)
20174 (french-calendar-special-days-array): Change French text.
20175 (calendar-french-date-string): Change output.
20176 (calendar-goto-french-date): Likewise.
20177
20178 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20179
20180 * wid-edit.el (widget-default-active): Obey `:always-active'.
20181 (widget-documentation-string-value-create): Set `:always-active'.
20182
20183 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20184
20185 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20186 default prefix to `~/_emacs.d/auto-save.list/_s'.
20187 (normal-top-level): Create the directory for auto-save files, if
20188 it doesn't already exist (in the ms-dos case only).
20189
20190 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20191
20192 * international/mule-cmds.el (set-language-environment): Don't
20193 concat an integer (dos-codepage), use format instead.
20194
20195 2000-05-02 Dave Love <fx@gnu.org>
20196
20197 * help.el (help-xref-on-pp): Check for constant symbols.
20198
20199 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20200
20201 * startup.el (normal-top-level): Put a condition-case around
20202 the code loading subdirs.el.
20203
20204 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20205
20206 * ps-print.el: Upside-down and face background color printing,
20207 line number step, doc fix.
20208 (ps-print-version): New version number (5.2).
20209 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20210 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20211 (ps-spool-config): Var fix.
20212 (ps-printer-name-option): Const fix.
20213 (ps-print-upside-down, ps-use-face-background)
20214 (ps-line-number-step): New vars.
20215 (ps-window-system, ps-lp-system): New consts.
20216 (ps-face-background): New fun.
20217
20218 2000-04-28 Richard Stallman <rms@gnu.org>
20219
20220 * files.el (make-auto-save-file-name):
20221 Apply auto-save-file-name-transforms to visited file name
20222 before generating auto save file name.
20223 (auto-save-file-name-transforms): New variable.
20224
20225 * files.el (backup-enable-predicate):
20226 Correctly test for a file under a temporary directory.
20227
20228 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20229
20230 * subr.el (add-minor-mode): Rewritten.
20231
20232 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20233
20234 * mail/sendmail.el (sendmail-send-it): Set
20235 buffer-file-coding-system to the selected coding system for MIME
20236 header.
20237
20238 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20239
20240 * dired.el (dired-move-to-filename-regexp): Allow format where
20241 YYYY is followed by two spaces.
20242
20243 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20244 in the second character class of the regexp.
20245
20246 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20247 mh-etc, too.
20248
20249 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20250 nil.
20251
20252 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20253
20254 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20255 argument.
20256
20257 2000-04-27 Sen Nagata <sen@eccosys.com>
20258
20259 * emacs-lisp/crm.el (crm-completion-table): New variable.
20260 (crm-collection-fn, crm-test-completion)
20261 (completing-read-multiple): Use it.
20262
20263 2000-04-27 Dave Love <fx@gnu.org>
20264
20265 * help.el (locate-library): Use mapc.
20266 (help-manyarg-func-alist): Add call-process-region.
20267
20268 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20269
20270 * subr.el (add-minor-mode): Make argument MAP optional.
20271
20272 * desktop.el (desktop-save): Save list of minor modes.
20273 (desktop-create-buffer): Restore minor modes.
20274 (desktop-minor-mode-table): New user-option.
20275
20276 * subr.el (add-minor-mode): New function.
20277
20278 * image.el (find-image): New function.
20279 (defimage): Rewritten to find image at load time.
20280
20281 * startup.el (normal-top-level-add-to-load-path): Handle
20282 case that the default directory is not in load-path.
20283
20284 * help.el: Old patch from Stefan Monnier.
20285 (help-xref-on-pp): New function.
20286 (describe-variable): Use it to display xrefs in a symbol's value.
20287
20288 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20289
20290 * cus-edit.el (custom-face): Fix parenthesis.
20291
20292 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20293
20294 * mail/rmail.el (rmail-expunge): When there are no deleted
20295 messages, do nothing.
20296
20297 2000-04-26 Dave Love <fx@gnu.org>
20298
20299 * international/mule-cmds.el (locale-translation-file-name):
20300 Defvar to nil.
20301 (set-locale-environment): Set it here (at runtime).
20302
20303 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20304
20305 * replace.el (perform-replace): Add parameters START and END. Use
20306 them instead of the check for a region in Transient Mark mode.
20307 (query-replace-read-args): Return two more list elements for the
20308 start and end of the region in Transient Mark mode.
20309 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20310 (map-query-replace-regexp, replace-string, replace-regexp): Add
20311 optional last arguments START and END and pass them to
20312 perform-replace.
20313
20314 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20315 form with additional arguments for perform-replace.
20316
20317 * progmodes/etags.el (tags-query-replace): Add parameters START
20318 and END. Construct a form with additional arguments for
20319 perform-replace.
20320
20321 * simple.el (shell-command): Set default directory for "*Shell
20322 Command Output" buffer.
20323
20324 * language/european.el (iso-latin-4): Fix typo.
20325
20326 * emacs-lisp/crm.el: New file.
20327
20328 2000-04-24 Dave Love <fx@gnu.org>
20329
20330 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20331 (Custom-reset-saved, Custom-reset-standard)
20332 (custom-group-value-create, custom-group-set, custom-group-save)
20333 (custom-group-reset-current, custom-group-reset-saved)
20334 (custom-group-reset-standard): Use mapc.
20335 (custom-buffer-create-internal): Disable undo when creating items.
20336 Use mapc.
20337 (custom-face): Avoid redundant lambda.
20338
20339 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20340
20341 * startup.el (auto-save-list-file-prefix): Set default to
20342 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20343
20344 2000-04-24 Sam Steingold <sds@gnu.org>
20345
20346 * time-stamp.el (time-stamp-string-preprocess): Always convert
20347 `field-result' to a string.
20348
20349 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20350
20351 * frame.el (scrolling): New group.
20352 (automatic-hscrolling): New user-option.
20353
20354 * startup.el (command-line-x-option-alist): Add `-lsp' and
20355 `--line-spacing'.
20356
20357 2000-04-19 Dave Love <fx@gnu.org>
20358
20359 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20360 (cl-mapc): Rename from mapc. Fix the funcall.
20361
20362 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20363
20364 * simple.el (clone-indirect-buffer-other-window): New command.
20365 (clone-indirect-buffer): Add optional arg NORECROD.
20366 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20367
20368 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20369
20370 * window.el (count-screen-lines): New function.
20371 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20372 instead of window-buffer-height.
20373
20374 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20375 non-existing variable comint-input-sentinel.
20376 (inferior-lisp-args-to-list): Removed.
20377 (inferior-lisp): Use split-string instead of
20378 inferior-lisp-args-to-list.
20379
20380 * hexl.el (hexl-insert-hex-string): New command.
20381
20382 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20383 instead of concat.
20384
20385 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20386
20387 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20388 at the start of an existing but empty folder.
20389
20390 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20391
20392 * ps-mule.el: Customization fix, doc fix.
20393 (ps-multibyte-buffer): Customization fix.
20394
20395 2000-04-17 Richard M. Stallman <rms@gnu.org>
20396
20397 * subr.el (read-passwd): Use read-char-exclusive.
20398
20399 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20400
20401 * textmodes/texinfo.el (texinfo-insert-@email)
20402 (texinfo-insert-@emph, texinfo-insert-@quotation)
20403 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20404 (texinfo-mode-map): Add key bindings for them.
20405
20406 * files.el (basic-save-buffer-2): Use a template with `$'
20407 instead of `#' for VMS.
20408
20409 * simple.el (clone-indirect-buffer): New function.
20410
20411 2000-04-16 Stephen Eglen <stephen@gnu.org>
20412
20413 * iswitchb.el (iswitchb-case): New function. If the user input
20414 contains any upper-case characters, the search is made
20415 case-sensitive.
20416
20417 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20418
20419 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20420 comment-end.
20421 (texinfo-font-lock-syntactic-keywords): New var.
20422 (texinfo-font-lock-keywords): Remove comment regexp.
20423 (texinfo-insert-block): New function.
20424 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20425 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20426 and font-lock-defaults. Use regexp-opt for outline-regexp.
20427 (texinfo-environments): New var.
20428 (texinfo-environment-regexp): Use regexp-opt and
20429 texinfo-environments.
20430
20431 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20432 ispell-process is bound since this might be eval'd before ispell
20433 is loaded.
20434 (ispell-message): Use a tiny bit less magic and a bit more hard
20435 data to figure out what kind of sc-cite-regexp to use.
20436
20437 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20438
20439 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20440 (insert-cyclic-diary-entry): Unquote the lambda.
20441
20442 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20443
20444 * files.el (backup-enable-predicate): Unquote the lambda.
20445
20446 * cus-edit.el (custom-face, face): Unquote the lambda.
20447
20448 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20449
20450 * ps-print.el: Check for line-beginning-position definition.
20451
20452 * ps-print.el: Fix counting lines in a region.
20453 (ps-print-version): New version number (5.1.5).
20454 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20455 (ps-printing-region): Fun code fix.
20456
20457 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20458
20459 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20460 to file-directory-p.
20461
20462 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20463
20464 * gud.el (gud-jdb-build-source-files-list): Check that directory
20465 exists before calling directory-files.
20466
20467 2000-04-13 Dave Love <fx@gnu.org>
20468
20469 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20470 syntax.
20471
20472 * emacs-lisp/cl-specs.el: Remove when, unless.
20473
20474 * emacs-lisp/cl-extra.el: Don't quote keywords.
20475 (cl-old-mapc): New variable.
20476 (mapc): Use it.
20477 (cl-map-intervals): Use with-current-buffer. Don't check for
20478 next-property-change.
20479 (cl-map-overlays): Use with-current-buffer.
20480 (cl-expt): Remove.
20481 (copy-tree, remprop): Define unconditionally.
20482
20483 * emacs-lisp/cl-compat.el (keywordp): Remove.
20484
20485 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20486 to use keywordp.
20487 (edebug-spec): Enable keywordp.
20488
20489 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20490 string-lessp.
20491
20492 * cus-start.el: Use keywordp.
20493
20494 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20495
20496 * diary-lib.el (include-other-diary-files): Fix the fix of
20497 2000-02-18 by doing a save-excursion.
20498
20499 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20500
20501 * ps-print.el: Customization fix, doc fix.
20502 (ps-print-version): New version number (5.1.4).
20503 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20504 (ps-print-preprint): Adjust code.
20505 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20506 (ps-print-prologue-header, ps-print-control-characters)
20507 (ps-spool-config): Customization fix.
20508
20509 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20510
20511 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20512 converted to the new menu-item format, names silightly changed,
20513 help strings added.
20514
20515 Support for spelling without async subprocesses:
20516
20517 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20518 (ispell-session-buffer): New variables.
20519 (ispell-start-process, ispell-process-status,
20520 ispell-accept-output, ispell-send-string): New functions, for
20521 Ispell invocation when async subprocesses aren't supported.
20522 (ispell-word, ispell-pdict-save, ispell-command-loop,
20523 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20524 to process-send-string with calls to ispell-send-string, and
20525 accept-process-output with ispell-accept-output.
20526 (ispell-init-process): Call ispell-process-status instead of
20527 process-status with.
20528 (ispell-init-process): Call ispell-start-process. Call
20529 ispell-accept-output and ispell-send-string. Don't call
20530 process-kill-without-query and kill-process if they are unbound.
20531 (ispell-async-processp): New function.
20532
20533 2000-04-12 Dave Love <fx@gnu.org>
20534
20535 * info.el: Add debug-ignored-errors.
20536 (Info-mode-menu): Add some items.
20537 (Info-directory): Add autoload cookie.
20538
20539 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20540 Modify `truncate-lines'. Make `describe-language-environment'
20541 always visible and add help. Modify `describe-key' help. Invoke
20542 Info-directory from `info'. New entry `emacs-manual'.
20543
20544 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20545
20546 * progmodes/ebrowse.el (ebrowse-tree-mode):
20547 Use propertized-buffer-identification.
20548 (ebrowse-update-member-buffer-mode-line): Likewise.
20549 (ebrowse--mode-strings): Removed.
20550 (ebrowse--mode-line-props): Removed.
20551
20552 * files.el (auto-mode-alist): Add `EBROWSE'.
20553
20554 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20555 space before testing for end of buffer.
20556 (ebrowse-load): Removed.
20557 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20558 (ebrowse-create-tree-buffer): Rewritten.
20559 (ebrowse-tree-mode): Read tree from buffer.
20560
20561 * progmodes/ebrowse-ffh.el: Removed.
20562
20563 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20564
20565 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20566
20567 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20568
20569 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20570 at the wrong place.
20571
20572 2000-04-09 Dave Love <fx@gnu.org>
20573
20574 * files.el (backup-enable-predicate):
20575 Use temporary-file-directory, small-temporary-file-directory.
20576 (make-backup-file-name-function, backup-directory-alist): New vars.
20577 (make-backup-file-name-1): New function.
20578 (make-backup-file-name): Use it.
20579 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20580 (file-newest-backup): Use make-backup-file-name.
20581
20582 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20583
20584 * progmodes/ebrowse-ffh.el: New file.
20585
20586 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20587 Moved to ebrowse-ffh.el.
20588 (ebrowse-load): Add autoload.
20589
20590 * finder.el (finder-commentary): Add autoload cookie.
20591
20592 * mail/rfc2368.el: Correct author's email address.
20593
20594 * progmodes/ebrowse.el: New file.
20595
20596 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20597 item help string.
20598 (easy-menu-do-add-item): Ditto.
20599 (easy-menu-define): Extend doc string.
20600
20601 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20602 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20603 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20604 with-buffer-unmodified.
20605
20606 2000-04-08 Dave Love <fx@gnu.org>
20607
20608 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20609 unless, when.
20610
20611 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20612
20613 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20614 (viper-flash-search-pattern): No operation when using Emacs
20615 doesn't support face.
20616 Use `viper-put-on-search-overlay'.
20617
20618 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20619
20620 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20621 like C-r.
20622
20623 * progmodes/make-mode.el: Some doc fixes.
20624 (makefile-mode-abbrev-table): New variable.
20625 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20626 (makefile-font-lock-keywords): Fontify includes and conditionals.
20627 (toplevel): Require `dabbrev' and `add-log' when compiling.
20628
20629 * replace.el (perform-replace): Don't move forward one char
20630 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20631 to do that because it leaves point 1 position after the last
20632 replacement, after everything has been replaced.
20633
20634 * jit-lock.el (with-buffer-unmodified): New macro.
20635 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20636 modified state.
20637 (jit-lock-function-1): Extracted from jit-lock-function; not
20638 preserving buffer's modified state.
20639 (jit-lock-function, jit-lock-stealth-fontify):
20640 Call jit-lock-function-1.
20641
20642 * mail/rfc2368.el: Remove supernumerary copyright line.
20643
20644 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20645
20646 * glasses.el: Provide facilities for inserting space before left
20647 parentheses and uncapitalization of identifiers.
20648 (glasses-mode): Try to remove old overlays in all cases.
20649
20650 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20651
20652 * progmodes/compile.el (compile-internal): Display the compilation
20653 buffer in a different frame, if it's already displayed there.
20654
20655 * mail/rfc2368.el: New file.
20656
20657 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20658 header and insert its value as mail body.
20659
20660 * subr.el (member-ignore-case): New function.
20661
20662 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20663 (dabbrev--find-expansion): Ignore buffers matching a regexp
20664 from dabbrev-ignored-regexps.
20665
20666 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20667 to extensions handled by gzip.
20668
20669 2000-04-03 Richard M. Stallman <rms@gnu.org>
20670
20671 * files.el (insert-directory): List the total free space
20672 along with the used space.
20673
20674 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20675 line is followed by one that matches CITATION-REGEXP, end the
20676 paragraph.
20677
20678 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20679
20680 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20681 (rmail-make-basic-summary-line): Use that option.
20682
20683 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20684
20685 * international/mule-cmds.el (encoded-string-description):
20686 Rewritten. Try pretty description for ISO 2022 escape sequences
20687 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20688 for hexadecimal format.
20689
20690 2000-04-01 Dave Love <fx@gnu.org>
20691
20692 * cpp.el: Change customization group to `c' from `C'.
20693
20694 * vcursor.el (vcursor-move): Use display-color-p.
20695
20696 * international/mule-util.el: Provide mule-utils.
20697 (string-to-sequence): Simplify and speed up.
20698
20699 * international/mule.el (make-coding-system): Purecopy doc-string.
20700
20701 * international/mule-cmds.el: Various menu changes.
20702 (describe-specified-language-support): Handle `Default'.
20703 (set-language-info): Purecopy `info'.
20704
20705 2000-03-31 Andrew Innes <andrewi@gnu.org>
20706
20707 * vc.el (vc-backend-diff): Return the correct status if we had to
20708 retry the rcsdiff command without the --brief option.
20709
20710 2000-03-31 Dave Love <fx@gnu.org>
20711
20712 * help.el (help-manyarg-func-alist): Correct several omissions.
20713
20714 * add-log.el: Don't require cl, fortran.
20715 (add-log-current-defun-function): Doc fix.
20716 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20717 (change-log-version-rcs): Function deleted.
20718 (change-log-version-number-search): Doc fix.
20719 Use vc-workfile-version. Avoid CL dolist.
20720 (add-change-log-entry): Just call add-log-current-defun to get
20721 defun. Simplify somewhat.
20722 (change-log-get-method-definition-1): Likewise.
20723 (add-log-current-defun): Return nil if calling
20724 add-log-current-defun-function does so. Move Fortran stuff to
20725 fortran.el. Return string without properties.
20726
20727 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20728 and :alpha: char classes.
20729
20730 * mail/supercite.el: Defvar curline when compiling.
20731 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20732 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20733 rather than a-zA-Z0-9 to allow non-ASCII characters.
20734
20735 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20736
20737 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20738
20739 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20740 Re-enable new code.
20741
20742 * lpr.el (print-region-1): Use -d to specify printer name for
20743 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20744
20745 2000-03-31 Dave Love <fx@gnu.org>
20746
20747 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20748 Look for function definition in symbol's function value slot first
20749 instead of first consulting byte-compile-function-environment.
20750
20751 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20752
20753 * language/european.el ("Polish"): New language environment.
20754 (setup-polish-environment): New function.
20755
20756 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20757
20758 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20759 Disable new code.
20760
20761 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20762 trying to `load' the symbol of an autoload instead of the file
20763 recorded in the autoload. Fix error messages.
20764
20765 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20766
20767 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20768 (ps-print-version): New version number (5.1.3).
20769 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20770 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20771 (ps-generate-postscript-with-faces): Code fix.
20772 (ps-color-values): XEmacs compatibility.
20773 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20774 (ps-default-fg, ps-default-bg): Adjust customization.
20775 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20776 (ps-color-scale): Renaming old ps-color-value fun.
20777 (ps-print-headers): Replace ps-print-header group to avoid conflict
20778 with ps-print-header variable.
20779 (ps-print-miscellany): New group.
20780 (ps-format-color, ps-rgb-color): New funs.
20781 (ps-default-foreground): New var.
20782 (ps-printer-name-option): New const.
20783
20784 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20785
20786 * net/net-utils.el:
20787 (network-connection-host, network-connection-service): New variables
20788 (network-connection-mode): New mode, derived from comint-mode
20789 (network-connection-mode-setup): New function, saves host and
20790 service information in local variables.
20791
20792 * lisp/locate.el:
20793 (locate-word-at-point): Added this function
20794 (locate): Default to using locate-word-at-point as input
20795 Run dired-mode-hook
20796
20797 2000-03-29 Dave Love <fx@gnu.org>
20798
20799 * calendar/appt.el: Doc fixes.
20800 (appt-check): Convert min-to-app to a string before passing to
20801 appt-disp-window-function or concat.
20802 (appt-delete-window): Remove test for frame-root-window.
20803 (appt-select-lowest-window, appt-convert-time): Simplify.
20804
20805 * emacs-lisp/bytecomp.el: Doc fixes.
20806 (byte-compile-file-form-autoload):
20807 Update byte-compile-function-environment.
20808
20809 2000-03-29 Andreas Schwab <schwab@suse.de>
20810
20811 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20812
20813 * dired.el (dired-insert-directory): If dired-free-space-program
20814 failed just delete its output.
20815
20816 2000-03-29 Dave Love <fx@gnu.org>
20817
20818 * international/iso-cvt.el: Move provide to end. Doc fixes.
20819 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20820 (iso-iso2sgml, iso-sgml2iso): New functions.
20821 (iso-cvt-define-menu): Fix some entries and use backquote for
20822 clarity.
20823
20824 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20825
20826 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20827
20828 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20829 ISO-DATE. If non-nil, return date in ISO 8601 format.
20830
20831 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20832
20833 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20834 if it ever becomes used.
20835 (log-edit-mode-hook): Default to vc-log-mode-hook.
20836 (log-edit-mode): Fix the docstring.
20837
20838 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20839 the code.
20840
20841 2000-03-26 Dave Love <fx@gnu.org>
20842
20843 * net/browse-url.el (browse-url): Re-fix case of
20844 browse-url-browser-function being an alist.
20845 (browse-url): Add :link to defgroup.
20846
20847 * files.el: Doc fixes.
20848 (file-truename): Include `[' in wildcard characters.
20849 (automount-dir-prefix): Customize.
20850 (find-file-wildcards): Add :version.
20851 (find-file-noselect): Simplify a mapcar call.
20852
20853 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20854 compatible with inf-lisp version.
20855 (eval-defun-1): Fix custom-declare-variable case.
20856
20857 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20858
20859 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20860
20861 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20862
20863 * Makefile (COMPILE_FIRST): New macro.
20864 (compile-files): Compile files from COMPILE_FIRST first.
20865
20866 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20867
20868 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20869 matching open parenthesis in column 0 to defun-prompt-regexp
20870 only if open-paren-in-column-0-is-defun-start is set.
20871
20872 * sun-curs.el: Require CL at compile-time only.
20873
20874 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20875 instead of copy-list which is a function from CL.
20876 (msb--choose-menu, msb--mode-menu-cond)
20877 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20878 (msb--init-file-alist): Use mapcar instead of mapcan.
20879 (msb--aggregate-alist): Use mapcar instead of mapcan.
20880 Fix `(' in column 0 in doc string.
20881 (msb--add-separators): Use mapcar instead of mapcan.
20882
20883 * cus-dep.el: Require CL at compile-time only.
20884
20885 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20886
20887 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20888 (byte-compile-warnings): New warning `noruntime'.
20889 (byte-compile-constants, byte-compile-variables): Fix docstring.
20890 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20891 execute `eval-whenc-compile's body.
20892 (byte-compile-unresolved-functions): Fix docstring.
20893 (byte-compile-eval): New function.
20894 (byte-compile-callargs-warn): Check if the function will be available
20895 at runtime (via property `byte-compile-noruntime').
20896 (byte-compile-print-syms): New function.
20897 (byte-compile-warn-about-unresolved-functions): Also warn about
20898 `noruntime' functions (and use `byte-compile-print-syms').
20899 (byte-compile-file): Capitalize the message.
20900
20901 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20902
20903 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20904 (rmail-expunge): Ask for confirmation depending on the setting
20905 of rmail-confirm-expunge.
20906
20907 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20908
20909 * Makefile (bootstrap-clean): If $(emacs) exists, build
20910 loaddefs.el first. A loaddefs.el that's not up-to-date might
20911 cause a bootstrap failure because things don't autoload as expected.
20912
20913 2000-03-23 Dave Love <fx@gnu.org>
20914
20915 * net/browse-url.el: Restore previous use of
20916 browse-url-maybe-new-window.
20917
20918 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20919
20920 * ps-print.el: Skip banner page fix.
20921 (ps-print-version): New version number (5.1.2).
20922 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20923
20924 2000-03-23 Dave Pearson <davep@davep.org>
20925
20926 * net/quickurl.el Changed the type of parameter passed to the
20927 function defined by `quickurl-format-function'. Before only the
20928 text of the URL was passed. Now the whole URL structure is passed
20929 and the function is responsible for extracting the parts it requires.
20930 Changed the default of `quickurl-format-function' accordingly.
20931 (quickurl-insert): Changed the `funcall' of
20932 `quickurl-format-function' to match the above change.
20933 (quickurl-list-insert): Changed the `url' case so that it makes
20934 use of `quickurl-format-function', previous to this the format was
20935 hard wired.
20936
20937 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20938
20939 * startup.el: Change some spellings for the X Window System.
20940
20941 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20942
20943 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20944 Clean up the code and the regexp and make sure the cursor is
20945 temporarily moved to the suspicious line while querying the user.
20946
20947 2000-03-22 Jason Rumney <jasonr@gnu.org>
20948
20949 * w32-fns.el (w32-charset-info-alist): Initialize.
20950
20951 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20952
20953 * ps-print.el: N-up last page fix.
20954 (ps-print-version): New version number (5.1.1).
20955 (ps-end-file, ps-end-job, ps-generate): Code fix.
20956
20957 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20958
20959 * files.el (find-file-run-dired): Update docstring.
20960 (find-directory-functions): New hook.
20961 (find-file-noselect): Run find-directory-functions rather than
20962 calling dired directly.
20963
20964 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20965
20966 * pcvs.el: Add a minimal leading commentary.
20967 (cvs-make-cvs-buffer): Change the header part by removing the startup
20968 message and adding a `Module' entry. Also replace the FOOTER and
20969 HEADER special fileinfos with the new support in ewoc for updating
20970 its own footer and header.
20971 (cvs-update-header): Update to use the header/footer of the ewoc.
20972 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20973 (cvs-is-within-p): New function.
20974 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20975 to only examine some subset of the buffers.
20976
20977 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20978 `format' instead of our own ad-hoc functions.
20979 Remove HEADER and FOOTER cases, now handled in the EWOC.
20980 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20981
20982 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20983 output to avoid scaring the user.
20984 (cvs-parse-table): Catch message for non-up-to-date commits.
20985
20986 * pcvs-defs.el (cvs-startup-message): Remove.
20987 (cvs-global-menu): New autoloaded menu.
20988
20989 * pcvs-util.el (cvs-string-fill): Remove.
20990
20991 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20992 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20993 PP part of it and also make it work for footers and headers.
20994 (ewoc-create): Drop POS and BUFFER arguments.
20995 Use the DLL's dummy node to store the end-of-footer position.
20996 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20997 (ewoc-refresh): Remove unused `header' variable.
20998 (ewoc-(get|set)-hf): New functions.
20999
21000 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21001 log-view-*-(message|file) and use easy-mmode-define-navigation.
21002 (log-view-message-re): Match SCCS format as well.
21003 And match the revision line rather than the dashed separator line.
21004 (log-view-mode): Use the new define-derived-mode.
21005 (log-view-current-tag): Fill in with an actual implementation.
21006
21007 * cvs-status.el (cvs-status-(prev|next)): Rename from
21008 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21009 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21010 to let the output "breathe" a little more (more readable).
21011 (cvs-status-mode): Use the new define-derived-mode.
21012
21013 * smerge-mode.el (smerge-auto-leave): New function and variable.
21014 (smerge-basic-map): Rename from smerge-basic-keymap.
21015 Change the bindings for smerge-diff-*.
21016 (smerge-*-map): Use easy-mmode-defmap.
21017 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21018 (smerge-keep-*): Use smerge-auto-leave.
21019
21020 2000-03-21 Jason Rumney <jasonr@gnu.org>
21021
21022 * cus-edit.el (custom-button-face): Use 3D look for w32.
21023 (custom-button-pressed-face): Likewise.
21024
21025 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21026
21027 * progmodes/etags.el (tags-case-fold-search): New user-option.
21028 (tags-loop-eval): New function. Bind case-fold-search around eval
21029 depending on the value of tags-case-fold-search.
21030 (tags-loop-continue): Use tags-loop-eval.
21031 (find-tag-in-order): Bind case-fold-search depending on the value
21032 of tags-case-fold-search.
21033
21034 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21035
21036 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21037 (diff-end-of-hunk): Return the end position for use in
21038 `easy-mmode-define-navigation'.
21039 (diff-recenter): Remove.
21040 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21041 of `easy-mmode-define-navigation'.
21042 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21043 previous renaming) and fix to use new names.
21044 (diff-merge-strings): Use \n as separator: simpler, faster.
21045 (diff-mode): Use `define-derived-mode'.
21046
21047 * derived.el (define-derived-mode): Don't autoload anymore.
21048 Prefer the macro-only version provided by easy-mmode.el.
21049
21050 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21051 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21052 (easy-mmode-define-navigation): New macro.
21053
21054 * subr.el (combine-run-hooks): New function.
21055
21056 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21057
21058 * term/x-win.el: Fontsets related initialization is simplified.
21059
21060 * international/mule-diag.el (describe-font): Don't refer to
21061 global-fontset-alist, instead call font-list.
21062 (describe-fontset, list-fontsets, mule-diag): Likewise.
21063 (print-fontset): Adjusted for the change of fontset implementation.
21064
21065 * international/fontset.el (x-charset-registries): Variable removed,
21066 instead the corresponding data is stored in the default fontset.
21067 (register-alternate-fontnames): Function removed.
21068 (resolved-ascii-font): Variable removed.
21069 (x-compose-font-name): Ignore the second argument REDOCE.
21070 (x-complement-fontset-spec): Complement only an ASCII font and
21071 element for those charsets than can use that ASCII font.
21072 (generate-fontset-menu): Don't refer to global-fontset-alist,
21073 instead call fontset-list.
21074 (uninstantiated-fontset-alist): Variable removed.
21075 (x-style-funcs-alist): Likewise.
21076 (fontset-default-styles): Likewise.
21077 (x-modify-font-name): Function removed.
21078 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21079 (create-fontset-from-ascii-font): Docsting adjusted for the above
21080 change.
21081 (instantiate-fontset, resolve-fontset-name): Functions removed.
21082 (fontset-list): Now implemented by C code.
21083
21084 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21085 (describe-face): Include `font' attribute in the description.
21086
21087 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21088
21089 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21090
21091 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21092
21093 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21094 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21095 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21096
21097 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21098 about behavior of set-buffer-modified-p wrt redisplay.
21099
21100 2000-03-19 Richard M. Stallman <rms@gnu.org>
21101
21102 * view.el (view-mode-disable): Kill local binding of view-read-only.
21103
21104 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21105
21106 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21107 is a string, convert it to a syntax cell using string-to-syntax.
21108
21109 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21110 (string-to-syntax): New function.
21111
21112 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21113 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21114 try to use passive ftp mode.
21115
21116 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21117
21118 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21119
21120 * simple.el (append-to-buffer): Update point of windows after
21121 insertion.
21122
21123 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21124 forward then moving backward. Reindent.
21125
21126 * frame.el (other-frame): Call x-focus-frame only if
21127 focus-follows-mouse is off.
21128
21129 2000-03-17 Dave Love <fx@gnu.org>
21130
21131 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21132
21133 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21134
21135 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21136 regexp for labels cannot span several lines.
21137
21138 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21139 `(setq :<key> ':<key>)' to the macro expansion.
21140
21141 2000-03-16 Dave Love <fx@gnu.org>
21142
21143 * progmodes/f90.el (f90): Put custom group under `languages', not
21144 `fortran'.
21145 (f90-mode-hook): Customize.
21146 (f90-mode): Set add-log-current-defun-function.
21147 (f90-current-defun): New function.
21148
21149 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21150
21151 * cus-edit.el (custom-variable-tag-face): Handle case that
21152 default face's height is not a number.
21153 (custom-face-tag-face, custom-group-tag-face-1)
21154 (custom-group-tag-face): Ditto.
21155 (custom-group-tag-face-1): Add :group.
21156
21157 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21158
21159 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21160
21161 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21162 requiring easymenu.
21163
21164 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21165
21166 * ps-print.el: PostScript user-defined prologue, PostScript error
21167 handler, doc fix.
21168 (ps-print-version): New version number (5.1).
21169 (ps-user-defined-prologue, ps-error-handler-message)
21170 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21171 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21172 (ps-insert-string): New function.
21173
21174 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21175
21176 * international/ccl.el (ccl-compile-expression): Don't generate
21177 invalid self-assignment code.
21178
21179 2000-03-14 Dave Love <fx@gnu.org>
21180
21181 * subr.el (replace-regexp-in-string): Renamed from
21182 replace-regexps-in-string. Doc fix.
21183
21184 2000-03-12 Dave Love <fx@gnu.org>
21185
21186 * cus-edit.el: Doc fixes.
21187 (customize-set-variable, customize-save-variable): Rename args for doc.
21188 (custom-variable-tag-face, custom-face-tag-face)
21189 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21190 style which user identify as hyperlink.
21191 (hook): Don't add undefined functions to the hook.
21192 (debug-ignored-errors): Transfer message from bindings.el.
21193
21194 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21195
21196 * recentf.el (recentf-keep-non-readable-files-p):
21197 Remove double/nested definition.
21198
21199 2000-03-12 Dave Love <fx@gnu.org>
21200
21201 * facemenu.el (facemenu-get-face): Use display-color-p.
21202 * enriched.el (enriched-decode-foreground): Likewise.
21203 (enriched-decode-background): Likewise.
21204 * isearch.el (isearch-highlight): Likewise.
21205 * info-look.el (info-lookup): Likewise.
21206 * simple.el (completion-setup-function): Likewise.
21207
21208 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21209 :options.
21210
21211 * bindings.el (mode-line-format): Fix line-number and
21212 column-number items. Add help-echo for the background.
21213 (mode-line-mule-info): Modify help-echo.
21214
21215 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21216
21217 * files.el (load-file): Allow completion to .elc.
21218
21219 * man.el: Doc fixes.
21220 (Man-init-defvars): Use display-color-p to set fontification.
21221
21222 * play/hanoi.el (hanoi-internal): Don't use oddp.
21223
21224 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21225
21226 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21227
21228 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21229
21230 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21231
21232 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21233 Fix comment.
21234
21235 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21236
21237 * font-lock.el (font-lock-keywords): Fix the doc now that
21238 regexp-opt-depth is unnecessary.
21239 (save-buffer-state): Set an edebug spec.
21240 (font-lock-fontify-anchored-keywords): Properly handle the case when
21241 the matcher goes past the limit.
21242
21243 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21244 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21245
21246 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21247 dll.el and cookie.el (from Elib) with heavy renaming and other
21248 massaging.
21249
21250 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21251 Autoload the functions used.
21252 (easy-mmode-define-syntax): Fix CL typo.
21253 (easy-mmode-define-derived-mode): Improve the docstring generation.
21254
21255 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21256
21257 * textmodes/texinfo.el (texinfo-version): Variable and function
21258 removed.
21259
21260 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21261
21262 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21263 allow more flexibility.
21264 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21265 (easy-mmode-defmap, easy-mmode-defsyntax)
21266 (easy-mmode-define-derived-mode): New macros.
21267
21268 2000-03-09 Didier Verna <didier@xemacs.org>
21269
21270 * rect.el (replace-rectangle): New function.
21271
21272 2000-03-09 Dave Love <fx@gnu.org>
21273
21274 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21275 (fortran-comment-line-start-skip): Don't match cpp stuff.
21276 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21277 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21278 (fortran-mode): Don't set fortran-comment-line-start-skip,
21279 fortran-comment-line-start here. Set comment-start,
21280 add-log-current-defun.
21281 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21282 (fortran-current-defun): New function.
21283
21284 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21285
21286 * emacs-lisp/re-builder.el: New file.
21287
21288 * mouse.el (mouse-drag-region): Don't run up-event handler
21289 if hscroll has changed.
21290
21291 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21292 builtin operators, use `font-lock-builtin-face' for Emacs and
21293 `font-lock-preprocessor-face' otherwise.
21294
21295 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21296 `(defun (setf foo)' differently.
21297
21298 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21299
21300 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21301 (regexp-opt): Update comment and adapt the code the new meaning of
21302 the `paren' argument of regex-opt-group for shy-groups.
21303 (regexp-opt-depth): Handle shy groups as well as backslashed
21304 backslashes.
21305 (regexp-opt-group): Turn the leading comment into a docstring.
21306 Allow `paren' to be a string (the string to use to open a group).
21307 Remove open-presuf and close-presuf. Instead of checking for `all
21308 one-char' and then later on check for `several one-char', handle
21309 both cases close together. Also apply a more generic algorithm
21310 for suffixes (the mirror image of the algorithm used for
21311 prefixes). Use shy-groups. Use nreverse rather than reverse.
21312 (regexp-opt-try-suffix): Removed.
21313
21314 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21315 from comint-mode-map, so we can just inherit from it. Also, move
21316 the initialization into the `defvar' since there's no docstring
21317 anyway and it's fairly short.
21318 (inferior-scheme-mode): Define it as derived-mode: the code is
21319 shorter and this way we inherit from comint-mode-map rather than
21320 copying it.
21321
21322 * subr.el (replace-regexps-in-string): Properly handle the case
21323 where we match an empty string.
21324
21325 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21326 when the command has a directory component (such as "./testml").
21327 Also fix a typo in the comment.
21328
21329 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21330
21331 * Makefile (compile-files): Compile files one by one because
21332 that's the only way to ensure a clean compilation environment for
21333 each individual file.
21334
21335 * frame.el (other-frame): Call x-focus-frame.
21336
21337 2000-03-07 Dave Love <fx@gnu.org>
21338
21339 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21340 :require to defcustom.
21341
21342 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21343
21344 * files.el (auto-mode-alist): Add configure.in.
21345
21346 * progmodes/autoconf.el: New file.
21347
21348 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21349
21350 * mail/mh-e.el: Change maintainer to `none'.
21351
21352 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21353 to remove-hook and add-hook.
21354
21355 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21356
21357 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21358 it as the default.
21359 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21360 (sendmail-send-it): Conditionally add MIME headers specifying the
21361 used character set.
21362
21363 2000-03-07 Dave Love <fx@gnu.org>
21364
21365 * winner.el: Fix keywords, autoload cookies.
21366 Split eval-when-compile form to avoid compilation failure.
21367
21368 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21369
21370 * international/mule.el: Modify comment about coding system
21371 property `coding-category'.
21372 (make-coding-system): New argument EOL-TYPE. Pay attention to
21373 coding-category property of PROPERTIES.
21374
21375 * international/mule-conf.el (coding-category-utf-8)
21376 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21377 categories. Include them in the argument for set-coding-priority.
21378
21379 * international/mule-cmds.el (reset-language-environment):
21380 Include coding-category-utf-8, coding-category-utf-16-be, and
21381 coding-category-utf-16-le in the argument for set-coding-priority.
21382 (reset-language-environment): Initialize coding-category-utf-8,
21383 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21384
21385 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21386
21387 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21388 code abstracted out of `bookmark-jump-noselect'. Now tries info
21389 extensions as well as compression extensions.
21390 (bookmark-jump-noselect): Use above new func.
21391
21392 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21393
21394 * strokes.el: Change maintainer's mail address.
21395
21396 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21397
21398 * international/mule-diag.el (list-character-sets): Make help-echo
21399 string by substitute-command-keys.
21400 (list-character-sets): Likewise.
21401 (sort-listed-character-sets): Call help-setup-xref.
21402
21403 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21404
21405 * time.el (display-time-mail-file): Add `none' to the list of choices.
21406
21407 2000-03-01 Dave Love <fx@gnu.org>
21408
21409 * help.el (help-xref-go-back): Don't try to set position.
21410
21411 * international/mule-diag.el (list-character-sets):
21412 Call help-setup-xref. Add help-echo to xrefs.
21413 (list-character-sets-1): Add help-echo to xrefs.
21414
21415 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21416
21417 * frame.el (blink-cursor-mode): Switch cursor on when turning
21418 the mode off.
21419
21420 * add-log.el (add-log-current-defun): Add support for
21421 Autoconf mode.
21422
21423 * mail/rmail.el (rmail-quit-hook): New variable.
21424
21425 2000-03-01 Dave Love <fx@gnu.org>
21426
21427 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21428
21429 * help.el (help-xref-button): Add help-echo arg.
21430 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21431
21432 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21433
21434 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21435
21436 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21437
21438 * image.el (defimage): Look for image files in load-path.
21439
21440 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21441
21442 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21443
21444 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21445
21446 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21447
21448 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21449 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21450 action to select/unselect a file.
21451 (recentf-edit-list): Code cleanup and improvement.
21452 (recentf-open-more-files-action): `recentf-open-more-files' button
21453 widget action to open a file.
21454 (recentf-open-more-files): No more use standard completion but widgets.
21455 (recentf-more-collection): Deleted.
21456 (recentf-more-history): Deleted.
21457 (recentf-setup-more-completion): Deleted.
21458
21459 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21460
21461 * recentf.el (recentf-mode): No more needs that Emacs is running
21462 under a window-system.
21463
21464 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21465
21466 * recentf.el (recentf-edit-list): New command to edit the recent
21467 list which allow the user to remove files.
21468 (recentf-edit-selected-items): New global variable, used by
21469 `recentf-edit-list' to hold the list of files to be removed from
21470 the recent list.
21471 (recentf-make-menu-items): Updated to display a "Edit list..."
21472 menu item. Minor code cleanup.
21473
21474 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21475
21476 * recentf.el (recentf-open-more-files): New command to open files
21477 that are not displayed in the menu.
21478 (recentf-more-collection): New global variable holding the set of
21479 permissible completions used by `recentf-open-more-files'.
21480 (recentf-more-history): New global variable holding the history list
21481 used by `recentf-open-more-files' completion.
21482 (recentf-setup-more-completion): New function to setup completion for
21483 `recentf-open-more-files'.
21484 (recentf-make-menu-items): Updated to display a "More..." menu item.
21485
21486 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21487
21488 * recentf.el (recentf-menu-action): Doc fixed.
21489
21490 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21491
21492 * recentf.el (recentf-menu-filter): Doc updated.
21493 (recentf-update-menu-hook): Allow menu filters to force menu update.
21494 (recentf-make-menu-items): New menu filter handling.
21495 (recentf-make-menu-item): New helper function.
21496 (recentf-menu-elements): New menu handling function.
21497 (recentf-sort-ascending): Updated to new menu filter handling.
21498 (recentf-sort-descending): Updated to new menu filter handling.
21499 (recentf-sort-basenames-ascending): New menu filter function.
21500 (recentf-sort-basenames-descending): New menu filter function.
21501 (recentf-show-basenames): New menu filter function.
21502 (recentf-show-basenames-ascending): New menu filter function.
21503 (recentf-show-basenames-descending): New menu filter function.
21504
21505 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21506
21507 * diary-lib.el (list-diary-entries): Don't try to go forward at
21508 the end of the buffer.
21509
21510 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21511
21512 * international/mule-diag.el (list-character-sets):
21513 Completely rewritten.
21514 (sort-listed-character-sets): New function.
21515 (list-character-sets-1): Completely rewritten.
21516 (list-character-sets-2): New function.
21517 (non-iso-charset-alist): New variable.
21518 (decode-codepage-char): New function.
21519 (charset-history): New variable.
21520 (read-charset) (list-block-of-chars)
21521 (list-iso-charset-chars)
21522 (list-non-iso-charset-chars)
21523 (list-charset-chars): New functions.
21524 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21525 (dump-charsets): Likewise.
21526
21527 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21528
21529 * dired-x.el (dired-filename-at-point): Add `@' to valid
21530 file name characters.
21531 (dired-filename-at-point): Handle ange-ftp file names.
21532
21533 * frame.el (frame-notice-user-settings): Use assq-delete-all
21534 instead of assoc-delete-all.
21535 (frame-notice-user-settings): Ditto.
21536
21537 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21538 Don't copy alist.
21539
21540 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21541
21542 * calculator.el (calculator-use-menu): New option.
21543 (calculator-initial-bindings): Changed some bindings to work as macros.
21544 (calculator-forced-input): Removed.
21545 (calculator-restart-other-mode): New variable.
21546 (calculator-mode-map): Set up menu.
21547
21548 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21549
21550 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21551
21552 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21553
21554 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21555 translate all ESC key sequences.
21556 (viper-goto-mark-subr): Restore markers for files for which
21557 they were saved.
21558 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21559 * viper-util.el (viper-set-replace-overlay-glyphs)
21560 (viper-set-replace-overlay): Always check if the replacement
21561 overlay is live.
21562 * viper.el (viper-vi-state-mode-list): Add major modes.
21563 * ediff-wind.el: Minor comment changes.
21564 * ediff.el: Copyright notice date fix.
21565
21566 2000-02-27 Jason Rumney <jasonr@gnu.org>
21567
21568 * faces.el (face-font-family-alternatives): Add arial to helv.
21569 (mode-line, header-line, tool-bar): Same default as x for w32.
21570 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21571 face-font-family-alternatives from working.
21572 * term/w32-win.el (mouse-set-font): Do not build fontset from
21573 chosen font.
21574
21575 2000-02-25 Sam Steingold <sds@goems.com>
21576
21577 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21578 properly.
21579
21580 2000-02-25 Richard M. Stallman <rms@gnu.org>
21581
21582 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21583
21584 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21585
21586 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21587
21588 * frame.el (busy-cursor-delay-seconds): New option.
21589
21590 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21591
21592 * frame.el (show-cursor-in-non-selected-windows): New option.
21593
21594 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21595
21596 * diary-lib.el (include-other-diary-files): Undo the selective
21597 display in any included file and don't kill it.
21598
21599 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21600
21601 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21602 Menu items converted to (menu-item format, help strings added.
21603 [downcase, upcase]: Don't enable on MS-DOS.
21604 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21605 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21606
21607 2000-02-23 Dave Love <fx@gnu.org>
21608
21609 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21610 (backward-kill-word): Revert addition of * to interactive spec --
21611 it's a feature.
21612
21613 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21614 (backward-kill-sentence, kill-sentence): Likewise.
21615
21616 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21617 scratch buffer name.
21618 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21619
21620 * term/w32-win.el (internal-face-interactive): Update prompt for
21621 new read-face-name.
21622
21623 * mail/footnote.el (footnote): Add :version to defgroup.
21624 (footnote-section-tag-regexp): Customize.
21625 (footnote-start-tag, footnote-end-tag): New option.
21626 (footnote-latin-regexp): New variable.
21627 (Footnote-latin): New function.
21628 (footnote-style-alist): Add element for latin style.
21629 (footnote-style): Moved.
21630 (Footnote-goto-footnote): Use eq to test arg.
21631
21632 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21633
21634 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21635 (byte-compile-trueconstp): Include keywords.
21636 (byte-optimize-quote, byte-optimize-lapcode):
21637 Use byte-compile-const-symbol-p.
21638 (byte-optimize-char-before): New optimization.
21639
21640 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21641 (byte-compile-const-symbol-p): New function.
21642 (byte-compile-constp, byte-compile-out-toplevel)
21643 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21644 Use it.
21645
21646 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21647
21648 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21649
21650 * international/encoded-kb.el: Be sure to update minor-mode-alist
21651 and minor-mode-map-alist.
21652 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21653 codes SS2 and SS3 correctly.
21654 (encoded-kbd-self-insert-ccl): New function.
21655 (encoded-kbd-setup-keymap): New function.
21656 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21657 by calling encoded-kbd-setup-keymap.
21658
21659 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21660 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21661
21662 2000-02-22 Dave Love <fx@gnu.org>
21663
21664 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21665 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21666 (lisp-mode-syntax-table): Set up for #|...|# comments.
21667 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21668 classes. Match `defface'.
21669 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21670 (eval-defun-1): Fix for defcustom.
21671 (lisp-indent-region): Doc fix.
21672
21673 * subr.el (when, unless, split-string): Doc fix.
21674 (read-passwd): Move call of clear-this-command-keys to the right place.
21675 (replace-regexps-in-string): New function.
21676
21677 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21678
21679 * help.el (describe-variable): Set syntax table to
21680 emacs-lisp-mode-syntax-table when moving forward over the
21681 symbol's name.
21682
21683 2000-02-22 Dave Love <fx@gnu.org>
21684
21685 * xt-mouse.el: Doc fixes.
21686 (xterm-mouse-position-function): New function, replacing advice of
21687 mouse-position.
21688 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21689
21690 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21691
21692 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21693
21694 * format.el (format-annotate-single-property-change):
21695 Handle properties.with dotted-list values.
21696 (format-proper-list-p): New function.
21697
21698 * enriched.el (enriched-face-ans): Handle '(foreground-color
21699 . COLOR) and (background-color . COLOR).
21700
21701 2000-02-20 Dave Love <fx@gnu.org>
21702
21703 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21704 and assignments to it.
21705 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21706 current local map.
21707 (make-flyspell-overlay): Use it.
21708 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21709
21710 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21711 (lm-get-header-re): Defun, not defsubst.
21712 (lm-get-package-name): Defun, not defsubst. Simplify.
21713 (lm-version): Doc fix. Simplify.
21714 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21715 (lm-crack-address, lm-last-modified-date, lm-commentary)
21716 (lm-verify, lm-synopsis): Simplify.
21717 (lm-report-bug): Require emacsbug. Use compose-mail.
21718
21719 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21720
21721 * dired.el (dired-mode): Call propertized-buffer-identification
21722 to set mode-line-buffer-identification to something having
21723 the right text properties.
21724
21725 * bindings.el (propertized-buffer-identification): New function.
21726
21727 2000-02-20 Dave Love <fx@gnu.org>
21728
21729 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21730 check for t-mouse too.
21731
21732 * cus-start.el: Make echo-keystrokes `number'.
21733
21734 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21735
21736 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21737 Don't call ring-empty-p unless tags-location-ring is bound.
21738 From Noah Friedman <friedman@splode.com>.
21739
21740 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21741
21742 * progmodes/hideshow.el (hs-flag-region): No longer use
21743 `intangible' overlay property.
21744
21745 (hs-toggle-hiding): New command.
21746 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21747
21748 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21749 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21750 and deactivation.
21751
21752 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21753
21754 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21755
21756 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21757
21758 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21759
21760 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21761 of `*' to handle `(* ... *)' comments.
21762
21763 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21764
21765 * faces.el (list-faces-display): Use display-mouse-p instead of
21766 window-system.
21767
21768 * menu-bar.el (global-map): Menu-bar items converted to the new
21769 format (menu-item..., rearranged for better CUA compliance, and
21770 their names changed for better clarity. Help strings added.
21771
21772 * international/mule-cmds.el (mule-menu-keymap)
21773 (describe-language-environment-map, set-coding-system-map)
21774 (setup-language-environment-map): Convert to new (menu-item...
21775 form, add help strings. Change names of menu items for better clarity.
21776 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21777
21778 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21779
21780 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21781 within the code.
21782
21783 2000-02-16 Dave Love <fx@gnu.org>
21784
21785 * faces.el: Don't require custom. Add more specific :groups to
21786 various deffaces.
21787 (set-face-attribute): Purecopy args.
21788 (read-face-name): Default to name at point and use it in prompt.
21789 Remove colon from arg in all callers.
21790 (list-faces-display): Hyperlink to face descriptions and customize
21791 buffers.
21792
21793 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21794
21795 * wid-edit.el (widget-match-inline): An atom never matches a list.
21796
21797 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21798
21799 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21800 at ':' characters by call to split-string.
21801
21802 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21803
21804 * textmodes/bibtex.el: Added RCS version identification.
21805
21806 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21807
21808 * textmodes/bibtex.el: Some temporary comments removed.
21809 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21810 (bibtex-field-const): Allow capital letters.
21811 (bibtex-start-of-string): Deleted because unused.
21812
21813 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21814 use the term 'reference' to describe a bibtex entry as a whole.
21815 Further, reference keys are no longer called 'labels'.
21816 (bibtex-keys): Renamed to bibtex-reference-keys.
21817 (bibtex-reformat-previous-labels): Renamed to
21818 bibtex-reformat-previous-reference-keys.
21819 (bibtex-reference-type): Renamed to bibtex-entry-type.
21820 (bibtex-reference-head): Renamed to bibtex-entry-head.
21821 (bibtex-reference-maybe-empty-head): Renamed to
21822 bibtex-entry-maybe-empty-head.
21823 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21824 (bibtex-search-reference): Renamed to bibtex-search-entry.
21825 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21826 bibtex-enclosing-entry-maybe-empty-head.
21827 (bibtex-entry-field-alist, bibtex-entry-head)
21828 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21829 (bibtex-map-entries, bibtex-search-entry)
21830 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21831 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21832 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21833 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21834 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21835 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21836 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21837
21838 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21839
21840 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21841 comment.
21842 (bibtex-format-field-delimiters): New function, functionality
21843 extracted from bibtex-format-entry.
21844 (bibtex-autokey-get-yearfield-digits): New function, functionality
21845 extracted from bibtex-autokey-get-yearfield.
21846
21847 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21848 entries in order to avoid stack overflow in the regexp matcher if
21849 field contents become large.
21850 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21851 (bibtex-field-string-part-not-braced)
21852 (bibtex-field-string-part-no-inner-braces)
21853 (bibtex-field-string-part-1-inner-brace)
21854 (bibtex-field-string-part-2-inner-braces)
21855 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21856 (bibtex-field-string-quoted, bibtex-field-string)
21857 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21858 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21859 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21860 Deleted as parsing is now performed by the following functions.
21861 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21862 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21863 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21864 (bibtex-parse-association, bibtex-field-name-for-parsing)
21865 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21866 (bibtex-search-forward-field, bibtex-search-backward-field)
21867 (bibtex-start-of-field, bibtex-end-of-field)
21868 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21869 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21870 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21871 (bibtex-parse-string, bibtex-search-forward-string)
21872 (bibtex-search-backward-string, bibtex-start-of-string)
21873 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21874 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21875 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21876 entries. Instead of reporting the results of the parsing by
21877 match-beginning or match-end, these functions return data structures
21878 that hold the corresponding positions.
21879 (bibtex-enclosing-field): Changed to also report field boundaries by
21880 return values rather than by match-beginning or match-end.
21881 The following functions have been adapted to use the new
21882 parsing functions.
21883 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21884 (bibtex-enclosing-field, bibtex-format-entry)
21885 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21886 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21887 (bibtex-print-help-message, bibtex-end-of-entry)
21888 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21889 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21890 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21891 Use the new method for parsing.
21892 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21893 (bibtex-map-entries, bibtex-flash-head)
21894 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21895 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21896 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21897 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21898 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21899 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21900 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21901 order to make the new binding of case-fold-search immediately visible.
21902
21903 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21904
21905 * textmodes/bibtex.el: Copyright notice is up to date.
21906 Added constant 'bibtex-maintainer-salutation.
21907
21908 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21909 than make-temp-name, use match-string-no-properties and eliminate
21910 a quadratic behavior when building bibtex-strings.
21911
21912 * bibtex.el (bibtex-reference-key): Accept string entries whose
21913 reference key contains upper case letters.
21914
21915 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21916
21917 * bibtex.el (bibtex-reference-head): Allow entries to start with
21918 a new line.
21919
21920 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21921
21922 * bibtex.el: Hiding of entry bodies is not longer provided by
21923 bibtex.el directly. Instead the hideshow package can be used.
21924 Added a special bibtex entry to hs-special-modes-alist.
21925 (bibtex-hs-forward-sexp): Added for hideshow.el.
21926
21927 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21928
21929 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21930 proceedings entry type (for cross referencing). Thanks to Wagner
21931 Toledo Correa for the suggestion.
21932
21933 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21934
21935 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21936
21937 * international/characters.el: Setup case table for Vietnamese.
21938
21939 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21940
21941 * uniquify.el (toplevel): Require CL at compile time.
21942 (uniquify-push): Removed.
21943
21944 * shadowfile.el (shadow-when): Removed.
21945
21946 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21947 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21948
21949 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21950 regexp for paragraph-start.
21951
21952 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21953 commas as well.
21954
21955 2000-02-10 Dave Love <fx@gnu.org>
21956
21957 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21958 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21959 Deleted.
21960 (widget-specify-field, widget-specify-button): Don't use
21961 widget-mouse-help as help-echo property.
21962 (default): Use #'ignore for :validate and :mouse-down-action.
21963 (checkbox): Add help-echo.
21964 (widget-sexp-validate): Rewritten to clarify error messages.
21965 (character): Use char-valid-p in :match function.
21966 (widget-color-complete): Use facemenu-color-alist.
21967 (widget-color-action): Use facemenu-read-color.
21968
21969 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21970 set up `caar' &c that we now have.
21971
21972 2000-02-09 Ray Blaak <blaak@gnu.org>
21973
21974 * delphi.el: Make resourcestring a declaration region, like const
21975 and var.
21976
21977 2000-02-09 Dave Love <fx@gnu.org>
21978
21979 * bindings.el (mode-line-input-method-map): New variable.
21980 (mode-line-mule-info): Use it; fix last change.
21981 (mode-line-mode-menu): Move definition.
21982 (mode-line-mouse-sensitive-p): Deleted.
21983 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21984 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21985
21986 * startup.el (command-line-1): Don't call
21987 make-mode-line-mouse-sensitive.
21988
21989 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21990
21991 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21992 before rmail-toggle-header, because the former toggles headers.
21993
21994 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21995
21996 * diff-mode.el (diff-kill-junk): New interactive function.
21997 (diff-reverse-direction): Use delete-and-extract-region.
21998 (diff-post-command-hook): Restrict the area so that the hook also works
21999 outside of any diff hunk. This is necessary for the minor-mode.
22000 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22001 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22002
22003 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22004 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22005 so that it can be used more easily in <foo>-mode-hook. Also make sure
22006 to avoid duplicate entries.
22007 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22008 (font-lock-remove-keywords): Just as was done for `add', allow it to
22009 work even if font-lock-mode is nil. Also make sure we don't modify
22010 any pre-existing list by forcing a copy-sequence. Finally rename
22011 `major-mode' to `mode'.
22012 (font-lock-fontify-syntactic-anchored-keywords)
22013 (font-lock-fontify-anchored-keywords)
22014 (font-lock-fontify-keywords-region): Use line-end-position.
22015 Don't make `font-lock-multiline' local (it's now done in
22016 font-lock-set-defaults).
22017 (font-lock-set-defaults): Make `font-lock-multiline' local.
22018 Move the `font-lock-fontified' creation to inside the `unless'.
22019
22020 2000-02-06 Andrew Innes <andrewi@gnu.org>
22021
22022 * term/w32-win.el (x-handle-args): Comment out call to message,
22023 which occurs before window system is initialized.
22024
22025 * makefile.nt: Add support for recompiling lisp code.
22026
22027 2000-02-04 Dave Love <fx@gnu.org>
22028
22029 * bindings.el (mode-line-mule-info): Fix/extend last change.
22030
22031 * completion.el: Replace completion-dolist with dolist.
22032
22033 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22034
22035 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22036
22037 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22038 environment names before they go into the section regexp.
22039
22040 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22041 char class in regexp.
22042
22043 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22044 Bind `case-fold-search' to nil.
22045
22046 * progmodes/idlwave.el (idlwave-template):
22047 Respect `idlwave-abbrev-change-case'.
22048 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22049 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22050 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22051 (idlwave-rw-case): New function.
22052 (idlwave-statement-match): Fixed problem with assignment regexp.
22053 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22054 (idlwave-surround): New argument LENGTH to support padding of
22055 operators longer than 1 char.
22056
22057 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22058 idlwave-shell-expression-overlay. Implemented printing of
22059 expressions on higher levels of the calling stack.
22060 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22061 (idlwave-retrieve-expression-from-level): New function.
22062 (idlwave-shell-last-calling-stack): Variable removed.
22063 (idlwave-shell-reset): Argument action reversed (`visible' to
22064 `hidden'). Also remove stop-line overlay.
22065 (idlwave-shell-calling-stack-routine): New variable.
22066 (idlwave-shell-parse-stack-and-display): Messages now display
22067 negative level numbers.
22068 (idlwave-shell-mode): Set `modeline-format'.
22069 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22070 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22071 (idlwave-shell-print-expression-function): New option.
22072
22073 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22074 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22075 `tool-bar' instead of `toolbar'.
22076
22077 2000-02-02 Dave Love <fx@gnu.org>
22078
22079 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22080 emacs-lisp-mode-hook. Don't check for defalias being defined.
22081
22082 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22083 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22084 Use the new builtins directly.
22085
22086 * whitespace.el (whitespace): Add :version to defgroup.
22087
22088 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22089 Doc fix.
22090
22091 * thingatpt.el (sexp-at-point, symbol-at-point)
22092 (number-at-point, list-at-point): Add autoload cookie.
22093
22094 * recentf.el (recentf): Add :version to defgroup.
22095
22096 * quickurl.el (quickurl): Add :version to defgroup.
22097
22098 * elide-head.el (elide-head): Use point-marker more.
22099
22100 * bs.el (bs): Add :version to defgroup.
22101
22102 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22103
22104 * progmodes/delphi.el (delphi): Add :version to defgroup.
22105
22106 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22107
22108 * ange-ftp.el (ange-ftp-write-region): Handle case that
22109 succeeding process operation sets a different coding system.
22110
22111 * calculator.el: New file.
22112
22113 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22114
22115 * frame.el (frames-on-display-list, framep-on-display): New functions.
22116 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22117 (display-selections-p, display-screens, display-pixel-width)
22118 (display-pixel-height, display-mm-width, display-mm-height)
22119 (display-backing-store, display-save-under, display-planes)
22120 (display-color-cells, display-visual-class): New functions.
22121
22122 * term/tty-colors.el (tty-color-gray-shades): New function.
22123
22124 * faces.el (display-color-p): Use framep-on-display.
22125 (display-grayscale-p): New function.
22126
22127 2000-01-31 Dave Love <fx@gnu.org>
22128
22129 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22130 (create-fontset-from-x-resource): Don't concat integers.
22131
22132 2000-01-31 Inge Frick <inge@nada.kth.se>
22133
22134 * view.el: Some changes in documentation. Removed some trailing
22135 whitespace. Changed some parameter names to agree with documentation.
22136 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22137 window is not deleted. Modifies change 1998-04-26.
22138
22139 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22140
22141 * windmove.el: New file.
22142
22143 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22144 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22145 progmodes/ebnf-yac.el: Update copyright and license info.
22146
22147 * jit-lock.el (jit-lock-function): Widen before calculating
22148 end position.
22149 (jit-lock-stealth-chunk-start): Rewritten.
22150
22151 * info.el (Info-title-face-alist): Removed.
22152 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22153 (Info-fontify-node): Use these faces.
22154
22155 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22156
22157 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22158 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22159 `&allow-other-keywords'.
22160
22161 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22162 the list of directories scanned heuristically.
22163
22164 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22165
22166 2000-01-30 Jason Rumney <jasonr@gnu.org>
22167
22168 * w32-fns.el: Define w32-tty-standard-colors.
22169
22170 * startup.el (command-line): Use w32-tty-standard-colors when in
22171 w32 console mode.
22172
22173 2000-01-30 Dave Love <fx@gnu.org>
22174
22175 * jka-compr.el (jka-compr-load): Fix up load-history.
22176
22177 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22178
22179 * emacs-lisp/cl-macs.el: Revert previous change.
22180
22181 2000-01-29 Dave Love <fx@gnu.org>
22182
22183 * facemenu.el: Purecopy various strings.
22184
22185 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22186 years. Deal with three-digit years.
22187
22188 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22189 Use defconst, purecopy.
22190 (help-back-label): Purecopy it.
22191
22192 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22193
22194 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22195 variable. If non-nil, order the buffer list according to the
22196 currently selected frame.
22197 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22198 non-nil, pass the selected frame to function buffer-list.
22199
22200 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22201
22202 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22203
22204 2000-01-28 Dave Love <fx@gnu.org>
22205
22206 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22207
22208 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22209 Don't use lisp-indent-hook property.
22210 (cl-abs): Remove.
22211
22212 * subr.el: Move out indent and edebug specs for when and unless.
22213
22214 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22215 when, unless.
22216
22217 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22218 unless, when.
22219
22220 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22221
22222 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22223 `collecting' as synonym for `collect'.
22224
22225 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22226 for the case it contains spaces.
22227
22228 * simple.el (what-cursor-position): Change formatting of messages.
22229
22230 * frame.el (delete-other-frames): New function.
22231 (toplevel): Bind it to C-x 5 1.
22232
22233 * sort.el (sort-numeric-base): New option.
22234 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22235 interpret it as octal or hexadecimal. Use sort-numeric-base
22236 as default base.
22237
22238 * progmodes/glasses.el: New file.
22239
22240 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22241
22242 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22243 userids differently.
22244
22245 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22246 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22247 progmodes/ebnf-yac.el: New files.
22248
22249 2000-01-26 Dave Love <fx@gnu.org>
22250
22251 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22252 on a function with an empty body. [From Eric Ludlam.]
22253
22254 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22255
22256 * vc.el (vc-version-diff): Make sure file name is expanded.
22257
22258 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22259
22260 * scroll-bar.el (scroll-bar-timer): Variable removed.
22261 (scroll-bar-toolkit-scroll): Don't use a timer.
22262
22263 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22264
22265 * language/thai-util.el (thai-composition-function):
22266 Delete superfluous `a'.
22267
22268 2000-01-24 Dave Love <fx@gnu.org>
22269
22270 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22271 end-of-defun-function.
22272
22273 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22274
22275 2000-01-22 Jason Rumney <jasonr@gnu.org>
22276
22277 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22278 conflicts with new face support.
22279
22280 2000-01-22 Richard M. Stallman <rms@gnu.org>
22281
22282 * replace.el (query-replace): Rename last arg to DELIMITED.
22283 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22284 (query-replace-regexp): Likewise.
22285
22286 2000-01-20 Richard M. Stallman <rms@gnu.org>
22287
22288 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22289
22290 * emacs-lisp/lisp.el (beginning-of-defun-function):
22291 Variable renamed from beginning-of-defun.
22292 Do not call make-variable-buffer-local.
22293 (beginning-of-defun-raw): Use new variable name; doc fix.
22294 (beginning-of-defun): Doc fix.
22295 (end-of-defun-function): Variable renamed from end-of-defun.
22296 Do not call make-variable-buffer-local.
22297 (end-of-defun): Use new variable name; doc fix.
22298
22299 * subr.el (dolist, dotimes): Copied from cl-macs.el
22300 and made to work.
22301
22302 * mail/undigest.el (rmail-digest-end-regexps):
22303 Variable replaces rmail-digest-end-regexp.
22304 Allows multiple regexps for detecting the end line.
22305 (undigestify-rmail-message): Corresponding changes.
22306
22307 2000-01-19 Dave Love <fx@gnu.org>
22308
22309 * files.el (user-init-file): Don't declare here -- is primitive.
22310
22311 * startup.el (command-line): Check for compiled user-init-file and
22312 set to uncompiled version if necessary.
22313
22314 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22315
22316 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22317 (undigestify-rmail-message): Use it.
22318
22319 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22320
22321 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22322
22323 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22324 of mini-buffer.
22325
22326 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22327
22328 * emacs-lisp/copyright.el (copyright-update): Removed the
22329 requirement for a trailing space from `copyright-regexp', to
22330 support copyrights with owner specified on a separate line..
22331
22332 * align.el: New file.
22333
22334 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22335
22336 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22337
22338 2000-01-13 Dave Love <fx@gnu.org>
22339
22340 * ph.el: Removed. (Obsoleted by EUDC.)
22341
22342 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22343
22344 * net/eudc.el (toplevel): Remove autoloaded code installing
22345 menu with easymenu, because that causes build problems.
22346
22347 * frame.el (frame-notice-user-settings): New variable.
22348 (frame-notice-user-settings): Don't modify frame parameters
22349 if called a second time.
22350
22351 2000-01-13 Richard M. Stallman <rms@gnu.org>
22352
22353 * frame.el (frame-notice-user-settings):
22354 Notice default-frame-parameters even for non-window frames.
22355
22356 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22357
22358 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22359 for Emacs.
22360 (eudc-bob-can-display-inline-images): Extend for Emacs.
22361 (eudc-bob-toggle-inline-display): Ditto.
22362 (eudc-bob-display-jpeg): Ditto.
22363
22364 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22365
22366 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22367 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22368 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22369
22370 * add-log.el (add-change-log-entry): Fix error trying an
22371 `(insert nil)'.
22372
22373 * subdirs.el: Add `net' directory.
22374
22375 * net: New directory.
22376
22377 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22378 eval-last-sexp. Don't bind debug-on-error here.
22379 (eval-last-sexp): New function. Bind debug-on-error if
22380 eval-expression-debug-on-error is non-nil.
22381 (eval-defun-2, eval-defun): Likewise.
22382
22383 * simple.el (eval-expression): Don't bind debug-on-error if
22384 eval-expression-debug-on-error is nil. Detect changed
22385 debug-on-error, and propagate new value to global binding, if
22386 eval-expression-debug-on-error is non-nil,
22387 (eval-expression-debug-on-error): Change doc string.
22388
22389 2000-01-11 Richard M. Stallman <rms@gnu.org>
22390
22391 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22392
22393 * emacs-lisp/lisp-mode.el (with-syntax-table):
22394 Set up lisp-indent-function property.
22395
22396 * subr.el (with-syntax-table): Moved from simple.el.
22397
22398 * simple.el (with-syntax-table): Moved to subr.el.
22399
22400 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22401
22402 * tmm.el (tmm-shortcut): Delete region after prompt instead
22403 of erasing buffer.
22404
22405 * textmodes/fill.el (fill-common-string-prefix): New function.
22406 (fill-context-prefix): Use the longest common prefix of first
22407 and second line fill prefix, if there is one.
22408
22409 2000-01-11 Richard M. Stallman <rms@gnu.org>
22410
22411 * array.el (array-mode): Don't use make-variable-buffer-local.
22412 Use make-local-variable for `truncate-lines'.
22413
22414 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22415
22416 * add-log.el (add-log-current-defun): Handle user-defined
22417 add-log-current-function returning nil,
22418
22419 * add-log.el (add-change-log-entry): Insert version number
22420 if having found a current function
22421
22422 * add-log.el (add-log-current-defun):
22423 Call `add-log-current-defun-function'. Try matches at level 0 and
22424 level 1. Strip whitespace from defun found.
22425
22426 2000-01-10 John Wiegley <johnw@gnu.org>
22427
22428 * allout.el (isearch-done/outline-provisions): Added `edit'
22429 argument to correspond with the current definition of `isearch-done'.
22430
22431 2000-01-10 Dave Love <fx@gnu.org>
22432
22433 * elide-head.el (elide-head): Use point-marker, not point.
22434
22435 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22436
22437 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22438 before and after the year 2000.
22439
22440 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22441 Add ispell- prefix.
22442
22443 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22444
22445 * ispell.el: Only define dictionaries in menus when they exist.
22446 (version18p): New variable.
22447 (version20p): New variable.
22448 (xemacsp): New variable.
22449 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22450 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22451 (ispell-dictionary-alist6): Russian command lines no longer accept
22452 run-together words.
22453 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22454 (ispell-dictionary-alist): Add koi8-r to customize definition.
22455 (check-ispell-version): Added documentation string. Return library
22456 path when called non-interactively.
22457 (ispell-menu-map-needed): Uses new variables.
22458 (ispell-library-path): New variable.
22459 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22460 (ispell-word): Improved documentation string. Test for valid
22461 character mappings. Correctly check typed in word changes that can
22462 result in single words split into multiple words.
22463 Return replacement word.
22464 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22465 replace in recursive query replace mode. Help message for
22466 recursive edit mode.
22467 (ispell-show-choices): Protect against bad framepop bindings.
22468 (ispell-help): Fix to work with XEmacs.
22469 (ispell-highlight-spelling-error): Use new variables.
22470 (ispell-overlay-window): Fix to work with XEmacs.
22471 (ispell-parse-output): Passed and returns location information
22472 tracking spelling corrections. Doesn't recheck same word on
22473 current line.
22474 (ispell-init-process): Protect against bogus XEmacs variable binding.
22475 Fix call to single argument in sleep-for. Use new variables.
22476 (ispell-region): Passed and returns location information tracking
22477 spelling corrections. Doesn't check same word on current line.
22478 Improved documentation string. Doesn't resend a line already
22479 checked to the ispell process - fixes bug in LaTeX parsing.
22480 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22481 (ispell-skip-region): No longer skips <TT> in SGML.
22482 (ispell-process-line): Tracks location information with spelling
22483 corrections. Added documentation string. Accounts for words
22484 already accepted on this line. Don't allow query-replace on line
22485 starting with math characters. Doesn't resend a line already sent
22486 to ispell process. Fixes alignment error bug.
22487
22488 2000-01-10 Richard M. Stallman <rms@gnu.org>
22489
22490 * dired-x.el (dired-guess-shell-alist-default):
22491 Suggest xloadimage, which is free, not xv, which isn't.
22492
22493 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22494 Don't ever include the host name or user name in the value.
22495
22496 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22497
22498 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22499 of a real newline.
22500
22501 2000-01-09 Stephen Eglen <stephen@gnu.org>
22502
22503 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22504 for .png files.
22505
22506 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22507
22508 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22509
22510 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22511
22512 * progmodes/cperl-mode.el: Replace ^F with ^L.
22513
22514 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22515 `require'ing rmail and mailalias to prevent infinite recursion.
22516
22517 2000-01-08 Dave Love <fx@gnu.org>
22518
22519 * emacs-lisp/backquote.el: Remove inappropriate customization
22520 (allowing custom.el to use backquote).
22521
22522 2000-01-07 Dave Love <fx@gnu.org>
22523
22524 * add-log.el (add-log-debugging): Deleted.
22525 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22526 file. Remove debugging code.
22527 (change-log-get-method-definition, change-log-name): Add doc.
22528 (change-log-sortable-date-at): New function.
22529 (change-log-merge): New command.
22530
22531 * time.el (display-time-string-forms): Make the Mail string active.
22532 (display-time-update): Provide help-echo for load average.
22533
22534 * bindings.el (make-mode-line-mouse2-map): New function.
22535 (mode-line-modified): Use it and simplify.
22536 (mode-line-mule-info): Provide help-echo info.
22537 (minor-mode-alist): Activate the strings.
22538 (make-mode-line-mouse-sensitive): Simplify for
22539 mode-line-buffer-identification.
22540
22541 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22542
22543 * play/pong.el: New file.
22544
22545 2000-01-06 Dave Love <fx@gnu.org>
22546
22547 * array.el: Assorted cleanups for compiler warnings, doc strings,
22548 `array-' prefix for symbols.
22549
22550 2000-01-05 Dave Love <fx@gnu.org>
22551
22552 * textmodes/outline.el (outline-mode-menu-bar-map):
22553 Add outline-headers-as-kill.
22554 (outline-mode): Define imenu-generic-expression.
22555 (outline-headers-as-kill): New command.
22556
22557 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22558 from paragraph-start.
22559 (paragraph-indent-minor-mode): New command.
22560
22561 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22562 M-C-e, M-C-h, C-j, C-xnd, TAB.
22563 (fortran-mode): Set beginning-of-defun, end-of-defun.
22564 (fortran-column-ruler): Simplify.
22565 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22566 (fortran-with-subprogram-narrowing): Likewise.
22567 (fortran-indent-subprogram): Call mark-defun.
22568 (fortran-check-for-matching-do): Change narrowing.
22569
22570 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22571 (cl-lucid-hash-tag): Delete.
22572 (cl-hash-table-p): Correct test for native table.
22573 (cl-hash-table-count): Use hash-table-count.
22574
22575 * browse-url.el (browse-url): Fix case of
22576 browse-url-browser-function being an alist.
22577
22578 2000-01-05 Carsten Dominik <cd@gnu.org>
22579
22580 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22581 (reftex-index-phrase-file-extension): New options.
22582
22583 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22584 Use new option `reftex-index-phrase-file-extension'.
22585
22586 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22587 `reftex-parse-file-extension'.
22588
22589 2000-01-05 Dave Love <fx@gnu.org>
22590
22591 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22592 (beginning-of-defun-raw): Use it.
22593 (end-of-defun): New variable.
22594 (end-of-defun): Use it.
22595 (check-parens): New command.
22596
22597 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22598
22599 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22600 (hs-show-block): Don't use `mapcar' when not accumulating.
22601
22602 Fix buglet in local variables initialization.
22603
22604 2000-01-05 Andreas Schwab <schwab@suse.de>
22605
22606 * hscroll.el (hscroll): Doc fix.
22607
22608 2000-01-05 Carsten Dominik <cd@gnu.org>
22609
22610 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22611 Require idlw-toolbar.
22612
22613 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22614 file idlw-rinfo.el.
22615 (idlwave-customize): Load must read file idlw-shell.el.
22616 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22617
22618 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22619
22620 * progmodes/idlw-shell.el: Also provide idlwave-shell
22621 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22622 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22623
22624 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22625 both reftex-dcr and reftex-vcr.
22626
22627 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22628
22629 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22630
22631 * ps-print.el: PostScript code now is in separate files, doc fix.
22632 (ps-print-version): New version number (5.0.3).
22633 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22634 local.
22635 (ps-spool-config): Initialization fix.
22636 (ps-print-prologue-1, ps-print-prologue-2)
22637 (ps-print-duplex-feature): PostScript code moved to separated file.
22638 (ps-background-image): Little code reformating.
22639 (ps-begin-file, ps-begin-job): Fix code.
22640 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22641 (ps-prologue-file): New fun.
22642
22643 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22644
22645 * ps-vars.el: Eliminated.
22646
22647 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22648 `;;;###autoload'.
22649
22650 * ps-print.el: ps-vars eliminated, doc fix.
22651 (ps-print-version): New version number (5.0.2).
22652 (ps-spool-config): Initialization fix.
22653 (ps-print-customize): New fun.
22654
22655 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22656
22657 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22658
22659 2000-01-04 Dave Love <fx@gnu.org>
22660
22661 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22662 menu items.
22663
22664 2000-01-03 Dave Love <fx@gnu.org>
22665
22666 * elide-head.el (elide-head) [defgroup]: Add :version.
22667
22668 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22669 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22670 Use `cl-hash-table-p', not `hash-table-p'.
22671 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22672
22673 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22674
22675 * faces.el (face-read-integer, read-face-attribute)
22676 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22677
22678 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22679
22680 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22681 at comment end, and re-insert them after filling.
22682
22683 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22684
22685 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22686 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22687 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22688
22689 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22690
22691 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22692 the new name of face-color-supported-p.
22693
22694 * term/w32-win.el (xw-defined-colors): Likewise.
22695
22696 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22697
22698 * simple.el (completion-setup-function): Count completion-size
22699 from minibuffer-prompt-end, not from point-min.
22700
22701 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22702
22703 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22704 Pass the frame to tty-color-* functions.
22705 (display-color-p, frame-set-background-mode): Pass the frame to
22706 tty-display-color-p.
22707
22708 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22709 tty-color-alist.
22710 (tty-color-alist, tty-modify-color-alist): New functions.
22711 (tty-color-define, tty-color-clear, tty-color-approximate)
22712 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22713 optional parameter FRAME.
22714
22715 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22716
22717 * image.el (create-image, defimage): Don't assume image data is
22718 a string.
22719
22720 * image.el (defimage): Handle specifications containing :data
22721 instead of :file.
22722 (image-type-from-data): New function.
22723 (image-type-from-file-header): Use it.
22724 (create-image): Add parameter DATA-P.
22725
22726 See ChangeLog.8 for earlier changes.
22727
22728 ;; Local Variables:
22729 ;; coding: iso-2022-7bit
22730 ;; End:
22731
22732 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22733 Copying and distribution of this file, with or without modification,
22734 are permitted provided the copyright notice and this notice are preserved.