]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Note that describe-categories was moved to help-fns.el from src/category.c.
[gnu-emacs] / lisp / ChangeLog
1 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2
3 * COPYING: Removed.
4
5 2001-11-29 Dave Love <fx@gnu.org>
6
7 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
8 (fortran-window-create, fortran-window-create-momentarily):
9 Rewrite, moving error condition.
10 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
11 (fortran-mode-syntax-table): Revert last change.
12
13 * international/mule.el: Doc fixes.
14 (map-charset-chars): New function.
15 (register-char-codings): Use it to cope with generic chars in
16 safe-chars.
17
18 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
19
20 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
21
22 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc
23 fixes.
24
25 * play/studly.el (studlify-word, studlify-region)
26 (studlify-buffer): Fix doc-string.
27 (studlify-buffer): Add autoload cookie.
28
29 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
30
31 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
32 (outline-up-heading-all): Remove.
33 (hide-sublevels): Move to end-of-heading before calling flag-region.
34 (outline-copy-overlay, outline-discard-overlays): Remove.
35 (outline-flag-region): Use `remove-overlays'.
36 Don't move to end-of-heading.
37 (outline-next-visible-heading, outline-back-to-heading)
38 (outline-on-heading-p): Use outline-invisible-p.
39 (outline-font-lock-level): Use outline-up-heading's new arg.
40 (outline-minor-mode): Simplify.
41 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
42 (outline): Put a `reveal-toggle-invisible' property.
43 (outline-level-heading): New var.
44 (outline-insert-heading, outline-promote, outline-demote)
45 (outline-toggle-children): New commands.
46
47 * progmodes/hideif.el (hif-end-of-line): New function.
48 (hide-ifdef-mode): Set line-move-ignore-invisible.
49 (hide-ifdef-region-internal): New function.
50 (hide-ifdef-region): Use it.
51 (hif-defined): Return an integer.
52 (hif-infix-to-prefix): Remove.
53 (hif-tokenize): Parse from the buffer rather than from a string.
54 Correctly tokenize integers. Use forward-comment.
55 (hif-expr): Use hif-or.
56 (hif-term): Use hif-and.
57 (hif-factor): Use hif-not. Handle numbers properly.
58 Don't require parenthesis around `defined's argument.
59 (hif-and, hif-or, hif-not): New funs.
60 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
61 (hif-hide-line): Don't hide the \n before the line.
62 (hif-possibly-hide): Correctly handle numeric evaluation results.
63
64 * progmodes/make-mode.el: Use line-(end|beginning)-position.
65 (makefile-mode): Set indent-line-function.
66 (makefile-browser-insert-continuation): Use with-current-buffer.
67 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
68
69 2001-11-28 Karl Fogel <kfogel@red-bean.com>
70
71 * isearch.el (isearch-yank-internal): New helper function.
72 (isearch-yank-char): New function.
73 (isearch-yank-word, isearch-yank-line): Rewrite to use
74 isearch-yank-internal.
75
76 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
77
78 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
79 aren't supported. Print a message to that effect if invoked.
80
81 2001-11-27 Stephen Eglen <stephen@gnu.org>
82
83 * locate.el (locate): Put point at first matching file rather
84 than top of buffer.
85
86 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
87
88 * reveal.el: New file.
89
90 * progmodes/hideif.el: Misc cleanup.
91 (hide-ifdef-mode-submap): Put the def in the defvar.
92 Use substitute-key-definition.
93 (hide-ifdef-mode): Use define-minor-mode.
94 (hif-outline-flag-region): Remove.
95 (hif-show-all): Define in terms of hif-show-ifdef-region.
96 (hif-after-revert-function): Rename from hif-before-revert-function.
97 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
98 (hif-tokenize): Use with-syntax-table.
99 (hif-make-range): Use `else' also for `else-p'.
100 (hif-range-else-p): Remove.
101 (hif-find-range): Simplify.
102 (hif-hide-line): Don't bother preserving buffer-modified-p.
103 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
104 Don't use selective-display and inhibit-read-only.
105
106 * subr.el (copy-overlay, remove-overlays): New funs.
107
108 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
109
110 2001-11-27 Sam Steingold <sds@gnu.org>
111
112 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
113 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
114 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
115 * obsolete/c-mode.el, obsolete/cplus-md.el
116 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
117 * term/sun-mouse.el, textmodes/artist.el:
118 Converted backquote to the new style.
119 * mouse.el, reposition.el: Likewise (in comments).
120 * expand.el: Likewise (in a string).
121
122 2001-11-27 Richard M. Stallman <rms@gnu.org>
123
124 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
125
126 2001-11-26 Richard M. Stallman <rms@gnu.org>
127
128 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
129 if :on-glyph or :off-glyph is a list, eval it and store it back.
130 (checkbox): Quote the values for :on-glyph and :off-glyph.
131
132 * cus-start.el (recursive-load-depth-limit): Delete item.
133
134 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
135
136 * help-fns.el (describe-categories, help-describe-category-set): New.
137 describe-categories moved here from src/category.c.
138
139 2001-11-26 Sam Steingold <sds@gnu.org>
140
141 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
142 arguments to `insert' are strings.
143
144 2001-11-26 Richard M. Stallman <rms@gnu.org>
145
146 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
147
148 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
149
150 * loaddefs.el: Regenerated.
151
152 * international/mule-diag.el: Require help-fns instead of
153 help-funs.
154
155 * help-fns.el: Renamed from help-funs.el.
156
157 * startup.el (command-line-1): Don't try to call process-list if
158 it is not fboundp.
159
160 2001-11-26 Sam Steingold <sds@gnu.org>
161
162 * frame.el (show-trailing-whitespace): Remove :set argument (the
163 value was essentially identical to the defalt).
164
165 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
166
167 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
168
169 * icomplete.el (icomplete-minibuffer-setup): Likewise.
170
171 * hilit-chg.el (hilit-chg-set): Likewise.
172
173 * speedbar.el (speedbar-mode): Likewise.
174
175 * calendar/calendar.el (calendar-mode): Likewise.
176
177 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
178 insert-string.
179
180 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
181
182 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
183
184 * term/sun-mouse.el (sun-yank-selection): Likewise.
185
186 * textmodes/bib-mode.el (return-key-bib): Likewise.
187
188 * calendar/appt.el (appt-disp-window): Likewise.
189
190 * calendar/diary-lib.el (list-diary-entries): Likewise.
191
192 * array.el (array-reconfigure-rows): Likewise.
193
194 * filecache.el (file-cache-minibuffer-complete): Likewise.
195
196 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
197
198 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
199
200 * allout.el (outline-version, outline-open-topic)
201 (outline-rebullet-heading, outline-insert-listified)
202 (outline-latex-verbatim-quote-curr-line)
203 (outline-latexify-one-item, outlineify-sticky): Likewise.
204
205 * vc.el (vc-next-action-on-file): Likewise.
206 (vc-dired-mode): Remove make-local-hook.
207
208 2001-11-26 Andre Spiegel <spiegel@gnu.org>
209
210 * vc.el (vc-find-version): New function.
211 (vc-version-other-window): Redefined in terms of the above.
212
213 * log-view.el (log-view-find-version): New function.
214 (log-view-mode-map): Bind it to `f'.
215
216 2001-11-26 Gerd Moellmann <gerd@gnu.org>
217
218 * language/devan-util.el (dev-char-glyph): Escape `"' in
219 string literals.
220 (dev-glyph-glyph, dev-glyph-glyph-2)
221 (devanagari-compose-syllable-region): Likewise.
222
223 2001-11-26 Richard M. Stallman <rms@gnu.org>
224
225 * window.el (save-selected-window): No error if saved window is dead.
226
227 * help-funs.el (describe-syntax): Put (interactive) after doc string.
228
229 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
230
231 * international/quail.el (quail-help): Require help-mode in
232 top-level instead.
233
234 * iswitchb.el (iswitchb-exhibit): Use insert instead of
235 insert-string.
236
237 * icomplete.el (icomplete-exhibit): Likewise.
238
239 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
240
241 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
242 (diff-hunk-kill): Simplify.
243 (diff-post-command-hook): Only apply to a single hunk.
244 (diff-hunk-text): Make `char-offset' non-optional.
245 (diff-find-text): Return a cons cell.
246 (diff-find-approx-text): New fun.
247 (diff-find-source-location): Use it.
248 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
249 Adapt to new retval of diff-find-text.
250
251 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
252 rather than integer- representation of dates.
253
254 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
255
256 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
257 (syntax-after): New fun.
258
259 * help-funs.el (describe-syntax): New fun.
260
261 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
262 (font-lock-ppss-stats, font-lock-ppss): Remove.
263 (font-lock-fontify-syntactically-region): Remove tuning code.
264 (font-lock-compile-keywords): Fix off-by-one bug.
265 (font-lock-set-defaults): Don't set removed vars.
266 (c-keywords): Add `inline'.
267 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
268
269 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
270 Set syntax-begin-function.
271 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
272 (lisp-interaction-mode): Don't set local-abbrev-table any more.
273 (lisp-mode-auto-fill): Use syntax-ppss and obey
274 comment-auto-fill-only-comments.
275 (lisp-fill-paragraph): Use syntax-ppss.
276
277 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
278
279 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
280 version of rmail-enable-mime.
281 (rmail-forward): Use it.
282
283 2001-11-25 Richard M. Stallman <rms@gnu.org>
284
285 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
286
287 * international/quail.el (quail-keyboard-layout-button):
288 Define button type.
289 (quail-keyboard-customize-button): Likewise.
290 (quail-help): Use those button types. Require `help-mode'.
291 Avoid altering the argument `package'.
292
293 * help-mode.el (help-function, help-variable, help-face)
294 (help-coding-system, help-input-method, help-character-set):
295 Define each button type with its own explicit define-button-type.
296
297 * language/devan-util.el: Comment out parts of the file
298 which apparently are garbled.
299
300 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
301
302 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
303 insert-string.
304
305 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
306
307 * play/snake.el (snake-mode): Remove make-local-hook.
308
309 * play/tetris.el (tetris-mode): Likewise.
310
311 * play/decipher.el (decipher-mode): Likewise.
312
313 * tmm.el (tmm-add-prompt): Likewise.
314
315 2001-11-25 Sam Steingold <sds@gnu.org>
316
317 * menu-bar.el (menu-bar-apropos-menu): New variable.
318 Moved all `apropos' bindings to this menu.
319 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
320
321 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
322
323 The following changes are for new indian languages support based
324 on Unicode charset and CDAC fonts.
325
326 * international/mule-conf.el: Change indian-1-column charset to
327 indian-glyph charset.
328
329 * international/characters.el: Adjusted for the change of
330 indian-1-column -> indian-glyph.
331
332 * international/fontset.el: Delete the setting for indian-1-column
333 and add the setting for indian-glyph in the default fontset.
334
335 * language/indian.el: Completely re-written.
336
337 * language/devanagari.el: Completely re-written.
338
339 * language/devan-util.el: Completely re-written.
340
341 * language/ind-util.el: New file.
342
343 2001-11-24 Richard M. Stallman <rms@gnu.org>
344
345 * startup.el (command-line-1): Don't do startup screen
346 if a subprocess is running. Call the startup screen buffer
347 "GNU Emacs". Make a special mode-line-format for it.
348
349 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
350 (browse-url-galeon): Use that variable.
351
352 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
353 eval-expression. Eval and set the variable simply.
354
355 * files.el (temporary-file-directory): Use defcustom.
356 (small-temporary-file-directory): Likewise.
357 (normal-backup-enable-predicate): Move down in file
358 after definition of temporary-file-directory.
359
360 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
361
362 2001-11-24 Colin Walters <walters@debian.org>
363
364 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
365 autoload names to match files renamed on initial calc import.
366
367 * calc/calc.el (Commentary): Cleanup, and add logistic curve
368 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
369
370 2001-11-23 Colin Walters <walters@debian.org>
371
372 * Makefile.in (finder_setwins, setwins): Include Calc again.
373
374 * calc/calc-rules.el: Add header comment.
375
376 2001-11-23 Andre Spiegel <spiegel@gnu.org>
377
378 * vc.el (with-vc-properties): Don't bind `filename' locally.
379 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
380 to avoid name clashes. Fix `lisp-indent-function' property for
381 both.
382
383 2001-11-23 Francesco Potorti` <pot@gnu.org>
384
385 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
386
387 2001-11-22 Colin Walters <walters@debian.org>
388
389 * calc/calc-misc.el (report-calc-bug):
390 Use `reporter-prompt-for-summary-p'.
391
392 * calc/INSTALL, calc/Makefile: Remove.
393
394 2001-11-22 Miles Bader <miles@gnu.org>
395
396 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
397 (reb-match-2, reb-match-3): Add dark-background variants.
398
399 2001-11-22 Colin Walters <walters@debian.org>
400
401 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
402 (info "Calc").
403 (report-calc-bug): Use reporter.el.
404
405 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
406
407 2001-11-21 Richard M. Stallman <rms@gnu.org>
408
409 * which-func.el (which-function): Call imenu--make-index-alist
410 if necessary to get a list of functions.
411 (which-function-imenu-failed): New variable.
412 (which-func-update): Handle all visible windows.
413 (which-func-update-1): New subroutine broken out of which-func-update.
414
415 * files.el (temporary-file-directory, null-device)
416 (small-temporary-file-directory): Definitions moved up.
417
418 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
419 (cperl-non-problems, cperl-praise): Doc fixes.
420
421 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
422 (sh-mode-syntax-table): Function restored.
423 Variable set up for use by function sh-mode-syntax-table.
424 (sh-set-shell): Set the syntax table.
425
426 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
427
428 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
429
430 * international/encoded-kb.el: Don't alter minor-map-alist.
431
432 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
433
434 * files.el (auto-save-file-name-transforms): Put remote files in
435 temporary-file-directory rather than /tmp.
436
437 2001-11-21 Colin Walters <walters@debian.org>
438
439 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
440 of (function ...) wrapper.
441
442 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
443
444 * derived.el (define-derived-mode): Create the abbrev-table
445 from inside the `defvar'.
446
447 * jit-lock.el (jit-lock-defer-time): New var.
448 (jit-lock-defer-timer, jit-lock-buffers): New vars.
449 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
450 (jit-lock-function): Defer fontification if requested.
451 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
452 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
453 text property.
454 (jit-lock-deferred-fontify): New fun.
455
456 2001-11-20 Richard M. Stallman <rms@gnu.org>
457
458 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
459 Set local-abbrev-table to lisp-mode-abbrev-table.
460
461 * emacs-lisp/re-builder.el (reb-mode):
462 Don't use define-derived-mode. Call kill-all-local-variables.
463
464 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
465 Don't use define-derived-mode.
466
467 * help-mode.el (help-mode): Undo 2001-10-07 change.
468
469 * replace.el (occur-mode): Undo 2001-5-20 change.
470
471 2001-11-20 Jason Rumney <jasonr@gnu.org>
472
473 * w32-fns.el (w32-system-coding-system): Change to an alias for
474 locale-coding-system.
475 (set-w32-system-coding-system): Document the above change.
476 Set locale-coding-system instead.
477
478 2001-11-20 Richard M. Stallman <rms@gnu.org>
479
480 * ruler-mode.el: Add pagination.
481 (ruler-mode-toggle-show-tab-stops): No need to
482 test `ruler-mode' variable.
483
484 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
485
486 * play/landmark.el: Mark lm-mode as special.
487
488 * play/gomoku.el: Mark gomoku-mode as special.
489
490 2001-11-20 Juanma Barranquero <lektu@terra.es>
491
492 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
493 (top-level): Bind it to C-c C-b.
494 (re-builder): Don't re-enter RE Builder Mode.
495
496 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
497
498 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
499
500 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
501 `manual-program'.
502
503 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
504 to a line without a comment.
505
506 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
507
508 * dired.el (dired-listing-switches): Mention in the doc string
509 that some switches are not supported by ls-lisp.el
510
511 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
512
513 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
514 (imenu--create-keymap-2): Remove.
515 (imenu--create-keymap-1): Simplify, remove third argument.
516 (imenu--generic-function): Use dolist.
517 (imenu-find-default): New function.
518 (imenu--completion-buffer): Use it.
519 (imenu--mouse-menu): Use popup-menu.
520 (imenu--menubar-select): Return t rather than calling imenu.
521
522 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
523 New functions, extracted from fill-region-as-paragraph.
524 (fill-region-as-paragraph): Use them.
525 Use an end marker instead of eob.
526 Ignore whitespace-only fill-prefixes when indenting according to mode.
527 Simplify the loop that searches for spaces backwards.
528
529 * textmodes/picture.el (picture-vertical-step)
530 (picture-horizontal-step): Don't use defconst for variables.
531
532 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
533 (mail-extract-address-components): Downcase domain names.
534 (mail-extr-delete-char): Remove. Use delete-char instead.
535
536 * emulation/pc-select.el: Doc string fixes.
537 (pc-selection-mode): Don't treat macos as a tty.
538
539 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
540
541 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
542
543 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
544 (mouse-wheel-progessive-speed): New var.
545 (mwheel-scroll): Use it and handle float values.
546
547 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
548
549 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
550 (iswitchb): Fix the case where the result was selected with the mouse.
551 (iswitchb-completion-help): Use the normal *Completions* now that
552 mouse selection works.
553 (iswitchb-minibuffer-setup): Simplify.
554
555 * newcomment.el (comment-column, comment-style, comment-multi-line)
556 (comment-auto-fill-only-comments): Remove :group arg.
557 (comment-padding): Add :type.
558 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
559 if called interactively.
560
561 2001-11-19 Colin Walters <walters@verbum.org>
562
563 * calc/calc.el (toplevel): Add comment and version header.
564 (calc-init-base): Bump version to 2.02f, update date.
565
566 2001-11-19 Richard M. Stallman <rms@gnu.org>
567
568 * net/browse-url.el: Support Mozilla and Galeon.
569 By default, find the installed browser whichever it is.
570 (browse-url-mozilla): New function.
571 (browse-url-mozilla-sentinel): New function.
572 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
573 (browse-url-default-browser): New function.
574 (browse-url-process-environment): Use browse-url-browser-display.
575 (browse-url-browser-display): Renamed from browse-url-netscape-display.
576 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
577 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
578 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
579 (browse-url-browser-function): New default, new options.
580
581 2001-11-19 Sam Steingold <sds@gnu.org>
582
583 * bindings.el (last-buffer, unbury-buffer): New function.
584 (mode-line-unbury-buffer): Use `unbury-buffer'.
585
586 2001-11-18 Stephen Eglen <stephen@gnu.org>
587
588 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
589 control behaviour when no further completion is possible.
590
591 2001-11-19 Colin Walters <walters@verbum.org>
592
593 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
594 (math-showing-full-precision, math-with-extra-prec, math-working)
595 (calc-with-default-simplification)
596 (calc-with-trail-buffer): Use backtick.
597 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
598 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
599 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
600 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
601 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
602 (Math-num-integerp, Math-bignum-test, Math-equal-int)
603 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
604 (calc-record-compilation-date-macro): Deleted. Callers updated.
605 (math-format-radix-digit): Move to calc-bin.el.
606
607 * calc/calc.el (calc-record-compilation-date): Remove.
608 (calc-bug-address): Update.
609 (calc-settings-file): Use `user-init-file'.
610
611 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
612 Handle null `calc-settings-file'.
613
614 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
615 * calc/calc-keypd.el (calc-keypad-mode): New.
616 (calc-do-keypad): Use it.
617 (calc-keypad-map): Move into `calc-keypad-mode'.
618
619 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
620 to defalias argument.
621
622 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
623 (calcFunc-floor): Ditto.
624
625 * calc-units.el (calcFunc-usimplify): Ditto.
626
627 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
628 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
629 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
630 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
631 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
632 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
633 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
634 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
635 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
636 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
637 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
638 and move them before their first use. Use `when', `unless'.
639 Remove trailing periods from error forms. Add description and
640 headers suggested by Emacs Lisp coding conventions.
641
642 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
643
644 * newcomment.el (comment-indent):
645 Fix misindentation for comment-only lines.
646 (comment-indent-new-line): Only obey comment-multi-line if the
647 comment-ender is not the end-of-line.
648
649 2001-11-19 Richard M. Stallman <rms@gnu.org>
650
651 * net/net-utils.el (network-connection-service-abbrev-alist):
652 New variable.
653
654 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
655 Advance to start of 3rd sexp by moving fwd and backing over it.
656 At first three elements, act like defun.
657
658 * delsel.el (delete-selection-pre-hook): Handle and resignal
659 file-supersession errors to interact properly with userlock.el.
660
661 2001-11-18 Richard M. Stallman <rms@gnu.org>
662
663 * progmodes/fortran.el (fortran-mode-syntax-table):
664 Specify punctuation syntax for backslash.
665
666 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
667 All calls deleted.
668
669 * international/mule-util.el (string-to-sequence): Make it obsolete.
670 (string-to-list, string-to-vector): Implement them directly
671 using append and vconcat, not with string-to-sequence.
672
673 * startup.el (command-line): Set abbrevs-changed to nil after
674 reading the init file and the abbrevs file.
675
676 * isearch.el (isearch): Use magenta2 as bg for (background light)
677
678 2001-11-17 Richard M. Stallman <rms@gnu.org>
679
680 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
681
682 * simple.el (minibuffer-history-sexp-flag): Doc fix.
683
684 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
685
686 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
687 If set and if applicable, add a regexp to highlight defun-like
688 text inside comments and strings.
689 (font-lock-fontify-keywords-region): Pass that new arg.
690 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
691 to the end and pass that new arg.
692 (c-font-lock-keywords-2): Fix regex for labels.
693 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
694 Make it work when LIMIT is several lines further.
695 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
696 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
697 Use backquote and make the regexes for `int a, b, c;' work on
698 multiple lines.
699
700 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
701 (font-lock-defaults-alist): Don't change it any more.
702 (reb-subexp-mode-map): Cleanup.
703
704 * custom.el (custom-current-group-alist): New var.
705 (custom-declare-group): Set it.
706 (custom-current-group): New fun.
707 (custom-declare-variable, custom-handle-all-keywords):
708 Use it as a default if no :group argument is specified.
709
710 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
711 (standard-keyboard-coding-systems): New var.
712 (set-locale-environment): Use it to decide whether or not to call
713 set-keyboard-coding-system.
714 (locale-language-names): Use \"French\" for "fr".
715
716 2001-11-17 Richard M. Stallman <rms@gnu.org>
717
718 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
719 (add-to-list): Delete compatibility code.
720 (checkdoc-next-message-error): Doc fix.
721
722 2001-11-17 Stephen Eglen <stephen@gnu.org>
723
724 * locate.el (locate): Show default locate pattern within the
725 prompt, but don't insert it into the minibuffer contents.
726 Catch the case when pattern is the empty string.
727
728 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
729
730 * language/european.el ("French"): New language environment.
731
732 2001-11-16 Richard M. Stallman <rms@gnu.org>
733
734 * calendar/todo-mode.el (todo-save): Fix previous change.
735
736 * subr.el (functionp): Do use cdr-safe on object.
737
738 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
739
740 * bindings.el (mode-line-mode-name): Only put the help-echo property
741 if the local-map property was put as well.
742 (global-map): Bind switch-frame, delete-frame, iconify-frame
743 and make-frame-visible events.
744
745 * emacs-lisp/elp.el (elp-not-profilable): New var.
746 (elp-not-profilable-p): New function.
747 (elp-instrument-function): Use it. Use backquotes and push.
748
749 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
750 (byte-stack+-info, byte-compile-last-warned-form)
751 (byte-compile-last-logged-file): Don't defconst a variable.
752 (no-byte-compile): Declare.
753 (byte-compile-file): Don't boundp-check no-byte-compile any more.
754 (byte-compile-defvar): Leave defconst as is.
755
756 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
757 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
758 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
759 (edebug-best-error): Don't defconst a variable.
760 (edebug-read-syntax-table): Use a char-table.
761 (edebug-lemacs-specific): Remove.
762 Toplevel: Eliminate check for Lucid Emacs.
763
764 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
765
766 * rect.el (move-to-column-force): Mark obsolete.
767 (operate-on-rectangle, delete-extract-rectangle-line)
768 (insert-rectangle, delete-whitespace-rectangle-line)
769 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
770 (string-rectangle-history): New var.
771 (string-rectangle, string-insert-rectangle): Use it.
772 (delete-rectangle-line): Fix pos/column mixup and simplify.
773
774 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
775 (normal-top-level, command-line, command-line-1): Simplify.
776
777 * tar-mode.el (tar-mode): Use define-derived-mode.
778
779 * view.el (view-mode-enable): Don't use make-local-hook.
780
781 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
782
783 2001-11-16 Richard M. Stallman <rms@gnu.org>
784
785 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
786 if it doesn't make sense as anything else.
787 Don't recognize a "telephone number" at the beginning of the name.
788 (mail-extr-leading-garbage): Match non-word characters only.
789
790 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
791
792 * startup.el (command-line-processed): Doc fix.
793
794 * apropos.el (apropos-next-label-button): Doc fix.
795
796 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
797
798 * comint.el (comint-mode): Simplify.
799 (make-comint-in-buffer): Run `comint-mode' only if necessary.
800
801 * subr.el (eval-after-load): Make it work with features as well.
802
803 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
804
805 * international/mule-cmds.el (describe-input-method): Setup xref.
806 (set-language-environment): Use functionp.
807 (locale-language-names, locale-charset-language-names)
808 (locale-preferred-coding-systems): Defconst and purecopy.
809
810 * language/european.el (mac-roman): Add mime-charset property.
811
812 2001-11-15 Richard M. Stallman <rms@gnu.org>
813
814 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
815 (multiple-value-apply, nth-value): Use defsubst rather than defalias
816 to get better doc strings.
817
818 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
819
820 * derived.el: Fix autoload cookie.
821
822 2001-11-15 Richard M. Stallman <rms@gnu.org>
823
824 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
825
826 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
827
828 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
829
830 2001-11-15 Richard M. Stallman <rms@gnu.org>
831
832 * dired.el (dired-undo): Display a message to explain
833 that this does not undo file system changes.
834
835 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
836
837 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
838 into `unread-command-events' instead of trying keymap
839 lookups ourselves. This makes mouse-clicks do the right
840 thing even when keymaps of overlays are involved.
841 (mouse-drag-drag): Likewise.
842
843 2001-11-15 Andreas Schwab <schwab@suse.de>
844
845 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
846 characters and append anchor to pattern added to auto-mode-alist.
847
848 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
849
850 * server.el (server-process-filter): Run pore/post-comment-hook
851 before/after visiting the file.
852
853 * info-look.el (makefile-mode): Add info for automake.
854 (autoconf-mode): Fix the name of the index for automake.
855
856 * international/latin-9.el: Give pilcrow punctuation syntax.
857
858 2001-11-15 Andre Spiegel <spiegel@gnu.org>
859
860 * vc.el: Documentation fixes.
861
862 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
863
864 * smerge-mode.el (smerge-match-conflict): Fix typo.
865 (smerge-diff): Be careful to read match-data early enough.
866
867 2001-11-14 Colin Walters <walters@verbum.org>
868
869 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
870 (calcFunc-subst): Use `defalias' instead of `fset' and
871 `symbol-function'.
872
873 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
874 (calcFunc-ceil, calcFunc-round): Ditto.
875
876 * calc/calc-bin.el (calcFunc-clip): Ditto.
877
878 * calc/calc-ext.el (calcFunc-evalv): Ditto.
879
880 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
881
882 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
883 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
884
885 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
886
887 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
888 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
889 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
890 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
891 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
892 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
893 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
894 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
895 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
896 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
897 * calcsel2.el: Style cleanup; don't put closing parens on their
898 own line, add "foo.el ends here" to each file, and update
899 copyright date.
900
901 * README: Update maintainer.
902
903 2001-11-13 Alan Shutko <ats@acm.org>
904
905 * compile.el (recompile): Use compilation-arguments if set, so as
906 to be able to M-x recompile the exact command which created a
907 compilation-mode buffer.
908
909 2001-11-13 Richard M. Stallman <rms@gnu.org>
910
911 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
912
913 2001-11-13 Gerd Moellmann <gerd@gnu.org>
914
915 * mouse.el (mouse-drag-region): Don't run the up-event
916 handler if window start changed due to the down-mouse event.
917
918 2001-11-13 Richard M. Stallman <rms@gnu.org>
919
920 * mouse.el (mouse-show-mark): Either move point to the mark
921 or use highlighting, never both.
922 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
923
924 2001-11-13 Simon Josefsson <jas@extundo.com>
925
926 * mail/smtpmail.el (top-level): Change maintainer to Simon
927 Josefsson, cleanup the smtpmail.el header.
928
929 * mail/smtpmail.el (top-level): Don't require cl or base64.
930 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
931 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
932 Defsubst instead of defmacro.
933 (smtpmail-intersection): Return value in reverse order.
934 (smtpmail-open-stream): Use stringp instead of string-to-list.
935 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
936 separated from smtpmail-via-smtp.
937
938 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
939 rfc2104. Require base64 and cl.
940 (smtpmail-smtp-service): Doc fix. :type fix.
941 (smtpmail-debug-info): Doc fix.
942 (smtpmail-debug-verb, smtpmail-auth-credentials)
943 (smtpmail-starttls-credentials, smtpmail-auth-supported):
944 New variables.
945 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
946 mail-utils (it is autoloaded).
947 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
948 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
949 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
950 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
951 (smtpmail-via-smtp): Support AUTH.
952 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
953
954 2001-11-13 Richard M. Stallman <rms@gnu.org>
955
956 * ebuff-menu.el (electric-buffer-update-highlight): New function.
957 (electric-buffer-overlay): New variable.
958 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
959 (electric-buffer-list): Likewise.
960
961 2001-11-13 Per Starback <starback@ling.uu.se>
962
963 * isearch.el (isearch-whitespace-chars): Doc fix.
964 (isearch-mode): Handle negative search-slow-window-lines correctly.
965
966 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
967
968 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
969
970 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
971 From Emmanuel Briot <briot@act-europe.fr>.
972
973 2001-11-13 Colin Walters <walters@debian.org>
974
975 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
976
977 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
978 "~/.emacs"; use `read-file-name'.
979
980 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
981 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
982 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
983 * calc/calc.el: Use `frame-width' instead of `screen-width',
984 `frame-height' instead of `screen-height', and,
985 `executing-kbd-macro' instead of `executing-macro'.
986
987 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
988 correct number of arguments.
989
990 * calc/calc-aent.el (calc-do-alg-entry):
991 Use `blink-paren-function' instead of `blink-paren-hook'.
992
993 2001-11-12 Richard M. Stallman <rms@gnu.org>
994
995 * calendar/todo-mode.el (todo-save): Add save-excursion
996 and save-restriction.
997
998 * server.el (server-edit, server-done): Doc fix.
999
1000 * simple.el (clone-indirect-buffer): Error if major mode symbol
1001 has a no-clone-indirect property.
1002 (clone-buffer): Check for obvious errors before reading clone name.
1003
1004 * info.el (Info-mode): Add a no-clone-indirect property.
1005
1006 2001-11-12 Sam Steingold <sds@gnu.org>
1007
1008 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1009 set-buffer-modified-p to nil after `vc-exec-after'.
1010 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1011 (log-view-mode): Make read-only.
1012 (log-view-current-file): Do final `expand-file-name' in the
1013 current `default-directory'.
1014 (log-view-current-tag): Take an optional `where' arg.
1015 (log-view-diff): New user command.
1016
1017 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1018
1019 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1020
1021 2001-11-12 Sam Steingold <sds@gnu.org>
1022
1023 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1024 `generic-flet', `generic-labels', `with-accessors',
1025 `with-condition-restarts'.
1026
1027 2001-11-12 Richard M. Stallman <rms@gnu.org>
1028
1029 * dired.el: Many trivial doc fixes.
1030 (dired-get-file-for-visit): New function.
1031 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1032 (dired-view-file, dired-find-file-other-window, dired-display-file):
1033 (dired-find-file): Use dired-get-file-for-visit.
1034
1035 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1036
1037 * sql.el (sql-mode): Doc change.
1038
1039 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1040 escape character.
1041
1042 2001-11-12 Colin Walters <walters@debian.org>
1043
1044 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1045 (calc-do-keypad): Don't attempt to use nonexistent global
1046 mouse-map, use calc-keypad-map.
1047 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1048 (calc-keypad-left-click): Don't use mouse-map; update to new event
1049 interface.
1050 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1051 (calc-keypad-press): Use `unread-command-events' instead of
1052 `unread-command-char'.
1053
1054 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1055 to match files renamed on initial calc import.
1056
1057 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1058
1059 * textmodes/flyspell.el (flyspell-default-dictionary):
1060 Fix previous change.
1061
1062 2001-11-12 Richard M. Stallman <rms@gnu.org>
1063
1064 * textmodes/flyspell.el (flyspell-default-dictionary):
1065 Fix custom type.
1066
1067 2001-11-11 Richard M. Stallman <rms@gnu.org>
1068
1069 * calendar/solar.el (solar-sunrise-and-sunset):
1070 Exchange the two extreme values of day-length.
1071
1072 * progmodes/sh-script.el (sh-must-be-shell-mode):
1073 Allow modes derived from sh-mode.
1074
1075 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1076 Turn off error in some re-search-forward calls.
1077
1078 * replace.el (query-replace-skip-read-only): New variable.
1079 (perform-replace): If that variable is non-nil, ignore matches
1080 that have a read-only property.
1081
1082 * derived.el (define-derived-mode): Doc fix.
1083
1084 * server.el (server-buffer-done): Test of server-existing-buffer
1085 was backwards.
1086 (server-existing-buffer): Doc fix.
1087
1088 * textmodes/flyspell.el (flyspell-default-dictionary):
1089 Allow nil as value, and make nil the default.
1090
1091 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1092
1093 * subdirs.el: Regenerated.
1094
1095 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1096 it is not fboundp.
1097 (clipboard-yank): Ditto.
1098
1099 2001-11-11 Colin Walters <walters@verbum.org>
1100
1101 The following changes are based on patches from
1102 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1103 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1104
1105 * calc/calc.el (toplevel): Require calc-macs.
1106 (calc-minibuffer-size): New.
1107 (calcDigit-nondigit): Use it instead of `buffer-size'.
1108 (calcDigit-backspace): Likewise.
1109 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1110 `buffer-string'.
1111 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1112 `point-min'.
1113 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1114 `save-excursion'.
1115
1116 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1117 simple `setq' form.
1118
1119 * calc/calc-ext.el: (toplevel): Require calc.
1120 (calc-fancy-prefix-map): New.
1121 (calc-fancy-prefix): Use it.
1122 (calc-fancy-prefix-other-key): New.
1123
1124 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1125 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1126 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1127 (calcAlg-enter): Likewise.
1128 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1129
1130 2001-11-10 Richard M. Stallman <rms@gnu.org>
1131
1132 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1133 (quietly-read-abbrev-file): Doc fix.
1134
1135 * startup.el (command-line): Read standard abbrev
1136 file (abbrev-file-name), if it exists.
1137
1138 * files.el (save-abbrevs): Default value is t.
1139
1140 * progmodes/compile.el (compile-goto-error): Fix previous change
1141 in the case where subsequent errors have not been parsed yet
1142 because they are in a different source file.
1143
1144 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1145
1146 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1147 Merge two regular expressions into one.
1148 (ps-mode): Make local bindings for `comment-start' and
1149 `comment-start-skip'.
1150 (ps-mode-looking-at-nested): Simplify an if-else construct;
1151 use `set-match-data' to set the result.
1152
1153 2001-11-10 Richard M. Stallman <rms@gnu.org>
1154
1155 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1156 Function deleted.
1157 (flyspell-correct-word): Old definition deleted.
1158 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1159 All references renamed too.
1160
1161 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1162
1163 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1164
1165 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1166
1167 * wid-edit.el (checklist): Removed `:menu-tag'.
1168 (radio-button-choice): Ditto.
1169 (editable-list): Ditto.
1170
1171 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1172
1173 * play/gomoku.el: Move definitions of constants to the beginning
1174 of file, before their use.
1175
1176 2001-11-09 Richard M. Stallman <rms@gnu.org>
1177
1178 * textmodes/flyspell.el: Use the keymap property
1179 instead of local-map, and don't use a minor-mode map.
1180 (flyspell-mode-map): Variable deleted.
1181 Don't mess with minor-mode-map-alist.
1182 (calling add-minor-mode): Specify nil for keymap.
1183 And always use add-minor-mode, now that it exists.
1184 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1185 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1186 or flyspell-local-mouse-map.
1187 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1188 (flyspell-mode): Doc fix.
1189 (flyspell-mode-on): Don't call make-local-hook.
1190
1191 2001-11-09 Sam Steingold <sds@gnu.org>
1192
1193 * emacs-lisp/debug.el (debugger-make-xrefs):
1194 Add buttons to all symbols.
1195
1196 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1197
1198 * vc.el: Add John David Smith to credits.
1199
1200 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1201
1202 * vc-hooks.el (vc-error-occured): Backquotified.
1203 (vc-file-prop-obarray): Use prime length for better efficiency.
1204
1205 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1206
1207 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1208
1209 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1210
1211 2001-11-09 Miles Bader <miles@gnu.org>
1212
1213 * subr.el (functionp): Don't consider macros as functions.
1214
1215 2001-11-08 Miles Bader <miles@gnu.org>
1216
1217 * subr.el (functionp): Make work correctly for macros and unbound
1218 symbols.
1219
1220 * comint.el (comint-send-input): Fix description of
1221 `comint-process-echoes' in the doc-string.
1222
1223 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1224
1225 * international/mule.el (make-translation-table): Doc fix.
1226 Suggested by Alex Schroeder <alex@gnu.org>.
1227
1228 2001-11-07 Richard M. Stallman <rms@gnu.org>
1229
1230 * info.el (Info-fontify-node): Highlight every third menu item.
1231
1232 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1233
1234 * cus-edit.el (custom-face-value-create): Don't ignore the
1235 `customized-face' attribute when finding the current face spec.
1236
1237 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1238
1239 * subr.el (with-local-quit): New macro.
1240 (make-syntax-table): Always inherit.
1241 (functionp): Be more careful when `object' is a symbol.
1242
1243 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1244
1245 2001-11-07 Paul Eggert <eggert@twinsun.com>
1246
1247 * dired.el (dired-move-to-filename-regexp):
1248 Do not distinguish between ASCII letters and non-ASCII characters.
1249 Don't allow comma except in the form "month day, year".
1250 Don't allow space between month name and comma.
1251 Clean up the code that checks for trailing period, comma, and space.
1252 Remove now-obsolete comments, and add more commentary about
1253 Japanese dates.
1254 Always gobble up trailing spaces, instead of doing it only sometimes.
1255
1256 2001-11-07 Miles Bader <miles@gnu.org>
1257
1258 * paren.el (show-paren-match-face): Add dark-background variant.
1259
1260 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1261
1262 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1263 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1264 Don't disable adaptive-fill-mode.
1265 (lisp-fill-paragraph): Use tab-width rather than 8.
1266 Prevent filling the first line of docstrings.
1267
1268 2001-11-06 Richard M. Stallman <rms@gnu.org>
1269
1270 * play/gomoku.el (gomoku): Doc fix.
1271
1272 * jka-compr.el (jka-compr-partial-uncompress):
1273 Support an alternative of not using dd.
1274 (jka-compr-dd-program): Use defcustom to define this.
1275 (jka-compr-load-suffixes): Use defcustom.
1276 (jka-compr-mode-alist-additions): Use defcustom.
1277
1278 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1279
1280 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1281 Also work when LIMIT is further than the end of line.
1282
1283 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1284
1285 * international/quail.el (quail-update-leim-list-file): Print the
1286 offending file name if some of its quail-define-package forms is broken.
1287
1288 2001-11-05 Richard M. Stallman <rms@gnu.org>
1289
1290 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1291 of the evaluated form.
1292
1293 2001-11-05 Paul Eggert <eggert@twinsun.com>
1294
1295 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1296 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1297 stamps always line up by default. Also, it uses a slightly
1298 different window to determine whether files are "recent".
1299
1300 2001-11-05 Andrew Innes <andrewi@gnu.org>
1301
1302 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1303 Don't attempt to remake autoloads before nuking .elc files.
1304
1305 2001-11-04 Richard M. Stallman <rms@gnu.org>
1306
1307 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1308 previous-single-property-change or next-single-char-property-change
1309 returns nil.
1310
1311 * international/mule-cmds.el (set-locale-environment):
1312 Make it interactive; make arg optional.
1313
1314 * international/mule-diag.el (help-funs): Require help-funs.
1315
1316 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1317
1318 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1319
1320 2001-11-04 Miles Bader <miles@gnu.org>
1321
1322 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1323 shadow of the splash image grey on a dark background instead of black.
1324
1325 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1326
1327 * term.el (all faces): Don't (copy-face 'default <foo>).
1328
1329 * term/xterm.el (function-key-map):
1330 Add entry for `ESC [ 3 ~' -> <delete>
1331 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1332 Use inheritance so that .emacs and terminfo take precedence.
1333
1334 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1335
1336 * tooltip.el (tooltip-delay): Decrease to 0.7.
1337 (tooltip-hide-delay): Enlarge to 10.
1338
1339 2001-11-03 Richard M. Stallman <rms@gnu.org>
1340
1341 * startup.el (fancy-splash-tail): Explain how to recover
1342 from a crash, if there was a crash.
1343 (command-line-1): Reorganize display of startup screen,
1344 to simplify the logic. Use a temp buffer for it.
1345
1346 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1347
1348 * frame.el (set-background-color, set-foreground-color):
1349 Call face-set-after-frame-default, to propagate the new colors to
1350 the frame's parameters alist.
1351
1352 * calendar/timeclock.el (timeclock-out): Signal an error if
1353 timeclock-last-event is nil.
1354
1355 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1356
1357 * textmodes/fill.el (fill-context-prefix): Fix braino.
1358
1359 * international/quail.el (quail-help):
1360 Use `help-buffer' and move `help-setup-xref' to beginning.
1361
1362 * international/mule-cmds.el (describe-language-environment):
1363 Use `help-buffer' and move `help-setup-xref' to beginning.
1364
1365 * international/mule-diag.el (list-character-sets)
1366 (sort-listed-character-sets, describe-character-set)
1367 (describe-coding-system, describe-fontset, list-fontsets):
1368 Use `help-buffer' and move `help-setup-xref' to beginning.
1369 (describe-char-after): Use `internal-describe-syntax-value'.
1370
1371 2001-11-02 Richard M. Stallman <rms@gnu.org>
1372
1373 * mouse.el (popup-menu): If the user refuses to select
1374 from a menu, don't try to invoke the menu.
1375
1376 2001-11-02 Miles Bader <miles@gnu.org>
1377
1378 * help-mode.el (help-xref): New button type.
1379 (help-function, help-variable, help-face, help-coding-system)
1380 (help-input-method, help-character-set, help-type, help-symbol)
1381 (help-back, help-info, help-customize-variable, help-customize-face)
1382 (help-function-def, help-variable-def): Use it as a supertype.
1383 Remove `action' property.
1384
1385 * international/mule-diag.el (describe-character-set)
1386 (describe-coding-system): Pass correct args to `help-xref-button'.
1387 (sort-listed-character-sets): New button type.
1388 (list-character-sets): Use it.
1389 (list-charset-chars): New button type.
1390 (list-character-sets-1): Use it.
1391
1392 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1393
1394 * indent.el (tab-always-indent, indent-for-tab-command):
1395 Remove redundant `never' setting.
1396
1397 * fill.el (fill-region-as-paragraph): Don't forget to skip
1398 over current whitespace before looking for a preceding space.
1399
1400 2001-11-01 Richard M. Stallman <rms@gnu.org>
1401
1402 * files.el (file-newest-backup): Don't pass backup file name
1403 thru file-name-sans-versions, because it never has version numbers.
1404
1405 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1406 to avoid ambiguous nested loops.
1407
1408 * files.el (find-file-noselect): Offer to change buffer-read-only
1409 only when the file's read-only status has changed from before
1410 as well as disagreeing with the buffer's current status.
1411 (buffer-file-read-only): New var, local in all buffers.
1412
1413 * buff-menu.el (buffer-menu): Doc fix.
1414 (buffer-menu-other-window): Doc fix.
1415 (list-buffers, list-buffers-noselect): Doc fix.
1416
1417 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1418
1419 * startup.el (command-line): If the terminal Emacs is running on
1420 has erase char set to ^H, use the Backspace key for deleting
1421 backward, and the Delete key for deleting forward.
1422
1423 2001-11-01 Miles Bader <miles@gnu.org>
1424
1425 * button.el (define-button-type): Make sure every user-defined
1426 button type has a supertype.
1427
1428 2001-10-31 Jason Rumney <jasonr@gnu.org>
1429
1430 * international/mule-cmds.el (locale-language-names): Add chs and
1431 cht as aliases for Chinese-GB and Chinese-BIG5.
1432
1433 2001-10-31 Richard M. Stallman <rms@gnu.org>
1434
1435 * bindings.el (mode-line-frame-identification): Add doc string.
1436 (mode-line-position, mode-line-modes): New variables.
1437 (mode-line-format): Use mode-line-position for the part
1438 that displays the position-in-buffer info.
1439 Use mode-line-modes for the part that displays major and minor modes.
1440
1441 2001-10-31 Sam Steingold <sds@gnu.org>
1442
1443 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1444 (debugger-setup-buffer): Call it.
1445 (debugger-mode-map): Bind RET and mouse-2.
1446
1447 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1448
1449 * startup.el: Document command line option --no-window-system
1450 instead of --no-windows.
1451
1452 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1453
1454 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1455
1456 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1457 (font-lock-defaults-alist): Use it.
1458 From David Ponce <david.ponce@wanadoo.fr>
1459
1460 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1461 output of `char-after'.
1462
1463 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1464
1465 * simple.el (reindent-then-newline-and-indent): Insert the newline
1466 before indenting the first line.
1467 (undo-get-state, undo-revert-to-state): New funs.
1468 (shell-command): Don't kill the buffer even if empty.
1469 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1470 (transpose-subr-end2): Remove.
1471 (transpose-subr): Add `special' arg and simplify.
1472 (transpose-subr-1): Rewrite.
1473 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1474 (rfc822-goto-eoh): Simplify.
1475
1476 2001-10-30 Richard M. Stallman <rms@gnu.org>
1477
1478 * enriched.el (enriched-face-ans): FIx previous change.
1479
1480 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1481
1482 * international/iso-acc.el (iso-accents-compose): Remove a
1483 superfluous setq.
1484
1485 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1486
1487 * buff-menu.el (list-buffers-noselect): If the buffer's name
1488 starts with a blank, but it visits a file, do show it (for files
1489 whose names start with a blank).
1490
1491 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1492
1493 * textmodes/fill.el (sentence-end-double-space)
1494 (sentence-end-without-period): Move to paragraphs.el.
1495 (fill-indent-according-to-mode): Change default to t.
1496 (fill-context-prefix): Simplify control-flow and use a more
1497 sophisticated merge that unifies both previous checks.
1498 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1499 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1500 (fill-nobreak-p): New fun.
1501 (fill-region-as-paragraph): Use it.
1502 Handle `fill-indent-according-to-mode' slightly differently.
1503 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1504 (fill-individual-paragraphs-citation): Fix.
1505
1506 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1507 (paragraph-start): Change default to the `text-mode' value.
1508 (sentence-end-double-space, sentence-end-without-period):
1509 Move from fill.el.
1510 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1511 rather than rebinding `paragraph-start' and `paragraph-separate'.
1512
1513 * indent.el (indent-line-function): Change default to indent-relative.
1514 (tab-always-indent): Add an `never' setting.
1515 (indent-according-to-mode): Handle `indent-relative' and
1516 `indent-relative-maybe' specially.
1517 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1518 Handle the `never' case for `tab-always-indent'.
1519 Don't call indent-according-to-mode for indent-relative' and
1520 `indent-relative-maybe'.
1521 (insert-tab): Rename `prefix-arg' to `arg'.
1522 (indent-region): Indent the first line as well.
1523 (indent-relative): Don't mark the buffer modified if the indentation
1524 is unchanged.
1525
1526 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1527 Don't set paragraph-separate. Set paragraph-start more carefully.
1528 Set indent-line-function.
1529 (paragraph-indent-text-mode): Use it and define-derived-mode.
1530 (text-mode-map): Remove the \t binding.
1531 (text-mode): Simplify now that the default is more favorable.
1532
1533 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1534
1535 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1536 If the regexp doesn't match, use a looser one.
1537 (find-variable-noselect): Add `file' argument.
1538
1539 * pcvs.el (cvs-mode-commit-hook): New hook.
1540 (cvs-mode-commit): Run it.
1541
1542 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1543
1544 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1545 (edebug-instrument-function): Use `find-function-noselect'.
1546
1547 2001-10-29 Richard M. Stallman <rms@gnu.org>
1548
1549 * term.el (term-if-emacs19): Macro deleted.
1550 Callers changed to use progn instead.
1551
1552 * frame.el (blink-cursor-mode): Doc fix.
1553
1554 * files.el (find-backup-file-name): Use make-backup-file-name.
1555
1556 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1557 window-live-p.
1558 (edebug-set-conditional-breakpoint): Unconditionally use
1559 the former Emacs >=19 definition.
1560 (edebug-mark): Define unconditionally.
1561 (edebug-eval-expression): Always call read-from-minibuffer
1562 and specify history list.
1563 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1564 edebug-set-conditional-breakpoint.
1565 (edebug-emacs-version-specific): Function deleted;
1566 do the job at top level.
1567 (edebug-emacs-19-specific): Function deleted, this is the default.
1568
1569 2001-10-29 Sam Steingold <sds@gnu.org>
1570
1571 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1572 "/cygdrive/LETTER/" pathnames.
1573
1574 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1575
1576 * faces.el (invert-face): Check for 'unspecified, not for nil,
1577 when testing whether face colors are not specified.
1578 From David.Kastrup@t-online.de (David Kastrup).
1579 (read-face-name): Doc fix.
1580 (make-face-bold, make-face-unbold, make-face-italic)
1581 (make-face-unitalic, make-face-bold-italic, invert-face):
1582 Remove trailing blank from the prompt passed to read-face-name.
1583
1584 2001-10-29 Sam Steingold <sds@gnu.org>
1585
1586 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1587 Report numbers of files skipped and failed too.
1588 (byte-compile-file): Return 'no-byte-compile for skipped files.
1589
1590 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1591
1592 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1593 and `M p'.
1594
1595 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1596
1597 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1598 as is on unread-command-events instead of `(SECOND-CHAR)'.
1599
1600 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1601
1602 * vc.el: Mention vc-*-switches in backend API documentation.
1603 (vc-annotate): Adapt doc string to recent change.
1604
1605 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1606
1607 * enriched.el (enriched-face-ans): Handle face attributes
1608 of the form `(FACE1 FACE2 ...)'.
1609
1610 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1611
1612 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1613
1614 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1615
1616 * progmodes/sql.el (sql-db2): Doc change.
1617 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1618 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1619
1620 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1621
1622 * env.el (substitute-env-vars): Don't quote argument to `rx';
1623 it's a macro.
1624
1625 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1626
1627 * cus-start.el (recursive-load-depth-limit): Added.
1628
1629 2001-10-28 Richard M. Stallman <rms@gnu.org>
1630
1631 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1632 All uses removed--assume Emacs version is >= 20.
1633
1634 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1635 by really checking that it is not version 18.
1636
1637 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1638
1639 2001-10-28 Miles Bader <miles@gnu.org>
1640
1641 * faces.el (face-attribute): Add INHERIT argument, consider face
1642 inheritance if it's non-nil.
1643 (face-attribute-merged-with): New function.
1644 (face-attribute-specified-or): New macro.
1645 (face-foreground, face-background, face-stipple): Add INHERIT
1646 argument. Use `face-attribute-specified-or'.
1647
1648 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1649
1650 * font-lock.el: Require `syntax'.
1651 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1652 Use `c-font-lock-syntactic-face-function' for c languages.
1653 (font-lock-mode): Don't unset vars when turning the mode off.
1654 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1655 (font-lock-extra-managed-props): New var.
1656 (font-lock-default-unfontify-region): Use it.
1657 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1658 Don't eval the value when there's no match.
1659 (font-lock-ppss-stats): New var.
1660 (font-lock-ppss): New fun.
1661 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1662 (font-lock-apply-highlight): Allow `highlight' to set several props.
1663 (font-lock-set-defaults): Use dolist.
1664 (font-lock-unset-defaults): Remove.
1665 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1666 Try to recognize prototypes using `foo P_ ((args))'.
1667 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1668 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1669 (c-font-lock-syntactic-face-function): New function.
1670 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1671 (c++-keywords): Use a more sophisticated regexp to handle
1672 shallowly nested templates.
1673
1674 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1675
1676 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1677 (sgml-tag): Use it. Cleanup with `cond'.
1678 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1679 Mark the overlays and only delete those that are marked.
1680 (sgml-skip-close-p): Remove.
1681 (sgml-value): Replace sgml-skip-close-p with its definition.
1682 (html-tag-alist): Use sgml-xml a bit more.
1683 (html-mode): Set sgml-empty-tags.
1684
1685 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1686 (texinfo-update-node, texinfo-sequential-node-update):
1687 Don't bind the obsolete `auto-fill-hook'.
1688 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1689 Use `set-buffer' rather than `switch-to-buffer'.
1690 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1691 Use `set-buffer' rather than `switch-to-buffer'.
1692
1693 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1694 text-mode-syntax-table.
1695 (mail-mode): Use define-derived-mode.
1696 Fix ordering of alternatives in adaptive-fill-regexp.
1697 (mail-mode-map): Don't rely on keymap's internal representation.
1698
1699 2001-10-27 Sam Steingold <sds@gnu.org>
1700
1701 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1702 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1703 (sgml-mode-common): Call it.
1704 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1705 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1706 (html-horizontal-rule, html-image, html-ordered-list):
1707 (html-unordered-list, html-list-item, html-paragraph):
1708 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1709 `html-xhtml'.
1710
1711 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1712
1713 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1714 (ifnothtml): New alias.
1715
1716 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1717
1718 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1719 (toggle-text-mode-auto-fill): Use derived-mode-p.
1720
1721 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1722
1723 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1724 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1725
1726 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1727
1728 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1729 Add make-obsolete cookies, to follow faces.el.
1730
1731 These changes avoid warnings from the byte compiler in faces.el:
1732
1733 * faces.el (internal-get-face): Use facep instead of the obsolete
1734 internal-find-face.
1735 (internal-frob-font-weight, internal-frob-font-slant):
1736 New defaliases for obsolete functions.
1737 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1738 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1739 (x-make-font-bold-italic): Use internal-frob-font-weight and
1740 internal-frob-font-slant aliases instead of the obsolete
1741 x-frob-... functions.
1742
1743 2001-10-26 Sam Steingold <sds@gnu.org>
1744
1745 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1746 DOCTYPE; set `mode-name' based on it.
1747 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1748 (sgml-tag): Close empty tags in XHTML.
1749
1750 2001-10-26 Jason Rumney <jasonr@gnu.org>
1751
1752 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1753 when UNICODE is not defined.
1754
1755 2001-10-26 Sam Steingold <sds@gnu.org>
1756
1757 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1758 be alone on the line.
1759
1760 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1761
1762 * button.el (button): Special face definition for MS-DOS terminals.
1763
1764 2001-10-26 Sam Steingold <sds@gnu.org>
1765
1766 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1767 Protect the /= test by checking that the args are non-nil.
1768 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1769
1770 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1771
1772 * textmodes/artist.el (artist-version): 1.2.4.
1773 (artist-butlast-fn): New variable.
1774 (artist-butlast): New function.
1775 (artist-ellipse-mirror-quadrant): Use it.
1776 (artist-mouse-draw-poly): Use nil for `point-list'.
1777 (artist-mouse-draw-poly): Check for point-list being nil.
1778
1779 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1780
1781 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1782 lambda expression.
1783 (ps-mode-menu-main): Submenu with options on/off was replaced with
1784 a toggle button.
1785 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1786 (ps-mode): Autoload cookie added on same line as comment
1787 (ps-mode-tabkey, ps-mode-backward-delete-char):
1788 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1789 `indent-to' with `indent-line-to'
1790 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1791 instead of `eval'.
1792 (ps-mode-print-region): Use `with-temp-buffer'.
1793 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1794 (numerous places): Add back-tick and tick around names in
1795 docstrings, fix punctuation in docstrings, remove trailing spaces.
1796
1797 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1798
1799 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1800 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1801 (sgml-font-lock-syntactic-keywords): New var.
1802 (sgml-mode-common): Drop the two args.
1803 Don't make buffer-local variables that aren't used.
1804 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1805 Don't set `before-string' props from sgml-display-text.
1806 (sgml-mode): Use define-derived-mode.
1807 (sgml-tags-invisible): Use sgml-display-text.
1808 (sgml-quote): New command.
1809 (html-tag-alist): Add args for `span'.
1810 (html-mode): Use define-derived-mode.
1811 Set sgml-display-text and sgml-tag-face-alist.
1812
1813 2001-10-25 Sam Steingold <sds@gnu.org>
1814
1815 * add-log.el (add-log-always-start-new-record): New user option.
1816 (add-change-log-entry): Use it.
1817
1818 2001-10-25 Richard M. Stallman <rms@gnu.org>
1819
1820 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1821 bind case-fold-search if FROM is not all lower case.
1822
1823 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1824
1825 * startup.el (normal-top-level): Check for frame-initial-frame
1826 only if it's really used.
1827
1828 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1829
1830 * progmodes/compile.el (compilation-parse-errors-filename-function):
1831 New variable.
1832 (compilation-parse-errors): Use it.
1833
1834 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1835
1836 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1837 interactively so that C-u M-C-x still does edebug.
1838 (checkdoc-sentencespace-region-engine): Don't force a double-space
1839 after `.' if it doesn't look like an end-of-sentence.
1840 (debug-ignored-errors): Add `disambiguate ...'.
1841
1842 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1843
1844 * textmodes/texinfo.el (texinfo-environments)
1845 (texinfo-environment-regexp): Hoist.
1846 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1847 Only highlight the menu name in menu items.
1848 Setup `@foo ... @end foo' as text clones.
1849 (texinfo-clone-environment): New function.
1850 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1851 (texinfo-insert-block): Simplify.
1852 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1853 the command is repeated.
1854 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1855 (texinfo-insert-@end): Simplify.
1856
1857 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1858 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1859 (texinfo-subsubsection-level-regexp)
1860 (texinfo-update-menu-same-level-regexps)
1861 (texinfo-update-menu-higher-regexps)
1862 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1863
1864 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1865 (derived-mode-p): Autoload.
1866
1867 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1868 New vars and functions.
1869 (text-clone-maintain, text-clone-create): New functions.
1870
1871 2001-10-25 Miles Bader <miles@gnu.org>
1872
1873 * facemenu.el (facemenu-add-new-face): Fix variable names.
1874
1875 2001-10-24 Richard M. Stallman <rms@gnu.org>
1876
1877 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1878 of t and nil values.
1879 (facemenu-set-face): Handle START and END interactively.
1880 (facemenu-set-foreground): Don't use a face; specify color directly.
1881 (facemenu-set-background): Likewise.
1882 (facemenu-set-face-from-menu): Doc fix.
1883 (facemenu-active-faces): Use face-attribute-vector
1884 to handle bare attributes not in faces.
1885 (facemenu-get-face): Don't handle face names fg:... and bg:...
1886 specially.
1887 (facemenu-add-new-face): New argument MENU.
1888 New way to handle adding colors to the color menus.
1889
1890 * env.el (substitute-env-vars): Quote the arg to rx.
1891
1892 2001-10-24 Sam Steingold <sds@gnu.org>
1893
1894 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1895 Control" and "SGML" groups.
1896
1897 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1898
1899 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1900 Better handling of C++ template args to avoid confusion with `<'
1901 and `>' used as operators in member init expressions.
1902
1903 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1904
1905 * replace.el (perform-replace): Move START and END parameters
1906 to the end of the argument list and make them optional.
1907
1908 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1909 perform-replace.
1910
1911 * international/fontset.el (x-must-resolve-font-name): New function.
1912 (x-complement-fontset-spec): Use it.
1913
1914 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1915
1916 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1917
1918 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1919 Turn caadr into caar of cdr.
1920
1921 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1922
1923 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1924 of mouse-{1,2} since dragging is on the down event.
1925
1926 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1927
1928 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1929 if ARG is nil.
1930
1931 * desktop.el (desktop-last-buffer): New variable.
1932 (desktop-create-buffer): Set it.
1933 (desktop-read): Bind it and switch to that buffer.
1934
1935 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1936
1937 * progmodes/compile.el (compilation-set-window-height):
1938 Select old window only if it's still live.
1939
1940 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1941
1942 * help-mode.el (help-buffer): Remove debugging code.
1943 From Stefan Monnier <monnier@cs.yale.edu>.
1944
1945 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1946
1947 * files.el (file-name-sans-extension, file-name-extension):
1948 Don't count the leading dots in file names as signaling an extension.
1949
1950 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1951
1952 * vc.el (vc-diff-switches): Doc rewritten.
1953
1954 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1955
1956 * tooltip.el (tooltip-set-param): Doc fix.
1957
1958 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1959 127 to sgml-maybe-name-self.
1960 (sgml-name-8bit-mode): Doc fix.
1961 (sgml-char-names-table): New variable.
1962 (sgml-name-char): Support non-ASCII and mule-unicode-*
1963 characters. Doc fix.
1964 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1965
1966 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1967 doc string the effect of `left' and `top' parameters in
1968 tooltip-frame-parameters, the default values, and the units.
1969 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1970 (tooltip-show): Mention in the doc string the `top' and `left'
1971 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1972
1973 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1974
1975 Add autoscaling support for vc-annotate.
1976 From J.D. Smith <jdsmith@alum.mit.edu>.
1977
1978 * vc.el (vc-annotate-display-default): Accept colormap scaling
1979 ratio (now deprecated).
1980 (vc-annotate-display-autoscale): Added.
1981 (vc-annotate-add-menu): New autoscaling menu options "Span to
1982 Oldest" and "Span Oldest->Newest". Easymenu support added for
1983 toggle menus driven by customize variable `vc-annotate-display-mode'.
1984 (vc-annotate-display-select): Added.
1985 (vc-annotate): Changed temp-buffer-show-function to
1986 `vc-annotate-display-select'.
1987 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1988 Added argument OFFSET. Instead of backend function, calls now
1989 generic `vc-annotate-difference'.
1990 (vc-annotate-difference): Added as generic function instead of
1991 backend-specific function. No longer takes argument POINT, but
1992 instead accepts a time OFFSET.
1993 (vc-default-annotate-current-time): Added.
1994
1995 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1996 version in vc.el, with
1997 (vc-cvs-annotate-current-time): Added, as override of default.
1998 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1999 `vc-cvs-annotate-difference'.
2000
2001 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2002
2003 * saveplace.el (save-place): Require `saveplace'.
2004
2005 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
2006 Use `sexp' for :value-type instead of `face'.
2007
2008 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2009
2010 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2011 regexps due to 5-digit message IDs.
2012
2013 2001-10-21 Jason Rumney <jasonr@gnu.org>
2014
2015 * term/w32-win.el (redisplay-dont-pause): Don't set.
2016
2017 2001-10-21 Miles Bader <miles@gnu.org>
2018
2019 * help-funs.el (help-manyarg-func-alist): Variable removed.
2020
2021 2001-10-21 Miles Bader <miles@gnu.org>
2022
2023 * help-funs.el (help-manyarg-func-alist): Remove entries for
2024 `insert', `insert-and-inherit', `insert-before-markers',
2025 `insert-before-markers-and-inherit', `message', `message-box',
2026 `message-or-box', `propertize', `format', `encode-time', `append',
2027 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2028 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2029 `ml-prefix-argument-loop'.
2030
2031 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2032
2033 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2034 (vc-default-diff-tree): New functions.
2035 (vc-version-diff): Use them. As a result, coding systems are now
2036 set up properly for all sorts of diffs, and tree diffs can now
2037 also be done locally.
2038 (vc-diff): With a prefix argument, don't require that it's called
2039 from a buffer under version control.
2040 (diff-switches): Remove duplicate definition.
2041
2042 * vc-cvs.el (vc-cvs-diff-tree): New function.
2043
2044 2001-10-21 Miles Bader <miles@gnu.org>
2045
2046 * help-funs.el (help-manyarg-func-alist): Remove entries for
2047 `list', `vector', `make-byte-code', `call-process',
2048 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2049 `logand', `logior', and `logxor'.
2050
2051 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2052 image bits to compensate. Use `make-string' instead of
2053 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2054
2055 2001-10-20 Kim F. Storm <storm@cua.dk>
2056
2057 * simple.el (kill-ring-save): Don't show extent of copied region
2058 if using transient-mark-mode and region is fully visible.
2059
2060 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2061
2062 * (Version 21.1 released.)
2063
2064 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2065
2066 * files.el (auto-mode-alist): Associate .indent.pro with
2067 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2068
2069 2001-10-18 Sam Steingold <sds@gnu.org>
2070
2071 Put the *Compile-Log* buffer in `compilation-mode'.
2072 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2073 (byte-compile-log-1, byte-compile-log-file)
2074 (displaying-byte-compile-warnings): Use it
2075
2076 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2077
2078 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2079
2080 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2081
2082 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2083
2084 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2085
2086 * obsolete/hilit19.el (hilit-lookup-face-create):
2087 Call set-face-font only if display-graphic-p.
2088 (toplevel): Remove references to window-system.
2089
2090 2001-10-18 Miles Bader <miles@gnu.org>
2091
2092 * simple.el (what-line): Avoid problems with field properties.
2093
2094 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2095
2096 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2097 Define special colors for a tty.
2098
2099 2001-10-17 Francesco Potorti` <pot@gnu.org>
2100
2101 * comint.el (comint-password-prompt-regexp): Make it less
2102 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2103
2104 2001-10-17 John Wiegley <johnw@gnu.org>
2105
2106 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2107 a regular file, before checking if it is a directory or symlink.
2108 This avoids a call to eshell-file-attributes, which can be
2109 expensive in some situations.
2110
2111 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2112 customization variable, to differentiate ls-in-dired from regular
2113 uses of ls.
2114
2115 2001-10-17 Miles Bader <miles@gnu.org>
2116
2117 * custom.el (defface): Mention `:inherit' in doc-string.
2118
2119 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2120
2121 * paren.el: Update the Commentary with installation instructions.
2122
2123 2001-10-15 Dave Love <fx@gnu.org>
2124
2125 * international/mule.el (set-auto-coding): Fix regexps for local
2126 variables section not to eat newlines.
2127
2128 2001-10-15 Miles Bader <miles@gnu.org>
2129
2130 * simple.el (display-message-or-buffer): Pass the correct buffer
2131 to `display-buffer'.
2132
2133 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2134
2135 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2136 (executable-find): Use exec-suffixes.
2137 (executable-set-magic): Don't use make-local-hook.
2138
2139 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2140
2141 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2142
2143 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2144 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2145 Add .so to the Unix and GNU branch.
2146
2147 * international/latin-1.el:
2148 * international/latin-2.el:
2149 * international/latin-3.el:
2150 * international/latin-4.el:
2151 * international/latin-5.el:
2152 * international/latin-8.el:
2153 * international/latin-9.el: Add no-byte-compile: t, since
2154 Makefile.in instructs make-docfile to look at .el files.
2155
2156 2001-10-14 Miles Bader <miles@gnu.org>
2157
2158 * button.el (define-button-type): Allow supertype property to be
2159 specified with a keyword `:supertype' too.
2160 (button-put, make-text-button): Allow button type property to be
2161 specified using the keyword `:type' too.
2162 (button-type): New function.
2163 (button): Add `button-category-symbol' property.
2164
2165 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2166
2167 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2168 indent-new-comment-line from comment-indent-new-line.
2169
2170 * textmodes/refill.el (refill-mode):
2171 Bind DEL to backward-delete-char-untabify.
2172 Set backward-delete-char-untabify-method to `hungry'.
2173
2174 * textmodes/bib-mode.el (bib-mode):
2175 * play/gomoku.el (gomoku-mode):
2176 * textmodes/page-ext.el (pages-directory-mode):
2177 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2178
2179 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2180
2181 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2182
2183 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2184 Handle here-docs differently.
2185 (sh-font-lock-heredoc): Remove.
2186 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2187 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2188 (sh-font-lock-open-heredoc): New functions.
2189 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2190 (sh-font-lock-keywords-1): Use regexp-opt.
2191 (sh-in-comment-or-string): Use syntax-ppss.
2192 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2193 (sh-select, sh-tmp-file): Add explicit terminating \n.
2194
2195 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2196 Use with-current-buffer.
2197 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2198 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2199 filename), catch any error that occurs in `ange-ftp-cd'.
2200 If an error happened, don't bother sending `cmd' at all.
2201 Fix a parenthesis typo.
2202 (ange-ftp-write-region): Don't blindly use binary if the remote host
2203 is unix-like.
2204
2205 * play/pong.el (pong-init): Don't use make-local-hook.
2206
2207 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2208
2209 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2210 (viper-get-ex-address-subr): More precise addr for the $ marker
2211
2212 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2213
2214 * version.el (emacs-version): Bump to 21.1.50.
2215
2216 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2217
2218 * mail/mailalias.el (mail-directory-stream): Do not double
2219 variables in the lambda-list.
2220
2221 * play/gomoku.el (gomoku-init-display): Ditto.
2222
2223 * play/landmark.el (lm-init-display): Ditto.
2224
2225 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2226 (delimit-columns-rectangle-line): Ditto.
2227
2228 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2229
2230 * newcomment.el (comment-region-internal): Don't rebind
2231 invisibility_spec now that the C routines handle it correctly.
2232
2233 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2234
2235 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2236 and `same-frame'.
2237
2238 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2239
2240 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2241
2242 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2243 C-p and C-r. Remove redundant bindings from inheriting maps.
2244
2245 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2246 After 4.23 and: After 4.24:
2247 (cperl-contract-levels): Restore position.
2248 (cperl-beautify-level): Likewise.
2249 (cperl-beautify-regexp): Likewise.
2250 (cperl-commentify): Rudimental support for length=1 runs
2251 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2252 After 4.25:
2253 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2254 (imenu-example--create-perl-index): Was not enforcing
2255 syntaxification-to-the-end.
2256 (cperl-invert-if-unless): Allow `for', `foreach'.
2257 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2258 Mark qw(), m()x as indentable.
2259 (cperl-init-faces): Highlight `sysopen' too.
2260 Highlight $var in `for my $var' too.
2261 (cperl-invert-if-unless): Was leaving whitespace at end.
2262 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2263 (cperl-calculate-indent): Remove old commented out code.
2264 Support (primitive) indentation of qw(), m()x.
2265 After 4.26:
2266 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2267 q [] with intervening newlines.
2268 (cperl-autoindent-on-semi): New customization variable.
2269 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2270 (cperl-tips): Mention how to make CPerl the default mode.
2271 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2272 (cperl-outline-level): New function.
2273 (cperl-highlight-variables-indiscriminately): New customization var.
2274 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2275 From Sean Kamath <kamath@pogo.wv.tek.com>.
2276 (cperl-after-block-p): Support CHECK and INIT.
2277 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2278 From Doug MacEachern <dougm@covalent.net>.
2279 After 4.27:
2280 (cperl-find-pods-heres): Recognize \"" as a string.
2281 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2282 Allow whitespace between << and "FOO".
2283 (cperl-problems): Remove \"" and q [] with intervening newlines.
2284 Mention multiple <<EOF as unsupported.
2285 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2286 (cperl-indent-parens-as-block): New configuration variable.
2287 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2288 Use `cperl-indent-parens-as-block'.
2289 (cperl-find-pods-heres): Test for =cut without empty line instead of
2290 complaining about no =cut.
2291 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2292 (cperl-find-pods-heres): Likewise.
2293 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2294 POD could've been marked as comment already.
2295 (cperl-unwind-to-safe): Unwind before start of POD too.
2296 After 4.28:
2297 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2298 After 4.29:
2299 (x-color-defined-p): Make an extra case to peacify the warning.
2300 Toplevel: `defvar' to peacify the warnings.
2301 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2302 No -nw-compile time warnings now.
2303 (cperl-find-tags): TAGS file had too short substring-to-search.
2304 Be less verbose in non-interactive mode
2305 (imenu-example--create-perl-index): Set index-marker after name
2306 (cperl-outline-regexp): New variable.
2307 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2308 (cperl-mode): Made use `cperl-outline-regexp'.
2309 After 4.30:
2310 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2311 (cperl-outline-level): Make start-of-file same level as `package'.
2312 After 4.31:
2313 (cperl-electric-pod): `head1' and `over' electric only if empty.
2314 (cperl-unreadable-ok): New variable.
2315 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2316 on an unreadable file.
2317 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2318 on an unreadable directory.
2319
2320 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2321 Consider the text between two errors as belonging to the first error.
2322 (compilation-goto-locus): Use pop-to-buffer rather than
2323 switch-to-buffer-other-frame.
2324
2325 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2326 (awk-font-lock-syntactic-keywords): New var.
2327 (awk-mode): Use it.
2328
2329 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2330
2331 * faces.el (describe-face): Call help-setup-xref earlier.
2332
2333 * jka-compr.el (jka-compr-load-suffixes): New var.
2334 (jka-compr-install): Add its content to load-suffixes.
2335 (jka-compr-uninstall): Remove its content from load-suffixes.
2336
2337 2001-10-12 Sam Steingold <sds@gnu.org>
2338
2339 * bindings.el (completion-ignored-extensions): CL-related
2340 extensions are platform-independent.
2341
2342 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2343 asynchronous multiple file copying.
2344
2345 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2346
2347 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2348 Turn error for repeated variables into warning.
2349
2350 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2351 New function checking that lambda-list consists of non-constant
2352 symbols, that &rest and &optional are followed by variable names,
2353 that &rest VAR is the last element, and that variables aren't doubled.
2354 (byte-compile-lambda): Use it.
2355
2356 2001-10-12 Eli Barzilay <eli@barzilay.org>
2357
2358 * calculator.el (calculator-eng-display): Don't call concat
2359 with an integer argument.
2360
2361 2001-10-12 Miles Bader <miles@gnu.org>
2362
2363 * help-mode.el (help-customize-face): New button-type.
2364
2365 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2366 (describe-face): Fix args to `help-xref-button'.
2367 Don't switch to help-buffer around call to `help-setup-xref'.
2368 Use `help-buffer' instead of hard-wired "*Help*".
2369 Require `help-mode'.
2370
2371 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2372
2373 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2374
2375 * help-mode.el (help-buffer): New function.
2376 Returns the buffer-name to use for help output.
2377 Change all the code to use it instead of hard-coding *Help*.
2378 (help-mode-map): Put back the mouse-2 binding.
2379 (help-xref-stack): Change the format and make buffer-local.
2380 (help-xref-stack-item): Make buffer-local.
2381 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2382 (help-xref-interned): Display the face doc as well.
2383 (help-follow-mouse): Re-introduce.
2384 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2385 (help-do-xref): Don't `push' any more.
2386 (help-follow): Also follow face names.
2387
2388 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2389 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2390 Autoload and cleanup.
2391 (describe-function): Call help-setup-xref.
2392 (describe-variable): Call help-setup-xref earlier.
2393
2394 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2395 (view-lossage): Call help-setup-xref correctly and earlier.
2396 (describe-bindings): Call help-setup-xref earlier.
2397 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2398 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2399
2400 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2401
2402 * master.el (master-mode): Use define-minor-mode instead of
2403 easy-mmode-define-minor-mode. Add autload cookie.
2404 (Commentary): Remove the line showing how to autoload master-mode,
2405 since it's always autoloaded.
2406
2407 * master.el: New file.
2408
2409 2001-10-11 Dave Love <fx@gnu.org>
2410
2411 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2412 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2413 <const-C varset-X const-C>: Fix car/cdr typo.
2414
2415 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2416
2417 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2418 New function extracted from byte-compile-log-1.
2419 (byte-compile-log-1): Change output to be more in line with
2420 the output of other GNU tools.
2421 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2422 (byte-compile-report-error): Downcase error message.
2423 Use `error' instead of `!!' for error messages.
2424 (byte-compile-print-syms): Treat non-interactive case specially.
2425 (displaying-byte-compile-warnings): Use backquote.
2426 (byte-compile-from-buffer): Bind byte-compile-last-line.
2427 (batch-byte-compile): Remove `Done' message.
2428
2429 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2430
2431 * emacs-lisp/copyright.el (copyright): Add final \n.
2432
2433 2001-10-11 Miles Bader <miles@gnu.org>
2434
2435 * diff.el (diff): Display default values in prompts as
2436 `(default ...)', not `(...)'.
2437
2438 * info.el (Info-follow-reference): Likewise.
2439
2440 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2441
2442 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2443
2444 * newcomment.el (comment-indent): Be a little more robust in case
2445 comment-indent-function does funny things.
2446 (comment-normalize-vars): Autoload.
2447 (comment-region-internal): Fiddle with the visibility spec.
2448 (comment-valid-prefix): New function.
2449 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2450 that would turn comment-text into non-comment-text.
2451
2452 * emacs-lisp/syntax.el: New file.
2453
2454 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2455 compatibility cruft.
2456 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2457 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2458 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2459 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2460 tcl-submit-bug-report.
2461 (tcl-mode-syntax-table): Leave \f alone.
2462 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2463 tcl-end-of-defun, tcl-submit-bug-report.
2464 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2465 (tcl-add-emacs-menu): Remove.
2466 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2467 (tcl-keyword-list): Add `chain'.
2468 (tcl-font-lock-syntactic-keywords): New variable.
2469 (tcl-pps-has-arg-6): Remove.
2470 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2471 (tcl-internal-mark-defun): Remove.
2472 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2473 (tcl-mode): Use define-derived-mode. Simplify.
2474 Set comment-indent-function.
2475 (tcl-indent-command): Use line-beginning-position and comment-indent.
2476 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2477 (tcl-indent-line): Use tcl-calculate-indent.
2478 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2479 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2480 (tcl-filter): Use with-current-buffer, simplify.
2481 (inferior-tcl-mode): Use define-derived-mode.
2482 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2483 (tcl-simple-in-comment, tcl-in-comment): Removed.
2484 (tcl-files-alist): New function.
2485 (tcl-help-snarf-commands): Use it and return the result directly
2486 rather than through a global variable.
2487 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2488 (tcl-help-on-word): Provide the default value to completing-read.
2489 (tcl-hilit): Remove.
2490 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2491 (tcl-comment-indent): New function.
2492 (tcl-submit-bug-report): Remove.
2493 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2494 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2495 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2496
2497 2001-10-10 Miles Bader <miles@gnu.org>
2498
2499 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2500 (Info-fontify-node): Don't fontify the node if it's already been done.
2501
2502 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2503
2504 * international/iso-transl.el (iso-transl-e-caret)
2505 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2506 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2507
2508 * simple.el (end-of-buffer): Fix code scrolling specially
2509 for the buffer end.
2510
2511 * startup.el (command-line-1): Bind tab-width to 8.
2512
2513 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2514
2515 * emulation/tpu-edt.el: Use defalias instead of fset for
2516 user-visible commands. From Rob Riepel
2517 <riepel@Networking.Stanford.EDU>.
2518
2519 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2520
2521 * ruler-mode.el: New file.
2522
2523 2001-10-09 Miles Bader <miles@gnu.org>
2524
2525 * apropos.el (button): New require.
2526
2527 * help-funs.el: New file, contents mostly from `help.el'.
2528 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2529
2530 * help-mode.el: New file, contents mostly from `help.el'.
2531
2532 * help.el: Don't require `view' when compiling.
2533 (help-with-tutorial, describe-function, describe-function-1)
2534 (variable-at-point, describe-variable, locate-library):
2535 Functions moved into `help-funs.el'.
2536 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2537 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2538 (help-setup-xref, help-xref-following, help-make-xrefs)
2539 (help-xref-button, help-insert-xref-button, help-xref-interned)
2540 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2541 (help-xref-on-pp): Functions moved into `help-mode.el'
2542 (help-mode-map, help-xref-stack, help-xref-stack-item)
2543 (help-highlight-p, help-highlight-face, help-back-label)
2544 (help-xref-symbol-regexp, help-xref-mule-regexp)
2545 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2546 (help-symbol, help-back, help-info, help-customize-variable)
2547 (help-function-def, help-variable-def):
2548 Button-types moved into `help-mode.el'.
2549 (load-symbol-file-load-history, symbol-file):
2550 Functions moved into `subr.el'.
2551 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2552 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2553
2554 * subr.el (symbol-file-load-history-loaded)
2555 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2556
2557 * loadup.el ("button"): Load removed.
2558
2559 * button.el (define-button-type): Respect any `supertype' property.
2560 (button-type-subtype-p, button-has-type-p): New functions.
2561
2562 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2563 dollar-signs.
2564
2565 * comint.el (comint-insert-previous-argument): New function.
2566 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2567 (comint-insert-previous-argument-last-start-pos)
2568 (comint-insert-previous-argument-last-index): New variables.
2569
2570 * apropos.el (apropos-next-label-button): Use the presence of a
2571 `apropos-label' property to detect label buttons.
2572
2573 2001-10-08 Miles Bader <miles@gnu.org>
2574
2575 * button.el (next-button, previous-button): Remove N and WRAP
2576 parameters. Don't pay attention to `skip' properties.
2577 (forward-button): Implement wrapping, iterating, and skipping here
2578 instead.
2579 (button-activate): USE-MOUSE-ACTION is optional.
2580 (button-nop): Function removed.
2581 (default-button): Use `ignore' as default button action.
2582
2583 * apropos.el (apropos-next-label-button): Update arguments to
2584 `next-button'.
2585 (apropos-symbol): Add `skip' property.
2586 (apropos-function, apropos-macro, apropos-command)
2587 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2588 (apropos-plist): New button types.
2589 (apropos-label-properties): Variable removed.
2590 (apropos-print): Pass button-type to apropos-print-doc, rather
2591 than help function and label text.
2592 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2593 Get button label from TYPE.
2594
2595 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2596
2597 * help.el (help-mode): Use define-derived-mode.
2598 (describe-mode): Add optional `buffer' arg.
2599 Use it instead of going through help-xref-mode.
2600 Avoid doubling the word `minor' when prettifying.
2601 (describe-function-1): List the corresponding key bindings.
2602 (describe-variable): Say if the var is automatically buffer-local.
2603 If the source is `loaddefs.el', look for the real source.
2604 (help-xref-mode): Remove.
2605
2606 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2607 the file says no-byte-compile.
2608
2609 2001-10-08 Miles Bader <miles@gnu.org>
2610
2611 * button.el (next-button, previous-button): Respect `skip' property.
2612
2613 2001-10-07 Miles Bader <miles@gnu.org>
2614
2615 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2616 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2617 `woman-follow-word' instead of `woman-mouse-2'.
2618 (woman-follow-word): Renamed from `woman-mouse-2'.
2619 Follow current unconditionally, since this function is now only
2620 bound to M-mouse-2. Use accessor functions.
2621 (WoMan-highlight-references): Use `make-text-button'.
2622 (woman-xref): New button type.
2623
2624 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2625 ("button"): New load, just before "help" (which uses it).
2626
2627 * help.el (help-mode-map): Make button-buffer-map our parent.
2628 Don't bind mouse events or tab/backtab.
2629 (help-function, help-variable, help-face, help-coding-system)
2630 (help-input-method, help-character-set, help-back, help-info)
2631 (help-customize-variable, help-function-def, help-variable-def):
2632 New button types.
2633 (help-button-action): New function.
2634 (describe-function-1): Pass help button-types to
2635 `help-xref-button' rather than help function and help-echo string.
2636 Don't put multiple help-function args in a list to pass them to
2637 help-xref-button, just pass them as multiple arguments.
2638 Use `help-insert-xref-button' to make [back]-button, rather than
2639 `help-xref-button'.
2640 (help-xref-button): Take a button-type TYPE as a parameter rather
2641 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2642 and add a &rest parameter ARGS to serve the same purpose.
2643 Use `make-text-button' to add the button.
2644 (help-insert-xref-button): Use `insert-text-button' to add the button.
2645 (help-follow-mouse, help-next-ref, help-previous-ref):
2646 Functions removed.
2647 (help-do-xref): New function.
2648 (help-follow): Use `push-button' and `help-do-xref' to do most of
2649 the work.
2650
2651 * apropos.el (apropos-symbol, apropos-label): New button types.
2652 (apropos-symbol-button-display-help)
2653 (apropos-label-button-display-help, apropos-next-label-button):
2654 New functions.
2655 (apropos-mode-map): Make button-buffer-map our parent.
2656 Don't bind mouse events.
2657 (apropos-print, apropos-print-doc): Create buttons instead of text
2658 properties.
2659 (apropos-mouse-follow): Function removed.
2660 (apropos-follow): Use buttons.
2661
2662 * button.el: New file.
2663
2664 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2665
2666 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2667 Remove.
2668
2669 2001-10-05 Richard M. Stallman <rms@gnu.org>
2670
2671 * add-log.el (add-change-log-entry): Skip copyright notice
2672 and copying permission notice at start of file, if any.
2673 Make use of terms "entry" and "item" accord with Emacs manual.
2674 Simplify the logic for moving point while entering or creating
2675 an entry and then an item.
2676 (add-change-log-entry-other-window): Doc fix.
2677
2678 2001-10-06 Miles Bader <miles@gnu.org>
2679
2680 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2681 removed; they apparently don't work with faces.
2682
2683 2001-10-05 Sam Steingold <sds@gnu.org>
2684
2685 * textmodes/sgml-mode.el (html-xhtml): New user option.
2686 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2687 (html-ordered-list, html-unordered-list, html-list-item)
2688 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2689 (sgml-skip-close-p): New function.
2690 (sgml-value): Use it.
2691
2692 2001-10-05 Sam Steingold <sds@gnu.org>
2693
2694 * calendar/diary-lib.el (diary-entry-compare): When times are
2695 identical, compare the entries lexicographically.
2696
2697 2001-10-06 Miles Bader <miles@gnu.org>
2698
2699 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2700 Use `minibuffer-prompt-end'.
2701
2702 * simple.el (previous-matching-history-element): Fix misplaced
2703 parentheses.
2704
2705 2001-10-05 Miles Bader <miles@gnu.org>
2706
2707 * rfn-eshadow.el: New file.
2708
2709 2001-10-05 Miles Bader <miles@gnu.org>
2710
2711 * cus-face.el (custom-face-attributes): Make sure each attribute
2712 has a valid default value. Remove hacks that mapped `nil' to
2713 `off' and used nil to mean `unspecified'. Remove `unspecified'
2714 choices from all attributes (unspecified is handled by the parent
2715 checklist).
2716 * cus-edit.el (custom-face-edit-convert-widget)
2717 (custom-face-edit-deactivate, custom-face-edit-activate)
2718 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2719 New functions.
2720 (custom-face-edit): Specify a custom :convert-widget.
2721 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2722 Don't pass in default filters that map between `nil' and `off' and
2723 `unspecified' and `nil'.
2724
2725 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2726
2727 * progmodes/compile.el (compilation-buffer-name): New function.
2728 (compile-internal): Use it to determine the name of the
2729 compilation buffer.
2730
2731 2001-10-05 Miles Bader <miles@gnu.org>
2732
2733 * progmodes/compile.el (grep-use-null-device): New variable.
2734 (grep-command): Mention `grep-use-null-device'.
2735 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2736 Make computation of `grep-command' respect `grep-use-null-device'.
2737 (grep): Respect `grep-use-null-device'.
2738 Call `grep-compute-defaults' even if grep-command is set, if
2739 grep-use-null-device is still tentative.
2740
2741 * subr.el (call-process-shell-command): New function.
2742
2743 2001-10-05 Miles Bader <miles@gnu.org>
2744
2745 * simple.el (previous-matching-history-element)
2746 (next-history-element, next-complete-history-element): Use
2747 `minibuffer-' functions instead of calling `field-' functions directly.
2748 (minibuffer-prompt-end, minibuffer-contents):
2749 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2750 Functions removed (now subrs).
2751 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2752
2753 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2754 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2755 instead of calling `field-' functions directly.
2756 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2757
2758 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2759
2760 * files.el (find-file-noselect): If file's read-only status has
2761 changed on disk, ask if buffer's read-only status should be
2762 changed, unless NOWARN is set.
2763
2764 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2765 alias for define-setf-method.
2766
2767 * bindings.el: Remove no-byte-compile from file local variables
2768 to enable bootstrapping.
2769
2770 2001-10-04 Andrew Innes <andrewi@gnu.org>
2771
2772 * faces.el (face-font-registry-alternatives) [windows-nt]:
2773 Make gb2312 an alias for gb2312.1980.
2774
2775 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2776
2777 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2778 (uniquify-reverse-components): Remove.
2779
2780 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2781 Make sure the file is readable.
2782 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2783 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2784 (batch-byte-recompile-directory): Pass arg=0.
2785
2786 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2787 (perl-calculate-indent): Use it.
2788 (perl-backward-to-noncomment): Use forward-comment.
2789
2790 * derived.el (define-derived-mode, derived-mode-make-docstring):
2791 Allow `parent' to be nil.
2792
2793 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2794 Use define-derived-mode.
2795 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2796
2797 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2798
2799 * emacs-lisp/lselect.el: Use facep iso find-face.
2800
2801 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2802 Use regexp-opt.
2803 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2804 (lisp-font-lock-syntactic-face-function): New function.
2805 (lisp-mode-variables): Use it. Make arg optional.
2806 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2807 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2808 Set comment-start-skip.
2809
2810 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2811
2812 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2813 (ignore-errors): Don't bother using a `err' symbol.
2814
2815 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2816 (autoload-insert-section-header, autoload-before-p)
2817 (autoload-remove-section): New functions.
2818 (generate-file-autoloads): Use them.
2819 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2820 Make sure the autoload file is properly formatted when creating it.
2821 (update-autoloads-from-directories): Use them as well.
2822 Only update autoloads for files whose timestamp has changed.
2823 Add a dummy entry to remember the files which had no autoload cookies.
2824
2825 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2826
2827 * subr.el (define-key-after): Allow `key' to be longer than 1.
2828 (make-local-hook): Make obsolete.
2829 (add-hook, remove-hook): Don't use make-local-hook any more.
2830 (make-syntax-table): Inherit all chars from s-s-t.
2831
2832 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2833
2834 This is a fix for a report saying that resuming a search with C-s
2835 C-s doesn't use the case-fold-search setting of the previous
2836 search (C-s ... M-c ... then C-s C-s).
2837
2838 * isearch.el (isearch-last-case-fold-search): New variable.
2839 (isearch-mode): Remember value of isearch-case-fold-search
2840 in isearch-last-case-fold-search.
2841 (isearch-done): Quote value of isearch-case-fold-search.
2842 (isearch-repeat): When resuming a search, restore
2843 isearch-case-fold-search from isearch-last-case-fold-search.
2844
2845 Added to NEWS.
2846
2847 * startup.el (inhibit-startup-buffer-menu): New user-option.
2848 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2849 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2850
2851 This allows upto 99999 messages in the summary without screwing up
2852 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2853
2854 * mail/rmailsum.el (rmail-make-summary-line)
2855 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2856 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2857 Allow 5-digit message ids instead of 4.
2858
2859 This adds expansion of environment variables in the value
2860 specified with M-x setenv. Added to NEWS.
2861
2862 * env.el (substitute-env-vars): New function.
2863 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2864 environment variables in VALUE. Return VALUE.
2865
2866 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2867
2868 * Branch for 21.1.
2869
2870 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2871
2872 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2873
2874 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2875
2876 * emulation/tpu-edt.el: Make messages match original TPU/edt
2877 editor. From riepel@Stanford.EDU (Rob Riepel).
2878
2879 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2880
2881 * rect.el: Update maintainer's email address.
2882
2883 2001-10-02 Andreas Schwab <schwab@suse.de>
2884
2885 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2886 and Extended Passive Mode, resp.
2887
2888 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2889
2890 These changes add support for Calendar-related items in the
2891 menu bar on tty's as well:
2892
2893 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2894 unconditionally.
2895 (calendar-mode): Set up activate-menubar-hook unconditionally.
2896
2897 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2898 calls x-popup-menu only if popup menus are supported.
2899 (calendar-mouse-insert-hebrew-diary-entry)
2900 (calendar-mouse-insert-islamic-diary-entry)
2901 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2902 (calendar-mouse-view-other-diary-entries)
2903 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2904 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2905 Call cal-menu-x-popup-menu instead of x-popup-menu.
2906
2907 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2908
2909 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2910
2911 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2912
2913 * emacs-lisp/rx.el: New file.
2914
2915 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2916
2917 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2918
2919 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2920
2921 * frame.el (select-frame-by-name, other-frame): Doc fix.
2922
2923 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2924
2925 * play/snake.el (snake-score-file): Use temporary-file-directory
2926 instead of a literal "/tmp". Suggested by Robert
2927 <robert@chezmarshall.freeserve.co.uk>.
2928
2929 * play/tetris.el (tetris-score-file): Ditto.
2930
2931 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2932
2933 * apropos.el (apropos-print): Make the directions inserted at the
2934 beginning of the *Apropos* buffer more clear.
2935
2936 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2937
2938 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2939 Added comments.
2940
2941 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2942
2943 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2944 "\\s-" when defining comment-end-skip.
2945
2946 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2947
2948 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2949 Call get-buffer-window first second arg `visible'.
2950
2951 * international/mule-diag.el (list-input-methods-1):
2952 Output something that's independent of Emacs' version.
2953
2954 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2955 calling byte-to-position with a nil tar-header-offset.
2956
2957 2001-09-27 Simon Josefsson <jas@extundo.com>
2958
2959 * mail/sendmail.el (send-mail-function): Doc fix.
2960 (mail-do-fcc): Error if header-end is not a marker.
2961 (mail-do-fcc): Add a comment.
2962 (mail-reply-to): Doc fix.
2963 (mail-signature): Make ATPOINT optional.
2964 (mail-yank-original): Use cond instead of nestled if.
2965
2966 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2967
2968 * info.el (Info-on-current-buffer): Default arg to "Top".
2969
2970 2001-09-25 Eli Barzilay <eli@barzilay.org>
2971
2972 * calculator.el (calculator-copy-displayer): New user-option.
2973 (calculator-displayer-prev, calculator-displayer-next):
2974 Renamed from calculator-displayed-{left,right}.
2975 (calculator, calculator-standard-displayer)
2976 (calculator-num-to-string, calculator-update-display)
2977 (calculator-copy, calculator-put-value): Bug and display fixes.
2978
2979 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2980
2981 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2982 (ebnf-version): New version (3.6.1).
2983
2984 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2985 (ebnf-bnf-non-terminal-chars): New internal const.
2986 (ebnf-bnf-lex): Fix code.
2987
2988 * ebnf-iso.el: Fix character range regexp. Doc fix.
2989 (ebnf-iso-non-terminal-chars): New internal const.
2990 (ebnf-iso-lex): Fix code.
2991
2992 * ebnf-yac.el: Fix character range regexp. Doc fix.
2993 (ebnf-yac-skip-chars): New internal const.
2994 (ebnf-yac-skip-code): Fix code.
2995
2996 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2997
2998 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2999
3000 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
3001 passing it to VC.
3002
3003 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
3004 case where the file is relative.
3005
3006 2001-09-24 Gerd Moellmann <gerd@gnu.org>
3007
3008 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3009 same on each side. Make sure we properly handle simple quotes.
3010 From Daiki Ueno <ueno@unixuser.org>.
3011
3012 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3013
3014 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3015 <jas@extundo.com>.
3016
3017 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3018 some items of the Options menu.
3019
3020 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3021
3022 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3023
3024 * vc-hooks.el (vc-delete-automatic-version-backups):
3025 Don't fail if the directory doesn't exist.
3026
3027 * diff-mode.el (diff-default-read-only): New var.
3028 (diff-mode): Use it.
3029
3030 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3031
3032 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3033 Use make-keymap instead of copy-keymap, since copying the global
3034 keymap messes up the menu bar.
3035
3036 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3037 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3038
3039 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3040
3041 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3042
3043 * dired-aux.el (dired-insert-subdir): Pass switches to
3044 dired-build-subdir-alist.
3045
3046 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3047
3048 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3049 caused %#a and %#b to be mis-formatted.
3050
3051 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3052
3053 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3054 ccmode, emacs-mime, and eudc manuals.
3055
3056 2001-09-19 Sam Steingold <sds@gnu.org>
3057
3058 w32 find cannot be used with `grep-find'.
3059 * progmodes/compile.el (find-program): New variable.
3060 (grep-compute-defaults): Use it to set `grep-find-command'.
3061
3062 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3063
3064 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3065
3066 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3067
3068 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3069 programming. Doc fix.
3070 (ebnf-version): New version (3.6).
3071 (ebnf-eps-begin): Data fix.
3072 (ebnf-begin-file): Code fix.
3073
3074 * ebnf-bnf.el: Doc fix.
3075 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3076
3077 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3078
3079 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3080
3081 * ps-print.el: Better face mapping for black/white PostScript printers.
3082 Check if mark is active when printing a region. Doc fix.
3083 (ps-print-version): New version number (6.5.5).
3084 (ps-print-color-p): Customization fix.
3085 (ps-black-white-faces): New option.
3086 (ps-black-white-faces-alist): New internal var.
3087 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3088 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3089 (ps-nb-pages-region): Interactive fix.
3090 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3091 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3092
3093 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3094
3095 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3096 numeric month value, and allow the Kanji character after the it to
3097 be missing (happens with ls-lisp's output on Japanese versions of
3098 MS-Windows).
3099
3100 2001-09-18 Miles Bader <miles@gnu.org>
3101
3102 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3103 it's empty (and thus probably a new patch file about to be edited).
3104
3105 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3106
3107 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3108 Check for '(' in column 0 of doc string.
3109
3110 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3111 of `nth' so that using a vector as bounding-box works.
3112 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3113
3114 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3115
3116 * vc.el (vc-annotate): Use current workfile version explicitly as
3117 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3118
3119 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3120
3121 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3122 convert-standard-filename doesn't guarantee that the .el extension
3123 is preserved.
3124
3125 * dos-fns.el (convert-standard-filename): Replace invalid
3126 characters only after converting dash/underscore to a period.
3127 (original-make-auto-save-file-name): New.
3128 (make-auto-save-file-name): New function, overrides the definition
3129 on files.el and calls the original function via
3130 original-make-auto-save-file-name.
3131
3132 * mail/rmail.el (top-level): Require mule-utils when compiling.
3133 (rmail-decode-babyl-format): Use detect-coding-with-priority
3134 instead of detect-coding-region, to favor detection of emacs-mule
3135 encoded Babyl files written by rmailout.el etc. Suggested by
3136 Kenichi Handa <handa@etl.go.jp>.
3137
3138 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3139
3140 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3141 Use `equal', not `=', since the device number can be a cons cell.
3142
3143 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3144
3145 * simple.el: Comment out change of 2001-09-13.
3146
3147 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3148
3149 * progmodes/compile.el (grep-compute-defaults): Don't set
3150 grep-command/grep-find-command when it is already non-nil.
3151 (grep-command): Make it a user option.
3152 (grep-find-command): Likewise.
3153
3154 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3155
3156 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3157 inhibit quit.
3158
3159 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3160
3161 * files.el (make-auto-save-file-name): If long file names are not
3162 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3163 generating an auto-save file name from it.
3164
3165 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3166
3167 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3168 (ps-nb-pages-region): Signal an error if called interactively
3169 and the mark is not active.
3170
3171 * simple.el (minibuffer-prompt-modification)
3172 (minibuffer-prompt-insertion): New functions.
3173 (minibuffer-prompt-properties): Use `modification-hooks' and
3174 `insert-in-front-hooks'.
3175
3176 2001-09-12 Richard M. Stallman <rms@gnu.org>
3177
3178 * textmodes/outline.el (outline-regexp): Doc fix.
3179 Initialize it in the defcustom, the usual way.
3180
3181 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3182
3183 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3184 from `ediff-meta-info' properties need not be an overlay.
3185 From David Ponce <dponce@voila.fr>.
3186
3187 * isearch.el (isearch-intersects-p): Fix end checks.
3188
3189 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3190
3191 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3192 `t' branch of `cond', since Irix 6.1 and up is a special case of
3193 the standard dbx interface.
3194
3195 2001-09-11 Miles Bader <miles@gnu.org>
3196
3197 * comint.el (comint-send-input): When waiting for echoed input,
3198 don't save the expected end position in `echo-end', so that things
3199 work properly even if the buffer is modified elsewhere at the same
3200 time [this happens if `comint-truncate-buffer' is used].
3201
3202 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3203
3204 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3205 when constructing imenu-generic-expression from outline-regexp.
3206
3207 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3208
3209 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3210 `equal' instead of `=', since they can be cons cells. From Nils
3211 Goesche <cartan@cartan.de>.
3212
3213 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3214
3215 * vc.el (vc-annotate): Rewrote doc string.
3216
3217 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3218
3219 * time-stamp.el: Update Stephen Gildea's email address.
3220
3221 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3222
3223 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3224 enable-multibyte-characters = nil. From Hallvard B Furuseth
3225 <h.b.furuseth@usit.uio.no>.
3226
3227 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3228
3229 * ediff-init.el (ediff-highest-priority): Bug fix.
3230
3231 * viper-cmd.el (viper-special-read-and-insert-char): New function
3232 that reads a character and uses the current input method or
3233 iso-accents when appropriate.
3234
3235 * viper.el and all others: Corrections to the comment blocks at
3236 the top.
3237
3238 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3239
3240 * info.el (Info-goto-node): Doc fix.
3241
3242 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3243
3244 * isearch.el (isearch-intersects-p): New function.
3245 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3246 use isearch-intersects-p, and clean up.
3247
3248 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3249
3250 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3251 and "german8", for the new German orthography dictionaries,
3252 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3253 the entries, to keep the line length balanced for loaddefs.el.
3254
3255 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3256
3257 * comint.el (comint-send-input): Handle comint-process-echoes
3258 differently.
3259
3260 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3261
3262 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3263
3264 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3265
3266 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3267
3268 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3269
3270 * server.el (server-switch-buffer):
3271 * textmodes/refer.el (refer-find-entry-internal):
3272 * term/sup-mouse.el (sup-pos-to-window):
3273 * term/bg-mouse.el (bg-window-from-x-y):
3274 * emacs-lisp/edebug.el (edebug-window-live-p):
3275 Use get-window-with-predicate.
3276
3277 * window.el (get-window-with-predicate): Renamed from some-window.
3278 (some-window): Make it an alias.
3279
3280 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3281
3282 * simple.el (undo): Remove positions from buffer-undo-list up to
3283 the next undo boundary only.
3284
3285 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3286
3287 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3288 Kim <ryk@dspwiz.com>
3289
3290 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3291 the message "Creating customization items...done".
3292
3293 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3294
3295 * font-lock.el (toplevel): Require `jit-lock' only if
3296 font-lock-support-mode is set to jit-lock-mode.
3297
3298 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3299
3300 * international/quail.el (quail-use-package, quail-inactivate)
3301 (quail-activate): Mention the hooks these functions run in their
3302 doc strings.
3303
3304 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3305
3306 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3307 of file in header of menu.
3308
3309 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3310
3311 * env.el (setenv): Interactively, if VARIABLE has a current value,
3312 add that to the front of the history, as the doc string says.
3313
3314 * comint.el (comint-send-input): Change help-echo.
3315 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3316
3317 * bookmark.el (bookmark-write-file): Bind print-length and
3318 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3319
3320 * obsolete/uncompress.el: Moved there from lisp/.
3321
3322 * comint.el (comint-insert-clicked-input): Goto point-max before
3323 deleting previous input. From "Dr Francis J. Wright"
3324 <F.J.Wright@qmw.ac.uk>.
3325
3326 * simple.el (backward-word): Doc fix.
3327
3328 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3329
3330 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3331 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3332 * w32-fns.el: Add Keywords header.
3333
3334 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3335
3336 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3337 "Text Properties". Suggested by Simon Marshall
3338 <Simon.Marshall@midas-kapiti.com>.
3339
3340 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3341
3342 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3343 consulting the value of file-name-coding-system.
3344
3345 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3346
3347 * help.el (describe-function-1): Save precomputed `file-name' rather
3348 than recomputing it (incorrectly) with `symbol-file'.
3349
3350 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3351
3352 * international/isearch-x.el (isearch-exit-recursive-edit):
3353 Take three parameters, since it's used as an after-change-function.
3354
3355 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3356 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3357 from doc strings.
3358
3359 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3360
3361 * progmodes/glasses.el (glasses-convert-to-unreadable):
3362 Consider underscores as in `glasses-make-readable'.
3363
3364 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3365
3366 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3367 MS-DOS, since cpp might not be available.
3368
3369 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3370 Mention "yank" in the help-echo text.
3371 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3372
3373 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3374
3375 * newcomment.el (comment-indent): Insert spaces more carefully.
3376
3377 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3378
3379 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3380 exists. From Andy Petrusenco <andy@int.spb.ru>.
3381
3382 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3383 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3384 <andy@int.spb.ru>.
3385
3386 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3387
3388 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3389 Instead of running mouse-yank-at-click, see what the event is
3390 bound to outside Isearch and run that.
3391
3392 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3393
3394 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3395 Fix the menu entry to mention transient-mark-mode.
3396
3397 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3398
3399 * simple.el (eval-expression-print-level): Fix last change.
3400
3401 * bindings.el (mode-line-coding-system-map): New variable.
3402 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3403
3404 * simple.el (eval-expression-print-level): Change the type
3405 of the defcustom to allow nil.
3406
3407 * emacs-lisp/find-gc.el: Moved here from lisp/.
3408
3409 * international/quail.el (quail-completion-1):
3410 Reverse the ((CHAR . DEFN) ...) list before processing it.
3411 From Kenichi Handa <handa@etl.go.jp>.
3412
3413 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3414 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3415
3416 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3417
3418 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3419 aren't supported. This avoids the annoying gray strip drawn by
3420 the Windows version instead of the missing tool bar.
3421
3422 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3423
3424 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3425 and tooltips more consistent. From "Marshall, Simon"
3426 <Simon.Marshall@midas-kapiti.com>.
3427
3428 * startup.el (fancy-splash-screens): Temporarily set
3429 minor-mode-map-alist to nil while displaying splash screens.
3430
3431 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3432
3433 * buff-menu.el: Add Keywords header.
3434 Doc fix (C-x C-b is bound to list-buffers).
3435
3436 * dired-x.el: Add keyword files to get listed in finder.
3437 Remove confusing notes about GNU Emacs 19.
3438
3439 * dired.el, dired-aux.el: Add Keywords header.
3440
3441 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3442
3443 * vc.el (vc-revert-file): Call the backend even if the FILE's
3444 contents can be reverted locally; pass new arg CONTENTS-DONE
3445 down to the backend.
3446
3447 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3448 optional arg CONTENTS-DONE.
3449
3450 2001-08-28 Andrew Innes <andrewi@gnu.org>
3451
3452 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3453
3454 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3455
3456 * makefile.nt (install): Copy more *.el files.
3457
3458 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3459
3460 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3461 instead of `w' which is already in use.
3462
3463 * gs.el (gs-load-image): Use sleep-for.
3464 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3465
3466 2001-08-28 Miles Bader <miles@gnu.org>
3467
3468 * replace.el (query-replace-regexp-eval): Return args from
3469 `interactive' form in correct order.
3470
3471 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3472
3473 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3474 major modes, don't create panes for modes for which
3475 mouse-buffer-menu-alist returns an empty alist.
3476
3477 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3478
3479 * progmodes/hideshow.el: Update first-line description.
3480 Sync comments w/ maintainer version 5.31.
3481
3482 (hs-isearch-open): Default value now `code'.
3483 Fix docstring to use "code blocks" vs "comment blocks",
3484 as opposed to "block" vs "comment".
3485 (hs-flag-region): Accept `hs-isearch-open' value
3486 of `block' as synonymous w/ `code'.
3487 (hs-hide-block-at-point): For code blocks, pass `code'
3488 to `hs-flag-region' instead of `block'.
3489
3490 2001-08-28 Miles Bader <miles@gnu.org>
3491
3492 * comint.el (comint-next-prompt): Don't loop infinitely if
3493 {next,previous}-single-char-property-change returns its input
3494 position when the search fails.
3495
3496 2001-08-27 Miles Bader <miles@gnu.org>
3497
3498 * comint.el (comint-get-old-input-default): Don't signal an error
3499 if point is not on an input field; instead, return the current
3500 line (using `comint-bol' to skip any prompt, in case we're not
3501 using fields at all).
3502
3503 * man.el (Man-mode-line-format): Variable removed.
3504 (Man-mode): Change `mode-line-buffer-identification' instead of
3505 `mode-line-format'.
3506
3507 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3508
3509 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3510 From Simon Josefsson <jas@extundo.com>.
3511
3512 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3513
3514 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3515 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3516
3517 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3518 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3519
3520 * emacs-lisp/lselect.el: Ditto.
3521
3522 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3523 Remove periods from the end of error message strings.
3524 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3525
3526 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3527 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3528
3529 * net/telnet.el: Ditto.
3530
3531 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3532
3533 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3534 KEYMAP to the call to define-minor-mode.
3535
3536 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3537
3538 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3539 Replace some of the undefined characters with emulations of bidi
3540 formatting characters and Niqud as per SI 1311-1.
3541 (IT-unicode-translations): Ditto.
3542 (IT-display-table-setup, IT-setup-unicode-display):
3543 Fill characters without translations with dos-unsupported-char-glyph.
3544
3545 2001-08-24 Simon Josefsson <jas@extundo.com>
3546
3547 * hl-line.el (hl-line-mode): Don't be a global mode.
3548 (global-hl-line-mode): New function.
3549
3550 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3551
3552 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3553 being reset by Ghostscript. Don't kill the gs process.
3554 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3555
3556 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3557
3558 * term/mac-win.el: Require scroll-bar.
3559
3560 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3561
3562 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3563
3564 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3565
3566 * hexl.el (hexl-insert-multibyte-char) New function.
3567 (hexl-quoted-insert, hexl-self-insert-command)
3568 (hexl-insert-hex-char, hexl-insert-decimal-char)
3569 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3570 Fix the doc strings accordingly.
3571 (hexl-insert-char): Reject characters whose code is above 255.
3572 Doc fix.
3573 (hexl-mode-map): Copy the global keymap instead of creating a
3574 sparse keymap, and bind all self-inserting characters to
3575 hexl-self-insert-command.
3576
3577 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3578
3579 * wid-edit.el (text): Re-order docstring correctly.
3580
3581 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3582
3583 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3584
3585 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3586
3587 * simple.el (line-number-mode): Mention the variable
3588 line-number-display-limit-width in the doc string.
3589
3590 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3591
3592 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3593 Temporarily select EVENT's window for switching buffers.
3594 (mode-line-bury-buffer): New function.
3595 (mode-line-buffer-identification-keymap): Use it instead of
3596 bury-buffer. Bind down-mouse events to prevent global down-mouse
3597 events from shining through.
3598
3599 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3600
3601 * newcomment.el (comment-beginning): Make sure the comment-start
3602 we found isn't a comment-end (in cases where confusion is possible).
3603
3604 2001-08-22 Miles Bader <miles@gnu.org>
3605
3606 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3607 before writing it, so that hard-links don't see new version.
3608
3609 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3610
3611 * gs.el (gs-set-ghostview-colors-window-prop):
3612 Call x-change-window-property with 3rd arg FRAME.
3613 (gs-load-image): Wait for a previous Ghostscript process
3614 to complete before starting a new one.
3615
3616 * image.el (image-type-regexps): Make sure that the TIFF
3617 pattern is only matched at the beginning of a string.
3618 From Markus Rost <rost@math.ohio-state.edu>.
3619
3620 * international/swedish.el: Pre-Mule file removed. From Jonas
3621 Oberg <jonas@gnu.org>.
3622
3623 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3624
3625 * whitespace.el (whitespace-abort-on-error): Add custom variable
3626 to whitespace to abort a write-file if whitespace is detected in file.
3627
3628 * whitespace.el (whitespace-write-file-hook): Hook to be called
3629 when writing a file. If `whitespace-abort-on-error' is set, the
3630 write will abort on detecting whitespaces.
3631 If `whitespace-auto-cleanup' is set, the file will be cleaned
3632 automatically prior to writing.
3633
3634 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3635 whitespaces in the error output!
3636
3637 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3638 `indent-tabs-mode', since the latter notes user preferences on
3639 TABs anyway.
3640
3641 * whitespace.el (whitespace-version): 3.1. All of the above issues
3642 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3643
3644 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3645
3646 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3647 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3648
3649 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3650
3651 2001-08-20 Alex Schroeder <alex@gnu.org>
3652
3653 * sql.el (sql-db2): Doc change.
3654
3655 2001-08-20 Alex Schroeder <alex@gnu.org>
3656
3657 * sql.el (sql-postgres): Add the database at the end of the
3658 parameters instead of at the beginning.
3659 (sql-postgres-options): Doc change.
3660
3661 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3662
3663 * custom.el (defcustom): Doc fix.
3664
3665 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3666
3667 * ps-mule.el (find-composition): Check if (char-after POS)
3668 returns a valid character.
3669
3670 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3671
3672 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3673 original-point for extra CR characters that are added/removed when
3674 the buffer is written/read whose EOL type is -dos.
3675
3676 2001-08-16 Miles Bader <miles@gnu.org>
3677
3678 * simple.el (line-move): Undo previous change.
3679
3680 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3681 property to input-terminating `boundary' overlays to avoid
3682 line-move wierdness.
3683
3684 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3685
3686 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3687 buffer in a save-restriction. Under one test case with Ediff,
3688 window-scroll-functions are run with a window start that's
3689 temporarily outside of the restriction.
3690
3691 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3692
3693 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3694 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3695 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3696 (texinfo-update-menu-region-beginning)
3697 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3698 command, @ifnottex, to regexps, so it is found.
3699
3700 2001-08-16 Andrew Innes <andrewi@gnu.org>
3701
3702 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3703 (DONTCOMPILE): Omit sc.el.
3704
3705 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3706 (DONTCOMPILE): Omit sc.el.
3707
3708 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3709
3710 * replace.el (occur): Bind inhibit-read-only to t.
3711
3712 2001-08-16 Miles Bader <miles@gnu.org>
3713
3714 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3715 calling `constrain-to-field', to avoid problems with comint prompts.
3716
3717 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3718
3719 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3720 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3721
3722 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3723 of a while-loop.
3724
3725 * Makefile.in (DONTCOMPILE): Remove sc.el.
3726
3727 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3728 Don't include term/.
3729
3730 * mail/sc.el: Moved to obsolete/.
3731
3732 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3733
3734 * ps-print.el: Change error function arguments to follow Emacs
3735 message convention. Doc fix.
3736 (ps-print-version): New version number (6.5.4).
3737 (coding-system-for-write): Change declaration position to avoid
3738 XEmacs compilation gripes.
3739 (coding-system-for-read, buffer-file-coding-system):
3740 Declarations to avoid XEmacs compilation gripes.
3741
3742 * ps-mule.el: Doc fix.
3743 (ps-mule-encode-header-string): If STRING is not a string, replace
3744 STRING by empty string.
3745
3746 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3747
3748 * frame.el (show-trailing-whitespace): Doc fix.
3749
3750 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3751
3752 * desktop.el (desktop-save): Insert the coding: tag before
3753 desktop-header.
3754
3755 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3756
3757 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3758 its path from $els.
3759
3760 * image.el (image-jpeg-p): Fix call of substring.
3761
3762 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3763
3764 * play/animate.el (animate-string): Doc fix. Use a buffer
3765 name with stars in it.
3766 (animate-sequence): New function.
3767 From Richard Stallman <rms@gnu.org>.
3768
3769 * frame.el (select-frame-set-input-focus): New function
3770 extracted from other-frame.
3771 (other-frame): Use it.
3772 (next-multiframe-window, previous-multiframe-window): Use it.
3773
3774 * isearch.el (isearch-other-meta-char): Don't switch to the
3775 buffer of a window clicked on, when the current buffer is
3776 in Isearch mode.
3777
3778 * image.el (image-jpeg-p): Test for APPn markers in the range
3779 #xe0..#xef.
3780
3781 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3782
3783 * desktop.el (desktop-save): Don't use concat to form a file
3784 name, use expand-file-name.
3785
3786 * mouse.el (mouse-delete-window): Do nothing if frame has just
3787 one window.
3788
3789 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3790 for the minor mode name.
3791
3792 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3793 minor mode name.
3794
3795 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3796 instead of make-mode-line-mouse2-map.
3797
3798 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3799 the minor mode name.
3800
3801 * emacs-lisp/easy-mmode.el (define-minor-mode):
3802 Use mode-line-minor-mode-keymap for the minor mode name.
3803
3804 * calendar/calendar.el (calendar-mode-line-format):
3805 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3806
3807 * bindings.el (make-mode-line-mouse-map): Renamed from
3808 make-mode-line-mouse2-map. Take additional arg MOUSE.
3809 (mode-line-modified): Use mouse-3 instead of mouse-2.
3810 (mode-line-buffer-identification-keymap): Bind keys differently.
3811 (propertized-buffer-identification): Adapt help-echo to new bindings.
3812
3813 * bindings.el (mode-line-format): Specify help-echo for line
3814 number, column number and buffer-percent part of the mode-line.
3815
3816 * image.el (image-type-regexps): Allow whitespace at the start
3817 of the image data for XPM, XBM and Postscript, which are
3818 text files.
3819 (image-jpeg-p): Correct calculation of next field offset.
3820
3821 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3822
3823 * battery.el: Fix typo.
3824
3825 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3826
3827 * image.el (image-type-regexps): Allow predicates. Change the way
3828 JPEG images are recognized.
3829 (image-jpeg-p): New function.
3830 (image-type-from-data): Handle predicates in image-type-regexps.
3831
3832 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3833 #:, #x, #o, and similar constructs.
3834
3835 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3836
3837 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3838
3839 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3840 instead of `progn'.
3841
3842 * tar-mode.el (tar-extract): Avoid generating a new buffer
3843 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3844
3845 * textmodes/paragraphs.el (forward-sentence): Avoid building
3846 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3847
3848 * progmodes/executable.el (executable-set-magic):
3849 If executable-find returns a quoted file name, unquote it before
3850 inserting it.
3851
3852 * image.el (image-type-regexps): For JPEG files, use a regexp
3853 derived from the JFIF spec.
3854
3855 * image.el (image-type-regexps): Use `\`' instead of `^' in
3856 most regular expressions.
3857
3858 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3859
3860 * play/animate.el: Re-insert a reference to re-inserted function.
3861
3862 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3863
3864 * help.el (describe-function-1): Use find-function-search-for-symbol
3865 instead of find-function-noselect because the latter follows aliases.
3866
3867 * play/animate.el (animate-birthday-present): Re-insert.
3868
3869 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3870 Handle old-style menu definitions.
3871
3872 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3873
3874 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3875 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3876
3877 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3878 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3879 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3880
3881 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3882
3883 * textmodes/tildify.el: Milan Zamazal has new address.
3884
3885 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3886
3887 * custom.el (custom-set-variables): Don't test `custom-requests'
3888 properties, check the third element of the options passed to
3889 custom-set-variables instead.
3890
3891 * info.el (info-insert-file-contents): Use info-file-exists-p
3892 instead of file-exists-p.
3893
3894 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3895 the mode-line face is restored. Fix several bugs.
3896
3897 * replace.el (perform-replace): Doc fix.
3898
3899 2001-08-02 Francesco Potorti` <pot@gnu.org>
3900
3901 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3902 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3903 (uniquify-fix-item-base, uniquify-fix-item-filename)
3904 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3905 Callers changed.
3906 (uniquify-set-proposed): Changed to work with a vector item.
3907 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3908 the fix list, and a list of strings for the non-file buffer
3909 names. Both changes reduce consing.
3910 (uniquify-rationalize-a-list): Local variable renaming.
3911 (uniquify-rationalize-conflicting-sublist): Use member instead of
3912 assoc.
3913 (uniquify-rename-buffer): Use unless instead of if not.
3914
3915 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3916
3917 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3918
3919 * custom.el (custom-set-variables): Set options with :require
3920 clauses last.
3921
3922 * custom.el (defcustom): Doc fix.
3923
3924 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3925
3926 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3927
3928 * man.el (man): Mention Man-switches in the doc string.
3929 (Man-switches): Mention -a in the doc string.
3930
3931 * textmodes/ispell.el (ispell-alternate-dictionary):
3932 Add /usr/share/lib/dict/words, for Irix.
3933
3934 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3935 corresponding non-kp keys. Suggested by Stephen Gildea
3936 <gildea@stop.mail-abuse.org>.
3937
3938 2001-08-01 Francesco Potorti` <pot@gnu.org>
3939
3940 * uniquify.el: These changes correct a corner case that the old
3941 code managed correctly.
3942 (uniquify-fix-item-proposed): Renamed from
3943 uniquify-fix-item-min-proposed.
3944 (uniquify-set-proposed): New function.
3945 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3946 clarity and speed.
3947 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3948 This is equivalent to what the old code did.
3949 (uniquify-rationalize-a-list): Never recompute the proposed
3950 name. Sort the conflicting sublist before rationalising it: this
3951 is equivalent to what the old code did, but one directory element
3952 at a time, and only when necessary.
3953 (uniquify-rationalize-conflicting-sublist): Recompute here the
3954 proposed name.
3955
3956 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3957
3958 * play/animate.el: Add Keywords and Maintainer. Remove a
3959 reference to a removed function.
3960
3961 * play/animate.el (animate-string): Handle case that the string is
3962 longer than the window is wide.
3963
3964 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3965
3966 * desktop.el (desktop-save): Bind coding-system-for-write to
3967 `emacs-mule' for write-region.
3968
3969 * delsel.el (delete-selection-pre-hook): Don't set this-command
3970 to `ignore' if the region is empty.
3971
3972 * international/mule.el (set-keyboard-coding-system):
3973 Set keyboard-coding-system.
3974
3975 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3976 before accessing it.
3977
3978 2001-07-30 Andreas Schwab <schwab@suse.de>
3979
3980 * menu-bar.el (toggle-highlight-paren-mode):
3981 Use `(show-paren-mode)' as body.
3982
3983 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3984
3985 * vc.el (vc-checkout-hook): New hook.
3986 (vc-checkout): Run it.
3987
3988 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3989
3990 * progmodes/make-mode.el (makefile-macroassign-regex):
3991 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3992
3993 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3994
3995 * vc.el (vc-switch-backend): Fix autoload cookie.
3996
3997 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3998 the desktop file.
3999
4000 2001-07-30 Simon Josefsson <jas@extundo.com>
4001
4002 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
4003 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
4004
4005 2001-07-27 Gerd Moellmann <gerd@gnu.org>
4006
4007 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4008 (last-sexp-toggle-display): Renamed from last-sexp-print.
4009 (last-sexp-toggle-display, eval-last-sexp-1):
4010 Use last-sexp-setup-props.
4011
4012 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4013 New user-options.
4014 (mouse-wheel-change-button): New function.
4015 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4016 (mwheel-scroll): Ditto.
4017
4018 2001-07-26 Gerd Moellmann <gerd@gnu.org>
4019
4020 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4021 `...', compare with unabbreviated printed representation instead.
4022 (last-sexp-print): Bind print-length and print-level to nil.
4023
4024 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4025 before assigning text properties. Make properties rear-nonsticky.
4026
4027 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4028 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4029 <mouse-2> and <RET> in that map to a function printing the
4030 unabbreviated value.
4031
4032 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4033 is a buffer, put a text property `printed-value' on the printed
4034 representation, with the Lisp object printed as value.
4035
4036 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4037
4038 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4039 Mention the effect of eval-expression-print-length and
4040 eval-expression-print-level in the doc strings. Suggested by
4041 Kevin Gallagher <kevingal@onramp.net>.
4042
4043 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4044
4045 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4046 for buttons > 3.
4047 (xterm-mouse-translate): Handle the case that we don't get a
4048 down-event.
4049
4050 * emacs-lisp/find-func.el (find-function-regexp):
4051 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4052 in front of the function name.
4053
4054 * isearch.el (isearch-other-meta-char): Fix last change.
4055
4056 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4057 similar events for which fake prefix keys are generated. It's no
4058 longer necessary since read_key_sequence doesn't modify these
4059 events for internal purposes anymore.
4060
4061 * files.el (auto-mode-alist): Use nroff-mode for files ending
4062 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4063
4064 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4065
4066 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4067 tool-bar-lines parameter, behave as if its value were zero.
4068 (mouse-avoidance-set-pointer-shape): Don't do anything if
4069 x-pointer-shape is not boundp.
4070
4071 2001-07-23 Francesco Potorti` <pot@gnu.org>
4072
4073 * uniquify.el: Overall speedup changes when using many buffers.
4074 (uniquify-fix-item-base, uniquify-fix-item-filename)
4075 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4076 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4077 place in the item, but was never used.
4078 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4079 in the item is now used as cache for the proposed name.
4080 (uniquify-rationalize-file-buffer-names): Move computation made on
4081 newbuffile out of the loop, in the newbuffile-nd local var.
4082 Use dolist (cosmetic change). Compute the proposed name for the most
4083 common case and cache it in the fourth place in the item.
4084 (uniquify-rationalize-file-buffer-names): Used to return a a list
4085 of buffer whose name was changed, but that return value was never used.
4086 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4087 the cached proposed name, does much less consing and is quicker.
4088 (uniquify-filename-lessp): Deleted.
4089 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4090 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4091 cached proposed name is possible.
4092 (uniquify-get-proposed-name): Arguments changed, callers changed.
4093 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4094 uniquify-possibly-resolvable flag, which is no more bound locally.
4095 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4096 flag, which does not exist any more.
4097
4098 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4099
4100 * term/internal.el (IT-unicode-translations): Fix the appearance of
4101 "6`".
4102
4103 * progmodes/compile.el (compile-internal): If EMACS is already
4104 defined in the environment, don't override its value.
4105
4106 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4107
4108 * play/fortune.el: Undo change of 2001-07-13.
4109 Fix autoload cookies. Add types to defcustoms.
4110 (fortune) <defgroup>: Add :link.
4111 (fortune-from-region): Use eq, not eql.
4112 From Dave Love <fx@gnu.org>.
4113
4114 * play/animate.el (animate-birthday-present): Function removed.
4115
4116 * play/animate.el: New file.
4117
4118 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4119
4120 * startup.el (normal-top-level-add-subdirs-to-load-path):
4121 On Windows, put into normal-top-level-add-subdirs-inode-list the
4122 canonicalized names of the directories instead of inode numbers.
4123
4124 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4125
4126 * ediff-util.el: Copyright years.
4127 (ediff-choose-syntax-table): New function.
4128 (ediff-setup): Use ediff-choose-syntax-table.
4129 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4130 vc-state is available.
4131 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4132
4133 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4134 with-syntax-table.
4135 (ediff-coding-system-for-read): From ediff-diff.el
4136 (ediff-coding-system-for-write): New variable.
4137 (ediff-highest-priority): Fixed the bug having to do with disappearing
4138 overlays.
4139 (ediff-file-remote-p): Use file-remote-p, if available.
4140 (ediff-listable-file): New function.
4141 (ediff-file-attributes): Use ediff-listable-file.
4142
4143 * ediff-mult.el (ediff-meta-insert-file-info1):
4144 Use ediff-listable-file.
4145
4146 * ediff-ptch.el (ediff-prompt-for-patch-file):
4147 Use ediff-coding-system-for-read.
4148 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4149
4150 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4151 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4152
4153 * ediff.el: Date of last update, copyright years.
4154
4155 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4156
4157 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4158 of Scott Bronson.
4159 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4160 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4161 Deleted functions.
4162 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4163 ex-token-list.
4164 (viper-get-ex-address-subr): Convert registers to char data type.
4165
4166 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4167 (viper-memq-char): Use viper-int-to-char.
4168 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4169 vc-locking-state.
4170 (viper-read-key): Use viper-read-key-sequence.
4171
4172 * viper.el (viper-major-mode-modifier-list):
4173 Added inferior-emacs-lisp-mode.
4174 (this-major-mode-requires-vi-state): New function that uses simple
4175 heuristics to decide if vi state is appropriate.
4176 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4177 (viper-non-hook-settings): Don't advise read-key-sequence.
4178 (viper-read-key-sequence): New function that replaces the
4179 previously used advice to read-key-sequence.
4180
4181 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4182 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4183 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4184 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4185 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4186 Got rid of the negative character hack.
4187 (viper-escape-to-state,viper-replace-state-exit-cmd):
4188 Use viper-read-key-sequence.
4189 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4190 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4191 Don't override existing minibuffer-setup-hook.
4192 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4193 Convert registers to char data type.
4194 (viper-autoindent): Use viper-indent-line.
4195
4196 * viper-keym.el: Use viper-exec-key-in-emacs.
4197
4198 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4199
4200 * server.el (server-visit-files): Fix variable name typo.
4201
4202 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4203
4204 * simple.el (delete-trailing-whitespace): Save match data
4205 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4206
4207 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4208
4209 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4210 return a this-error using the alternative format (a pair of markers).
4211
4212 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4213
4214 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4215
4216 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4217 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4218
4219 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4220
4221 * international/iso-transl.el: Fix typo in the header of the file.
4222
4223 * textmodes/picture.el (picture): Doc fix.
4224
4225 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4226 follow coding conventions in generated files.
4227
4228 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4229
4230 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4231 (tool-bar-add-item): Don't call image-related primitives if the
4232 display doesn't support images.
4233
4234 * frame.el (display-images-p): New function.
4235
4236 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4237
4238 * server.el (server-visit-files): Handle the case the specified
4239 column number is <= 0.
4240
4241 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4242
4243 * startup.el (command-line-1): Add support for +LINE:COLUMN
4244 command line argument.
4245
4246 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4247
4248 * server.el (server-process-filter, server-visit-files):
4249 Add support for +LINE:COLUMN style emacsclient calls.
4250
4251 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4252
4253 * emacs-lisp/easy-mmode.el: Add Keywords header.
4254
4255 * play/pong.el: Author has new address.
4256
4257 * play/landmark.el: Author is no more reachable.
4258
4259 * play/handwrite.el: Author is no more reachable.
4260
4261 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4262
4263 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4264 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4265 Complete bindings for F<1..12> keys.
4266 (global-map): Remove `undo' binding (already in the default).
4267 Replace `t<n>' bindings with `f<n>' bindings.
4268
4269 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4270
4271 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4272 (tcl-mode): Use tcl-add-log-defun.
4273 (tcl-indent-line): Use tcl-calculate-indent.
4274 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4275 (tcl-indent-exp): Renamed from indent-tcl-exp.
4276 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4277 (tcl-indent-for-comment): Call comment-indent-function properly
4278 and handle the case where it returns nil.
4279
4280 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4281
4282 * calendar/cal-islam.el (calendar-goto-islamic-date):
4283 Remove autoload cookie.
4284
4285 * calendar/calendar.el (calendar-goto-islamic-date):
4286 Add call to autoload.
4287
4288 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4289
4290 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4291 Don't change compile-auto-highlight globally.
4292 Don't bother with `font-lock-defaults' property since XEmacs
4293 also understands the `font-lock-defaults' variable.
4294 Use make-local-variable rather than make-variable-buffer-local.
4295 Don't `defconst' comment-indent-function: keep the default.
4296 Call easy-menu-add unconditionally.
4297 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4298 (ada-create-menu): Use :included for Emacs as well.
4299
4300 * vc.el (vc-do-command): Autoload.
4301
4302 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4303
4304 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4305
4306 * ps-print.el: Fix Author: header.
4307
4308 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4309
4310 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4311 mouse-1 etc., bind them to `ignore'.
4312
4313 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4314 send-invisible, which is already defined in Comint.
4315 (eshell-watch-for-password-prompt): Use it.
4316
4317 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4318
4319 * which-func.el (which-func-mode): Doc fix.
4320
4321 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4322 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4323 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4324 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4325 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4326 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4327 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4328 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4329 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4330 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4331 * emulation/edt-mapper.el, emulation/edt-pc.el,
4332 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4333 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4334 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4335 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4336 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4337 * international/isearch-x.el, international/iso-cvt.el,
4338 * international/ogonek.el, international/quail.el,
4339 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4340 * language/devanagari.el, language/ethio-util.el,
4341 * language/ethiopic.el, language/european.el, language/indian.el,
4342 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4343 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4344 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4345 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4346 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4347 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4348 * progmodes/autoconf.el, progmodes/cmacexp.el,
4349 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4350 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4351 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4352 * progmodes/ebnf2ps.el, progmodes/executable.el,
4353 * progmodes/fortran.el, progmodes/idlw-shell.el,
4354 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4355 * progmodes/m4-mode.el, progmodes/mantemp.el,
4356 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4357 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4358 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4359 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4360 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4361 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4362 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4363 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4364 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4365 * textmodes/two-column.el, time-stamp.el, timezone.el,
4366 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4367 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4368 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4369 conventions.
4370
4371 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4372
4373 * simple.el (set-variable): Require 'cus-edit' instead of
4374 `wid-edit', so that the Custom widgets get defined.
4375
4376 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4377
4378 * allout.el: A fix to follow coding conventions.
4379
4380 * find-lisp.el: A fix to follow coding conventions.
4381
4382 * term/w32-win.el: A fix to follow coding conventions.
4383
4384 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4385
4386 * term/xterm.el: A fix to follow coding conventions.
4387
4388 * term/news.el: A fix to follow coding conventions.
4389
4390 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4391 header line fixed.
4392
4393 * sun-curs.el: Fix Maintainer: header line.
4394
4395 * emacs-lisp/easymenu.el: Address of the author added.
4396
4397 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4398
4399 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4400 property.
4401
4402 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4403
4404 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4405 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4406 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4407 Some fixes to follow coding conventions.
4408
4409 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4410
4411 * which-func.el (which-func-mode): Doc fix.
4412
4413 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4414
4415 * net/rcompile.el (remote-compile): Use make-local-variable.
4416
4417 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4418
4419 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4420
4421 * mail/reporter.el (reporter-submit-bug-report):
4422 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4423
4424 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4425
4426 * calendar/cal-china.el, calendar/cal-coptic.el,
4427 * calendar/cal-dst.el, calendar/cal-french.el,
4428 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4429 * calendar/cal-iso.el, calendar/cal-julian.el,
4430 * calendar/cal-mayan.el, calendar/cal-persia.el,
4431 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4432 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4433 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4434 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4435 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4436 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4437 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4438 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4439 * progmodes/ada-xref.el, progmodes/cc-align.el,
4440 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4441 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4442 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4443 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4444 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4445 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4446 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4447 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4448 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4449 * textmodes/reftex.el: Some fixes to follow coding
4450 conventions in Eshell files with known maintainers.
4451
4452 * emulation/viper.el: A fix to follow coding conventions.
4453
4454 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4455 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4456 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4457 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4458 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4459 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4460 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4461 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4462 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4463 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4464 conventions in Eshell files.
4465
4466 * composite.el, diff.el, emacs-lisp/levents.el,
4467 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4468 * emulation/pc-mode.el, emulation/viper-cmd.el,
4469 * emulation/viper-ex.el, emulation/viper-init.el,
4470 * emulation/viper-keym.el, emulation/viper-macs.el,
4471 * emulation/viper-mous.el, emulation/viper-util.el,
4472 * emulation/viper.el, forms-pass.el, international/ccl.el,
4473 * international/characters.el, international/encoded-kb.el,
4474 * international/fontset.el, international/ja-dic-cnv.el,
4475 * international/ja-dic-utl.el, international/kinsoku.el,
4476 * international/kkc.el, international/mule-cmds.el,
4477 * international/mule-diag.el, international/mule-util.el,
4478 * international/mule.el, international/titdic-cnv.el,
4479 * language/china-util.el, language/chinese.el,
4480 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4481 * language/greek.el, language/hebrew.el, language/japan-util.el,
4482 * language/japanese.el, language/korea-util.el, language/korean.el,
4483 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4484 * language/slovak.el, language/thai-util.el, language/thai.el,
4485 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4486 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4487 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4488 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4489 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4490 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4491 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4492 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4493 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4494 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4495 to follow coding conventions in files without maintainer or in files
4496 with clear maintainer (but without Maintainer header stating so).
4497
4498 * emacs-lisp/elp.el: A fix to follow coding conventions.
4499
4500 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4501 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4502 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4503 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4504 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4505 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4506 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4507 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4508 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4509 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4510 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4511 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4512 conventions in files from Gnus.
4513
4514 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4515 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4516 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4517 * echistory.el, electric.el, emacs-lisp/authors.el,
4518 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4519 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4520 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4521 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4522 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4523 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4524 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4525 * international/codepage.el, international/iso-ascii.el,
4526 * international/iso-insert.el, international/iso-transl.el,
4527 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4528 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4529 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4530 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4531 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4532 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4533 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4534 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4535 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4536 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4537 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4538 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4539 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4540 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4541 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4542 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4543 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4544 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4545 * textmodes/tex-mode.el, textmodes/text-mode.el,
4546 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4547 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4548 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4549 files maintained by FSF.
4550
4551 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4552
4553 * arc-mode.el: A fix to follow coding conventions.
4554
4555 * bindings.el: Ditto.
4556
4557 * cdl.el: Ditto.
4558
4559 * comint.el: Ditto.
4560
4561 * cus-start.el: Ditto.
4562
4563 * shell.el: Ditto.
4564
4565 * skeleton.el: Ditto.
4566
4567 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4568
4569 * info.el (Info-build-node-completions):
4570 Make Info-current-file-completions buffer local.
4571
4572 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4573
4574 * which-func.el (which-func-mode, which-func-ff-hook)
4575 (which-function-mode): Remove references to which-func-mode-global.
4576
4577 * calendar/cal-islam.el (calendar-goto-islamic-date):
4578 Add autoload cookie.
4579
4580 * play/fortune.el: Add types to defcustoms.
4581
4582 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4583
4584 * language/czech.el: A fix to follow coding conventions.
4585
4586 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4587
4588 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4589 to the extension list, for antlr-mode. From Christoph Wedler
4590 <Christoph.Wedler@sap.com>.
4591
4592 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4593
4594 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4595 (vc-dired-mode-map): Fix the madness.
4596
4597 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4598 (vc-prefix-map): Moved back from vc.el.
4599
4600 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4601
4602 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4603 Increase the size of the obarray.
4604 (mail-extr-all-top-level-domains): Add more toplevel domains,
4605 add more long names.
4606 From: Per Starback <starback@ling.uu.se>.
4607
4608 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4609
4610 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4611 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4612
4613 * progmodes/ada-mode.el: Ditto.
4614
4615 * progmodes/ada-xref.el: Ditto.
4616
4617 2001-07-11 Miles Bader <miles@gnu.org>
4618
4619 * finder.el (finder-insert-at-column): Also move to the next line
4620 if exactly at COLUMN.
4621
4622 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4623
4624 * help.el (describe-function-1): When printing FUNCTION's
4625 documentation, don't assume FUNCTION is a symbol.
4626
4627 * startup.el (normal-top-level): Don't operate on the initial
4628 frame if we failed to create one.
4629
4630 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4631
4632 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4633 itself, i.e. only indent the contents in it.
4634
4635 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4636
4637 * mail/rmail.el (rmail-show-message): Show beginning of message in
4638 all windows containing it.
4639
4640 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4641
4642 * term/tty-colors.el: Fix the header line and copyright years.
4643
4644 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4645
4646 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4647 original definition has an interactive form, but is Elp
4648 instrumented, use the interactive form of the function called by
4649 elp-wrapper.
4650
4651 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4652 configurations with compare-window-configuration; they aren't
4653 window configurations.
4654
4655 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4656 from the server for the format we expect. Don't use it if it
4657 doesn't look like what the Internet draft for FTP extensions specifies.
4658
4659 * toolbar/*.pbm: Cleaned up.
4660 From Luis Fernandes <elf@ee.ryerson.ca>.
4661
4662 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4663
4664 * cc-cmds.el: Extended the kludge to interoperate with the
4665 delsel and pending-del packages wrt to the new function
4666 `c-electric-delete-forward'.
4667
4668 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4669
4670 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4671 to delay the call to <mode> for global minor modes.
4672 (easy-mmode-define-navigation): Only recenter if interactive.
4673
4674 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4675
4676 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4677 to lisp-indent-line.
4678
4679 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4680 from the server. Call encode-time only when we are sure that we
4681 got a 213 response.
4682
4683 2001-07-06 Simon Josefsson <jas@extundo.com>
4684
4685 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4686 (mail-envelope-from): New user option.
4687 (sendmail-send-it): Use it.
4688
4689 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4690
4691 * ps-print.el: Use locale dependant date to print date in header.
4692 Doc fix.
4693 (ps-print-version): New version number (6.5.3).
4694 (ps-right-header, ps-right-footer): Initialization and doc fix.
4695 (ps-time-stamp-locale-default): New fun.
4696
4697 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4698
4699 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4700 field problem with MIME-mode.
4701
4702 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4703
4704 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4705
4706 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4707 MIME-mode.
4708
4709 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4710
4711 * bindings.el (mode-line-mule-info): Don't show the tip with
4712 buffer-file-coding-system if that is nil.
4713
4714 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4715
4716 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4717 instead of kill-line.
4718
4719 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4720 <Pavel@Janik.cz>.
4721
4722 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4723 <Pavel@Janik.cz>.
4724
4725 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4726
4727 * font-lock.el (c-font-lock-keywords-3): When matching something
4728 like `struct X Y', finish with point after Y.
4729
4730 2001-07-04 Simon Josefsson <jas@extundo.com>
4731
4732 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4733 in caller buffer.
4734
4735 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4736
4737 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4738 instead of string-match to find the basename of the file.
4739 From Pascal Obry <p.obry@wanadoo.fr>.
4740
4741 * net/browse-url.el (browse-url-default-windows-browser):
4742 Support the MS-DOS port when it runs on Windows.
4743 (browse-url-browser-function) [ms-dos]: Default to
4744 browse-url-default-windows-browser.
4745
4746 * help.el (locate-library): Enable code that looks for compressed
4747 libraries if auto-compression-mode is on.
4748
4749 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4750
4751 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4752
4753 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4754
4755 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4756
4757 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4758
4759 * allout.el: Fix the header line, so that finder.el recognizes it.
4760 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4761
4762 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4763 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4764
4765 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4766
4767 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4768
4769 * ps-bdf.el (bdf-directory-list): Use the value relative to
4770 installation-directory for MS-Windows as well.
4771
4772 2001-06-29 Richard M. Stallman <rms@gnu.org>
4773
4774 * wid-edit.el (widget-color-sample-face-get):
4775 Return ((foreground-color . COLOR)) instead of constructing a face.
4776
4777 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4778
4779 * faces.el (region): Change the background color for the
4780 light-background color display to lightgoldenrod2, to make it
4781 visible on some laptops.
4782
4783 2001-06-28 Richard M. Stallman <rms@gnu.org>
4784
4785 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4786 (rmail-msg-restore-non-pruned-header): Likewise.
4787 If point was in the old pruned header, put it at the top.
4788 (rmail-msg-prune-header): If point was at the top, keep it there.
4789
4790 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4791 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4792
4793 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4794
4795 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4796
4797 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4798
4799 * saveplace.el: Update maintainer email address.
4800
4801 2001-06-27 Francesco Potorti` <pot@gnu.org>
4802
4803 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4804 Undo previous change.
4805
4806 2001-06-27 Francesco Potorti` <pot@gnu.org>
4807
4808 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4809 preliminary quick reordering. Can speed things up dramatically.
4810
4811 2001-06-26 Richard M. Stallman <rms@gnu.org>
4812
4813 * dired.el (dired-get-filename): A file name starting with ~
4814 is not absolute in this context.
4815
4816 * which-func.el (which-func-maxout): Increase default to 500000.
4817 (which-function-mode): This is now the "real" name of the function.
4818 (which-func-mode): Now an alias.
4819 (which-func-mode-global): Name deleted.
4820
4821 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4822 button-2, when binding hs-mouse-toggle-hiding.
4823
4824 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4825
4826 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4827 (rmail-msg-prune-header): Likewise.
4828 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4829 and `rmail-msg-prune-header'.
4830
4831 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4832
4833 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4834 back than LINEBEG.
4835
4836 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4837
4838 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4839 window where they clicked the mouse has a header line, adjust
4840 vertical movement by one.
4841
4842 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4843
4844 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4845 too when separating a parenthesis.
4846
4847 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4848
4849 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4850 (bookmark-bmenu-hide-filenames): Add help-echo to
4851 mouse-highlighted text.
4852 (bookmark-bmenu-show-filenames): Remove help-echo property from
4853 the whitespace.
4854
4855 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4856
4857 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4858 From Karl Eichwalder <ke@suse.de>.
4859
4860 2001-06-23 Richard M. Stallman <rms@gnu.org>
4861
4862 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4863
4864 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4865 contents for completing-read.
4866
4867 2001-06-22 Richard M. Stallman <rms@gnu.org>
4868
4869 * menu-bar.el (menu-bar-make-toggle): Construct the
4870 function's doc string from HELP, not DOC, and make it accurate by
4871 adding "Toggle whether to " at the front and downcasing the initial.
4872 Change the HELP arg in some calls to make it fit this usage.
4873
4874 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4875 Undo previous change.
4876
4877 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4878
4879 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4880
4881 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4882
4883 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4884
4885 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4886
4887 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4888
4889 2001-06-20 Richard M. Stallman <rms@gnu.org>
4890
4891 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4892 broken out from dabbrev--find-expansion. Handle minibuffer
4893 specially here.
4894 (dabbrev--find-expansion): Simplify code in various ways.
4895 Don't treat minibuffers specially.
4896 Call dabbrev--make-friend-buffer-list.
4897 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4898 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4899
4900 2001-06-19 John Wiegley <johnw@gnu.org>
4901
4902 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4903 Also, added a comment describing how to greatly speedup Eshell
4904 loadup time, by concatenating together all of Eshell's .elc files.
4905
4906 2001-06-19 John Wiegley <johnw@gnu.org>
4907
4908 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4909
4910 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4911
4912 * woman.el (WoMan-highlight-references): Add help-echo to
4913 mouse-highlighted text.
4914
4915 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4916
4917 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4918
4919 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4920
4921 * international/quail.el (quail-start-conversion):
4922 Reset quail-translating to nil.
4923
4924 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4925 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4926
4927 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4928
4929 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4930 mouse-highlighted text.
4931
4932 * dired.el (dired-mark-pop-up): Fix last change.
4933
4934 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4935
4936 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4937 mouse-highlighted text.
4938
4939 * net/quickurl.el (quickurl-url-file): Run through
4940 convert-standard-filename.
4941 (quickurl-list-populate-buffer): Add help-echo to
4942 mouse-highlighted text.
4943 (top-level): Update Dave's URL.
4944
4945 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4946 mouse-highlighted text.
4947
4948 * textmodes/page-ext.el (pages-copy-header-and-position):
4949 Add help-echo to mouse-highlighted text.
4950
4951 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4952 mouse-highlighted text.
4953
4954 * replace.el (occur): Add help-echo to mouse-highlighted text.
4955
4956 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4957 mouse-highlighted text.
4958
4959 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4960 mouse-highlighted text.
4961
4962 * progmodes/compile.el (compile-reinitialize-errors):
4963 Add help-echo to mouse-highlighted messages.
4964 (compilation-forget-errors): Remove help-echo property as well.
4965
4966 * play/landmark.el (lm-plot-square, lm-init-display):
4967 Add help-echo to mouse-highlighted text.
4968
4969 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4970 Add help-echo to mouse-highlighted text.
4971
4972 * dired.el (dired-insert-set-properties): Add help-echo to
4973 mouse-highlighted text.
4974 (dired-mark-pop-up): Remove help-echo property from the file name.
4975
4976 * comint.el (comint-send-input): Add help-echo to
4977 mouse-highlighted text.
4978
4979 * buff-menu.el (list-buffers-noselect): Add help-echo to
4980 mouse-highlighted text.
4981
4982 * arc-mode.el (archive-summarize-files): Add help-echo to
4983 mouse-highlighted text.
4984
4985 * ffap.el (ffap-machine-p): Always return nil if
4986 open-network-stream is not fboundp.
4987
4988 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4989
4990 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4991 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4992 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4993 incorrectly binding chars between 128 and 256 to it.
4994 (sgml-maybe-name-self): Handle latin-1 chars properly.
4995 (sgml-tags-invisible): Bind buffer-file-name to nil.
4996 Use unwind-protect and restore-buffer-modified-p.
4997 (sgml-point-entered): Use buffer-substring-no-properties.
4998 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4999 (html-mode): Don't force `imenu-sort-function'.
5000
5001 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5002
5003 * tar-mode.el: Fix the copyright notice.
5004
5005 * font-lock.el (font-lock-comment-face): For tty's with dark
5006 background, use "red1", since "lightred" is not one of the colors
5007 recognized by tty-colors.el.
5008
5009 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5010 create a buffer for extracted file, in case there's more than one
5011 file by that name in an archive, possibly in different
5012 directories. From Kevin Rodgers <kevinr@ihs.com>.
5013
5014 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5015 <alex@gnu.org>.
5016
5017 2001-06-15 Miles Bader <miles@gnu.org>
5018
5019 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5020 Revert previous change.
5021
5022 2001-06-14 Richard M. Stallman <rms@gnu.org>
5023
5024 * replace.el (keep-lines-read-args): Return just a regexp.
5025 Provide nil for the region args.
5026 (keep-lines, flush-lines, how-many):
5027 Calculate the defaults for the region here, when args are nil.
5028
5029 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5030
5031 * rot13.el (rot13-other-window): Some more doc fix.
5032
5033 2001-06-14 Per Starback <starback@ling.uu.se>
5034
5035 * replace.el (case-replace, query-replace-from-history-variable)
5036 (query-replace-to-history-variable, keep-lines-read-args)
5037 (occur-revert-function, query-replace-help): Dox fix.
5038
5039 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5040
5041 * rot13.el (rot13-other-window): Doc fix.
5042
5043 2001-06-14 Miles Bader <miles@gnu.org>
5044
5045 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5046 of " and \ to "." (punctuation).
5047 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5048
5049 2001-06-13 Richard M. Stallman <rms@gnu.org>
5050
5051 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5052
5053 * simple.el (shell-command-on-region): Never kill the
5054 *Shell Command Output* buffer.
5055
5056 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5057
5058 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5059
5060 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5061
5062 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5063 New var, to recognize ${ $' and PODs.
5064 (perl-font-lock-syntactic-face-function): New function.
5065 (perl-mode): Use them.
5066 (perl-continuation-line-p): New function, from perl-calculate-indent.
5067 (perl-calculate-indent): Use it, to properly handle continuation
5068 lines of continuation lines.
5069
5070 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5071
5072 * server.el (server-process, server-buffer-clients): Doc fix.
5073 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5074
5075 2001-06-09 John Wiegley <johnw@gnu.org>
5076
5077 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5078 test if the last command was Lisp or not.
5079 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5080 B x C".
5081
5082 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5083
5084 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5085 general one on compile.el supports drive letters.
5086
5087 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5088
5089 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5090 key description.
5091
5092 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5093
5094 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5095 (reftex-toc-jump): New command.
5096
5097 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5098 to parse international characters as well.
5099
5100 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5101 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5102
5103 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5104
5105 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5106 TAB to the key separators.
5107
5108 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5109
5110 * international/mule.el (auto-coding-alist): Remove redundant
5111 up-cased versions of the extensions (auto-coding-alist-lookup is
5112 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5113 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5114
5115 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5116
5117 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5118
5119 2001-06-01 Richard M. Stallman <rms@gnu.org>
5120
5121 * help.el (describe-variable): Put value on same line
5122 with preceding text, if it is short enough to look good that way.
5123
5124 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5125
5126 * term/internal.el (IT-unicode-translations): New variable.
5127 (IT-setup-unicode-display): New function.
5128
5129 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5130
5131 * ps-print.el: Handle before-string and after-string overlay properties
5132 in ps-print-*-with-faces commands. Doc fix.
5133 (ps-print-version): New version number (6.5.2).
5134 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5135 for XEmacs.
5136 (ps-prefix-quote): Doc fix.
5137 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5138 (ps-basic-plot-str, ps-plot-string): New funs.
5139
5140 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5141
5142 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5143 and :type spec.
5144
5145 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5146
5147 * international/mule-cmds.el (inactivate-input-method):
5148 Set input-method-function to nil.
5149
5150 * xml.el (xml-parse-tag): The document may contain invalid characters.
5151 From ShengHuo ZHU <zsh@cs.rochester.edu>
5152
5153 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5154
5155 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5156 `rmail-summary-line-decoder' if the message does not have
5157 a Subject: field.
5158
5159 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5160
5161 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5162 New variable.
5163 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5164 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5165 is non-nil.
5166
5167 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5168
5169 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5170
5171 2001-05-29 Sam Steingold <sds@gnu.org>
5172
5173 * faces.el (face-valid-attribute-values): Bind `valid' directly
5174 instead of using `setq'.
5175
5176 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5177 Use `tex-shell-buf'.
5178 (tex-shell-proc): Use `tex-shell-running'.
5179 (tex-shell-buf-no-error): New function.
5180 (tex-send-tex-command): Use it.
5181 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5182 (tex-kill-job): Check the process before calling `quit-process'.
5183
5184 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5185
5186 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5187 UTF-8 sequences.
5188
5189 2001-05-28 Miles Bader <miles@gnu.org>
5190
5191 * comint.el (comint-carriage-motion): Renamed from
5192 `comint-cr-magic'. Operate on the buffer instead of the string
5193 (for use as a comint post-output filter, instead of as a
5194 pre-output filter). Handle backspaces too. Add to the
5195 `comint-output-filter-functions' hook instead of
5196 `comint-preoutput-filter-functions'.
5197
5198 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5199
5200 * language/japan-util.el (japanese-hankaku): Prefer the charset
5201 `jisx0201' when the optional argument `ascii-only' is not specified.
5202 (japanese-hankaku-region): Ditto.
5203 From Katsumi Yamaoka <yamaoka@jpl.org>
5204
5205 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5206
5207 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5208 (outline-invisible-p): New function.
5209 (hide-leaves): Save excursion.
5210 (hide-other): Stop looping when reaching bobp.
5211
5212 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5213
5214 * cus-edit.el (custom-file): Fix last change.
5215
5216 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5217
5218 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5219 same definition in byte-compile-function-environment as `autoload'
5220 would put in `symbol-function'.
5221
5222 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5223 patch to correct the error message as well.
5224
5225 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5226
5227 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5228 unless ~/.emacs exists.
5229
5230 * novice.el (enable-command): If user-init-file is nil or does not
5231 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5232
5233 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5234
5235 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5236 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5237 Allow spaces around macro arguments.
5238 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5239 indent-for-tab-command.
5240 (latex-mode-map, plain-tex-mode-map): New keymaps.
5241 Inherit from tex-mode-map.
5242 (tex-common-initialization): Don't setup the keymap any more
5243 since it's now done right by define-derived-mode.
5244 (latex-mode): Set skeleton-end-hook to nil.
5245 (latex-skeleton-end-hook): Remove.
5246 (tex-latex-block, latex-insert-item): Simplify.
5247 (latex-syntax-after): Use following-char rather than char-after.
5248 (tex-discount-args-cmds, tex-count-words): New functions.
5249
5250 * textmodes/tildify.el (tildify-ignored-environments-alist):
5251 Recognize \verb* as well.
5252
5253 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5254 (perl-comment-indent): Simplify to let newcomment.el do its job.
5255 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5256 (perl-mark-function): Cleanup the namespace.
5257 (perl-calculate-indent): Don't be fooled by nested functions.
5258
5259 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5260
5261 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5262 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5263
5264 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5265
5266 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5267 actually be `\\'.
5268 (ctlau-b5-converter): Likewise.
5269
5270 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5271
5272 * international/titdic-cnv.el (quail-misc-package-ext-info):
5273 Change CTLauB.el to CTLau-b5.el.
5274
5275 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5276
5277 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5278 rather than beginning-of-line to avoid problems with fields.
5279 (gud-perldb-massage-args): Use unless and push.
5280 (gud-chdir-before-run): New var.
5281 (gud-common-init): Use it.
5282
5283 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5284
5285 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5286 delete entries for chinese-ctlau and chinese-ctlaub.
5287 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5288 chinese-ctlaub.
5289 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5290 New functions.
5291
5292 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5293
5294 * cus-edit.el (custom-comment-show): Remove debug code.
5295
5296 * language/japan-util.el (japanese-symbol-table): Fix handling of
5297 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5298
5299 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5300
5301 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5302 Renamed by removing the silly `-flag' suffix.
5303 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5304
5305 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5306
5307 * replace.el (keep-lines-read-args): Use `copy-marker'.
5308 (how-many): Save excursion properly.
5309 (occur-mode): Use define-derived-mode.
5310 (perform-replace): Use with-current-buffer.
5311
5312 2001-05-20 Richard M. Stallman <rms@gnu.org>
5313
5314 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5315
5316 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5317
5318 * info.el (Info-read-subfile): Widen before finding the
5319 desired node in the subfile.
5320
5321 * startup.el (command-line-1): When >2 files visited,
5322 leave the last one visible, and make that the selected window.
5323
5324 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5325
5326 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5327
5328 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5329
5330 * international/ccl.el (define-ccl-program): Fix a typo.
5331 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5332
5333 * international/mule.el (decode-char): Fix a typo. From Pavel
5334 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5335
5336 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5337 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5338
5339 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5340 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5341
5342 2001-05-18 Sam Steingold <sds@gnu.org>
5343
5344 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5345 and [RET] to `cvs-mode-find-file'.
5346
5347 2001-05-18 John Wiegley <johnw@gnu.org>
5348
5349 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5350 configuration variable, which determines the initial character
5351 that forces use of an external version of a command. The default
5352 is *, but may be set to \, for example.
5353
5354 * eshell/esh-ext.el (eshell-explicit-command):
5355 Use `eshell-explicit-command-char' instead of ?*.
5356
5357 * eshell/esh-cmd.el (eshell/which):
5358 Use `eshell-explicit-command-char' instead of ?*.
5359
5360 * eshell/em-cmpl.el (eshell-completion-command-name)
5361 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5362 instead of ?*.
5363
5364 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5365
5366 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5367 subst-char-in-string.
5368 (ange-ftp-after-parse-ls-hook): New variable.
5369 (ange-ftp-ls): Run that hook.
5370 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5371
5372 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5373 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5374 text into *Completions*.
5375
5376 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5377 part of which look like email addresses.
5378
5379 2001-05-18 Andrew Innes <andrewi@gnu.org>
5380
5381 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5382 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5383 cmd.exe's handling of FOR loops.
5384 (autoloads): Set find-file-suppress-same-file-warnings to t to
5385 avoid slew of spurious messages.
5386
5387 2001-05-18 Simon Josefsson <simon@josefsson.org>
5388
5389 * mail/smtpmail.el (maybe-append-domain): Renamed to
5390 `smtpmail-maybe-append-domain'.
5391 (smtpmail-via-smtp): Use the new name.
5392
5393 * net/browse-url.el (browse-url-browser-function): Add kde.
5394 (browse-url-kde-program, browse-url-kde-args): New variables.
5395 (browse-url-kde): New function.
5396
5397 2001-05-18 Miles Bader <miles@gnu.org>
5398
5399 * simple.el (delete-horizontal-space, just-one-space):
5400 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5401 because it's more efficient for large files.
5402
5403 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5404
5405 * mail/rmail.el (rmail-require-mime-maybe): New function.
5406 (rmail): Use it.
5407 (rmail-mode): Handle the case of finding Rmail files.
5408
5409 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5410 functions.
5411
5412 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5413
5414 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5415 text-property after moving to the beginning of line and regardless
5416 of the value of font-lock-multiline.
5417
5418 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5419
5420 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5421
5422 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5423 last coding system used before calling set-buffer-modified-p
5424 because that function changes last-coding-system.
5425
5426 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5427
5428 * files.el (switch-to-buffer-other-window)
5429 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5430 the doc string.
5431
5432 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5433
5434 * language/slovak.el, language/czech.el: New maintainer.
5435
5436 2001-05-16 Sam Steingold <sds@gnu.org>
5437
5438 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5439 sub-form of `defgeneric' correctly.
5440
5441 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5442
5443 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5444 of `c'.
5445
5446 * textmodes/outline.el (outline-font-lock-level): Remove the
5447 condition-case, test what outline-level returns instead, to
5448 ease debugging.
5449
5450 * international/mule.el (auto-coding-regexp-alist): New user-option.
5451 (auto-coding-from-file-contents): New function.
5452 (set-auto-coding): Use it to determine a coding system.
5453
5454 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5455
5456 * mouse.el (mouse-delete-other-windows): Doc fix.
5457
5458 * emacs-lisp/lisp-mode.el (lisp-mode):
5459 Make font-lock-keywords-case-fold-search a buffer-local variable with
5460 make-local-variable before setting it.
5461
5462 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5463
5464 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5465 prefixes.
5466
5467 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5468
5469 * hexl.el (hexl-current-address): Print a message when called
5470 interactively.
5471
5472 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5473
5474 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5475
5476 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5477
5478 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5479
5480 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5481
5482 * startup.el (command-line): If parameters have been changed in
5483 the init files which influence font selection, clear the face
5484 cache so that faces get realized with the new parameters.
5485
5486 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5487
5488 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5489
5490 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5491
5492 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5493
5494 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5495 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5496
5497 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5498
5499 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5500 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5501
5502 2001-05-09 John Wiegley <johnw@gnu.org>
5503
5504 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5505 Annotated the documentation string to tell users about
5506 `eshell-no-numeric-conversions'.
5507
5508 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5509 conversions if a Lisp function has the property
5510 `eshell-no-numeric-conversions' set to a non-nil value.
5511
5512 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5513 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5514 property `eshell-no-numeric-conversions' on the following
5515 functions (which all deal with filesystem entities, and never Lisp
5516 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5517 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5518 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5519 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5520 eshell/which, eshell/addpath.
5521
5522 2001-05-09 John Wiegley <johnw@gnu.org>
5523
5524 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5525 encountered as an argument, don't convert it right away, but tag
5526 the first character of the string with the text properties
5527 `number', which signifies to `eshell-lisp-command' that the
5528 argument should be passed through `string-to-number' if it is
5529 actually used in the call to a Lisp function.
5530
5531 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5532 function, convert any string arguments that have been tagged as
5533 "numbers", by calling string-to-number.
5534
5535 * eshell/esh-util.el (eshell-number-regexp): Now that number
5536 conversions only happen for Lisp function calls, the number regexp
5537 should now match all integer and floating point forms.
5538
5539 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5540 `eshell-continue-process', since they are both nonfunctional at
5541 the moment.
5542 (eshell-proc-initialize): Don't bind keys for
5543 `eshell-stop-process' or `eshell-continue-process'.
5544
5545 * eshell/em-unix.el (eshell-shuffle-files):
5546 Apply `directory-file-name' before calling `file-name-directory'.
5547
5548 * eshell/em-hist.el (eshell-add-to-history): Reference to
5549 `eshell-history-ring' needed to be `eshell-history-index'.
5550
5551 * calendar/timeclock.el (timeclock-find-discrep):
5552 Initialize `elapsed' to 0.
5553 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5554 it's still nil.
5555
5556 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5557
5558 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5559 (archive-mode): Use capitalize.
5560 (archive-unique-fname): Use make-temp-file.
5561
5562 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5563
5564 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5565
5566 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5567
5568 * tar-mode.el (tar-extract): Pay attention to the value of
5569 coding-system-for-read, if it is non-nil.
5570
5571 * calendar/holidays.el (holidays): Add an autoload cookie.
5572 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5573
5574 2001-05-08 John Wiegley <johnw@gnu.org>
5575
5576 * calendar/timeclock.el (timeclock-workday-remaining):
5577 Changed logic for determining how much time is remaining.
5578 (timeclock-workday-elapsed): Don't accept a "relative" argument
5579 for the current day's elapsed time. What could that have meant?
5580 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5581 (timeclock-when-to-leave): Changed logic, similarly to what was
5582 done for `timeclock-workday-remaining'.
5583 (timeclock-find-discrep): Removed "today-only" argument, which had
5584 no meaning. Fixed some more math problems. The function now
5585 returns a three member list: (TOTAL-TIME-DISCREPANCY
5586 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5587
5588 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5589
5590 * w32-fns.el (convert-standard-filename): Start replacing slashes
5591 from the beginning of the file name, not from where the last
5592 invalid character was. From "Andrew Maguire (SWW)"
5593 <Andrew.Maguire@Smallworld.co.uk>
5594
5595 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5596
5597 The following changes are to provide infrastructure for handling
5598 MIME messages to rmail. They don't affect the original behaviour
5599 if rmail-enable-mime is nil.
5600
5601 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5602 (rmail-search-mime-message-function)
5603 (rmail-search-mime-header-function): New variables.
5604 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5605 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5606 `rmail-view-buffer' is hidden.
5607 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5608 call rmai-show-mime-function.
5609 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5610 mode-line-process of rmail-view-buffer.
5611 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5612 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5613 buffer.
5614 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5615 set-buffer to the Rmail buffer.
5616 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5617 rmail-search-mime-header-function.
5618 (rmail-search-message): New function.
5619 (rmail-search): Call rmail-search-message to check if a message
5620 matches REGEXP, lastly update point after calling
5621 rmail-show-message.
5622 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5623 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5624 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5625 header region, refer to rmail-msgref-vector while setting the
5626 current buffer to rmail-buffer temporarily.
5627 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5628 If rmail-enable-mime is non-nil, call
5629 rmail-insert-mime-forwarded-message-function instead of inserting
5630 forwarded message by itself.
5631
5632 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5633 Rmail buffer.
5634 (rmail-set-label, rmail-next-labeled-message): Likewise.
5635
5636 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5637 set-buffer to the Rmail buffer.
5638 (rmail-output-to-rmail-file): Likewise.
5639 (rmail-output): Likewise.
5640
5641 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5642 of mail-fetch-field by rmail-summary-line-decoder.
5643 (rmail-new-summary): Be sure to go to the Rmail buffer.
5644 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5645 rmail-view-buffer to nil.
5646 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5647 rmail-view-buffer.
5648 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5649 rmail-buffer.
5650 (rmail-summary-scroll-msg-down): Likewise.
5651 (rmail-summary-beginning-of-message): Likewise.
5652 (rmail-summary-wipe): Likewise.
5653 (rmail-summary-toggle-header): Use save-window-excursion, not
5654 save-excursion. Update point in rmail-view-buffer, not in
5655 rmail-buffer.
5656 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5657 rmail-view-buffer, not rmail-buffer.
5658
5659 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5660
5661 * cus-edit.el (custom-file): Signal an error if user-init-file is
5662 nil (running -q).
5663
5664 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5665
5666 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5667 Add :version.
5668
5669 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5670 New option.
5671 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5672 only if smtpmail-warn-about-unknown-extensions is set.
5673
5674 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5675 instead of rmail-sort-by-keywords.
5676
5677 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5678 rmail-sort-by-keywords.
5679
5680 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5681 rmail-summary-sort-by-keywords. Doc fix.
5682 (rmail-summary-mode): Doc fix.
5683
5684 * mail/rmail.el (rmail-edit): New Custom group.
5685
5686 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5687 (rmail-edit-mode-hook): New user-option.
5688
5689 2001-05-05 Richard M. Stallman <rms@gnu.org>
5690
5691 * help.el (help-xref-symbol-regexp): Recognize "source of"
5692 and friends, meaning make a link to the source file.
5693 (help-make-xrefs): Handle "source of" and friends
5694 by constructing a link that visits the source file.
5695
5696 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5697
5698 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5699
5700 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5701 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5702 Renamed from perl-font-lock-keywords to avoid clashes.
5703 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5704 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5705 Updated correspondingly.
5706
5707 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5708 Typo `nonexistant' -> `nonexistent'.
5709
5710 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5711
5712 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5713 Split `c-electric-delete' into two functions where
5714 `c-electric-delete-forward' always deletes forward and
5715 `c-electric-delete' only contains the code necessary for XEmacs to
5716 choose between backward and forward deletion.
5717
5718 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5719 get the electric behavior on that key too.
5720 (c-fill-paragraph): Fixed bogus direct use of
5721 c-comment-prefix-regexp, which caused an error when it's a list.
5722
5723 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5724
5725 * dired-aux.el (dired-diff): Doc fix.
5726
5727 * dired.el (dired-diff): Likewise.
5728
5729 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5730
5731 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5732
5733 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5734
5735 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5736 if both the buffer and the file are read-only.
5737
5738 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5739 rather than font-lock-string-face.
5740 (sh-get-indent-info): Treat heredocs like strings.
5741
5742 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5743
5744 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5745 a newline following `}'.
5746 (texinfo-format-email): New function.
5747 (toplevel): Use texinfo-format-email for @email.
5748 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5749 Add `display'.
5750 (texinfo-sort-region): Goto point-min before sorting.
5751 (texinfo-set): Remove leading white space from value.
5752 From yagi@is.titech.ac.jp.
5753
5754 * replace.el (query-replace-regexp-eval): Doc fix.
5755
5756 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5757
5758 * diff-mode.el (diff-nonexistant-face): New face.
5759 (diff-font-lock-keywords): Use it.
5760
5761 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5762
5763 * font-lock.el (font-lock-mode): Doc fix.
5764
5765 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5766 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5767
5768 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5769
5770 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5771 backslash at the start of the here-document delimiter.
5772 (sh-font-lock-syntactic-keywords): Likewise.
5773
5774 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5775
5776 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5777
5778 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5779 (tty-color-translate, tty-color-by-index, tty-color-values)
5780 (tty-color-desc): Doc fix.
5781
5782 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5783
5784 * dired-aux.el (dired-do-create-files, dired-do-copy)
5785 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5786 Mention dired-dwim-target in the doc string.
5787
5788 2001-04-28 Miles Bader <miles@gnu.org>
5789
5790 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5791 (dabbrev--find-expansion): Use it.
5792 (dabbrev--select-buffers): Don't select ignored buffers.
5793
5794 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5795
5796 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5797
5798 2001-04-26 Richard M. Stallman <rms@gnu.org>
5799
5800 * dabbrev.el: Add doc strings for some functions.
5801 (dabbrev--eliminate-newlines): New variable.
5802 (dabbrev--substitute-expansion): Convert newlines to spaces
5803 if dabbrev--eliminate-newlines is set.
5804 If abbrev and expansion are both all-lower-case,
5805 leave dabbrev--last-case-pattern nil.
5806
5807 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5808
5809 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5810 if necessary, like in rmail-show-message.
5811
5812 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5813
5814 * ps-print.el: Color specified by number is forced to be float number.
5815 (ps-print-version): New version number (6.5.1.1).
5816 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5817 initialization.
5818 (ps-prefix-quote): New internal var.
5819 (ps-print-quote): New fun.
5820 (ps-setup, ps-output-frame-properties, ps-float-format)
5821 (ps-format-color): Code fix.
5822 (ps-plot-region): Eliminate redundant foreground color text setting.
5823
5824 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5825
5826 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5827
5828 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5829
5830 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5831
5832 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5833
5834 * info.el (Info-additional-directory-list): Doc fix.
5835
5836 * find-lisp.el (find-lisp-find-dired-filter)
5837 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5838 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5839
5840 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5841
5842 * progmodes/make-mode.el (makefile-font-lock-keywords):
5843 Rationalize the rules for includes and conditionals and use the
5844 keyword face for them.
5845
5846 * faces.el (modify-face): Add compatibility for non-interactive use.
5847
5848 2001-04-24 John Wiegley <johnw@gnu.org>
5849
5850 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5851 fix from last night, since it wasn't finding eshell/cd.
5852
5853 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5854
5855 * rect.el (string-rectangle): Revert to 20.x behaviour.
5856 (replace-rectangle): Make it an alias for string-rectangle.
5857 (string-insert-rectangle): New function.
5858
5859 2001-04-23 John Wiegley <johnw@gnu.org>
5860
5861 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5862 occurring with Emacs 21's diff.el/compile.el interaction layer.
5863
5864 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5865
5866 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5867 case where the function was defined in a file, but not part of an
5868 eshell module.
5869
5870 2001-04-23 John Wiegley <johnw@gnu.org>
5871
5872 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5873 code to work around a redisplay problem I've been having.
5874
5875 2001-04-23 John Wiegley <johnw@gnu.org>
5876
5877 * calendar/timeclock.el (timeclock-day-required): If the time
5878 required for a particular day is not set, use `timeclock-workday'.
5879 (timeclock-find-discrep): Added some sample code in a comment.
5880
5881 * eshell/eshell.el (eshell-command): Made a few changes so that
5882 `eshell-command' could be called programmatically.
5883
5884 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5885
5886 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5887
5888 2001-04-23 John Wiegley <johnw@gnu.org>
5889
5890 * calendar/timeclock.el: Updated copyright.
5891 (timeclock-generate-report): Don't report the daily or two-week
5892 total, if no time has been worked in that period.
5893 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5894 final computational form, which was unnecessary; corrected a
5895 parsing problem when timeclock-relative was nil.
5896
5897 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5898
5899 * calendar/timeclock.el (timeclock-modeline-display): Check if
5900 `list-entry' is null.
5901 (timeclock-use-display-time): The first argument to `set-variable'
5902 must be a symbol.
5903
5904 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5905
5906 * calendar/calendar.el (diary-entry-marker)
5907 (calendar-today-marker, calendar-holiday-marker):
5908 Use display-color-p instead of window-system.
5909 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5910 instead of window-system.
5911 (calendar-hide-window): Use display-multi-frame-p instead of
5912 window-system.
5913
5914 * calendar/cal-x.el (calendar-two-frame-setup)
5915 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5916 Use display-multi-frame-p instead of window-system.
5917
5918 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5919
5920 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5921
5922 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5923 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5924
5925 2001-04-23 Alex Schroeder <alex@gnu.org>
5926
5927 * goto-addr.el: Instead of defining line-beginning-position and
5928 line-end-position a defalias is used for point-at-bol and point-at-eol.
5929
5930 2001-04-23 Alex Schroeder <alex@gnu.org>
5931
5932 * goto-addr.el: Added XEmacs compatibility code.
5933 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5934
5935 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5936
5937 * textmodes/paragraphs.el (sentence-end): Doc fix.
5938
5939 2001-04-20 Alex Schroeder <alex@gnu.org>
5940
5941 * sql.el (sql-escape-newlines-and-send): New function.
5942 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5943
5944 2001-04-20 Alex Schroeder <alex@gnu.org>
5945
5946 * sql.el (sql-db2-program): New option.
5947 (sql-db2-options): New option.
5948 (sql-db2): New function.
5949
5950 2001-04-20 Alex Schroeder <alex@gnu.org>
5951
5952 * sql.el (sql-mode-menu): Added highlighting entries.
5953 (sql-highlight-oracle-keywords): New function.
5954 (sql-highlight-postgres-keywords): New function.
5955 (sql-highlight-ansi-keywords): New function.
5956
5957 2001-04-20 Alex Schroeder <alex@gnu.org>
5958
5959 * sql.el (sql-help): Doc change.
5960
5961 2001-04-19 Karl Fogel <kfogel@collab.net>
5962
5963 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5964 that inserted file content only to delete it immediately.
5965 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5966 <lektu@uol.com.br> for the patch.
5967
5968 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5969
5970 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5971
5972 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5973
5974 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5975 for defmethod.
5976
5977 * comint.el (comint-cr-magic): New function.
5978 (toplevel): Add it to comint-preoutput-filter-functions.
5979
5980 2001-04-18 Andrew Innes <andrewi@gnu.org>
5981
5982 * makefile.w32-in (EMACSLOADPATH): Define.
5983 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5984 (recompile): Remove stuff to set EMACSLOADPATH.
5985
5986 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5987
5988 * language/slovak.el ("Slovak"): Add tutorial entry.
5989
5990 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5991 browse-url-new-window-p.
5992
5993 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5994
5995 * info.el (Info-menu-update): When there are no menus and/or no
5996 cross references in the node, make the respective items of the
5997 Info menu-bar menu inactive.
5998
5999 2001-04-17 Gerd Moellmann <gerd@gnu.org>
6000
6001 * indent.el (indent-for-tab-command): Call indent-line-function
6002 with no argument if PREFIX-ARG is non-nil.
6003
6004 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6005
6006 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6007
6008 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6009 an async subprocess if start-process is unavailable. Suggested by
6010 Tim Van Holder <tim.van.holder@pandora.be>.
6011
6012 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6013
6014 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6015 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6016
6017 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6018
6019 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6020 manual.
6021
6022 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6023
6024 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6025 (cvs-menu): Add a few entries.
6026
6027 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6028 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6029 lock file appears to be reachable from Emacs.
6030 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6031 (cvs-mode-find-file): Look for cvs-header-face rather than
6032 cvs-dirname-face (which doesn't exist).
6033 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6034
6035 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6036
6037 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6038
6039 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6040 normal-erase-is-backspace on a tty. Instead, bind some keys such
6041 as [delete] directly, like pc-select.el did before
6042 normal-erase-is-backspace was invented.
6043
6044 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6045
6046 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6047
6048 2001-04-11 John Wiegley <johnw@gnu.org>
6049
6050 * eshell/em-ls.el (eshell-ls-insert-directory):
6051 Set font-lock-defaults to nil, to prevent fontification in dired
6052 buffers, if Eshell's ls is being used.
6053
6054 2001-04-11 John Wiegley <johnw@gnu.org>
6055
6056 * calendar/timeclock.el (timeclock-completing-read): New function.
6057 (timeclock-ask-for-project, timeclock-ask-for-reason):
6058 Call `timeclock-completing-read'.
6059
6060 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6061 required where `member' was being used.
6062
6063 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6064
6065 * eshell/em-hist.el (eshell-previous-matching-input):
6066 Don't display "History item" if the the minibuffer is active.
6067
6068 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6069
6070 * startup.el (command-line): Output a newline after printing
6071 an error from loading the window system's init file.
6072
6073 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6074
6075 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6076 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6077 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6078 keywords whose arguments routinely include @@.
6079
6080 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6081
6082 * emacs-lisp/advice.el (ad-make-advised-definition):
6083 Construct advice for subrs differently.
6084
6085 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6086 regexp in parentheses when building the regexp for searching backwards.
6087
6088 * simple.el (completion-list-mode-finish): New function.
6089 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6090
6091 * language/european.el ("Polish"): Change sample text.
6092 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6093
6094 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6095 parameter.
6096
6097 * faces.el (menu): Doc fix.
6098
6099 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6100
6101 * ps-print.el: Footer implementation. Doc fix.
6102 (ps-print-version): New version number (6.5.1).
6103 (ps-header-frame-alist): New customization var for header frame
6104 properties.
6105 (ps-line-number-color): New customization var for line number color.
6106 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6107 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6108 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6109 (ps-right-footer): New customization vars for footers.
6110 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6111 footers.
6112 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6113 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6114 Code fix.
6115 (ps-prologue-file): Indentation fix.
6116 (ps-print-quote): Fun eliminated.
6117 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6118 (ps-output-frame-properties): New fun.
6119 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6120 (ps-skip-newline): Replace defun by defsubst.
6121
6122 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6123
6124 * eshell/eshell.el (eshell-command): Needed a "%s" format
6125 specifier, in case the buffer contains percent characters.
6126
6127 2001-04-10 John Wiegley <johnw@gnu.org>
6128
6129 * calendar/timeclock.el (timeclock-generate-report): Added a
6130 missing insert of the project name.
6131
6132 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6133
6134 * obsolete/profile.el: Moved from emacs-lisp/.
6135
6136 * Makefile.in (nonobsolete_setwins): New macro.
6137 (finder-data): Use it instead of `setwins'.
6138 From: Dave Love <fx@gnu.org>.
6139
6140 * server.el (server-visit-files): Set server-existing-buffer correctly.
6141 (server-visit-files): Run server-visit-hook after going to
6142 line 1 so that the hook can set point as it sees fit.
6143
6144 * bindings.el (mode-line-modified): Unify help messages.
6145
6146 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6147
6148 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6149 All callers changed.
6150
6151 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6152
6153 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6154 long file names aren't supported, truncate the file names in
6155 quail-misc-package-ext-info to 8+3 before matching them against
6156 FILENAME.
6157
6158 * dos-fns.el (dos-truncate-to-8+3): New function.
6159
6160 * progmodes/compile.el (grep-compute-defaults): Use null-device
6161 instead of literal /dev/null. Reported by Jens Schmidt
6162 <schmidt@mathematik.uni-kl.de>.
6163
6164 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6165
6166 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6167
6168 * textmodes/sgml-mode.el: Add unknown maintainer.
6169 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6170 (html-mode-map): Use set-keymap-parent.
6171
6172 2001-04-06 Dave Love <fx@gnu.org>
6173
6174 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6175 Remove redundant string-to-list.
6176
6177 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6178
6179 * composite.el (reference-point-alist): Doc fix.
6180
6181 2001-04-05 Sam Steingold <sds@gnu.org>
6182
6183 * font-lock.el (font-lock-keywords-case-fold-search):
6184 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6185 file made font-lock case-insensitive.
6186
6187 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6188
6189 * faces.el (defface menu): Doc fix.
6190
6191 * wid-edit.el (widget-color-sample-face-get): Don't make
6192 faces for undefined colors.
6193
6194 * version.el (emacs-version): Include LessTif/Motif version info.
6195
6196 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6197
6198 * ps-mule.el: Eliminate cl package dependence.
6199 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6200 if they aren't defined yet.
6201 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6202 Eliminate cl package dependence.
6203
6204 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6205
6206 * progmodes/cc-cmds.el (c-outline-level):
6207 Bind buffer-invisibility-spec. Originally from Dave Love, but
6208 got lost when incorporating version 5.26.
6209
6210 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6211
6212 * emulation/pc-select.el (pc-selection-mode):
6213 Call normal-erase-is-backspace-mode instead of binding
6214 keys individually.
6215
6216 * cus-load.el (normal-erase-is-backspace): Use it instead of
6217 delete-key-deletes-forward.
6218
6219 * startup.el (command-line): Use normal-erase-is-backspace and
6220 normal-erase-is-backspace-mode.
6221
6222 * simple.el (normal-erase-is-backspace): Rename from
6223 delete-key-deletes-forward. Doc fix.
6224 (normal-erase-is-backspace-mode): Rename from
6225 delete-key-deletes-forward-mode. Doc fix.
6226 Run normal-erase-is-backspace-hook.
6227
6228 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6229 ``human-readable'' format produced by GNU `ls'.
6230 (dired-move-to-filename-regexp): Recognize ISO format dates.
6231 From Paul Eggert <eggert@twinsun.com>.
6232
6233 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6234
6235 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6236 New functions.
6237 (lm-verify): Check keywords.
6238 From Eric M. Ludlam <eric@siege-engine.com>.
6239
6240 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6241
6242 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6243 `xemacs' feature instead of for the function `set-extent-property'.
6244
6245 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6246
6247 * mail/mh-utils.el (mh-folder-hist): New var.
6248 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6249
6250 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6251
6252 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6253 region, position point on the first or last 16-byte group.
6254 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6255 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6256 hexl-beginning-of-line.
6257
6258 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6259
6260 * icomplete.el (icomplete-mode): Treat an argument like other
6261 modes do.
6262
6263 * startup.el (fancy-splash-head): Use splash8.xpm for color
6264 depth 8.
6265
6266 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6267 Add an antry for ``converts''.
6268
6269 * language/slovak.el ("Slovak"): Add documentation string.
6270 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6271
6272 * language/czech.el ("Czech"): Add documentation string.
6273 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6274
6275 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6276 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6277
6278 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6279
6280 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6281 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6282 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6283 Use `defsubst' rather than a macro to ease debugging.
6284 (mail-extr-last): Remove (use `last' instead).
6285 (mail-extract-address-components): Properly reset the syntax-table
6286 after parsing an address. Use `last' rather than mail-extr-last.
6287 Make sure the end marker stays at the very end.
6288
6289 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6290
6291 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6292 last change.
6293
6294 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6295
6296 * ps-print.el: Line and paragraph spacing feature. Region to cut
6297 out when printing. Doc fix.
6298 (ps-print-version): New version number (6.5).
6299 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6300 New vars. Line and paragraph spacing feature.
6301 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6302 out when printing.
6303 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6304 (ps-get-font-size, ps-begin-job, ps-continue-line)
6305 (ps-plot-region): Code fix.
6306 (ps-print-prologue-2): Var eliminated.
6307 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6308 New internal vars.
6309 (ps-get-size): New fun.
6310 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6311 (ps-next-line): Replace defun by defsubst.
6312 (ps-mule-plot-string): Autoload doc fix.
6313
6314 * ps-bdf.el: XEmacs compatibility. Doc fix.
6315 (installation-directory, coding-system-for-read): Declare vars if
6316 it's not declared yet.
6317 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6318
6319 * ps-mule.el: XEmacs compatibility. Doc fix.
6320 (leading-code-private-22): Declare var if it's not declared yet.
6321 (charset-bytes, charset-dimension, charset-id, charset-width)
6322 (find-charset-region, split-char, char-width, chars-in-region)
6323 (forward-point, decompose-composite-char, encode-coding-string)
6324 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6325 Define funs if not defined yet.
6326 (encode-composition-rule, find-composition): Define funs if not
6327 loaded yet.
6328 (ps-mule-prologue): PostScript code fix.
6329
6330 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6331
6332 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6333 non-nil, generate font for the header strings.
6334 (ps-mule-prepare-font): Likewise.
6335 (ps-mule-generate-glyphs): Likewise.
6336 (ps-mule-string-encoding): Likewise.
6337 (ps-mule-header-charsets): New variable.
6338 (ps-mule-encode-header-string): New function.
6339 (ps-mule-header-string-charsets): New function.
6340 (ps-mule-begin-job): Check charsets in the header strings. If there
6341 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6342
6343 * ps-print.el (ps-generate-header-line): Encode the header string by
6344 ps-mule-encode-header-string.
6345 (ps-mule-encode-header-string): Declare autoload.
6346
6347 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6348
6349 * frame.el (cursor-in-non-selected-windows):
6350 Replaces show-cursor-in-non-selected-windows.
6351
6352 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6353
6354 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6355 Delete entries for "chinese-py" and "chinese-ziranma".
6356 (quail-misc-package-ext-info): New variable.
6357 (tsang-quick-converter): New function.
6358 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6359 (quick-cns-converter, py-converter, ziranma-converter)
6360 (miscdic-convert, batch-miscdic-convert): New functions.
6361
6362 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6363
6364 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6365 eight-bit-control chars.
6366
6367 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6368 Reduce making temporary vector (suggested by Dave Love).
6369
6370 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6371
6372 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6373 string as well.
6374
6375 2001-03-30 Andreas Schwab <schwab@suse.de>
6376
6377 * files.el (backup-directory-alist): Fix typo.
6378
6379 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6380
6381 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6382 <eggert@twinsun.com>.
6383
6384 2001-03-30 Dave Love <fx@gnu.org>
6385
6386 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6387
6388 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6389
6390 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6391
6392 2001-03-30 Miles Bader <miles@gnu.org>
6393
6394 * subr.el (interactive-form): Fix paren typo.
6395
6396 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6397
6398 * emacs-lisp/profile.el: Say that it's obsolete in the header
6399 line, so that finder.el puts that into its data-base.
6400 Suggested by Alex Schroeder <alex@gnu.org>.
6401
6402 2001-03-29 Paul Eggert <eggert@twinsun.com>
6403
6404 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6405 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6406
6407 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6408
6409 * generic.el (generic-mode-set-comments): Use "" rather than nil
6410 for comment-end.
6411
6412 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6413
6414 * emacs-lisp/advice.el (ad-make-advised-definition):
6415 Call interactive-form to obtain the interactive spec of subrs.
6416
6417 * subr.el (interactive-form): New function.
6418
6419 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6420
6421 * vc-sccs.el (vc-sccs-register): Use relative file names.
6422
6423 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6424
6425 * bookmark.el (bookmark-get-bookmark): Handle case that
6426 BOOKMARK is not a string.
6427
6428 * image.el (image-type-regexps): Change type for PS files
6429 to `postscript'.
6430
6431 * subr.el (read-passwd): Clear command history after each
6432 character entered. From: Stephen Gildea
6433 <gildea@stop.mail-abuse.org>.
6434
6435 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6436
6437 * international/kkc.el (kkc-save-init-file): Locally bind
6438 print-length to nil.
6439
6440 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6441
6442 * textmodes/flyspell.el: Some doc fixes.
6443 (flyspell-maybe-correct-transposition)
6444 (flyspell-maybe-correct-doubling): Use a temporary buffer
6445
6446 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6447
6448 * emacs-lisp/byte-opt.el (byte-optimize-while)
6449 (byte-optimize-form-code-walker): Diagnose too few arguments
6450 for `if' and `while'.
6451
6452 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6453
6454 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6455 Prepend `\' to "\<quail-translation-docstring>".
6456
6457 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6458
6459 * autorevert.el (global-auto-revert-non-file-buffers):
6460 Remove duplicate defcustom.
6461
6462 2001-03-26 Miles Bader <miles@gnu.org>
6463
6464 * international/latin1-disp.el (latin1-char-displayable-p):
6465 Add leading "-" for X font pattern.
6466
6467 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6468
6469 * international/mule-diag.el (describe-coding-system):
6470 For raw-text and emacs-mule, don't add anymore text about what
6471 charsets they can encode.
6472
6473 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6474
6475 * help.el (view-lossage): Mention open-dribble-file in the doc
6476 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6477
6478 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6479
6480 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6481 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6482
6483 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6484
6485 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6486 Call ccl-execute-on-string directly so that CCL program handling
6487 multibyte sequence can work correctly.
6488 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6489 property of the coding system.
6490
6491 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6492
6493 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6494 Fix transcription typo.
6495
6496 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6497
6498 * whitespace.el: Add buffer local variables to toggle testing of
6499 whitespaces in buffers without affecting the default values.
6500 Bump version to 3.0 to account for a few other changes.
6501 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6502 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6503 (whitespace-toggle-spacetab-check): New functions.
6504
6505 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6506
6507 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6508
6509 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6510
6511 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6512 bs-cycle-configuration-name. From Juanma Barranquero
6513 <lektu@uol.com.br>.
6514
6515 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6516 and cc-vars.el.
6517
6518 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6519 headers. Always invoke sendmail with option -t.
6520
6521 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6522
6523 * Release of cc-mode 5.28.
6524
6525 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6526
6527 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6528 Removed the hardcoded switch to "java" style in Java mode.
6529 It's instead taken care of by the default value for c-default-style.
6530
6531 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6532
6533 * cc-align.el (c-lineup-math): Fix bug where lineup was
6534 triggered by equal signs in string literals.
6535
6536 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6537
6538 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6539 limit detection when at the ends of the buffer.
6540
6541 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6542 "for" statement clause in case 7F; a better one is done
6543 earlier in case 7D anyway.
6544
6545 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6546
6547 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6548 somewhat more and did a small optimization.
6549
6550 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6551
6552 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6553 Use the limit argument only to limit the syntactic context
6554 search, not to limit the actual movement.
6555
6556 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6557 inside multiline strings, just like in comments. Also various
6558 fixes to the paragraph and comment prefix recognition, block
6559 comment ender handling etc.
6560
6561 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6562
6563 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6564 the relative position of the point.
6565
6566 * cc-cmds.el (c-electric-continued-statement): New function to
6567 use as abbrev hook to reindent for keywords such as "else"
6568 that continues an earlier statement.
6569
6570 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6571 like classes.
6572
6573 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6574 (pike-mode): Populate the default abbrev tables to reindent for
6575 keywords such as "else" that can continue earlier statements.
6576 Abbrev mode is therefore turned on by default now. (Note that
6577 this doesn't apply to idl-mode, since IDL afaik doesn't have
6578 statements at all.)
6579
6580 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6581
6582 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6583 bracelists where the declaration contains template arguments.
6584
6585 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6586
6587 * cc-cmds.el (c-comment-indent):
6588 Use `c-get-syntactic-indentation' to correctly calculate the
6589 syntactic indentation. Fixes bug with lineup functions that
6590 return vectors.
6591
6592 * cc-engine.el (c-get-syntactic-indentation): Split the
6593 indentation sum calculation from `c-indent-line' to a separate
6594 function.
6595
6596 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6597
6598 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6599 Fixed places where it was assumed that preprocessor directives
6600 have to start in column zero.
6601
6602 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6603 template arguments after a class identifier properly.
6604
6605 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6606 lists for `new Foo[]' constructs in Java as expressions and
6607 not top level definition brace lists on the top level, so that
6608 they'll get indented consistently with the same type of
6609 expression in a normal block.
6610
6611 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6612
6613 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6614 whether the adaptive filling package fails to keep the comment
6615 prefix is now kludged further to check for filladapt-mode
6616 which doesn't have that problem. This is really icky, but it's
6617 the only way that works with the current misfeatures/bugs in
6618 both adaptive-fill-mode and filladapt-mode.
6619
6620 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6621 around point is recognized more robust.
6622
6623 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6624
6625 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6626 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6627 (c-lit-type): Fixed all internal variables used dynamically so
6628 that they are always bound.
6629
6630 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6631 errors:
6632
6633 (c-indent-region): Fixed reporting of syntactic errors so that
6634 the region is fully reindented even when an error occurs.
6635 The last syntactic error is printed afterwards. Also cleanup up a
6636 whole lot of code that tried to optimize indentation of whole
6637 sexps but in reality accomplishes nothing.
6638
6639 (c-indent-sexp): Use c-indent-region.
6640
6641 (c-parsing-error): Changed this variable to hold the message
6642 for any syntactic error that is discovered.
6643
6644 (c-parse-state): Search backward from point instead of the bod
6645 position when the latter is invalid. This makes CC Mode
6646 recover faster when there are unbalanced close braces.
6647
6648 (c-backward-to-start-of-if): Use c-parsing-error to report
6649 dangling "else" clauses instead of throwing an error, and fall
6650 back to a reasonable position.
6651
6652 (c-indent-line): Added argument to avoid reporting syntactic errors.
6653
6654 (c-show-syntactic-information): Don't report any syntactic errors.
6655
6656 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6657
6658 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6659 paragraph recognition when moving by sentence in literals.
6660
6661 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6662 start regexp for javadoc to recognize javadoc markup in general instead
6663 of a specific set of keywords, to be more future-safe.
6664
6665 (c-Pike-pikedoc-paragraph-start)
6666 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6667 pikedoc markup.
6668
6669 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6670
6671 (pike-mode): Initialize paragraph settings pikedoc recognition.
6672
6673 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6674
6675 (c-comment-prefix-regexp): Made it possible to use an
6676 association list on this to specify mode specific regexps.
6677 The default value now use a special regexp in Pike mode to
6678 recognize pikedoc markup.
6679
6680 (c-current-comment-prefix): New variable containing the actual
6681 regexp from c-comment-prefix-regexp for the current buffer.
6682
6683 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6684
6685 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6686 lists: We can't look at the syntax, since a brace list can get
6687 recognized as a plain statement-cont.
6688
6689 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6690 special brace list opener broken over two lines got recognized
6691 as a statement on the second line. Case 9A changed.
6692
6693 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6694
6695 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6696 adjustment after line is reindented.
6697
6698 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6699
6700 * cc-defs.el (c-point): Added optional argument for position
6701 to use instead of the current point.
6702
6703 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6704 the in-expression block symbols when the construct starts at
6705 boi, to avoid the extra level of indentation in that case.
6706 Cases 4, 16A and 17E affected.
6707
6708 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6709
6710 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6711 calls to `c-indent-line', to adhere better to Emacs conventions.
6712
6713 * cc-engine.el (c-indent-line): Use the syntax already bound
6714 to `c-syntactic-context', if there is any.
6715
6716 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6717
6718 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6719 wasn't added up correctly when a lineup function returned nil.
6720
6721 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6722
6723 * cc-engine.el (c-collect-line-comments): Fixed bug where
6724 empty lines were ignored when collecting line comments backwards.
6725
6726 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6727
6728 * cc-align.el (c-lineup-dont-change): Return an absolute
6729 indentation column to work correctly in the case when several
6730 syntactic elements are processed for the same line.
6731
6732 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6733 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6734 (c-set-offset): Added absolute indentation column settings by
6735 using the vector type.
6736
6737 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6738
6739 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6740 Implemented two new cleanups `space-before-funcall' and
6741 `compact-empty-funcall'.
6742
6743 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6744
6745 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6746 helping building regexps.
6747
6748 * cc-engine.el (c-on-identifier): New function for detecting
6749 identifiers. It takes keywords into account.
6750
6751 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6752 lists. `c-keywords' is set to a regexp matching all keywords
6753 in the current language.
6754
6755 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6756
6757 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6758 list of characters to skip backwards over at the beginning of
6759 a statement, since it can precede string literals in Pike.
6760
6761 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6762
6763 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6764 recognition when standing on the last line in a C++ comment
6765 with nothing but whitespace after the prefix.
6766
6767 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6768 given no limit argument.
6769
6770 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6771
6772 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6773 recognition for the `[]= operator symbol in Pike.
6774
6775 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6776
6777 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6778 around a bug in `eval-when-compile' in the byte compiler.
6779
6780 * cc-engine.el (c-forward-token-1): Fixed bug with return
6781 value when count is zero and there's no token start within the limit.
6782
6783 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6784 "prefix comments", i.e. comments which are followed by code on
6785 the same line.
6786
6787 * cc-mode-19.el: Fixes so that checks that must be done at
6788 compile time also are done then.
6789
6790 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6791
6792 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6793 time and at runtime, and only when it's needed.
6794
6795 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6796
6797 Major cleanup for less error prone and more warning free
6798 compilation, including some fixes for bugs due to different
6799 compilation orders. Thanks to Martin Buchholz for providing
6800 the basis for all this.
6801
6802 * cc-bytecomp.el: New file that provides some byte compilation
6803 features: It ensures that files always are loaded from the
6804 current source directory during compilation, and it provides a
6805 set of macros to turn off specific compiler warnings for
6806 specific symbols. (It's not CC Mode specific in any way.)
6807
6808 Fixed a nearly acyclic dependency tree (both runtime and
6809 compile-time) between all files.
6810
6811 * cc-defs.el: Separated all macros before the inline functions,
6812 to ensure correct compilation.
6813
6814 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6815 cc-defs.el to cc-engine.el and made it a function instead.
6816
6817 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6818 about char-after.
6819
6820 * cc-vars.el: Cope even when there isn't a custom package
6821 containing defcustom available.
6822
6823 * cc-make.el: Removed since it's no longer necessary.
6824
6825 README: Updated installation instructions.
6826
6827 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6828
6829 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6830 improve the modularity: Moved all mode init stuff from
6831 cc-langs.el to cc-mode.el, including the keymap
6832 initialization; cc-langs now only contains the various
6833 variables for configuring the language syntax.
6834
6835 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6836 (c-get-offset): Moved from cc-styles to cc-engine since file
6837 dependency analysis suggests they belong there (which also
6838 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6839
6840 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6841
6842 * cc-cmds.el (c-fn-region-is-active-p): New function that
6843 wraps the corresponding macro, for use in places that aren't
6844 compiled. Thanks to Martin Buchholz for pointing out this.
6845
6846 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6847
6848 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6849 add things to the bug report.
6850
6851 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6852
6853 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6854 returned prefix could contain a newline when the search for a
6855 good prefix line failed.
6856
6857 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6858
6859 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6860 (c-toggle-auto-hungry-state): Made the argument optional, as
6861 the documentation says it is.
6862
6863 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6864
6865 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6866 multiline string syntax, #"...", as a cpp macro.
6867
6868 2001-03-21 Paul Eggert <eggert@twinsun.com>
6869
6870 * international/mule-cmds.el (set-locale-environment):
6871 Set system-messages-locale and system-time-locale, but only if the
6872 caller specifies a non-nil locale name.
6873
6874 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6875
6876 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6877 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6878
6879 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6880
6881 * follow.el (follow-avoid-tail-recenter): Doc fix.
6882
6883 * custom.el (custom-set-variables): Avoid reversing the list
6884 of args needlessly.
6885
6886 * startup.el (fancy-splash-head): Don't change the colors of the
6887 XPM image on a dark background.
6888
6889 * comint.el (comint-exec-1): Set columns of the terminal to
6890 window-width instead of frame-width.
6891
6892 * info.el (Info-scroll-down): Add missing WINDOW arg for
6893 pos-visible-in-window-p.
6894
6895 * ehelp.el (electric-help-mode-hook): Add defcustom.
6896
6897 * mail/sendmail.el (mail-mode): Activate case-folding in
6898 font-lock-defaults.
6899
6900 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6901
6902 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6903 (completion-ignored-extensions): Remove duplicate ".class".
6904
6905 2001-03-19 Andreas Schwab <schwab@suse.de>
6906
6907 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6908 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6909
6910 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6911
6912 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6913 methods since there are not prefix input methods.
6914
6915 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6916
6917 * international/mule-cmds.el (read-input-method-name):
6918 Locally bind enable-recursive-minibuffers to t.
6919
6920 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6921
6922 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6923
6924 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6925
6926 * ediff-util.el: Copyright years.
6927 (ediff-choose-syntax-table): New function.
6928 (ediff-setup): Use ediff-choose-syntax-table.
6929
6930 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6931 with-syntax-table.
6932
6933 * ediff.el: Date of last update, copyright years.
6934
6935 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6936
6937 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6938 of Scott Bronson.
6939 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6940 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6941 Deleted functions.
6942 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6943 ex-token-list.
6944
6945 * viper-util.el: Spaces, indentation.
6946
6947 * viper.el: Changed version, modification time.
6948
6949 2001-03-16 John Wiegley <johnw@gnu.org>
6950
6951 * calendar/timeclock.el (timeclock-workday-remaining):
6952 Check whether `discrep' is non-null before using it.
6953
6954 2001-03-16 John Wiegley <johnw@gnu.org>
6955
6956 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6957 first-time checkins.
6958 (timeclock-log-data): Fixed problem with reading timelog log file.
6959 Resulting data in the "day list" was incorrect.
6960 (timeclock-find-discrep): Check if `timeclock-file' is readable
6961 before opening it.
6962 (timeclock-time-less-p): New function.
6963 (timeclock-day-base): New function.
6964 (timeclock-geometric-mean): New function.
6965 (timeclock-generate-report): Generate a summary report based on
6966 the contents of the log file. This uses `timeclock-log-data', and
6967 is an example of writing a timelog manipulation function.
6968 (timeclock-visit-timelog): A quick command for opening the timelog
6969 file.
6970 (timeclock-log-data): Bound the variable event.
6971
6972 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6973
6974 * international/mule-cmds.el (select-safe-coding-system):
6975 Fix typo: symbol-name -> symbol-value.
6976
6977 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6978 before substitute-in-file-name to handle double slashes in FILE
6979 correctly.
6980
6981 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6982
6983 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6984 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6985
6986 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6987
6988 * bindings.el (features): Add `md5' and `overlay' to the list.
6989
6990 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6991 bound before using it. It's not bound when configured without X,
6992 for instance.
6993
6994 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6995
6996 * progmodes/hideshow.el: Update copyright.
6997 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6998 (hs-minor-mode-hook): Include `:version' in defcustom form.
6999
7000 2001-03-13 Gerd Moellmann <gerd@gnu.org>
7001
7002 * help.el (string-key-binding): Don't call event-start on
7003 a non-list.
7004
7005 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7006
7007 * startup.el (fancy-splash-tail, command-line-1): Fix the
7008 copyright year.
7009
7010 2001-03-13 Kenichi Handa <handa@etl.go.jp>
7011
7012 * term.el: These changes are based on a patch sent from Yong Lu
7013 <lyongu@yahoo.com>.
7014 (term-set-escape-char): Bind M-x to execute-extended-command in
7015 term-raw-escape-map.
7016 (term-move-columns): Don't try to move to negagive column.
7017 (term-emulate-terminal): Insert a string before deleting a text to
7018 overwrite.
7019
7020 2001-03-12 Gerd Moellmann <gerd@gnu.org>
7021
7022 * play/life.el (life): Rearrange code so that all calls to
7023 life-display-generation are in a catch-form.
7024
7025 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7026 file that isn't interesting. In an interesting file, push the old
7027 value of point on the mark ring.
7028
7029 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7030 New function.
7031 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7032 Use it.
7033
7034 * emacs-lisp/autoload.el (generate-file-autoloads):
7035 Remove warning about line lengths.
7036
7037 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7038
7039 * progmodes/etags.el (tags-compression-info-list): New variable.
7040 (find-tag-in-order): Use it to deal with compressed source files.
7041 (tag-file-name-match-p): New function.
7042 (etags-recognize-tags-table): Use it for better match of file names.
7043
7044 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7045
7046 * international/mule-cmds.el (register-input-method): Doc fix.
7047
7048 * international/quail.el (quail-translate-key): Fix condition to
7049 check if there's another breaking point in the current key.
7050
7051 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7052
7053 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7054 Babyl header to the newly-created output file, bind
7055 coding-system-for-write to either rmail-file-coding-system or
7056 emacs-mule-unix.
7057
7058 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7059
7060 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7061 Fix the name and regexp used for subsubsections.
7062
7063 2001-03-10 Dave Love <fx@gnu.org>
7064
7065 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7066 and save-buffer if buffer-file-name non-nil. From rms.
7067
7068 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7069
7070 * vc.el (vc-do-command): If the destination buffer is already
7071 current, don't set it up and don't erase it. Updated doc string
7072 to reflect that.
7073 (vc-version-diff): When doing a single file diff, don't switch to the
7074 *vc-diff* buffer before the command. This is to preserve local
7075 variable bindings that might affect the diff command.
7076 (vc-print-log): Don't switch to the *vc* buffer before the
7077 command, so that local variable bindings are preserved.
7078
7079 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7080 not the current buffer.
7081 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7082
7083 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7084 make output go to buffer *vc*, not the current buffer.
7085
7086 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7087
7088 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7089 so ^, $, *, ? and + are interpreted correctly.
7090
7091 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7092
7093 * help.el (string-key-binding): Renamed from
7094 mode-line-key-binding. Handle any event on a string.
7095 Check for `keymap' properties as well as `local-map' properties.
7096
7097 * comint.el (comint-insert-clicked-input): Use the last key
7098 from this-command-keys to lookup the global key definition.
7099
7100 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7101
7102 * international/characters.el: Add category `j' for
7103 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7104
7105 * international/mule-conf.el (no-conversion): Fix docstring.
7106 (raw-text): Fix docstring.
7107
7108 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7109
7110 * simple.el (choose-completion-string): When not leaving the
7111 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7112 is set.
7113
7114 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7115 parameter `(minibuffer . t)'.
7116
7117 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7118
7119 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7120 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7121 (sh-mode): Remove `make-local-variable' for unused var
7122 `font-lock-unfontify-region-function'.
7123
7124 2001-03-07 Richard M. Stallman <rms@gnu.org>
7125
7126 * info.el (Info-scroll-down): Fix previous change.
7127
7128 * mail/rmail.el (rmail-toggle-header): Use a window which
7129 is showing the Rmail buffer, rather than the selected window.
7130
7131 2001-03-07 Dave Love <fx@gnu.org>
7132
7133 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7134 now, to avoid problems with binding imenu directly to a mouse event.
7135
7136 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7137
7138 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7139 second arg t.
7140
7141 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7142
7143 * log-edit.el (log-edit-common-indent): New var.
7144 (log-edit-set-common-indentation): Renamed from
7145 log-edit-delete-common-indentation. Use the new var.
7146 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7147
7148 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7149 (cvs-mode-add-change-log-entry-other-window):
7150 Don't presume change-log-default-name is defined.
7151
7152 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7153
7154 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7155 the "tree" operation as well.
7156
7157 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7158
7159 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7160 to match paragraph-start.
7161
7162 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7163 comment-start-skip and set comment-end-skip as well.
7164 (sgml-comment-indent): Fix for new value of comment-start-skip.
7165 (html-autoview-mode): Don't bother using make-local-hook.
7166
7167 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7168
7169 * cus-edit.el (custom-save-delete): Move in front of local
7170 variables, otherwise long Custom entries would make them ineffective.
7171
7172 * uniquify.el: Set maintainer to FSF.
7173
7174 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7175
7176 * dired-aux.el (dired-do-shell-command): Doc fix.
7177
7178 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7179
7180 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7181
7182 * which-func.el (which-func-modes): Add cperl-mode.
7183 (which-func-mode-global): Use define-minor-mode.
7184
7185 * info-look.el: Docstring fixes and dead code eliminated.
7186 (cperl-mode): Add support.
7187 (emacs-lisp-mode): List all entries from elisp manual, whether
7188 or not they are currently (f)bound or not. Update regexp.
7189
7190 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7191
7192 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7193 so that C-h m shows the correct information.
7194 Use make-local-variable rather than make-variable-buffer-local.
7195 (cperl-info-buffer, cperl-setup-tmp-buf):
7196 Use make-local-variable rather than make-variable-buffer-local.
7197 (cperl-msb-fix, cperl-get-help-defer):
7198 Check major-mode for `cperl-mode' as well.
7199
7200 * progmodes/cperl-mode.el: Updated to author version 4.23.
7201 (cperl-electric-pod): SYNOPSIS was misspelled.
7202 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7203 (cperl-after-expr-p): Make true after __END__.
7204
7205 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7206
7207 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7208 bookmark-completion-ignore-case is t.
7209
7210 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7211 switch, like xterm, and concat resource strings, with a newline
7212 between them.
7213
7214 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7215
7216 * international/codepage.el (cp770-decode-table)
7217 (cp773-decode-table, cp774-decode-table): New variables.
7218
7219 * man.el (Man-hyphenated-reference-regexp): New variable.
7220 (Man-build-references-alist): Use it to search for referenced
7221 manpages. If hyphenated is non-nil, record a concatenated word in
7222 Man-refpages-alist only if it matches Man-reference-regexp.
7223 Update word's length when it is concatenated. Reverse the list,
7224 to get the first manpage at the head.
7225 (Man-possibly-hyphenated-word): New function.
7226 (Man-follow-manual-reference): Use it instead of current-word to
7227 find a manpage at point, in a way that accounts for hyphenated
7228 references.
7229
7230 2001-03-06 Alex Schroeder <alex@gnu.org>
7231
7232 * sql.el (sql-interbase): New function.
7233 (sql-interbase-program): New option.
7234 (sql-interbase-options): New option.
7235 And some typos fixed: "customise" to "customize".
7236
7237 2001-03-06 Dave Love <fx@gnu.org>
7238
7239 * textmodes/flyspell.el (flyspell-region):
7240 Set up flyspell-local-mouse-map.
7241
7242 2001-03-05 Richard M. Stallman <rms@gnu.org>
7243
7244 * mail/rmail.el (rmail-retry-failure):
7245 Don't call rmail-beginning-of-message.
7246 Don't discard From: field. Do discard Received: field.
7247 Use unwind-protect to re-prune.
7248 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7249
7250 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7251
7252 * international/quail.el (quail-title): Add autoload cookie.
7253
7254 2001-03-05 Dave Love <fx@gnu.org>
7255
7256 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7257 new defs.
7258
7259 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7260
7261 * language/ethio-util.el (ethio-toggle-space):
7262 Update current-input-method-title if necessary.
7263 (ethio-toggle-punctuation): Likewise.
7264
7265 * international/quail.el (quail-title): Fix for the case that a
7266 title of an input method is specified by a list of the same form
7267 as used in mode-line-format.
7268
7269 * international/mule-cmds.el (activate-input-method):
7270 If current-input-method-title is set by activating INPUT-METHOD,
7271 respect that value.
7272
7273 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7274
7275 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7276
7277 2001-03-05 Alex Schroeder <alex@gnu.org>
7278
7279 * sql.el (sql-sybase): Fix typo (was: query user about server two
7280 times instead of server and database).
7281
7282 * sql.el (sql-sybase): Doc change.
7283 (sql-mysql): Doc change.
7284 (sql-postgres): Doc change.
7285
7286 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7287
7288 * international/mule-conf.el (emacs-mule, raw-text):
7289 Docstring modified.
7290
7291 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7292
7293 * term/internal.el: Update copyright notice.
7294
7295 * term/pc-win.el: Update copyright notice.
7296
7297 2001-03-02 Dave Love <fx@gnu.org>
7298
7299 * files.el (insert-file-contents-literally):
7300 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7301 not jka-compr-compression-info-list.
7302
7303 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7304
7305 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7306 spaces in default comment-start-skip settings rather than \s-.
7307
7308 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7309
7310 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7311 default-frame-alist as well.
7312
7313 2001-03-01 Dave Love <fx@gnu.org>
7314
7315 * textmodes/reftex.el (defvar): Wrap some defvars in
7316 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7317
7318 * subr.el (event-basic-type): Doc fix.
7319
7320 * international/quail.el: Doc fixes.
7321
7322 * international/utf-8.el: Doc fixes.
7323
7324 * international/mule-cmds.el: Doc fixes.
7325 (leim-list-header): Fix header text.
7326
7327 * international/mule.el (coding-system-category): Doc fix.
7328
7329 * international/ccl.el (ccl-compile): Doc fix.
7330
7331 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7332
7333 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7334 rather than (before|after)-change-functions.
7335
7336 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7337
7338 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7339 scroll-left and scroll-right being called interactively so that
7340 they set the window's min_hscroll.
7341
7342 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7343
7344 * info.el (info-insert-file-contents-1): Accept an additional
7345 argument `lfn': if it is non-nil, concatenate `filename' and
7346 `suffix'; otherwise use the complicated MS-DOS code.
7347 All callers changed.
7348 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7349 can access long file names, try the long file-name version of
7350 `info-insert-file-contents-1', then the short file-name version.
7351
7352 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7353
7354 * language/ethio-util.el (setup-ethiopic-environment-internal):
7355 Change bindings of functions keys to conform to "Emacs Lisp Coding
7356 Convention".
7357
7358 * language/ethiopic.el ("Ethiopic"): Add documentation.
7359
7360 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7361
7362 * international/utf-8.el (mule-utf-8): Set coding-category
7363 property to coding-category-utf-8.
7364
7365 2001-02-27 Richard M. Stallman <rms@gnu.org>
7366
7367 * lpr.el (lpr-page-header-switches, print-region-1):
7368 Undo 2000-07-06 change.
7369 (lpr-add-switches): Default to t on gnu/linux.
7370
7371 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7372
7373 * bs.el (bs-attributes-list): Doc fix.
7374
7375 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7376
7377 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7378
7379 * help.el (view-order-manuals): Use goto-address.
7380
7381 * startup.el (command-line-1): Add info about ordering manuals
7382 to the not so fancy splash screens.
7383
7384 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7385
7386 * vc.el (vc-default-workfile-unchanged-p)
7387 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7388
7389 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7390
7391 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7392 fontify in the right buffer.
7393
7394 * allout.el (outline-flag-region): Move macro in front of first
7395 use to avoid a run-time error.
7396
7397 2001-02-24 Andrew Innes <andrewi@gnu.org>
7398
7399 * makefile.w32-in: Fix copyright notice.
7400
7401 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7402
7403 * international/utf-8.el (mule-utf-8): Set correct value for
7404 valid-codes property.
7405
7406 * international/fontset.el (x-complement-fontset-spec): In the
7407 case that we use ASCII font for the other charsets, use only
7408 family and registry part of it.
7409
7410 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7411
7412 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7413 (shrink-window-if-larger-than-buffer): Doc fix.
7414
7415 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7416
7417 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7418 predicate passed to completing-read.
7419
7420 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7421
7422 * startup.el (command-line): Fix last change.
7423
7424 2001-02-23 Jason Rumney <jasonr@gnu.org>
7425
7426 * startup.el (tool-bar-originally-present): New variable.
7427 (command-line): Set it if the tool-bar is switched on at startup.
7428
7429 * frame.el (frame-notice-user-settings): Only adjust frame height
7430 for no tool-bar case if tool-bar was originally switched on.
7431 From E. Jay Berkenbilt.
7432
7433 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7434
7435 * server.el (server-switch-buffer): Only switch window if the
7436 current one is dedicated.
7437
7438 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7439 rather than using (match-beginning 0) when searching for break point.
7440
7441 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7442
7443 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7444 @ follows an accent command such as @'. Support optional braces
7445 in commands that insert accents, like makeinfo does.
7446
7447 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7448
7449 * startup.el (fancy-splash-text): Add a line for ordering
7450 manuals. Reverse order of splash screens shown.
7451 (use-fancy-splash-screens-p): Adapt to the text line added.
7452
7453 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7454 manuals from the FSF.
7455
7456 * help.el (view-order-manuals): New function.
7457 (toplevel): Bind C-h C-m to this function.
7458
7459 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7460
7461 * newcomment.el (comment-forward): Skip the comment-start before
7462 searching for the comment-end.
7463
7464 2001-02-21 Dave Love <fx@gnu.org>
7465
7466 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7467
7468 * international/mule-cmds.el, international/mule.el: Doc fixes.
7469
7470 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7471
7472 * startup.el (fancy-splash-screens): Use display-hourglass
7473 instead of display-busy-cursor.
7474
7475 * frame.el (display-hourglass): Renamed from busy-cursor.
7476 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7477 (show-cursor-in-non-selected-windows): Doc fix.
7478
7479 2001-02-20 Dave Love <fx@gnu.org>
7480
7481 * international/utf-8.el: Doc and commentary fixes.
7482
7483 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7484
7485 * ehelp.el (with-electric-help): Doc fix.
7486
7487 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7488
7489 * msb.el (msb-mode): Call the update-buffers function explicitly
7490 with a FORCE argument.
7491
7492 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7493 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7494 returns nil.
7495
7496 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7497
7498 * ps-print.el: Timestamp package replacement. Some enhancements.
7499 Some XEmacs compatibility. Doc fix.
7500 (ps-print-version): New version number (6.4).
7501 (ps-printer-name): Initialization fix.
7502 (ps-zebra-stripe-follow): Funcionality enhancement.
7503 (ps-prologue-file): Code enhancement.
7504 (ps-right-header): Timestamp package replacement.
7505 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7506 (ps-get-page-dimensions)
7507 (ps-generate-header, ps-begin-file, ps-begin-job)
7508 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7509 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7510 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7511 (coding-system-for-write): Var declaration (XEmacs compatibility).
7512
7513 2001-02-20 Miles Bader <miles@gnu.org>
7514
7515 * image-file.el (image-file-name-extensions): Add "tif".
7516
7517 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7518
7519 * wid-edit.el (widget-button-click): Save the selected window
7520 around the code handling clicks on buttons.
7521
7522 2001-02-18 Dave Love <fx@gnu.org>
7523
7524 * imenu.el (imenu--generic-function): Use mapc to iterate over
7525 syntax characters.
7526
7527 2001-02-17 Richard M. Stallman <rms@gnu.org>
7528
7529 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7530
7531 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7532
7533 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7534
7535 * mouse.el (mouse-save-then-kill): If the distance from the new
7536 point to the mark is equal to the distance of point from the new
7537 point, move point instead of the mark.
7538
7539 2001-02-16 Dave Love <fx@gnu.org>
7540
7541 * textmodes/flyspell.el (flyspell-get-word): Return string without
7542 properties.
7543
7544 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7545
7546 * generic.el (generic-find-file-regexp): Doc fix.
7547 (generic-ignore-files-regexp): New defcustom.
7548 (generic-mode-find-file-hook): If the file's name matches the
7549 regexp in `generic-ignore-files-regexp', don't enter
7550 default-generic-mode. Doc fix.
7551
7552 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7553
7554 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7555 Add autoload cookies.
7556
7557 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7558 of cal-tex-24.
7559
7560 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7561
7562 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7563
7564 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7565 the character class after the (optional) drive, to support file
7566 names with embedded blanks.
7567
7568 2001-02-15 Sam Steingold <sds@gnu.org>
7569
7570 * textmodes/tex-mode.el (tex-shell-running):
7571 Check the process buffer too.
7572
7573 2001-02-15 Dave Love <fx@gnu.org>
7574
7575 * battery.el (battery-status-function): Fix doc, :type.
7576
7577 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7578
7579 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7580
7581 * subr.el (read-passwd): Clear Lisp memory holding password.
7582
7583 2001-02-15 Miles Bader <miles@gnu.org>
7584
7585 * info.el (Info-copy-current-node-name): New function.
7586 (Info-mode-menu): Add it to the menu.
7587
7588 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7589
7590 * international/mule-cmds.el (toggle-input-method): Doc fix.
7591
7592 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7593
7594 * replace.el (occur): Stop at end of buffer.
7595
7596 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7597
7598 * international/mule-cmds.el (set-input-method): Another doc fix.
7599
7600 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7601
7602 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7603
7604 2001-02-13 Miles Bader <miles@gnu.org>
7605
7606 * faces.el (set-face-background, set-face-foreground)
7607 (set-face-stipple): Treat a value of nil as being `unspecified'.
7608
7609 2001-02-12 Dave Love <d.love@dl.ac.uk>
7610
7611 * international/latin1-disp.el: Doc fixes.
7612 (latin1-display) <defgroup>: Add :link.
7613 (latin1-display) <function>: Set variable latin1-display.
7614
7615 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7616
7617 * international/mule-cmds.el (set-input-method): Doc fix.
7618
7619 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7620
7621 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7622 (speedbar-line-file): Return nil if not a file.
7623 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7624
7625 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7626
7627 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7628 for remote files.
7629 (ediff-coding-system-for-read): Replaced the no-conversion default
7630 with raw-text.
7631
7632 * ediff-init.el: Removed :version from defcustom vars.
7633
7634 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7635 Better handling of the diff mode.
7636
7637 * ediff.texi: Added ediff-coding-system-for-read.
7638
7639 * viper.texi: Fix typos.
7640
7641 2001-02-11 Dave Love <fx@gnu.org>
7642
7643 * shadowfile.el: Doc fixes.
7644 (shadow) <defgroup>: Add :link.
7645 (shadowfile-unload-hook): New function.
7646 (shadow-initialize): Use defalias, not fset.
7647 (shadow-define-cluster, shadow-define-literal-group)
7648 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7649
7650 * international/mule.el: Doc and message fixes.
7651
7652 * international/ccl.el (define-ccl-program): Doc fix.
7653
7654 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7655
7656 * faces.el (mode-line): Set :line-width property to -1.
7657
7658 2001-02-10 Richard M. Stallman <rms@gnu.org>
7659
7660 * complete.el (partial-completion-mode): Doc fix.
7661
7662 * simple.el (delete-key-deletes-forward-mode):
7663 Change `let' to `let*' to fix gross bug in last change.
7664
7665 * repeat.el (repeat): Don't let execute-kbd-macro alter
7666 real-last-command.
7667
7668 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7669
7670 * simple.el (eval-expression): Doc fix.
7671
7672 2001-02-09 Dave Love <fx@gnu.org>
7673
7674 * imenu.el (imenu-generic-expression): Doc fix.
7675
7676 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7677 From Juanma Barranquero.
7678
7679 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7680
7681 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7682
7683 * faces.el (set-face-attribute): Describe the case of a negative
7684 value specified for :line-width.
7685
7686 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7687
7688 * which-func.el (which-func-mode): Invert which-func-mode-global.
7689 From Juanma Barranquero <lektu@uol.com.br>.
7690
7691 2001-02-08 Dave Love <fx@gnu.org>
7692
7693 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7694 widget-plist-value-type.
7695 (widget-alist-convert-widget): Replace binding of
7696 widget-alist-value-type.
7697
7698 * textmodes/paragraphs.el (sentence-end): Doc fix.
7699
7700 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7701 Remove `backward-line'.
7702
7703 * play/pong.el (pong-blank-color, pong-bat-color)
7704 (pong-ball-color, pong-border-color, pong-left-key)
7705 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7706 (pong-pause-key, pong-resume-key, pong-timer-delay):
7707 * mail/mh-comp.el (mh-compose-letter-function):
7708 * eshell/esh-mode.el (eshell-skip-prompt-function):
7709 * emulation/viper-ex.el (ex-unix-type-shell-options):
7710 * recentf.el (recentf-menu-filter):
7711 * ps-print.el (ps-print-region-function):
7712 * lpr.el (print-region-function):
7713 * forms.el (forms-mode-hooks):
7714 * dirtrack.el (dirtrack-directory-change-hook):
7715 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7716 * textmodes/spell.el (spell-filter):
7717 * textmodes/fill.el (adaptive-fill-function):
7718 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7719 * progmodes/etags.el (find-tag-default-function):
7720 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7721 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7722
7723 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7724
7725 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7726 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7727 Meyering <jim@meyering.net>.
7728
7729 * loadup.el: Revert last change.
7730
7731 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7732
7733 * international/mule.el (transform-make-coding-system-args):
7734 Make it work also for coding systems not using CCL.
7735
7736 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7737
7738 * simple.el (previous-matching-history-element)
7739 (next-matching-history-element): Doc fix.
7740
7741 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7742 specific part.
7743
7744 2001-02-06 Dave Love <fx@gnu.org>
7745
7746 * add-log.el (add-log-current-defun-function)
7747 (add-log-buffer-file-name-function, add-log-file-name-function):
7748 Fix :type.
7749 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7750
7751 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7752
7753 * info.el (info-initialize): Remove the test for system-type when
7754 invocation-directory is non-nil.
7755
7756 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7757 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7758
7759 2001-02-06 Andrew Innes <andrewi@gnu.org>
7760
7761 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7762 absolute.
7763
7764 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7765
7766 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7767 buffers. When hi-lock turned on rather than only checking current
7768 buffer for regexps, all buffers are checked. Moved activation of
7769 font-lock to hi-lock-refontify. When font-lock turned off rather
7770 than removing added highlighting just in current buffer, remove it
7771 in all buffers. Changed edit menu text from "Automatic
7772 Highlighting" to "Regexp Highlighting" Documentation for
7773 highlighting phrases, minor documentation changes.
7774 (hi-lock-set-file-patterns): Execute only if there are new or
7775 existing file patterns.
7776 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7777 unfontify and, if a support mode is active, will not refontify the
7778 whole buffer. If necessary, turn on font lock. (Removed
7779 font-lock-unfontify and font-lock support-mode-specific calls,
7780 such as lazy-lock-fontify-window.)
7781 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7782 patterns are found. Not useful now since find-file-hook is removed
7783 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7784 (hi-lock-face-phrase-buffer): New function. Also added related
7785 menu item and keybinding.
7786 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7787 (hi-lock-process-phrase): New function.
7788 (hi-lock-line-face-buffer): Doc fixes.
7789 (hi-lock-face-buffer): Doc fixes.
7790 (hi-lock-unface-buffer): Doc fixes.
7791
7792 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7793
7794 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7795 dabbrev-ignored-regexps.
7796
7797 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7798
7799 * simple.el (kill-line): Doc fix.
7800
7801 2001-02-05 Dave Love <fx@gnu.org>
7802
7803 * loadup.el: Revert last two changes -- bootstrapping works with
7804 regenerated loaddefs.
7805
7806 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7807
7808 * isearch.el (isearch-forward): Doc fix.
7809
7810 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7811 of font-lock-defaults to backward-paragraph.
7812
7813 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7814
7815 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7816 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7817
7818 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7819
7820 * ebnf2ps.el: Eliminate time-stamp functions.
7821 (ebnf-version): New version (3.5).
7822 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7823 format-time-string.
7824
7825 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7826
7827 * simple.el (next-line): Goto end-of-line before inserting a newline.
7828
7829 2001-02-05 Miles Bader <miles@gnu.org>
7830
7831 * image-file.el (insert-image-file): When visiting an image, also
7832 set `truncate-lines' to t so that any fringe arrow looks correct.
7833
7834 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7835
7836 * isearch.el (isearch-forward): Add description about input method
7837 in the docsting.
7838
7839 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7840
7841 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7842
7843 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7844
7845 * info.el (info-initialize): If installation-directory is nil, for
7846 DOS/Windows systems try looking in a sibling of invocation-directory.
7847
7848 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7849
7850 * wid-edit.el (widget-button-click): Fix last change.
7851
7852 * frame.el (frame-notice-user-settings): When resizing the initial
7853 frame because the tool bar is off, also change the frame's top
7854 position if a negative top position was specified.
7855
7856 2001-02-02 Miles Bader <miles@gnu.org>
7857
7858 * image-file.el (insert-image-file): When visiting an image,
7859 suppress the cursor in the image buffer.
7860
7861 2001-02-01 Dave Love <fx@gnu.org>
7862
7863 * progmodes/f90.el (f90-mode): Remove startup message.
7864
7865 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7866
7867 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7868
7869 * startup.el (command-line): Fix code determining whether or not
7870 to use delete-key-deletes-forward-mode.
7871
7872 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7873
7874 * vc.el (vc-diff-switches): New user option.
7875 (vc-version-diff): Use it.
7876 (vc-diff-switches-list): New macro.
7877
7878 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7879 New customization options.
7880 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7881
7882 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7883
7884 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7885
7886 * msb.el (toplevel): Quote hook symbols.
7887
7888 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7889
7890 * international/mule.el (make-coding-system): Add description
7891 about recognized properties in the docstring.
7892
7893 * international/mule-conf.el: Remove unused charsets
7894 mac-roman-lower and mac-roman-upper.
7895
7896 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7897
7898 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7899 is in front of the left-margin, if any.
7900
7901 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7902 like `delete'.
7903
7904 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7905
7906 * term/w32-win.el (mouse-set-font): Doc fix.
7907
7908 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7909
7910 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7911 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7912 on already.
7913
7914 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7915
7916 * files.el (save-buffer): Don't give message if (buffer-file-name)
7917 returns nil.
7918
7919 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7920
7921 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7922
7923 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7924 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7925
7926 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7927 display problems.
7928
7929 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7930
7931 * international/mule.el (charset-info): Fix docstring.
7932
7933 * international/mule-diag.el (describe-character-set): Check final
7934 char valid before printing it.
7935
7936 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7937
7938 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7939
7940 * frame.el (frame-notice-user-settings): Do the tool-bar
7941 stuff only for graphical displays. Fix a braino.
7942
7943 * frame.el (frame-initialize): Create initial frame visible.
7944 (frame-notice-user-settings): When tool-bar has been switched off,
7945 correct the frame size and sync tool-bar-mode.
7946
7947 * startup.el (command-line): Remove manipulation of frame
7948 height for tool bars.
7949
7950 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7951
7952 * lpr.el: Compatibility with XEmacs and doc fixes.
7953 (lpr-windows-system, lpr-lp-system): New vars.
7954 (lpr-printer-switch): New defcustom.
7955 (printer-name, lpr-command): Customization fix.
7956 (print-region-1): Code fix.
7957 (print-region-new-buffer, printify-region): Indentation fix.
7958 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7959 New functions.
7960
7961 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7962
7963 * msb.el (toplevel): Fix the eval-after-load.
7964
7965 2001-01-29 Dave Love <fx@gnu.org>
7966
7967 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7968
7969 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7970
7971 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7972 (tcl-using-emacs-19-23): Consider Emacs 21+.
7973 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7974 (tcl-add-emacs-menu): Supply menu name.
7975 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7976
7977 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7978
7979 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7980
7981 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7982
7983 * pcvs.el (cvs-mark-fis-dead): New function.
7984 (cvs-mode-add): Use it.
7985 (cvs-mode-add-change-log-entry-other-window):
7986 Rebind change-log-default-name to itself rather than to nil.
7987
7988 2001-01-29 Sam Steingold <sds@gnu.org>
7989
7990 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7991 `autoload' statements.
7992
7993 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7994
7995 * files.el (confirm-kill-emacs): Doc fix.
7996
7997 * frame.el (frame-initialize): Doc fix.
7998
7999 * time-stamp.el (time-stamp-string): Doc fix.
8000
8001 * woman.el (WoMan-log-1): Make the log buffer writable.
8002 From Markus Rost <rost@math.ohio-state.edu>.
8003
8004 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8005
8006 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8007 the `make-variable-buffer-local'.
8008
8009 2001-01-29 Dave Love <fx@gnu.org>
8010
8011 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
8012 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8013 Add autoload cookie.
8014 (ansi-color-apply-sequence): Fix typo.
8015
8016 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8017
8018 * menu-bar.el (menu-bar-files-menu): Add menu items for
8019 Postscript printing in black and white.
8020
8021 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8022 X-Mailman-Version, Precedence, List-Help, List-Post,
8023 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8024 Content-Type, Content-Length.
8025
8026 2001-01-29 Dave Love <fx@gnu.org>
8027
8028 * elide-head.el (elide-head): Make overlay evaporate.
8029
8030 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8031
8032 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8033
8034 * isearch.el (isearch-highlight): Don't punt if the display
8035 doesn't support colors, since isearch faces are defined for
8036 monochrome displays as well.
8037
8038 2001-01-27 Sam Steingold <sds@gnu.org>
8039
8040 * shell.el (shell-write-history-on-exit): Make sure that we are in
8041 the shell buffer (M-x tex-file RET inserted the error message into
8042 the TeX buffer).
8043
8044 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8045
8046 * simple.el (transient-mark-mode): Doc fix.
8047
8048 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8049
8050 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8051
8052 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8053
8054 * shell.el (shell-unquote-argument): If the shell is one of the
8055 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8056 quote character.
8057 (shell-dumb-shell-regexp): Document that the shells which match
8058 this regexp are supposed to not treat a backslash as a quote character.
8059
8060 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8061 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8062
8063 2001-01-27 Richard M. Stallman <rms@gnu.org>
8064
8065 * dabbrev.el (dabbrev--substitute-expansion):
8066 Treat a one-capital-letter abbrev as "not all upper case",
8067 so as to force preservation of the expansion's pattern
8068 if the expansion starts with a capital letter.
8069
8070 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8071
8072 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8073 Doc fix.
8074
8075 * simple.el (transient-mark-mode): Document the fact that many
8076 commands act on the region when mark is active.
8077
8078 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8079
8080 * international/quail.el (quail-setup-completion-buf): Make the
8081 multibyteness of current buffer inherited to Quail completion buffer.
8082 (quail-show-guidance-buf): Make the multibyteness of current
8083 buffer inherited to Quail guidance buffer.
8084 (quail-help): Make the multibyteness of current buffer inherited
8085 to Quail help buffer.
8086
8087 2001-01-26 Dave Love <fx@gnu.org>
8088
8089 * time-stamp.el: Doc fixes.
8090
8091 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8092 (delphi-keyword-face, delphi-other-face): Fix :type.
8093
8094 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8095
8096 * mail/feedmail.el (feedmail): Add :link.
8097 (feedmail-send-it): Doc fix.
8098
8099 * mail/sendmail.el: Doc fixes.
8100 (sendmail-send-it): Fix the non-ASCII regexp and use
8101 rfc2047-encode-string.
8102
8103 * dired.el, dired-aux.el: Revert last change.
8104
8105 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8106
8107 * makefile.w32-in (DONTCOMPILE): Add various term files.
8108
8109 2001-01-26 Dave Love <fx@gnu.org>
8110
8111 * Makefile.in (DONTCOMPILE): Add various term files.
8112
8113 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8114
8115 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8116
8117 * startup.el (display-startup-echo-area-message): Make sure
8118 the echo area is resized to fit the size of the startup message.
8119
8120 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8121 part of which is a constant.
8122
8123 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8124
8125 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8126
8127 2001-01-26 Richard M. Stallman <rms@gnu.org>
8128
8129 * simple.el (next-line): Don't let `newline' expand abbrevs.
8130 Simplify slightly.
8131 (open-line): Don't let `newline' expand abbrevs.
8132
8133 2001-01-25 John Wiegley <johnw@gnu.org>
8134
8135 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8136 to `repeat' in the :type field.
8137
8138 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8139 allow a choice of regexp or nil.
8140 (pcomplete-dir-ignore): Same.
8141
8142 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8143 a command) to always fail.
8144
8145 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8146
8147 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8148 discard the result.
8149 (iswitchb-to-end): Likewise.
8150
8151 2001-01-25 Sam Steingold <sds@gnu.org>
8152
8153 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8154 Require vc.
8155
8156 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8157
8158 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8159
8160 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8161
8162 2001-01-25 Dave Love <fx@gnu.org>
8163
8164 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8165 (describe-coding-system): Tweak the English text.
8166
8167 * loadup.el: Preload international/ccl for utf-8.
8168
8169 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8170
8171 * mail/rmail.el (rmail-redecode-body): Doc fix.
8172
8173 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8174
8175 * international/mule-cmds.el (reset-language-environment):
8176 Reset coding-category-utf-8 to mule-utf-8.
8177
8178 * international/mule-conf.el (coding-category-utf-8):
8179 Initialize to mule-utf-8.
8180
8181 * loadup.el: Preload international/utf-8.
8182
8183 * international/utf-8.el: New file.
8184
8185 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8186
8187 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8188
8189 2001-01-24 Sam Steingold <sds@gnu.org>
8190
8191 * dired.el (dired-replace-in-string): Removed.
8192 (dired-sort-toggle): Use `replace-regexps-in-string'
8193 instead of `dired-replace-in-string'.
8194
8195 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8196 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8197
8198 * gs.el (gs-replace-in-string): Removed.
8199 (gs-options): Use `replace-regexps-in-string'
8200 instead of `gs-replace-in-string'.
8201
8202 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8203
8204 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8205 bug report is mailed to an email list and posted to a news group.
8206
8207 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8208
8209 * comint.el (comint-replace-by-expanded-history-before-point):
8210 Fix change of 2000-08-03 to move point to the start of the line again.
8211
8212 * startup.el (tool-bar-images-pixel-height): New variable.
8213 (command-line): After loading the user's init file, when
8214 tool-bar-mode is on, increase the frame's size by some lines for
8215 the tool-bar.
8216
8217 * frame.el (frame-initialize): Create the initial frame invisible.
8218
8219 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8220
8221 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8222 (chinese-big5): MIME:Big5.
8223
8224 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8225
8226 * international/mule-cmds.el (universal-coding-system-argument):
8227 Handle commands with prefix args.
8228
8229 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8230
8231 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8232 being a list of numbers.
8233 (diary-mail-entries): Rewritten.
8234
8235 2001-01-23 Dave Love <fx@gnu.org>
8236
8237 * international/mule.el (make-coding-system): Fix typo.
8238
8239 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8240 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8241
8242 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8243
8244 * font-lock.el (font-lock-mode): Doc fix.
8245
8246 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8247
8248 * international/mule.el (make-translation-table): Fix docstring.
8249
8250 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8251
8252 * mail/rmail.el (rmail-redecode-body): New function.
8253
8254 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8255
8256 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8257
8258 * isearch.el (isearch-lazy-highlight-case-fold-search)
8259 (isearch-lazy-highlight-regexp): New variables.
8260 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8261 case-fold search or regexp search has been toggled.
8262
8263 * wid-edit.el (widget-button-click): Avoid a save-excursion
8264 around running a global binding.
8265
8266 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8267 to 0.25.
8268
8269 2001-01-20 Miles Bader <miles@gnu.org>
8270
8271 * cus-edit.el (custom-face-save): Do post-processing on the face's
8272 new value like `custom-face-set' does.
8273
8274 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8275
8276 * mail/emacsbug.el (report-emacs-bug): Report the value of
8277 LC_CTYPE, not LC_TYPE.
8278
8279 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8280 isearch-toggle-regexp and isearch-edit-string to doc string.
8281
8282 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8283
8284 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8285 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8286
8287 * jit-lock.el (jit-lock-fontify-now): Don't bind
8288 font-lock-beginning-of-syntax-function to nil.
8289
8290 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8291
8292 * mail/emacsbug.el (report-emacs-bug): Report values of
8293 locale-coding-system, default-enable-multibyte-characters, and the
8294 environment variables LC_ALL, LC_TYPE, and LANG.
8295
8296 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8297
8298 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8299
8300 * font-lock.el (font-lock-multiline): Default to nil.
8301 (font-lock-default-fontify-region): If font-lock-multiline is
8302 nil, don't check the property `font-lock-multiline'.
8303
8304 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8305 is nil, don't check the `font-lock-multiline' text property.
8306
8307 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8308
8309 * viper.el: Call initial-major-mode on startup.
8310
8311 * ediff.el (ediff-patch-file): Use better defaults.
8312
8313 * ediff-vers.el: Fix for 8+3 DOS file systems.
8314
8315 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8316
8317 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8318 diff mode, if available.
8319
8320 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8321
8322 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8323
8324 * ediff-init.el (subst-char-in-string): Define and use it, unless
8325 it's already defined.
8326
8327 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8328
8329 * tooltip.el (tooltip-hide-delay): New user-option.
8330 (tooltip-show): Use tooltip-hide-delay instead of the default.
8331
8332 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8333
8334 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8335 kill-local-variable doesn't work for enable-multibyte-characters.
8336
8337 2001-01-17 Dave Love <fx@gnu.org>
8338
8339 * ediff-init.el (ediff-before-setup-hook)
8340 (ediff-merge-filename-prefix): Add :version.
8341
8342 * international/latin1-disp.el: Require disp-table.
8343 (latin1-display): Fix :set.
8344
8345 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8346
8347 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8348
8349 * isearch.el (isearch-lazy-highlight-initial-delay)
8350 (isearch-lazy-highlight-interval): Default to 0.
8351
8352 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8353
8354 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8355 1 here rather than each time through
8356 isearch-lazy-highlight-new-loop.
8357 (isearch-lazy-highlight-max): Variable deleted.
8358 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8359 isearch-lazy-highlight-max but controls a single invocation of
8360 isearch-lazy-highlight-update.
8361 (isearch-lazy-highlight-wrapped): Variable recreated.
8362 (isearch-lazy-highlight-window-start): New variable.
8363 (isearch-lazy-highlight-cleanup): Restored to behavior of
8364 before 2-Jan.
8365 (isearch-lazy-highlight-remove-overlays): Function deleted;
8366 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8367 behavior removed.
8368 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8369 isearch-lazy-highlight-update in a loop rather than just once.
8370 Test isearch-invalid-regexp here and decide not to start a new
8371 loop, rather than testing it each time through
8372 isearch-lazy-highlight-update.
8373 (isearch-lazy-highlight-search): Function restored.
8374 (isearch-lazy-highlight-update): Get called in a timer loop again,
8375 but this time highlight more than one match each time through.
8376 Only highlight matches in the visible part of the window.
8377 Start at point, move in the direction of the search, and wrap around at
8378 the edge of the window. Use sit-for to force redisplay and ensure
8379 window-start is credible. "Face suppressing" behavior removed;
8380 overlay priorities should make it unnecessary, right?
8381 (isearch-highlight): Face suppressing behavior removed.
8382 (isearch-dehighlight): Face suppressing behavior removed.
8383 (isearch-set-lazy-highlight-faces-at): Removed.
8384
8385 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8386
8387 * language/european.el ("Latin-1"): Make the format of description
8388 about additional language environments same as that of Latin-2.
8389
8390 2001-01-16 Dave Love <fx@gnu.org>
8391
8392 * isearch.el (isearch-lazy-highlight): Add :version.
8393
8394 * simple.el (backward-delete-char-untabify-method)
8395 (next-line-add-newlines): Add :version.
8396
8397 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8398
8399 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8400 Don't bind <delete> otherwise.
8401
8402 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8403 and <delete> via function-key-map.
8404
8405 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8406 Subject line only if point is after the `Subject:'.
8407
8408 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8409
8410 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8411 japanese-jisx0213-2 in `charset' property of this lang. env.
8412
8413 * language/european.el ("Latin-1"): Add description for Dutch and
8414 Spanish lang. env.
8415
8416 * international/mule.el (decode-char): Fix conditions.
8417 (encode-char): Handle eight-bit-control too.
8418 (transform-make-coding-system-args): New function.
8419 (make-coding-system): Accept XEmacs style arguments for CCL base
8420 coding system.
8421
8422 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8423
8424 * progmodes/etags.el (find-tag-noselect): Save the value of
8425 tags-file-name before switching buffers, for the case it has a
8426 buffer-local value.
8427
8428 2001-01-15 Alex Schroeder <alex@gnu.org>
8429
8430 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8431 From Dave Love <fx@gnu.org>.
8432 (ansi-color-for-comint-mode): Fix :version.
8433
8434 2001-01-15 Alex Schroeder <alex@gnu.org>
8435
8436 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8437
8438 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8439
8440 * dired.el (dired-insert-directory): If file-system-info fails,
8441 remove the " free " part, but don't signal an error.
8442
8443 2001-01-12 Sam Steingold <sds@gnu.org>
8444
8445 * bookmark.el (bookmark-maybe-historicize-string):
8446 Use new backquote syntax.
8447
8448 2001-01-12 Richard M. Stallman <rms@gnu.org>
8449
8450 * subr.el (last): Handle a list that doesn't end in nil.
8451
8452 2001-01-12 Sam Steingold <sds@gnu.org>
8453
8454 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8455 to `backward-delete-char-untabify'.
8456
8457 2001-01-12 Dave Love <fx@gnu.org>
8458
8459 * cus-edit.el (customize-menu-create): Fix the :filter following
8460 easymenu change.
8461
8462 * wid-edit.el (function): Add :match-alternatives.
8463 (widget-color-action): Doc fix.
8464
8465 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8466
8467 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8468
8469 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8470
8471 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8472
8473 * international/ccl.el (define-ccl-program): Fix docstring.
8474
8475 2001-01-11 Dave Love <fx@gnu.org>
8476
8477 * international/mule-cmds.el (standard-display-european-internal):
8478 Set display table for 2208 as for 160.
8479
8480 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8481
8482 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8483 entry for custom-menu-create change.
8484 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8485 don't cons it in the search loop.
8486
8487 * imenu.el (imenu--truncate-items): Revert last change.
8488
8489 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8490
8491 * info.el (Info-setup-header-line): If the node header includes
8492 either Next: or Prev: links, don't show the File: and Node: parts
8493 in the header line.
8494
8495 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8496
8497 * comint.el (comint-goto-process-mark): Don't print a message
8498 when running in batch mode.
8499
8500 * isearch.el (isearch-search): In the condition-case handler for
8501 `error', set isearch-invalid-regexp to the whole error message.
8502
8503 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8504 ensure that eval-after-load works for files dumped with Emacs.
8505
8506 * help.el (load-symbol-file-load-history): New function extracted
8507 from function symbol-file.
8508 (symbol-file): Use it.
8509
8510 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8511
8512 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8513
8514 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8515 behave as if there were no prefix argument.
8516 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8517 argument were nil.
8518
8519 2001-01-11 Richard M. Stallman <rms@gnu.org>
8520
8521 * isearch.el (isearch-lazy-highlight-update):
8522 Don't look for more potential matches once maximum is exceeded.
8523 Use overlays-in to check correctly for overlap with current match.
8524 Ignore empty matches.
8525
8526 2001-01-11 Miles Bader <miles@gnu.org>
8527
8528 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8529 (ispell-overlay-window, ispell-help, ispell-show-choices)
8530 (ispell-command-loop): Use it instead of `window-height'.
8531
8532 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8533
8534 * files.el (confirm-kill-emacs): New user-option.
8535 (save-buffers-kill-emacs): Ask for final confirmation before
8536 killing Emacs.
8537
8538 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8539 to nil.
8540
8541 2001-01-10 Dave Love <fx@gnu.org>
8542
8543 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8544
8545 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8546
8547 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8548
8549 * calculator.el (calculator-number-digits): Fix :type.
8550
8551 * vc-cvs.el (vc-cvs-header): Fix :type.
8552 * vc-rcs.el (vc-rcs-header): Fix :type.
8553 * vc-sccs.el (vc-sccs-header): Fix :type.
8554
8555 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8556
8557 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8558
8559 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8560
8561 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8562
8563 * simple.el (set-variable): Force a thorough redisplay for the
8564 case that the variable has an effect on the display, like
8565 `tab-width' has.
8566
8567 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8568
8569 * vc.el: Add documentation for backend interface.
8570
8571 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8572
8573 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8574
8575 * international/mule-conf.el (latin-extra-code-table): Set to t
8576 for \223 and \224.
8577
8578 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8579
8580 * international/mule-cmds.el (locale-language-names): Map "es" to
8581 "Spanish" and "nl" to "Dutch".
8582
8583 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8584
8585 * bindings.el (global-map): Bind <home> to beginning-of-line,
8586 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8587 C-<end> to end-of-buffer.
8588
8589 * language/european.el: Add Dutch and Spanish language info
8590 to be able to use the appropriate tutorials.
8591
8592 2001-01-09 Alex Schroeder <alex@gnu.org>
8593
8594 * ansi-color.el (ansi-color-process-output): Use markers instead
8595 of positions for start and end of region.
8596 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8597 Previously, occasional mistakes happend when fontifying many
8598 chunks of output (eg. ls --color=yes /dev). This happened
8599 whenever an overlay was created up to the end of the region, which
8600 coincided with the process-mark. New text would then be added
8601 within that overlay instead of after it.
8602 (ansi-color-make-extent): Overlays are created with the property
8603 `modification-hooks' set to '(ansi-color-freeze-overlay).
8604 (ansi-color-freeze-overlay): New function. When inserting text at
8605 the end of the overlay, the overlay will resize.
8606
8607 2000-01-09 Alex Schroeder <alex@gnu.org>
8608
8609 * ansi-color.el (ansi-color-process-output): Doc change.
8610 (ansi-color-unfontify-region): Doc change. No longer installed
8611 automatically in font-lock-unfontify-region-function.
8612 (ansi-color-apply): Doc change.
8613 (ansi-color-apply-on-region): Use extents or overlays instead of
8614 text-properties.
8615 (ansi-color-make-extent): New function.
8616 (ansi-color-set-extent-face): New function.
8617
8618 2000-01-09 Alex Schroeder <alex@gnu.org>
8619
8620 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8621 both use ansi-color-process-output, now.
8622 (ansi-color-process-output): Doesn't return string anymore. It is
8623 installed in comint-output-filter-functions for both Emacs and
8624 XEmacs, now.
8625 (ansi-color-unfontify-region): Simplified code removing variables
8626 pos and start-ansi.
8627 (ansi-color-apply): Put text-property ansi-color before putting
8628 text-property face because ansi-color-unfontify-region is called
8629 immediately after the call to put-text-property.
8630 (ansi-color-context-region): Doc change.
8631 (ansi-color-filter-region): Simplified code.
8632 (ansi-color-apply-on-region): Changed start to start-marker, using
8633 a marker explicitly. Put text-property ansi-color before putting
8634 text-property face because ansi-color-unfontify-region is called
8635 immediately after the call to put-text-property.
8636
8637 2000-01-09 Alex Schroeder <alex@gnu.org>
8638
8639 * ansi-color.el (ansi-color-faces-vector): Doc change.
8640 (ansi-color-for-comint-mode): Changed :type property to choice.
8641 (ansi-color-last-context): Removed.
8642 (ansi-color-process-output): Don't use ansi-color-last-context, as
8643 the main functions will store their context now.
8644 (ansi-color-context): Doc change.
8645 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8646 Uses ansi-color-context such that repeated calls will strip
8647 partial escape sequences, too.
8648 (ansi-color-apply): Simplified code. Colorize end of string if
8649 face is not null. Store context in new (FACE STRING) format, such
8650 that repeated calls will strip partial escape sequences, too.
8651 Append faces to face property using ansi-color-apply-sequence such
8652 that cumulative mode actually works.
8653 (ansi-color-context-region): New variable.
8654 (ansi-color-filter-region): Rewrote it based on
8655 ansi-color-apply-on-region. Uses ansi-color-context-region such
8656 that repeated calls will strip partial escape sequences, too.
8657 (ansi-color-apply-on-region): Simplified code. Colorize end of
8658 region if face is not null. Store context in new (FACE POS)
8659 format, such that repeated calls will strip partial escape
8660 sequences, too. Append faces to face property using
8661 ansi-color-apply-sequence such that cumulative mode actually works.
8662 (ansi-color-apply-sequence): New function.
8663 (ansi-color-get-face): When the default face is added to the list
8664 of faces, all previous settings are discarded and the list of
8665 faces is set to '(default).
8666
8667 2000-01-09 Alex Schroeder <alex@gnu.org>
8668
8669 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8670 face, such that ansi-color-apply and ansi-color-apply-on-region
8671 will do the right thing.
8672 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8673 returns nil, set the list of faces back to nil instead of
8674 appending the result of ansi-color-get-face to the front of the list.
8675
8676 2000-01-09 Alex Schroeder <alex@gnu.org>
8677
8678 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8679 (ansi-color-process): Doc change.
8680 (ansi-color-last-context): New buffer-local variable.
8681 (ansi-color-process-output): New function. It is automatically
8682 added to comint-output-filter-functions if this is XEmacs.
8683 (ansi-color-unfontify-region): New optional parameter for XEmacs
8684 compatibility. Check wether font-lock-syntactic-keywords is
8685 boundp before removing the syntax table text property, as XEmacs
8686 doesn't have it.
8687 (ansi-color-filter-region): Doc change.
8688 (ansi-color-apply-on-region): Doc change.
8689 (ansi-color-make-face): New function. Compatibility layer for
8690 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8691 (ansi-color-make-color-map): Use ansi-color-make-face.
8692 (ansi-color-get-face): Avoid face text property '(nil) as results
8693 in an errow for XEmacs.
8694
8695 2000-01-09 Alex Schroeder <alex@gnu.org>
8696
8697 * ansi-color.el (ansi-color-unfontify-region): New function.
8698 Uses text-property ansi-color in order to preserve fontification by
8699 ansi-color. When the package is loaded, a lambda expression is
8700 put onto font-lock-mode-hook. This lambda expression will check
8701 font-lock-unfontify-region-function and replace
8702 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8703 (ansi-color-apply): Add text-property ansi-color in addition to
8704 text-property face.
8705 (ansi-color-apply-on-region): Add text-property ansi-color in
8706 addition to text-property face.
8707 (save-buffer-state): Copy of the macro that is also used by
8708 lazy-lock and font-lock.
8709
8710 (ansi-color-for-comint-mode): New option.
8711 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8712 (ansi-color-for-comint-mode-off): Ditto.
8713 (ansi-color-for-comint-mode-filter): Ditto.
8714 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8715 decide what to do. This function is added to
8716 comint-preoutput-filter-functions when the package is loaded.
8717
8718 (ansi-color-for-shell-mode-set): Removed.
8719 (ansi-color-for-shell-mode): Removed.
8720
8721 2000-01-09 Alex Schroeder <alex@gnu.org>
8722
8723 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8724 the lambda expression from the ansi-color-for-shell-mode :set
8725 property. Additionally, modify shell-mode-hook to enable or
8726 disable font-lock-mode for future shell buffers.
8727 (ansi-color-for-shell-mode): The :set property calls
8728 ansi-color-for-shell-mode-set instead of a lambda expression.
8729
8730 2000-01-09 Alex Schroeder <alex@gnu.org>
8731
8732 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8733 (ansi-color-context): New variable.
8734 (ansi-color-apply): Save context between calls.
8735
8736 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8737
8738 * isearch.el (isearch, isearch-lazy-highlight-face):
8739 New definitions for face colors and attributes.
8740
8741 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8742 of display-mouse-p.
8743
8744 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8745
8746 * international/mule.el (make-coding-system): If the coding system
8747 accepts extra latin codes, register such codes as safe for the
8748 coding system.
8749
8750 2001-01-08 Richard M. Stallman <rms@gnu.org>
8751
8752 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8753 don't mention the file name or the date here, because they are
8754 logged at the start of the file.
8755
8756 2001-01-08 Richard M. Stallman <rms@gnu.org>
8757
8758 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8759 Change screen-width to frame-width.
8760
8761 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8762
8763 * info.el (Info-search): Print the default as part of the prompt.
8764
8765 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8766
8767 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8768 constant implementations in backends.
8769
8770 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8771 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8772
8773 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8774 WRITABLE to EDITABLE.
8775
8776 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8777 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8778 to EDITABLE.
8779
8780 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8781
8782 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8783 (copyright, copyright-update): Compute the current year at run time.
8784
8785 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8786
8787 * isearch.el (isearch-old-signal-hook): Removed.
8788 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8789 instead of setting signal-hook-function.
8790 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8791
8792 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8793
8794 * emulation/edt.el: Update to version 4.0. Provide support for
8795 EDT scroll margins at top and bottom of the window. Provide an
8796 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8797 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8798 user when file-related buffer modifications exist.
8799 Provide support for running EDT Emulation in XEmacs.
8800 Provide customize access to some user updatable variables.
8801 Add Commentary section to file header.
8802 Fixed a few minor bugs and cleaned up some code.
8803
8804 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8805 for detecting a keypress that generates an ASCII key sequence.
8806 (Previously, only a keypress that generates a vector was
8807 recognized.) Embed Window Manager name into name of the generated
8808 EDT Emulation initialization file since the initialization file is
8809 Window Manager specific. Add Commentary section to file header.
8810
8811 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8812
8813 * mail/sendmail.el (mail-mode): Doc fix.
8814
8815 * info.el (Info-goto-emacs-command-node): Doc fix.
8816 (Info-goto-emacs-key-command-node): Doc fix.
8817
8818 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8819
8820 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8821 systems without long file-name support.
8822
8823 2001-01-06 Andrew Innes <andrewi@gnu.org>
8824
8825 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8826
8827 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8828
8829 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8830 (isearch-lazy-highlight-update): Doc fix.
8831
8832 * ffap.el (ffap-bindings): Doc fix.
8833
8834 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8835
8836 2001-01-05 Dave Love <fx@gnu.org>
8837
8838 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8839
8840 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8841
8842 * mouse-drag.el (mouse-drag-safe-scroll):
8843 Bind scroll-preserve-screen-position to nil.
8844
8845 * isearch.el (isearch-old-signal-hook): New variable.
8846 (isearch-mode): Set signal-hook-function to isearch-done.
8847 (isearch-done): Restore old signal-hook-function.
8848
8849 * info.el (Info-fontify-node): Mark one more char as intangible.
8850
8851 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8852
8853 * composite.el (compose-last-chars): New argument COMPONENTS.
8854 If it is non-nil, compose preceding characters by compose-region with
8855 COMPONENTS.
8856
8857 * international/quail.el (quail-input-string-to-events): New function.
8858 (quail-input-method): Convert input string to events here.
8859 (quail-start-translation): Return input string, not event list.
8860 (quail-start-conversion): Likewise.
8861
8862 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8863
8864 * tooltip.el (tooltip-cancel-delayed-tip)
8865 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8866 and tooltip-add-timeout.
8867 (tooltip-show): Set border color from faces's foreground.
8868 (tooltip-show-help-function): If called with the same help string
8869 as last time, do nothing.
8870 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8871
8872 * startup.el (fancy-splash-screens): Don't bind show-help-function
8873 to nil.
8874
8875 * tooltip.el (tooltip-frame-parameters): Remove colors.
8876 (tooltip): New face
8877 (tooltip-set-param): New function.
8878 (tooltip-show): Set up color frame parameters from face `tooltip'.
8879 Display the tooltip text in face `tooltip'.
8880
8881 2001-01-04 Dave Love <fx@gnu.org>
8882
8883 * whitespace.el (whitespace-global-mode): Fix typo.
8884
8885 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8886
8887 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8888
8889 * help.el (help-for-help): Fix a typo in a doc string.
8890 From kwzh@gnu.org (Karl Heuer).
8891
8892 2001-01-03 Dave Love <fx@gnu.org>
8893
8894 * dired-x.el: Doc fixes. Maintainer change.
8895 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8896 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8897 (dired-guess-shell-alist-user): Customize.
8898 (dired-x-help-address): Set to bug-gnu-emacs.
8899 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8900 (dired-default-directory): Renamed from default-directory.
8901
8902 * hl-line.el (hl-line): Doc fix.
8903
8904 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8905
8906 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8907
8908 2001-01-02 Richard M. Stallman <rms@gnu.org>
8909
8910 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8911 to remove all the current alternative-match highlighting.
8912 If nil, remove only what's outside the current window.
8913 (isearch-lazy-highlight-remove-overlays): Take optional
8914 region within which NOT to remove them.
8915 (isearch-lazy-highlight-new-loop): Greatly simplified.
8916 (isearch-lazy-highlight-update): Find all the other occurrences
8917 visible in the window, in just one call.
8918 (isearch-lazy-highlight-start): Now holds start of region to scan.
8919 (isearch-lazy-highlight-end): Now holds end of region to scan.
8920 (isearch-lazy-highlight-wrapped): Variable deleted.
8921 (isearch-lazy-highlight-search): Function deleted.
8922
8923 2000-01-02 Andrew Innes <andrewi@gnu.org>
8924
8925 * w32-fns.el (convert-standard-filename): Do length check on name
8926 before aref.
8927
8928 2001-01-02 Dave Love <fx@gnu.org>
8929
8930 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8931 value.
8932 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8933
8934 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8935
8936 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8937 read syntax.
8938
8939 * calendar/todo-mode.el (todo): Add :link, :version.
8940 (todo-save-top-priorities): Remove autoload cookie.
8941 (todo-add-category, todo-add-item-non-interactively)
8942 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8943
8944 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8945
8946 * comint.el (comint-input-history-ignore): New variable.
8947 (comint-read-input-ring): Ignore entries matching
8948 comint-input-history-ignore.
8949
8950 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8951
8952 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8953 (lm-copyright-mark): New function.
8954 (lm-crack-copyright): New function.
8955 (lm-verify): Check that the file has a copyright.
8956 Check that the file is copyright Free Software Foundation.
8957
8958 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8959
8960 * international/mule-diag.el (print-fontset): Indent font name by
8961 24 columns, not 25.
8962
8963 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8964
8965 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8966 in Subject line.
8967
8968 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8969 Use mail-mode-hook instead of mail-setup-hook.
8970 Otherwise continuing an interrupted message with C-u C-x m for
8971 instance, winds up in Mail mode without abbrevs.
8972
8973 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8974
8975 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8976 non-nil. Adding almost all customization variables on ps-setup.
8977 Doc fix.
8978 (ps-print-version): New version number (6.3.3).
8979 (ps-end-with-control-d): Initialization fix.
8980 (ps-lines-printed): New var.
8981 (ps-skip-newline): New fun.
8982 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8983 (ps-next-line, ps-continue-line, ps-plot-region)
8984 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8985
8986 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8987
8988 * international/fontset.el (x-complement-fontset-spec):
8989 Resolve ASCII font name so that the same family name is used for fonts
8990 registered in x-font-name-charset-alist.
8991 (create-fontset-from-fontset-spec): Adjusted for the above change.
8992 The name of fontset alias should be a unresolved ASCII font name.
8993
8994 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8995
8996 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8997 and delete in isearch-mode-map.
8998
8999 2000-12-28 Richard M. Stallman <rms@gnu.org>
9000
9001 * dired-x.el (dired-guess-shell-alist-default):
9002 Use xpdf instead of acroread.
9003
9004 2000-12-28 Kenichi Handa <handa@etl.go.jp>
9005
9006 * textmodes/artist.el (artist-butlast): Deleted.
9007 (artist-ellipse-mirror-quadrant): Use butlast instead of
9008 artist-butlast.
9009
9010 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9011
9012 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9013
9014 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9015
9016 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9017
9018 * ls-lisp.el: Better support for the Mac and MS-Windows.
9019 (ls-lisp): New defgroup.
9020 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
9021 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
9022 (ls-lisp-support-shell-wildcards): New defcustoms.
9023 (ls-lisp-parse-symlink): New function.
9024 (insert-directory): Code to convert switches to a list and set up
9025 the wildcard argument copied from ls-lisp-insert-directory.
9026 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9027 for -C and -R switches.
9028 (ls-lisp-column-format): New function.
9029 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9030 (ls-lisp-format-time): Add doc strings.
9031 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9032 Support ls-lisp-dirs-first.
9033 (ls-lisp-classify, ls-lisp-extension): New functions.
9034 (ls-lisp-format): Optionally support emulation of symlinks.
9035 Support -i, -s, and -G switches.
9036
9037 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9038
9039 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9040
9041 * version.el (emacs-version): Print X scroll bar information.
9042
9043 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9044 instead of x-toolkit-scroll-bars-p.
9045
9046 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9047 of x-toolkit-scroll-bars-p.
9048
9049 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9050
9051 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9052 (ffap-bindings): Doc fix, to reflect the above change.
9053
9054 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9055
9056 * term.el (term-char-mode): Define all non-ascii self-inserting
9057 characters to 'term-send-raw in term-raw-map.
9058
9059 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9060
9061 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9062
9063 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9064 Changed initialization; use add-hook.
9065 (ediff-file-remote-p): Use file-local-copy.
9066
9067 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9068
9069 * ediff.el (ediff-patch-buffer): Bug fix.
9070 (ediff-revision): Allow selection of the file at the prompt.
9071
9072 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9073
9074 * subr.el (combine-run-hooks): Remove.
9075
9076 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9077 and remove the rogue second spec.
9078
9079 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9080
9081 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9082
9083 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9084
9085 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9086 Use minibuffer menu prompt for the `=' prefix.
9087 (smerge-command-prefix): Change default to C-^.
9088 (smerge-mode): Don't assume font-lock doesn't move point.
9089
9090 * skeleton.el (skeleton-internal-1): Make sure the first line of
9091 the region is also re-indented.
9092 (skeleton-end-newline): New var.
9093 (skeleton-end-hook): Use it.
9094
9095 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9096
9097 * comint.el (comint-password-prompt-regexp): Support CVS.
9098
9099 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9100
9101 * simple.el (delete-key-deletes-forward-mode): Simplify.
9102 Also backspace key combinations, depending on
9103 delete-key-deletes-forward.
9104
9105 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9106
9107 * simple.el (delete-key-deletes-forward): Doc fix.
9108
9109 2000-08-22 Emmanuel Briot <briot@gnat.com>
9110
9111 * xml.el (top level comment): Updated to reflect the fact that
9112 white spaces are relevant in the XML file.
9113 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9114 to parse was already edited. This allows for on-the-fly analysis
9115 of XML files.
9116 (xml-parse-tag): Check that the casing is the same in the start
9117 tag and end tag, since XML is case-sensitive. Allows for spaces
9118 in the end tag, after the name of the tag.
9119 (xml-parse-attlist): Allow for the character '-' in the name of
9120 attributes, as in the standard http-equiv attribute Do not save
9121 the properties in the XML tree, since they are not relevant.
9122
9123 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9124
9125 * generic.el (generic-read-type): Undo last change, inline into
9126 `generic-mode' and then remove.
9127 (generic-mode): Inline generic-read-type.
9128 (define-generic-mode): Push the symbol name rather than the symbol
9129 onto generic-mode-list.
9130
9131 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9132
9133 * generic.el (generic-read-type): Build an alist for
9134 completing-read as in 20.7.
9135
9136 * play/landmark.el (lm): Use interactive spec `P'.
9137 (toplevel): Don't set debug-on-error.
9138
9139 * server.el (server-switch-buffer): Choose a window on a visible frame.
9140
9141 2000-12-21 Dave Pearson <davep@davep.org>
9142
9143 * quickurl.el: Commentry change, I've moved my web site.
9144
9145 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9146
9147 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9148 ranges like \177-\237, but accepts the character sequence from \177 to
9149 \237. Doc fix.
9150 (ebnf-version): New version (3.4).
9151 (ebnf-setup): Code fix.
9152 (ebnf-range-regexp): New fun.
9153 (ebnf-8-bit-chars): Const fix.
9154
9155 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9156 entry. Doc fix.
9157 (ebnf-bnf-lex): Code fix.
9158 (ebnf-bnf-comment-chars): Const fix.
9159
9160 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9161 entry. Doc fix.
9162 (ebnf-iso-comment-chars): Const fix.
9163
9164 * ebnf-otz.el: Doc fix.
9165
9166 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9167 entry. Doc fix.
9168 (ebnf-yac-skip-code): Code fix.
9169 (ebnf-yac-comment-chars): Const fix.
9170
9171 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9172
9173 * files.el (insert-directory-safely): New function.
9174 (recover-file): Use it instead of insert-directory.
9175 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9176
9177 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9178
9179 * international/mule-cmds.el (select-safe-coding-system):
9180 Check coding-category-list more rigidly. Improve help message.
9181
9182 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9183
9184 2000-12-21 Miles Bader <miles@gnu.org>
9185
9186 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9187
9188 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9189
9190 * international/mule-diag.el (describe-char-after): Make *Help*
9191 buffer inherit multibyteness of the current buffer.
9192
9193 * international/mule.el (make-char): Docstring adjusted for the
9194 change of make-char-internal.
9195
9196 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9197
9198 * international/iso-cvt.el: Docstrings fix.
9199
9200 2000-12-20 Dave Love <fx@gnu.org>
9201
9202 * subr.el (eval-after-load): Doc fix.
9203
9204 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9205
9206 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9207 for numbers.
9208
9209 2000-12-20 Miles Bader <miles@gnu.org>
9210
9211 * international/quail.el (quail-help): Resize the help window
9212 again after it has all its contents. Remove unneeded progn.
9213
9214 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9215
9216 * pcmpl-linux.el: Fix copy/paste error.
9217
9218 2000-12-19 Andrew Innes <andrewi@gnu.org>
9219
9220 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9221
9222 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9223
9224 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9225
9226 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9227
9228 * progmodes/idlw-shell.el: Fixed copyright notice.
9229
9230 * progmodes/idlwave.el: Fixed copyright notice.
9231
9232 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9233 TAB as key separators.
9234
9235 2000-12-19 Alex Schroeder <alex@gnu.org>
9236
9237 * sql.el (sql-sybase-options): New option.
9238 (sql-sybase): Use it. Add sql-database to the list of parameters
9239 provided for login. The options -w 2048 -n are not used any more.
9240 (sql-postgres-options): Changed default from "--pset" to "-P".
9241 (sql-mysql-options): Doc change.
9242 (sql-stop): Doc change.
9243
9244 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9245
9246 * international/quail.el (quail-input-method): Always hide
9247 the guidance buffer on exiting.
9248
9249 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9250
9251 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9252 isn't fboundp.
9253
9254 * server.el (server-buffer-done): Bury the buffer before
9255 killing it.
9256
9257 * faces.el (face-spec-set): Interpret a nil in specs for
9258 foreground and background colors as `unspecified', for
9259 compatibility with 20.x.
9260
9261 2000-12-18 Dave Love <fx@gnu.org>
9262
9263 * simple.el (mail-user-agent): Doc fix.
9264 (input-mode-8-bit): Removed.
9265
9266 * international/mule.el (set-keyboard-coding-system): Doc fix.
9267 (keyboard-coding-system): New option.
9268
9269 * mail/sendmail.el (send-mail-function): Customize.
9270
9271 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9272
9273 * international/codepage.el (cp866-decode-table): New table.
9274
9275 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9276
9277 * version.el (emacs-version): Remove `%a' from the time format
9278 because the weekday doesn't fit well into each locale.
9279
9280 2000-12-18 Miles Bader <miles@gnu.org>
9281
9282 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9283
9284 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9285 Check that emacs-major-version is `=' to 20, not `>='.
9286 (artist-replace-chars): Use `make-string' instead of a loop.
9287
9288 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9289
9290 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9291 (cvs-execute-single-file): Don't change directory.
9292 Patch from Per Cederqvist.
9293
9294 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9295
9296 * textmodes/ispell.el (check-ispell-version):
9297 If `ispell-program-name' is "aspell", pass it the -v switch instead
9298 of -vv.
9299
9300 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9301
9302 * international/mule-diag.el (mule-diag): Insert information about
9303 configure options, multibyte awareness, language env.
9304
9305 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9306 regexp to search for candidates.
9307
9308 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9309
9310 * info.el (Info-forward-node): If the node has an
9311 Info-header-line, widen the buffer before searching for "next:"
9312 and "up:" pointers, and set the search limit to stay in the
9313 current node.
9314
9315 2000-12-16 Miles Bader <miles@gnu.org>
9316
9317 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9318
9319 2000-12-15 Miles Bader <miles@gnu.org>
9320
9321 * comint.el (comint-send-string, comint-send-region): Also accept
9322 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9323 process-send-string/region.
9324
9325 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9326
9327 * isearch.el (isearch-lazy-highlight-max): New user-option.
9328 (isearch-lazy-highlight-update): Don't highlight more than
9329 isearch-lazy-highlight-max matches.
9330
9331 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9332
9333 2000-12-15 Richard M. Stallman <rms@gnu.org>
9334
9335 * sort.el (sort-columns): Fix error message.
9336
9337 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9338 `upcase' or `downcase' or nil.
9339 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9340 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9341 (dabbrev--substitute-expansion): New arg record-case-pattern.
9342 If it is non-nil, set dabbrev--last-case-pattern.
9343 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9344
9345 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9346
9347 2000-12-15 Miles Bader <miles@gnu.org>
9348
9349 * paths.el (Info-default-directory-list): Don't delete
9350 configure-info-directory from the list of standard info
9351 directories when appending it to the end -- their order is important.
9352
9353 * faces.el (read-face-attribute): If there's no entry for the
9354 user's input in VALID, just use it as-is (this will often result
9355 in an error, but it may be OK for e.g. colors using hexadecimal
9356 notation, and at least will yield a better error message).
9357
9358 * window.el (mode-line-window-height-fudge): Function removed.
9359 (height-affecting-face-attributes, mode-line-window-height-fudge):
9360 Variables removed.
9361 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9362 window is really the right size. Use vertical-motion
9363 rather than forward-line.
9364 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9365 (ispell-command-loop, ispell-show-choices): Use the variable
9366 ispell-choices-win-default-height, rather than the function.
9367 (ispell-choices-win-default-height): Function removed.
9368 (ispell-mode-line-window-height-fudge): Function removed.
9369
9370 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9371
9372 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9373
9374 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9375
9376 * paths.el (Info-default-directory-list):
9377 If configure-info-directory is not one of the standard directories,
9378 put it first in the list; otherwise put it last. Doc string
9379 changed accordingly.
9380
9381 * info.el (Info-directory-list): Change doc string to reflect the
9382 change in Info-default-directory-list.
9383
9384 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9385 windows-nt as windowed environments, even under -nw.
9386
9387 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9388 if not fboundp. Switch delete-forward mode for the <delete> key
9389 on all PC platforms, even under -nw.
9390
9391 * term/internal.el ([M-delete]): Remap to M-d.
9392
9393 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9394
9395 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9396
9397 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9398
9399 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9400
9401 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9402
9403 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9404 if appropriate.
9405
9406 * simple.el (delete-key-deletes-forward): New user-option.
9407 (delete-key-deletes-forward-mode): New function.
9408
9409 * bindings.el: Bind `delete' to backward-delete-char.
9410
9411 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9412 Test if symbol is bound before getting its value.
9413
9414 * tooltip.el (tooltip-show): If an error is signaled in
9415 x-show-tip, display that error, and display the help in the
9416 echo area.
9417
9418 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9419
9420 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9421 Show "... entries" messages for every 10000 entries, not 10.
9422
9423 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9424
9425 * bookmark.el: Provide a generic exit hook, as suggested by
9426 Ovidiu Predescu <ovidiu@cup.hp.com>:
9427 (bookmark-exit-hook): New var.
9428 (bookmark-exit-hook-internal): New func, replaces
9429 old raw lambda form in `kill-emacs-hook', and runs new
9430 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9431 as logically that feature must have been provided if this function
9432 is running.
9433 Removed ;;;###autoload before the `add-hook' call.
9434
9435 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9436
9437 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9438 (easy-menu-current-active-maps): New function.
9439 (easy-menu-get-map): Use it.
9440 Make a proper menu entry when creating a new keymap.
9441
9442 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9443
9444 * international/characters.el: Fix cases and syntaxes for
9445 mule-unicode-0100-24ff.
9446
9447 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9448 that a Japanese character is not appended after day and year.
9449
9450 * info.el (Info-suffix-list): Change format for a command that
9451 requires arguments.
9452 (info-insert-file-contents): Adjusted for the above change.
9453
9454 2000-12-12 Andreas Schwab <schwab@suse.de>
9455
9456 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9457 on the name of the tar buffer. Verify that the existing buffer is
9458 visiting the same subfile.
9459
9460 2000-12-12 Dave Love <fx@gnu.org>
9461
9462 * subdirs.el: Add obsolete.
9463
9464 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9465
9466 * mail/rmailsum.el (rmail-summary-expunge)
9467 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9468 instead of rmail-confirm-expunge.
9469
9470 * replace.el (perform-replace): Don't use an empty match adjacent
9471 to a non-empty match when computing the next match before the
9472 replacement is performed.
9473
9474 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9475
9476 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9477 definition (patch by Stefan Monnier).
9478 (glasses-mode): Use jit-lock instead of `after-change-functions'
9479 (patch by Stefan Monnier).
9480
9481 2000-12-12 Miles Bader <miles@gnu.org>
9482
9483 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9484 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9485
9486 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9487
9488 * term/mac-win.el: Remove load for ls-lisp.
9489
9490 * loadup.el: Load ls-lisp for system-type `macos'.
9491
9492 2000-12-12 Miles Bader <miles@gnu.org>
9493
9494 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9495 Respect field end too.
9496 (just-one-space): Respect fields as `delete-horizontal-space'.
9497 (newline-and-indent, reindent-then-newline-and-indent):
9498 Use `delete-horizontal-space'.
9499
9500 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9501
9502 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9503 (so as to obey the field property in the minibuffer).
9504
9505 * obsolete/c-mode.el: Moved from lisp/progmodes.
9506 * obsolete/auto-show.el: Moved from lisp.
9507 * obsolete/ooutline.el: Moved from lisp/textmodes.
9508
9509 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9510
9511 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9512 changes to list them here.
9513
9514 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9515 Too many changes to list them here.
9516
9517 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9518 Too many changes to list them here.
9519
9520 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9521
9522 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9523
9524 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9525
9526 * cus-edit.el (custom-save-variables, custom-save-faces):
9527 Comment fix.
9528
9529 * hscroll.el: Moved to `obsolete' subdir.
9530
9531 2000-12-11 Miles Bader <miles@gnu.org>
9532
9533 * window.el (window-text-height): Function removed (now in C).
9534
9535 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9536
9537 * log-edit.el (log-edit-parent-buffer): New var.
9538 (log-edit): Set it. Add BUFFER argument.
9539 (log-edit-done): Use char-before.
9540 Don't bother checking validity of vc-comment-ring.
9541 Only bury the buffer if log-edit popped it up.
9542
9543 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9544 (cvs-mode-diff-help): Remove.
9545 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9546 (cvs-mode-marked): Set up the default for CMD manually.
9547
9548 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9549 Remove binding for ? now made unnecessary.
9550
9551 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9552
9553 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9554 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9555
9556 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9557 when master file is not open.
9558
9559 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9560
9561 * progmodes/ada-stmt.el: Update `maintainer'.
9562
9563 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9564
9565 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9566 choices to match documentation string.
9567
9568 2000-12-09 Miles Bader <miles@gnu.org>
9569
9570 * minibuf-eldef.el: New file.
9571
9572 * window.el (fit-window-to-buffer): Don't pass last argument to
9573 pos-visible-in-window-p, now that its meaning is inverted.
9574
9575 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9576
9577 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9578 <ceder@lysator.liu.se>.
9579
9580 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9581
9582 * autoinsert.el (auto-insert-alist): Add missing final \n.
9583
9584 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9585 (cvs-menu-map): Remove.
9586 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9587 (cvs-mode-quit): Turn it back into a plain function.
9588
9589 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9590 (texinfo-filter): Remove (move to texinfo.el).
9591
9592 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9593 file where it's more visible.
9594 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9595 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9596 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9597 (texinfo-inside-macro-p): Only catch `scan-error's.
9598 (texinfo-inside-env-p): Make better use of the match info.
9599 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9600 (texinfo-insert-@end): Slight re-organization.
9601 Also remove useless `looking-at' call.
9602
9603 2000-12-08 Andrew Innes <andrewi@gnu.org>
9604
9605 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9606 accessible in -nw mode.
9607
9608 * term/w32-win.el: Remove stuff about selection timeout, which is
9609 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9610 it is accessible in -nw mode.
9611
9612 2000-12-08 Dave Love <fx@gnu.org>
9613
9614 * emacs-lisp/lisp-mode.el (lisp-mode):
9615 Set font-lock-keywords-case-fold-search.
9616
9617 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9618
9619 * textmodes/ispell.el (ispell): Doc fix.
9620
9621 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9622
9623 * international/quail.el (quail-insert-decode-map): Check the
9624 frame width of a window displaying the current buffer, not that of
9625 the selected frame.
9626 (quail-help): Make sure that the help buffer has window before
9627 inserting text in it.
9628
9629 2000-12-07 Sam Steingold <sds@gnu.org>
9630
9631 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9632 Backquote is used in isearch.el, so autoloading saves nothing.
9633
9634 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9635
9636 * startup.el (normal-top-level-add-subdirs-to-load-path):
9637 Ignore the CVS and RCS subdirectories case-insensitively.
9638
9639 * dired.el (dired-insert-directory): If file-system-info is
9640 fboundp, call it instead of invoking dired-free-space-program.
9641
9642 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9643
9644 * server.el (server-visit-files): Push files on file-name-history.
9645
9646 * progmodes/cc-langs.el: Update copyright.
9647
9648 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9649
9650 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9651
9652 * bindings.el (mode-line-mode-menu): Reverse the order
9653 of define-keys so that the menu appears in alphabetical order.
9654
9655 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9656
9657 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9658 of the function.
9659
9660 2000-12-07 Dave Love <fx@gnu.org>
9661
9662 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9663
9664 * facemenu.el (facemenu-unlisted-faces): Fix value.
9665
9666 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9667
9668 * font-lock.el (font-lock-default-fontify-region):
9669 Include the terminating \n (off-by-one error).
9670 (font-lock-set-defaults): Use dolist.
9671
9672 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9673
9674 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9675
9676 * international/mule-cmds.el (describe-language-environment):
9677 Fix for the case that an input method title is not string but a list.
9678
9679 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9680 of wrong SIZE record.
9681
9682 2000-12-06 Dave Love <fx@gnu.org>
9683
9684 * newcomment.el (comment-region, comment-dwim): Doc fix.
9685
9686 * textmodes/texinfo.el: Require tex-mode when compiling.
9687 (texinfo-update-node): Doc fix.
9688 (texinfo-imenu-generic-expression): Add @anchor.
9689 (texinfo-font-lock-keywords): Add @uref.
9690 (texinfo-inside-macro-p): Don't use ignore-errors.
9691 (texinfo-insert-quote): Match more contexts.
9692
9693 * international/mule.el (decode-char, encode-char): Doc fix.
9694 (auto-coding-alist): Customize.
9695
9696 * files.el (load-file): Fix change of 2000-03-12.
9697
9698 * wid-edit.el (widget-text-keymap): Doc fix.
9699
9700 2000-12-06 Andrew Innes <andrewi@gnu.org>
9701
9702 * makefile.w32-in (lisp): Set to an absolute directory, namely
9703 $(CURDIR).
9704
9705 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9706
9707 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9708 read generated-autoload-file, and set buffer-file-coding-system to
9709 raw-text-unix after reading the file.
9710
9711 * international/mule-conf.el (file-coding-system-alist):
9712 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9713
9714 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9715
9716 * replace.el (occur): Make line-number-width 1 smaller for the
9717 colon following the line number.
9718
9719 * startup.el (fancy-splash-text, command-line-1):
9720 Use `File' for the menu name instead of `Files'.
9721
9722 * tmm.el: Update copyright.
9723
9724 * cus-start.el: Add entry for even-window-heights.
9725
9726 2000-12-06 Miles Bader <miles@gnu.org>
9727
9728 * faces.el (frame-set-background-mode): Avoid stomping on
9729 locally modified faces.
9730
9731 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9732
9733 * international/fontset.el: Correct the font registries for
9734 japanese-jisx0213-1 and japanese-jisx0213-2.
9735
9736 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9737
9738 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9739
9740 * iswitchb.el: Update customization commentary.
9741
9742 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9743
9744 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9745 (tpu-search-highlight): Fixed comparison of overlay end positions.
9746 (tpu-trim-line-ends): Implemented trimming logic locally.
9747
9748 * emulation/tpu-extras.el (tpu-write-file-hook)
9749 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9750
9751 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9752
9753 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9754 to cn-gb.
9755 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9756
9757 2000-12-04 Dave Love <fx@gnu.org>
9758
9759 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9760
9761 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9762
9763 * mail/rmailsum.el (rmail-summary-expunge)
9764 (rmail-summary-expunge-and-save): Ask for confirmation with
9765 rmail-expunge-confirmed.
9766
9767 * mail/rmail.el (rmail-expunge-confirmed): New function.
9768 (rmail-expunge): Use it.
9769
9770 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9771
9772 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9773 (etags-recognize-tags-table, find-tag-in-order):
9774 New functionality: interpret file names as tags.
9775
9776 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9777
9778 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9779 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9780 the first subnode until the bottom of the current node is visible.
9781
9782 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9783
9784 * format.el (format-decode): Don't change buffer's undo list.
9785
9786 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9787
9788 * faces.el (face-font-registry-alternatives): Add entries for CJK
9789 fonts. Doc-string adjusted for the actual usage of this data.
9790
9791 * international/fontset.el: Change the font registries for CJK
9792 fonts in the default fontset. Don't append '*' to registries.
9793
9794 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9795
9796 * emacs-lisp/easy-mmode.el (define-derived-mode)
9797 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9798
9799 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9800 (derived-mode-p): New function.
9801 (derived-mode-make-docstring): Add `docstring' argument.
9802 Use it if available and complete it if necessary.
9803
9804 2000-12-03 Andreas Schwab <schwab@suse.de>
9805
9806 * type-break.el (type-break): Don't make parent of itself.
9807
9808 2000-12-03 Miles Bader <miles@gnu.org>
9809
9810 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9811
9812 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9813
9814 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9815 (tex-main-file, tex-file): Simplify.
9816 (tex-generate-zap-file-name): Use subst-char-in-string.
9817 (tex-strip-dots): Remove.
9818
9819 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9820
9821 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9822 to check if the match succeeded.
9823
9824 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9825
9826 * startup.el (use-fancy-splash-screens-p): New function.
9827 (command-line-1): Use it to determine whether or not to use
9828 a fancy splash screen.
9829
9830 2000-12-02 Andreas Schwab <schwab@suse.de>
9831
9832 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9833
9834 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9835
9836 * international/mule.el (make-char): Fix last change.
9837
9838 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9839 New defcustoms.
9840 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9841 autoloading tex-mode; instead, do the same manually.
9842 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9843 with numeric argument. Docstring fix.
9844 (toplevel): Require cl when compiling.
9845
9846 * international/mule.el (make-char): Doc fix.
9847
9848 2000-12-02 Jason Rumney <jasonr@gnu.org>
9849
9850 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9851 the Emacs Lisp manual)
9852
9853 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9854
9855 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9856
9857 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9858 the Emacs Lisp manual).
9859
9860 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9861
9862 * simple.el (next-line-add-newlines): Change default to nil.
9863
9864 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9865
9866 * files.el (revert-buffer, recover-file):
9867 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9868
9869 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9870
9871 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9872
9873 2000-12-01 Miles Bader <miles@gnu.org>
9874
9875 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9876
9877 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9878
9879 * international/mule-diag.el (describe-char-after): Fix typo.
9880 (describe-character-set, non-iso-charset-alist): Fix typo.
9881
9882 2000-12-01 Miles Bader <miles@gnu.org>
9883
9884 * image-file.el (image-file-name-regexp): Automatically add
9885 upper-case variants of each filename extension in
9886 `image-file-name-extensions', since they seem to be common.
9887
9888 * simple.el (minibuffer-contents)
9889 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9890 New functions.
9891 * filecache.el (file-cache-directory-name)
9892 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9893
9894 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9895
9896 * filecache.el (file-cache-minibuffer-complete): Don't try to
9897 delete the minibuffer prompt.
9898
9899 2000-11-30 Dave Love <fx@gnu.org>
9900
9901 * cus-start.el: Fix read-buffer-function type.
9902
9903 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9904
9905 * md5.el: Removed. There's a built-in function, now.
9906
9907 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9908
9909 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9910 as dummy 0-th char of rmail-deleted-vector.
9911
9912 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9913
9914 * ps-print.el (ps-end-job): Bind case-fold-search only after
9915 switching to ps-spool-buffer.
9916
9917 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9918
9919 * ps-print.el: Line number font customization. PostScript: Lines and
9920 PageCount are initialized on each page. Doc Fix.
9921 (ps-print-version): New version number (6.3.2).
9922 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9923 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9924 (ps-right-header): Customization fix.
9925 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9926 Fix code.
9927 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9928 New vars.
9929
9930 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9931
9932 * bs.el: Fix typos and spelling errors.
9933 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9934 (bs-configuration): Doc fix.
9935
9936 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9937
9938 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9939
9940 * emulation/tpu-edt.el (tpu-version): New version.
9941 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9942 (tpu-original-mode-line): Variable deleted.
9943 (tpu-mark-flag): New initial value.
9944 (tpu-set-mode-line): Don't redefine mode-line-format.
9945 Add tpu-mark-flag to minor-mode-alist.
9946 (tpu-update-mode-line): New mark flag logic.
9947 (tpu-get): Use find-file-wildcards.
9948 (tpu-search-highlight): Move overlay less, reset overlay properly.
9949 (tpu-unselect): Deactivate mark.
9950 (tpu-lm-replace): Reset overlay properly.
9951 (tpu-forward-line): Use forward-visible-line.
9952 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9953
9954 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9955
9956 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9957
9958 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9959
9960 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9961
9962 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9963 and skip whitespace and newlines.
9964
9965 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9966
9967 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9968
9969 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9970
9971 * help.el (describe-function-1): Regexp-quote function name
9972 when used as part of a regexp.
9973
9974 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9975 Use face-attribute instead of face-foreground and face-background.
9976 (tool-bar-add-item): Likewise, and handle unspecified colors.
9977
9978 * enriched.el (enriched-face-ans): Use face-attribute instead
9979 of face-foreground and face-background.
9980
9981 * faces.el (face-foreground, face-background, face-stipple):
9982 Return nil if attribute is unspecified, for backward compatibility.
9983
9984 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9985
9986 * play/5x5.el: Remove version info.
9987
9988 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9989
9990 * frame.el (blink-cursor-mode): Doc fix.
9991
9992 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9993
9994 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9995 to create Makefile rules.
9996 (antlr-tool-command): New user option.
9997 (antlr-ask-about-save): New user option.
9998 (antlr-makefile-specification): New user option.
9999 (antlr-file-formats-alist): New variable.
10000 (antlr-special-file-formats): New variable.
10001 (antlr-unknown-file-formats): New user option.
10002 (antlr-help-unknown-file-text): New variable.
10003 (antlr-help-rules-intro): New variable.
10004 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10005 (antlr-mode-menu): Add entries.
10006 (antlr-file-dependencies): New function.
10007 (antlr-directory-dependencies): New function.
10008 (antlr-superclasses-glibs): New function.
10009 (antlr-run-tool): New command.
10010 (antlr-makefile-insert-variable): New function.
10011 (antlr-insert-makefile-rules): New function.
10012 (antlr-show-makefile-rules): New command.
10013
10014 * antlr-mode.el: More Emacs/XEmacs stuff.
10015 (antlr-no-action-keywords): New constant with value nil.
10016 (antlr-font-lock-keywords-alist): Use it. Old value would break
10017 syntax highlighting in Emacs-21.0.
10018 (antlr-default-directory): Emacs/XEmacs dependend function.
10019 (antlr-read-shell-command): Ditto.
10020 (antlr-with-displaying-help-buffer): Ditto.
10021
10022 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10023
10024 * antlr-mode.el: imenu, parsing and highlighting changes.
10025 (antlr-imenu-create-index-function): Don't create extra submenus
10026 for definitions in different grammar classes. It is not necessary
10027 for the menu and would make command `imenu' awkward to use.
10028 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10029 header actions and more than one.
10030 (antlr-font-lock-tokendef-face): Changed color.
10031 (antlr-font-lock-tokenref-face): Changed color.
10032 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10033 (antlr-mode-syntax-table): New variable.
10034 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10035 (antlr-with-syntax-table): Don't copy syntax table.
10036
10037 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10038
10039 * antlr-mode.el: Minor changes: language setting.
10040 (antlr-language-alist): The value for file option "language" can
10041 be both an identifier and a string.
10042 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10043 (antlr-language-limit-n-regexp): Change accordingly.
10044
10045 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10046
10047 * antlr-mode.el: Minor changes: tabs, hiding.
10048 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10049 (antlr-action-visibility): Also allow value nil to also hide the
10050 braces. Renamed from `antlr-tiny-action-length'.
10051 Suggested by Jay@aol.com.
10052 (antlr-hide-actions): Change accordingly. Hide line if completely
10053 hidden action is on a line of its own.
10054
10055 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10056
10057 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10058
10059 * sort.el (sort-columns): Don't concat strings with numbers.
10060
10061 2000-11-29 Dave Love <fx@gnu.org>
10062
10063 * cus-edit.el (face): Fix :format.
10064
10065 * mail/feedmail.el: Require smtpmail when compiling.
10066 (mail-do-fcc): Autoload.
10067 (feedmail) <defgroup>: Fix :link.
10068 (feedmail-nuke-body-in-fcc): Fix :type.
10069 (feedmail-send-it): Add autoload cookie.
10070
10071 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10072
10073 * newcomment.el (comment-indent): Save excursion around call to
10074 comment-indent-function.
10075
10076 2000-11-29 Miles Bader <miles@gnu.org>
10077
10078 * subr.el (member-ignore-case): Return the tail of the list who's
10079 car matches, like `member', not the matching element itself.
10080
10081 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10082
10083 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10084 should not contain `\n'.
10085
10086 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10087
10088 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10089
10090 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10091
10092 * dired-aux.el (dired-do-create-files): Construct default file
10093 name for dired-mark-read-file-name so that when the user enters
10094 just RET, the target file will end up in the target directory.
10095
10096 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10097 local-abbrev-table before changing buffers because it might
10098 have a buffer-local binding.
10099
10100 2000-11-28 Miles Bader <miles@gnu.org>
10101
10102 * simple.el (delete-horizontal-space): Handle fields more generally.
10103
10104 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10105
10106 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10107
10108 2000-11-28 Dave Love <fx@gnu.org>
10109
10110 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10111 comment-start-skip locally.
10112
10113 * progmodes/fortran.el (fortran-mode): Don't set
10114 fortran-comment-line-start-skip. Set comment-start to
10115 fortran-comment-line-start.
10116 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10117 (fortran-comment-line-start-skip): Simplify slightly.
10118
10119 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10120
10121 * play/5x5.el: Remove RCS keyword.
10122
10123 * bs.el: Mistaken commit, undone 2000-11-30.
10124
10125 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10126
10127 * textmodes/tildify.el (tildify-string-alist):
10128 Add `plain-tex-mode' here.
10129
10130 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10131
10132 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10133 reference.
10134
10135 2000-11-28 Miles Bader <miles@gnu.org>
10136
10137 * cus-face.el (custom-face-attributes): Add post-filter function
10138 for :box. Make pre-filter function for :box handle all cases.
10139
10140 * wid-edit.el (widget-choose): Make sure pop-up window is large
10141 enough to display all the choices, as there's no way to scroll it.
10142
10143 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10144
10145 * international/mule-conf.el: Make the coding system no-conversion
10146 safe for all characters.
10147
10148 2000-11-27 Dave Love <fx@gnu.org>
10149
10150 * net/ldap.el (ldap) <defgroup>: Add :version.
10151
10152 * tooltip.el (tooltip-use-echo-area): Doc fix.
10153
10154 * cus-start.el <minibuffer-prompt-properties>: Add version.
10155 <read-buffer-function>: Add.
10156
10157 * apropos.el (apropos-print): Add help-echo to active text.
10158
10159 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10160
10161 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10162
10163 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10164 type, group and version.
10165
10166 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10167
10168 * select.el (x-get-selection): Docstring fix.
10169
10170 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10171
10172 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10173
10174 2000-11-27 Andrew Innes <andrewi@gnu.org>
10175
10176 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10177
10178 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10179
10180 2000-11-27 Miles Bader <miles@gnu.org>
10181
10182 * dired.el (dired-get-filename): Return filename verbatim if
10183 LOCALP is `verbatim'.
10184 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10185 `verbatim' so that we don't inadvertently delete a non-existant
10186 directory name.
10187
10188 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10189
10190 * international/characters.el: Specify cases and syntaxes for
10191 mule-unicode-0100-24ff.
10192
10193 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10194
10195 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10196 that foreground and/or background colors of the face `tool-bar'
10197 are unspecified.
10198
10199 2000-11-27 Miles Bader <miles@gnu.org>
10200
10201 * wid-edit.el (widget-field-buffer, widget-field-start)
10202 (widget-field-end): Handle widget field `pseudo-overlays'.
10203 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10204 if it's there instead of in `widget-field-list'.
10205
10206 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10207 (help-make-xrefs): Delete extraneous newlines at the end of the
10208 docstring.
10209
10210 2000-11-25 Jason Rumney <jasonr@gnu.org>
10211
10212 * startup.el (command-line): Call set-locale-environment after
10213 Window System init file is read, as it can result in a call to
10214 redraw-frame.
10215
10216 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10217
10218 * simple.el (shell-command): Mention the effect of the prefix
10219 argument in the doc string.
10220
10221 2000-11-25 Miles Bader <miles@gnu.org>
10222
10223 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10224
10225 * wid-edit.el (widget-field-value-delete): Don't try to delete
10226 overlay when it's the `pseudo-overlay' that exists at some points.
10227
10228 2000-11-24 Jason Rumney <jasonr@gnu.org>
10229
10230 * international/mule-cmds.el (locale-language-names): Add "jp" as
10231 a non-standard alternative for Japanese.
10232
10233 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10234
10235 * vc-hooks.el: Require 'cl during compilation.
10236
10237 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10238
10239 * faces.el (face-set-after-frame-default): Let face attributes
10240 specified for new frames override frame parameters.
10241
10242 * startup.el (command-line): Fix computation of the source file
10243 for user-init-file when user-init-file is a compiled file.
10244
10245 2000-11-24 Miles Bader <miles@gnu.org>
10246
10247 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10248 (custom-post-filter-face-spec): New functions.
10249 (custom-face-set, custom-face-value-create): Filter the face spec
10250 before and after customization.
10251 (custom-face-set): If VALUE specifies a null face, pass a
10252 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10253 * cus-face.el (custom-face-attributes): Remove SET and GET
10254 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10255 cases they're needed.
10256
10257 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10258 that it's distinguishable from the :off-glyph on dark-background
10259 displays. Set its background color too.
10260
10261 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10262 so that people can easily turn it off.
10263
10264 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10265
10266 * ediff-diff.el: Moved variables around to have it compile under NT.
10267
10268 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10269
10270 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10271
10272 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10273 redundant skip-small-frames test.
10274
10275 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10276 (viper-downgrade-to-insert): Protect against errors in hooks.
10277
10278 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10279 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10280 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10281 New functions.
10282
10283 * viper-util.el (viper-memq-char): Bug fixes.
10284
10285 * viper.el (viper-mode): Fix cursor handling.
10286
10287 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10288
10289 * international/mule-diag.el (list-iso-charset-chars):
10290 For two-byte charset, fix the `while' condition.
10291 (list-non-iso-charset-chars): Fix the `while' condition.
10292
10293 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10294
10295 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10296 if the variable is make-variable-buffer-local.
10297
10298 * progmodes/ada-stmt.el (ada-template-map):
10299 Initialize and bind it to C-c t in ada-mode-map.
10300 (ada-stmt-mode-hook): New function extracted from old code.
10301 Only change the buffer-local side of skeleton-*.
10302 (ada-mode-hook): Use it.
10303
10304 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10305
10306 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10307 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10308 we expect to be returned by minibuffer-depth once we prompt the
10309 user in the minibuffer.
10310 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10311 as recorded in iswitchb-minibuf-depth, return non-nil.
10312
10313 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10314
10315 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10316 (hscroll-window-maybe): Docstring fix.
10317
10318 2000-11-23 Dave Love <fx@gnu.org>
10319
10320 * rect.el (string-rectangle): Don't test delete-selection-mode.
10321
10322 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10323
10324 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10325 is in the tool bar.
10326
10327 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10328 with `no-dir'; we want the directory part to be able to remove it.
10329
10330 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10331
10332 * textmodes/outline.el (outline-flag-region):
10333 Don't bind inhibit-read-only since we don't modify the buffer.
10334 (outline-isearch-open-invisible): Don't jump to overlay-start
10335 since we're trying to unhide text around point.
10336 (outline-discard-overlays): Use dolist.
10337
10338 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10339
10340 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10341
10342 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10343
10344 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10345
10346 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10347 Fix ARG regexp to skip quoted braces.
10348 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10349 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10350 are (correctly) handled separately).
10351 Remove `caption' and `footnote' from `citations': they contain text.
10352 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10353 (latex-skeleton-end-hook): New function.
10354 (latex-mode): Use it.
10355 (tex-start-tex-marker): Remove.
10356 (tex-send-tex-command): Don't set tex-start-tex-marker.
10357 (tex-error-parse-syntax-table): New var.
10358 (tex-compilation-parse-errors): Use it.
10359 Ignore tex-start-tex-marker. Don't bother with marker-position.
10360 (tex-validate-buffer): Don't bother with marker-position.
10361
10362 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10363 (flyspell-generic-progmode-verify): Use it.
10364
10365 2000-11-22 Sam Steingold <sds@gnu.org>
10366
10367 * simple.el (delete-trailing-whitespace): New interactive function.
10368
10369 * progmodes/ada-mode.el (ada-mode): Use it instead of
10370 `ada-remove-trailing-spaces'.
10371 (ada-remove-trailing-spaces): Removed.
10372
10373 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10374
10375 * textmodes/picture.el (picture-clean): Removed.
10376 (picture-mode-exit): Call it instead of `picture-clean'.
10377
10378 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10379
10380 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10381
10382 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10383 jit-lock-fontify-buffer; it should anyway be unneccessary to
10384 do anything special when jit-lock is active.
10385 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10386
10387 2000-11-22 Dave Love <fx@gnu.org>
10388
10389 * calendar/todo-mode.el (todo-top-priorities): Use
10390 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10391
10392 * language/chinese.el, language/cyrillic.el:
10393 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10394 * language/hebrew.el, language/indian.el, language/japanese.el:
10395 * language/korean.el, language/lao.el, language/misc-lang.el:
10396 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10397 Use provide.
10398
10399 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10400 (custom-variable-set): Improve validation error mesage.
10401
10402 * rect.el (string-rectangle): Revert last change.
10403 (string-rectangle-line): New arg DELETE.
10404 (string-rectangle): Check delete-selection-mode.
10405
10406 * emacs-lisp/edebug.el (edebug-version)
10407 (edebug-maintainer-address): Deleted.
10408 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10409 (edebug-read-function): Account for other `'#' read forms.
10410 (edebug-mode-menus): Make some items toggles.
10411 (edebug-outside-unread-command-event, unread-command-event):
10412 Remove these to avoid warnings.
10413
10414 2000-11-22 David Ponce <david@dponce.com>
10415
10416 * recentf.el (recentf-menu-items-for-commands)
10417 (recentf-make-menu-items, recentf-make-menu-item)
10418 (recentf-filter-changer): Added :help and :active menu-item properties.
10419
10420 (recentf-build-dir-rules, recentf-dump-variable)
10421 (recentf-edit-list, recentf-open-files-item)
10422 (recentf-open-files): Replaced unnecessary `mapcar' with new
10423 built-in `mapc'.
10424
10425 2000-11-23 Miles Bader <miles@gnu.org>
10426
10427 * faces.el (menu): Make inverse-video on ttys too.
10428
10429 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10430
10431 * simple.el (comment-line-break-function): Use the new name
10432 indent-new-comment-line -> comment-indent-new-line.
10433 (clone-indirect-buffer): Don't ignore NORECORD.
10434 (next-completion): Properly handle the case where items are adjacent.
10435
10436 * mouse.el (popup-menu): Stupid typo.
10437
10438 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10439
10440 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10441 maintainer, keywords tags.
10442
10443 * rect.el (replace-rectangle): Don't call string-rectangle-line
10444 with too many arguments.
10445
10446 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10447
10448 * ediff-util.el (ediff-file-checked-out-p)
10449 (ediff-file-checked-in-p): Call vc-state instead of
10450 vc-locking-user, which no longer exists.
10451
10452 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10453
10454 2000-11-22 Dave Love <fx@gnu.org>
10455
10456 * md5.el (md5): Provide.
10457 (md5): Fix error call.
10458
10459 2000-11-22 Miles Bader <miles@gnu.org>
10460
10461 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10462 (refill-fill-paragraph-at): Remove debugging code.
10463
10464 * calendar/calendar.el (generate-calendar-window): When we don't
10465 call `fit-window-to-buffer', make sure the top line is fully visible.
10466
10467 * image-file.el (insert-image-file): Don't make `read-only'
10468 property rear-nonsticky.
10469
10470 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10471 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10472 stashing away its original value.
10473 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10474 in the recursive edit.
10475 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10476 (isearch-done): Restore `minibuffer-message-timeout'.
10477
10478 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10479
10480 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10481
10482 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10483
10484 * find-lisp.el (find-lisp-find-files-internal):
10485 Use dolist, when and file-name-as-directory.
10486
10487 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10488 (define-derived-mode, define-minor-mode): Add specs.
10489
10490 * window.el: General comment and spacing fixes.
10491 (save-selected-window): Use backquotes.
10492 (window-safely-shrinkable-p): New function.
10493 (shrink-window-if-larger-than-buffer): Use it.
10494
10495 * subr.el (make-local-hook): Docstring fix.
10496
10497 * shell.el (shell-mode): Use define-derived-mode.
10498
10499 * newcomment.el (comment-indent): Insert comment before calling
10500 comment-indent-function. Don't insert in column 0.
10501 (comment-dwim): Indent before inserting comment.
10502
10503 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10504 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10505 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10506 Use mapc rather than map.
10507
10508 * files.el (find-buffer-visiting): Compare all attributes before
10509 declaring two files identical (rather than just their inode-no).
10510 (auto-mode-alist): Use \' rather than $.
10511
10512 * which-func.el: Update maintainer line.
10513
10514 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10515 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10516 (uniquify-buffer-file-name): Use it.
10517
10518 2000-11-22 Miles Bader <miles@gnu.org>
10519
10520 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10521 * simple.el (minibuffer-avoid-prompt): New function.
10522
10523 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10524
10525 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10526
10527 2000-11-21 Miles Bader <miles@gnu.org>
10528
10529 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10530 inclusion of `track-mouse'.
10531
10532 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10533 (refill-adjust-ignorable-overlay): New function.
10534 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10535 only the paragraph's tail if possible.
10536 Update `refill-ignorable-overlay'.
10537 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10538
10539 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10540 point inside the fill-prefix.
10541
10542 * textmodes/refill.el (refill-post-command-function): Don't reset
10543 refill-doit in the case where a self-insertion command doesn't
10544 case a refill. Use `refill-fill-paragraph-at', getting position
10545 from `refill-doit'.
10546 (refill-after-change-function): Set `refill-doit' to END.
10547 (refill-fill-paragraph-at): New function, mostly from old
10548 refill-fill-paragraph.
10549 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10550 (refill-pre-command-function): New function.
10551 (refill-mode): Add it to `pre-command-hook'.
10552
10553 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10554
10555 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10556
10557 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10558 javadoc tags.
10559
10560 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10561
10562 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10563 vc.el).
10564
10565 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10566 require vc.
10567
10568 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10569 checkouts.
10570
10571 2000-11-20 Dave Love <fx@gnu.org>
10572
10573 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10574
10575 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10576
10577 * calculator.el (calculator-paste): Use `if' instead of `and'
10578 and `or'.
10579 (calculator-help): Don't use electric-describe-mode for XEmacs.
10580
10581 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10582
10583 * info.el (info-menu-5): Doc fix.
10584
10585 * textmodes/artist.el: New file.
10586
10587 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10588
10589 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10590 and differentiate according to checkout model.
10591 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10592 since this function is only concerned with master state.
10593
10594 * vc-hooks.el (vc-workfile-unchanged-p)
10595 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10596
10597 * vc.el (vc-workfile-unchanged-p)
10598 (vc-default-workfile-unchanged-p): See above.
10599
10600 2000-11-19 Miles Bader <miles@gnu.org>
10601
10602 * image-file.el (insert-image-file): Make `intangible' and
10603 `read-only' properties rear-nonsticky too.
10604
10605 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10606
10607 * ps-print.el: Update copyright notice.
10608
10609 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10610 (tooltip-show): Use the offsets.
10611
10612 * bindings.el (mode-line-modified): Fix a typo.
10613 (mode-line-toggle-modified, mode-line-widen)
10614 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10615
10616 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10617
10618 * ps-print.el (toplevel): Test for find-coding-system being
10619 fboundp before calling ps-x-find-coding-system.
10620
10621 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10622
10623 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10624 (vc-version-backup-file): Docstring fix.
10625
10626 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10627
10628 * files.el (basic-save-buffer): Don't add a newline if
10629 find-file-literally is non-nil.
10630 (find-file-literally): Extend doc string.
10631
10632 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10633 sort(1) with the `-f' argument.
10634
10635 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10636
10637 * vc.el: Updated backend documentation.
10638 (vc-default-check-headers): New function.
10639
10640 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10641
10642 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10643 up-to-date.
10644 (vc-do-command): In the asynchronous case, output messages only if
10645 the minibuffer is not active.
10646
10647 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10648 `vc-cvs-use-edit' is on.
10649 (vc-cvs-checkout): When this is used for reverting the workfile,
10650 make a backup of the original contents and revert to that in case
10651 of error.
10652 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10653 remote repositories.
10654
10655 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10656 for both version and ratio in the minibuffer.
10657
10658 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10659 Use vc-do-command to perform the annotation, not call-process.
10660
10661 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10662
10663 * international/quail.el (quail-start-translation): Don't call
10664 `message' before reading key sequence.
10665
10666 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10667
10668 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10669
10670 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10671
10672 * window.el (fit-window-to-buffer): Be sure to acquire at least
10673 one text line even if the buffer is empty.
10674
10675 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10676
10677 * net/ange-ftp.el (ange-ftp-file-writable-p)
10678 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10679 Bind ange-ftp-process-verbose to nil.
10680
10681 2000-11-15 Dave Love <fx@gnu.org>
10682
10683 * wid-edit.el (widget-specify-field, widget-specify-button):
10684 If :help-echo is a function, set help-echo of overlay to
10685 widget-mouse-help.
10686 (widget-mouse-help): New function.
10687 (widget-echo-help): Rewritten for :help-echo functions only taking
10688 a widget arg.
10689
10690 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10691 Use display-graphic-p.
10692 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10693 and that JPEG is available.
10694 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10695
10696 * international/mule-cmds.el (locale-charset-language-names):
10697 Match @euro.
10698
10699 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10700
10701 * faces.el (face-set-after-frame-default):
10702 If `inhibit-default-face-x-resources' is bound, don't intialize the
10703 default face from X resources.
10704
10705 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10706
10707 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10708 Don't set EMACSLOADPATH.
10709
10710 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10711
10712 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10713 texinfo-insert-@url.
10714 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10715 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10716
10717 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10718
10719 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10720 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10721 (checkdoc-minor-keymap): Backward compatibility.
10722 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10723 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10724 (checkdoc-this-string-valid-engine): Be a bit more strict
10725 to avoid matching substrings of `...' quoted vars/funs.
10726 (checkdoc-defun-info): Only look for `interactive' if alone.
10727 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10728
10729 * progmodes/compile.el (grep): `tag-default' can be nil.
10730
10731 * newcomment.el (comment-indent): Paren typo.
10732
10733 2000-11-14 Dave Love <fx@gnu.org>
10734
10735 * calculator.el: New maintainer version.
10736
10737 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10738
10739 * cmuscheme.el: Doc fixes.
10740 (cmuscheme) <defgroup>: Use `scheme' as parent.
10741 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10742
10743 * xscheme.el (scheme-program-name): Don't define here.
10744
10745 * progmodes/scheme.el (scheme-program-name): New variable
10746 (originally in cmuscheme).
10747
10748 2000-11-14 Miles Bader <miles@gnu.org>
10749
10750 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10751 Handle header-lines. Don't loop forever if we can't enlarge the
10752 window anymore. Simplify a bit.
10753
10754 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10755
10756 * window.el (fit-window-to-buffer): Don't check
10757 window-text-height. Assure that the last line is fully visible.
10758
10759 * international/quail.el (quail-show-guidance-buf):
10760 Call fit-window-to-buffer to assure the enough height of the guidance
10761 buffer.
10762 (quail-update-guidance): Avoid making the guidance buffer shorter.
10763
10764 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10765
10766 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10767 rather than `prepend' and add an interesting comment.
10768 (tex-math-face, tex-font-lock-syntactic-face-function):
10769 New face and function to use it.
10770 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10771 than `menu-enable' symbol property.
10772 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10773 (tex-mode): Add some latex-mode commands for auto-selection.
10774 Use tex-font-lock-syntactic-face-function.
10775 (tex-insert-quote): Simplify.
10776 (tex-shell): New mode.
10777 (tex-start-shell): Use it.
10778 (tex-shell-proc, tex-shell-buf): New functions.
10779 (tex-send-command): Use it.
10780 (tex-main-file): Fix the meaning of the new arg REALFILE.
10781 (tex-send-tex-command): New function split from `tex-start-tex'.
10782 Set compilation-last-buffer and compilation-parsing-end.
10783
10784 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10785 when it follows non-comment text on the line.
10786
10787 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10788 Set font-lock-defaults.
10789 (lisp-mode-shared-map): Init inside the defvar.
10790 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10791 Use define-derived-mode.
10792
10793 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10794
10795 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10796
10797 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10798
10799 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10800 Don't recursively optimize body because that can lead to infinite
10801 recursion; see comment there.
10802
10803 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10804
10805 * faces.el (face-spec-set-match-display): Revert the change from
10806 2000-10-24. Add a FIXME for after v21.1.
10807
10808 2000-11-13 Miles Bader <miles@gnu.org>
10809
10810 * textmodes/fill.el (skip-line-prefix): New function.
10811 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10812 (fill-paragraph): Don't leave point inside the fill-prefix.
10813 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10814 point inside the fill-prefix.
10815
10816 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10817
10818 * calendar/calendar.el (generate-calendar-window):
10819 Use `fit-window-to-buffer'.
10820
10821 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10822
10823 * gud.el (gud-minor-mode): New var.
10824 (gud-symbol, gud-val): New functions.
10825 (gud-find-file): Copy gud-minor-mode to the new buffer.
10826 (gud-menu-map): Include entries for commands that are not always
10827 available, using :enable to (de)activate them.
10828 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10829 (gud-mode-map): New map.
10830 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10831 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10832 Don't set up gud's menu (it's done by the minor-mode).
10833 (gud-minibuffer-local-map): New.
10834 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10835 (gud-query-cmdline): New function.
10836 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10837 (gud-mode): Use define-derived-mode.
10838 Don't set up gud's menu (it's done by the minor-mode).
10839 (gud-chop-words): Remove.
10840 (gud-common-init): Use split-string instead.
10841 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10842
10843 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10844 Add keyword arg :name.
10845
10846 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10847 (diff-count-matches, diff-split-hunk): New functions.
10848 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10849
10850 * pcvs-info.el (cvs-fi-conflict-face): New var.
10851
10852 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10853 Make it into a simple syntax-table, shared among all submodes.
10854 (sh-heredoc-face): Re-introduce.
10855 (sh-font-lock-syntactic-face-function): New function.
10856 (sh-mode): Use it. Also use define-derived-mode.
10857 Remove old bogus setting of indent-region-function.
10858 (sh-set-shell): Don't set the syntax-table any more.
10859 (sh-mode-syntax-table) <defun>: Remove.
10860
10861 2000-11-12 Miles Bader <miles@gnu.org>
10862
10863 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10864 message if interactive.
10865
10866 2000-11-12 Dave Love <fx@gnu.org>
10867
10868 * mail/feedmail.el: Fix header,
10869 (feedmail) <defgroup>: Add :link.
10870
10871 * view.el: Use local-map property, not keymap on mode-line string.
10872
10873 * scroll-all.el (scroll-all-mode): Customize variable.
10874 Add autoload cookie to function.
10875
10876 * lazy-lock.el: Remove compatibility code.
10877
10878 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10879 (finder-help-echo): New variable.
10880 (finder-mouse-face-on-line): Add help-echo stuff.
10881 (finder-list-keywords, finder-list-matches): Use mapc.
10882
10883 * faces.el (face-font-registry-alternatives): Add :version.
10884
10885 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10886 tags-table-list.
10887
10888 * net/browse-url.el (browse-url-browser-function): Update :version.
10889
10890 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10891 (mail-mode): Use [:alnum:] in some regexps.
10892
10893 2000-11-10 Dave Love <fx@gnu.org>
10894
10895 * ediff.el (ediff-regions-internal, ediff-documentation):
10896 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10897 fundamental mode.
10898
10899 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10900 buffer into fundamental mode.
10901 (ediff-set-difference): Use copy-sequence if available.
10902
10903 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10904 Check ediff-patch-map non-nil.
10905 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10906 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10907 buffer into fundamental mode.
10908
10909 * ediff-merg.el (state-or-merge): Defvar when compiling.
10910
10911 2000-11-10 Jason Rumney <jasonr@gnu.org>
10912
10913 * w32-fns.el (w32-add-charset-info): New function.
10914 (w32-charset-info-alist): Use it.
10915
10916 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10917
10918 * faces.el (face-font-registry-alternatives): New user-option.
10919
10920 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10921
10922 * textmodes/texinfo.el (texinfo-block-default): New var.
10923 (texinfo-insert-block): Use it. Insert a newline if needed.
10924
10925 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10926 (fill-region-as-paragraph): Use it.
10927
10928 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10929 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10930 Tweak paragraph regexps to allow a leading [ \t]*.
10931 (tex-latex-block): Insert a newline if necessary.
10932 (latex-insert-item): Only insert a newline if necessary.
10933 (tex-guess-main-file): New function.
10934 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10935 Set tex-main-file if TeX-master is provided.
10936 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10937
10938 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10939
10940 * startup.el (command-line): Set the default tooltip-mode
10941 to t for graphical displays which implement x-show-tip.
10942
10943 * tooltip.el (tooltip-mode): Add a comment about startup.el
10944 setting the default value of this user-option.
10945
10946 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10947
10948 * font-lock.el (font-lock-*-face) <defvar>: Move.
10949 (font-lock-defaults-alist): Mark obsolete.
10950 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10951 (font-lock-mode): Use define-minor-mode.
10952 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10953 (font-lock-turn-off-thing-lock): Be more explicit.
10954 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10955 (font-lock-syntactic-face-function): New var.
10956 (font-lock-fontify-syntactically-region): Use it.
10957 (font-lock-doc-face): New.
10958
10959 * pcvs.el (cvs-enabledp): Ignore errors.
10960 (cvs-commit-filelist): Never query.
10961 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10962 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10963 (cvs-do-removal): Use cvs-partition rather than delete-if.
10964 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10965 cvs-bury-buffer.
10966
10967 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10968 Allow `next' to jump to after the end of the last match.
10969
10970 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10971
10972 * simple.el (byte-compiling-files-p): New function.
10973
10974 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10975 if it is there.
10976
10977 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10978 nil again.
10979
10980 * textmodes/ispell.el (ispell-library-path): Don't call
10981 check-ispell-version when byte-compiling because that starts
10982 an ispell process, and ispell might not be installed.
10983 (toplevel): Don't set up a menu when byte-compiling.
10984
10985 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10986 it, so that a boundp test can be used to determine if we're
10987 currently byte-compiling.
10988
10989 2000-11-09 Dave Love <fx@gnu.org>
10990
10991 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10992
10993 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10994
10995 * ps-print.el: Patch for variable initialization when spooling.
10996 Doc fix.
10997 (ps-output-list): Fun eliminated.
10998 (ps-begin-file, ps-begin-job): Code fix.
10999
11000 2000-11-08 Dave Love <fx@gnu.org>
11001
11002 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
11003
11004 2000-11-08 Gerd Moellmann <gerd@gnu.org>
11005
11006 * simple.el (shell-command, display-message-or-buffer)
11007 (shell-command-on-region): Mention resize-mini-windows in the doc
11008 string.
11009 (display-message-or-buffer): Take the value of resize-mini-windows
11010 into account.
11011
11012 2000-11-07 Gerd Moellmann <gerd@gnu.org>
11013
11014 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11015
11016 * dired.el (dired-between-files): Add `^. find' as an alternative
11017 to the regular expression, for find-dired.
11018
11019 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11020
11021 * textmodes/texnfo-upd.el: Require texinfo.
11022 (defmacro, defgroup): Remove.
11023 (texinfo-section-to-generic-alist): Remove.
11024 Use texinfo-section-list instead (i.e. level is changed string->int).
11025 (texinfo-filter): New function.
11026 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11027 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11028 Use it. And use regexp-opt.
11029 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11030 (texinfo-update-menu-region-beginning)
11031 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11032 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11033 (texinfo-update-menu-same-level-regexps): Update.
11034 (texinfo-update-node, texinfo-every-node-update)
11035 (texinfo-sequential-node-update): Remove autoload cookie.
11036
11037 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11038 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11039 (texinfo-chapter-level-regexp): Remove.
11040 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11041
11042 2000-11-06 Dave Love <fx@gnu.org>
11043
11044 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11045
11046 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11047 Match defun*.
11048
11049 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11050
11051 * composite.el (composition-function-table): Variable declaration
11052 moved to src/composite.c.
11053 (compose-chars-after): New optional arg object.
11054
11055 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11056
11057 * bindings.el (mode-line-toggle-read-only)
11058 (mode-line-toggle-modified, mode-line-widen)
11059 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11060 (make-mode-line-mouse2-map): Rewritten.
11061 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11062 functions so that C-h k can show something with a doc string.
11063
11064 * startup.el (fancy-splash-delay): Set to 10 seconds.
11065 (fancy-splash-max-time): New user-option.
11066 (fancy-splash-stop-time): New variable.
11067 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11068 (fancy-splash-screens-1): Throw `stop-splashing' when current
11069 time is greater than fancy-splash-stop-time.
11070
11071 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11072
11073 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11074
11075 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11076 Prompt user for a file rather than raising an error.
11077 (cvs-enabledp): Fix call to cvs-mode-marked.
11078 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11079 (cvs-mode-insert): Use it. Change the init prompt' value.
11080 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11081
11082 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11083 Don't pass default arg to ewoc-locate.
11084 (ewoc-collect): Return result in the right order.
11085
11086 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11087
11088 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11089 (cvs-status-get-tags): Fix regexp.
11090 (cvs-status-trees, cvs-status-cvstrees):
11091 Combine after change hooks and don't sit-for.
11092 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11093 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11094 Use make-char rather than hard-coded cryptic data.
11095 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11096
11097 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11098
11099 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11100 (cvs-insert-strings): New function.
11101
11102 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11103
11104 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11105 `mwheel-scroll-amount'.
11106 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11107 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11108 string-matching against the version string.
11109
11110 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11111
11112 * language/thai.el ("Thai"): Set a lisp form that produces
11113 composed string in `sample-text' language info.
11114
11115 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11116 composed string in `sample-text' language info.
11117
11118 * international/mule-cmds.el (describe-language-environment):
11119 Eval `sample-text' data and insert the result.
11120
11121 * international/mule-conf.el (compound-text): Define this coding
11122 system here. Make x-ctext and ctext aliases of it.
11123
11124 * language/european.el (compound-text, ctext): Moved to
11125 international/mule-conf.el.
11126
11127 2000-11-05 Andrew Innes <andrewi@gnu.org>
11128
11129 * w32-fns.el (w32-version): New function.
11130
11131 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11132
11133 * progmodes/awk-mode.el: Update copyright.
11134 (awk-mode-abbrev-table): Remove.
11135 (awk-font-lock-keywords): Use regexp-opt.
11136 (awk-mode): Use define-derived-mode.
11137
11138 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11139 when extracting a suffix.
11140
11141 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11142
11143 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11144 auto-save-mode.
11145
11146 2000-11-04 Jason Rumney <jasonr@gnu.org>
11147
11148 * language/european.el (decode-mac-roman): Test against r1 not r0.
11149
11150 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11151
11152 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11153 (icon-mode): Define indent-line-function.
11154 (icon-comment-indent): Simplify.
11155 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11156
11157 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11158
11159 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11160 Bind change-log-default-mode to defeat the caching done on it.
11161 Don't bother saving excursion any more.
11162
11163 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11164
11165 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11166 (set-frame-font): Use the new name (and the old for compatibility).
11167
11168 * toolbar/tool-bar.el (tool-bar-mode):
11169 * time.el (display-time-mode):
11170 * recentf.el (recentf-mode):
11171 * paren.el (show-paren-mode):
11172 * mwheel.el (mouse-wheel-mode):
11173 * msb.el (msb-mode):
11174 * jka-compr.el (auto-compression-mode):
11175 * image-file.el (auto-image-file-mode):
11176 * hl-line.el (hl-line-mode):
11177 * delsel.el (delete-selection-mode):
11178 * autoinsert.el (auto-insert-mode):
11179 * complete.el (partial-completion-mode): Drop unneeded positional args.
11180
11181 * info.el (Info-mode):
11182 * comint.el (comint-mode): Don't bother with make-local-hook.
11183
11184 * log-edit.el (log-edit-menu): New menu.
11185
11186 2000-11-03 Miles Bader <miles@gnu.org>
11187
11188 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11189 definition, so that trailing spaces are handled properly.
11190 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11191
11192 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11193
11194 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11195 tab character.
11196 (fancy-splash-screens): Set tab-width to 20.
11197
11198 2000-11-03 Dave Love <fx@gnu.org>
11199
11200 * comint.el (comint-completion-addsuffix): Fix custom type.
11201
11202 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11203
11204 * font-lock.el (font-lock-buffers): Remove.
11205 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11206 (font-lock-change-major-mode): Remove.
11207 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11208 (font-lock-default-fontify-region): Extend the multiline
11209 fontification to whole lines.
11210 (font-lock-fontify-anchored-keywords)
11211 (font-lock-fontify-keywords-region): If matching just one
11212 line (with \n) only mark the \n as multiline.
11213
11214 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11215 Correctly handle the case where several :group args are supplied.
11216 Allow :extra-args.
11217 (easy-mmode-define-global-mode): Allow :extra-args.
11218 Correctly handle the case where several :group args are supplied.
11219
11220 2000-11-02 Miles Bader <miles@gnu.org>
11221
11222 * calendar/calendar.el (diary-face, calendar-today-face)
11223 (holiday-face): Remove dependency on `window-system'.
11224
11225 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11226
11227 * Makefile.in (emacs): Set EMACSLOADPATH always.
11228 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11229 (compile-files): Bomb out if compilation of a file fails.
11230
11231 2000-11-02 Dave Love <fx@gnu.org>
11232
11233 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11234
11235 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11236
11237 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11238 punctuation in the warning inserted into the *mail* buffer.
11239
11240 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11241
11242 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11243 (authors-public-domain-p): New function.
11244 (authors-print): Use it.
11245
11246 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11247
11248 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11249
11250 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11251
11252 * ps-print.el: Extension for even/odd printing. Doc fix.
11253 (ps-print-version): New version number (6.3.1).
11254 (ps-even-or-odd-pages): Customization fix.
11255 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11256 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11257 (ps-page-count): Var replaced by `ps-page-column'.
11258 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11259 (ps-print-sheet-p): New fun.
11260
11261 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11262
11263 * tooltip.el (tooltip-gud-tips-setup): New function.
11264 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11265 (tooltip-mode): Call tooltip-gud-tips-setup.
11266 (tooltip-gud-tips): Use `gud-basic-call' instead of
11267 process-send-string, so the prompt gets frobbed appropriately.
11268 Handle nil return value from `tooltip-gud-print-command'.
11269
11270 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11271
11272 * comint.el (comint-add-to-input-history): New function.
11273 (comint-send-input): Use `comint-add-to-input-history'.
11274
11275 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11276
11277 * info.el (info-menu-header): New face.
11278 (Info-fontify-menu-headers): New function.
11279 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11280
11281 * info.el (Info-insert-dir): Don't include blank lines at
11282 beginning of additional dir files (one is added automatically).
11283
11284 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11285
11286 * emacs-lisp/easy-mmode.el (define-minor-mode):
11287 Revert the latest changes.
11288 Allow the three positional arguments to be skipped and replaced
11289 by keyword arguments.
11290 Add a :toggle argument to determine whether a nil arg means toggle
11291 or means turn-on. The default is unchanged.
11292 Add a call to force-mode-line-update.
11293
11294 2000-11-01 Dave Love <fx@gnu.org>
11295
11296 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11297
11298 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11299
11300 * calendar/calendar.el (diary-face, holiday-face):
11301 Add dark-background variants.
11302
11303 2000-10-31 Sam Steingold <sds@gnu.org>
11304
11305 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11306 `tex-main-file' does not have directory in it.
11307
11308 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11309
11310 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11311
11312 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11313
11314 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11315 functional change.
11316
11317 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11318
11319 * files.el (find-file-noselect): When we expand a wildcard, return
11320 a list of buffers, as we should do according to the doc string.
11321
11322 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11323
11324 * loadup.el (top level): Adjust load path if program name is
11325 "../src/bootstrap-emacs", in case it's not dumped and thus the
11326 load path adjustment hasn't already been done.
11327
11328 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11329
11330 * ps-print.el: Fix bug on selected pages for printing.
11331 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11332 is on. Try to avoid warning messages when compiling. Doc Fix.
11333 (ps-print-version): New version number (6.3).
11334 (ps-color-device): Use `color-values' to determine if device
11335 supports color.
11336 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11337 (ps-print-page-p): Changed from defsubst to defun.
11338 (ps-page-number): Changed from defmacro to defun.
11339 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11340 printing.
11341 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11342 (ps-end-file, ps-dummy-page): Funs eliminated.
11343 (ps-print-color-scale): Changed default value.
11344 (ps-page-n-up, ps-print-page-p): New internal vars.
11345 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11346 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11347
11348 * delim-col.el: Little programming improvement.
11349 (delimit-columns-str): New macro.
11350 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11351
11352 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11353
11354 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11355 Moved to european.el.
11356 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11357 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11358 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11359 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11360
11361 2000-10-30 Dave Love <fx@gnu.org>
11362
11363 * progmodes/cc-menus.el (imenu-generic-expression)
11364 (imenu-progress-message): Only defvar when compiling.
11365
11366 * emacs-lisp/elp.el (elp-unload-hook): New function.
11367
11368 * loadhist.el (unload-feature): Call elp-restore-function,
11369 checking for symbols; don't use elp-restore-all.
11370 (loadhist-hook-functions): Doc fix.
11371
11372 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11373
11374 * log-edit.el (log-edit-confirm): Fix the default.
11375
11376 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11377
11378 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11379 delimit-columns-format.
11380 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11381
11382 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11383
11384 * comint.el (comint-replace-by-expanded-history): Don't use
11385 comint-get-old-input (we're not looking at *old* input).
11386 (comint-get-old-input-default): If using fields, signal an error
11387 when the point is not in an input field.
11388
11389 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11390
11391 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11392 and mule-unicode-e000-ffff.
11393
11394 * international/mule.el (decode-char, encode-char): New functions.
11395 (make-coding-system): Accept a symbol of translation table as a
11396 value of property `safe-chars'.
11397
11398 * international/mule-cmds.el (encode-coding-char): Check property
11399 safe-chars instead of safe-charsets.
11400
11401 * international/fontset.el (fontset-default): Modified for
11402 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11403 (x-font-name-charset-alist): Likewise.
11404 (ccl-encode-unicode-font): New CCL program. Record it in
11405 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11406
11407 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11408 New translation tables.
11409 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11410 programs are modified and moved from mac-win.el.
11411 (mac-roman): Definition of this coding system is modified and
11412 moved from mac-win.el.
11413
11414 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11415
11416 * ediff-wind.el (ediff-setup-control-frame): Enclose
11417 face-attribute in condition-case to avoid errors in older emacsen.
11418
11419 2000-10-29 Miles Bader <miles@gnu.org>
11420
11421 * custom.el (custom-add-to-group): Allow multiple entries for a
11422 given value OPTION, as long as their widget types are different.
11423 * cus-edit.el (custom-face-value-create): If face name doesn't end
11424 with "face", add such here (similar to custom group widgets).
11425
11426 * comint.el (comint-highlight-prompt): Add :type.
11427
11428 2000-10-28 John Wiegley <johnw@gnu.org>
11429
11430 * calendar/timeclock.el (timeclock-log): Doc fix.
11431 (timeclock-last-event): Doc fix.
11432 (timeclock-log): Kill the timelog buffer after appending a new event.
11433 (timeclock-find-discrep): Use a temp buffer to read in the
11434 timelog, instead of visiting the file.
11435 (timeclock-log-data): A new function, along with a host of helper
11436 functions, for the purpose of making timelog data accessible to
11437 programmers.
11438
11439 * eshell/esh-mode.el (window-height test): Make certain that
11440 `eshell-stringify-t' is non-nil.
11441 (eshell-password-prompt-regexp): Changed to a much simpler
11442 password regexp.
11443 (eshell-send-input): If `eshell-invoke-directly' returns t,
11444 directly invoke the parsed command using `eval'. This improves
11445 turn-around time on simple commands by a factor of three or
11446 greater, such as cd, ls, pwd, etc. -- which get used very often.
11447 It also conserves thousands of cons cells per call (since
11448 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11449 in the Pacific Cookie Company).
11450
11451 * eshell/esh-test.el (eshell-test): Whitespace fix.
11452
11453 * eshell/em-ls.el (eshell-ls-insert-directory):
11454 Make `eshell-ls-initial-args' nil when inserting directory contents.
11455
11456 * eshell/em-script.el (eshell-script-initialize): Add names to
11457 `eshell-complex-commands, since `source' and `.' are complex.
11458
11459 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11460 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11461 `eshell-copy-handles'.
11462 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11463 bodies.
11464 (eshell-separate-commands): Whitespace fix.
11465 (eshell-complex-commands): Added a new list of names, for
11466 determining whether a given command is as simple as it looks.
11467 (eshell-invoke-directly): New function. Returns t if a command
11468 should be invoked directly (using `eval'), rather than indirectly
11469 using `eshell-do-eval'.
11470 (eshell-do-eval): Whitespace fix.
11471
11472 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11473 which provides an emulation of the DOS shell behavior of assuming
11474 that cp/mv/ln should copy/move/link to the current directory.
11475 (eshell-remove-entries): Added a doc string.
11476 (eshell-shuffle-files): Removed the check for `target' being null.
11477 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11478 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11479 it to do a smarter check of whether a destination was provided.
11480 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11481 (eshell/ln): Enable `:preserve-args', and use
11482 `eshell-mvcpln-template' to implement the body of the function.
11483 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11484 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11485 list after flattening it. This makes it possible to cat files
11486 with numerical names.
11487 (eshell-unix-initialize): Added several names to
11488 `eshell-complex-commands.
11489 (eshell-unix-command-complex-p): Return t if a given command name
11490 may result in external processes being invoked.
11491
11492 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11493 variable nil by default, since it slows down glob processing by a
11494 factor of two or more, and increases memory consumption.
11495
11496 * eshell/em-smart.el: Added a note about how memory consumptive
11497 smart display mode can be (at least this is true in Emacs 21).
11498 (eshell-smart-initialize): Whitespace fix.
11499 (eshell-refresh-windows): Use `if' instead of `when'.
11500 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11501 not necessary.
11502 (eshell-currently-handling-window): Added a missing global variable.
11503
11504 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11505 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11506 Whitespace fix.
11507 (eshell-ls-exclude-hidden): Added this variable in addition to
11508 `eshell-ls-exclude-regexp'. This one prevents files beginning
11509 with . from even being read, which can improve memory consumption
11510 quite a bit.
11511 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11512 read file entries beginning with a dot. In home directories with
11513 lots of hidden files, fully two-thirds of the time spent in ls is
11514 used to read directory entries that are immediately thrown away.
11515 (eshell-ls-initial-args): Added back this configuration variable,
11516 for specifying default initial arguments to every call to ls.
11517 Much faster than using an alias to do the same thing.
11518 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11519 (eshell-ls-dir): Whitespace change.
11520
11521 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11522
11523 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11524 (eshell-stringify-t): Added a customization variable, to indicate
11525 whether `t' should be rendered as a string at all. If not, one
11526 can still determine if the result of an expression is true using
11527 "file-exists-p FILE && echo true".
11528 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11529 stringify t!
11530
11531 * eshell/esh-module.el: Whitespace fix.
11532
11533 * eshell/em-alias.el (eshell-alias-initialize):
11534 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11535 (eshell-command-aliased-p): New function that returns t if a
11536 command name names an aliased.
11537
11538 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11539
11540 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11541 redrawing the screen when changing cursor color.
11542 (viper-insert-state-pre-command-sentinel)
11543 (viper-replace-state-pre-command-sentinel)
11544 (viper-replace-state-post-command-sentinel):
11545 Use viper-preserve-cursor-color.
11546 Many functions changed to use viper= instead of = when comparing
11547 characters.
11548 * viper-util.el (viper-memq-char,viper=): New functions for
11549 working with characters.
11550 (viper-change-cursor-color): Fixed buglet.
11551 Many functions changed to use viper= instead of = when comparing
11552 characters.
11553 * viper.el (viper-insert-state-mode-list): Added eshell.
11554
11555 * ediff-init.el (ediff-before-setup-hook): New hook.
11556 Several typos fixed in various docstrings.
11557 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11558 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11559 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11560 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11561 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11562 (ediff-get-selected-buffers): New function.
11563 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11564 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11565 Use save-window-excursion.
11566 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11567 termination check in while loop.
11568 * ediff.el (ediff-get-default-file-name): Better defaults when in
11569 dired buffer.
11570 (ediff-files,ediff-merge-files,ediff-files3)
11571 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11572
11573 2000-10-28 Dave Love <fx@gnu.org>
11574
11575 * info.el (Info-fontify-node): Add help-echo for menu items.
11576
11577 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11578
11579 * startup.el (normal-top-level): If the value of $TERM indicates
11580 we are running from xterm or one of its work-alikes, default to a
11581 light background mode.
11582
11583 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11584 * faces.el (tty-handle-reverse-video): New function.
11585 (tty-create-frame-with-faces): Call it.
11586
11587 * frame.el (frame-notice-user-settings): Don't apply
11588 default-frame-alist and initial-frame-alist to MS-DOS frames.
11589 Call tty-handle-reverse-video, frame-set-background-mode, and
11590 face-set-after-frame-default for non-MS-DOS frames.
11591
11592 * startup.el (tty-long-option-alist): New variable.
11593 (tty-handle-args): New function.
11594 (command-line): Call tty-handle-args.
11595
11596 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11597 startup.el now does that for all character-terminal frames.
11598
11599 2000-10-28 Miles Bader <miles@gnu.org>
11600
11601 * emacs-lisp/easy-mmode.el (define-minor-mode):
11602 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11603 is global. If :global is followed by a non-nil but non-t value,
11604 make the mode buffer-local, but also generate a `global-MODE'
11605 version using `easy-mmode-define-global-mode'.
11606 Add :conditional-turn-on keyword argument.
11607
11608 2000-10-28 Dave Love <fx@gnu.org>
11609
11610 * international/latin1-disp.el (latin1-char-displayable-p):
11611 Don't use window-system.
11612
11613 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11614
11615 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11616 Don't call find-buffer-file-type-coding-system. Instead, just
11617 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11618 if the file is on an untranslated filesystem.
11619 (add-untranslated-filesystem): Use "D" instead of "f" inside
11620 interactive.
11621
11622 2000-10-27 Dave Love <fx@gnu.org>
11623
11624 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11625 (refill-mode): Use it.
11626
11627 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11628
11629 * international/quail.el (quail-activate): Don't make-local-hook.
11630
11631 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11632
11633 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11634 manual backups and file.~<rev>.~ for automatic ones.
11635 (vc-make-version-backup): Don't do it on MS-DOS without long file
11636 names.
11637
11638 * vc.el (vc-version-other-window): If an automatic backup of the
11639 desired version exists, rename it instead of copying it.
11640
11641 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11642 after command. If there's an unexpected error, signal it instead
11643 of being silent.
11644 (vc-cvs-merge-news): Be prepared for no news at all.
11645
11646 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11647
11648 * shell.el (shell): Add BUFFER argument.
11649 * comint.el (make-comint-in-buffer): New function.
11650 (make-comint): Use it.
11651
11652 * faces.el (face-spec-choose): Change syntax so that the list of
11653 attribute-value pairs is now the cdr of each clause, not the cadr.
11654 Detect old-style entries, and handle them. Use pop.
11655
11656 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11657
11658 * cus-edit.el (custom-mode-map): Use a sparse map.
11659 (custom-mode): Don't bother with make-local-hook.
11660
11661 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11662
11663 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11664
11665 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11666
11667 * ps-print.el: Avoid compilation gripes.
11668 (ps-print-version): New version number (6.2.1).
11669
11670 2000-10-26 Dave Love <fx@gnu.org>
11671
11672 * menu-bar.el: Modify some menu item help strings.
11673 (menu-bar-help-menu): Add link to MORE.STUFF.
11674
11675 * cus-edit.el (custom-mode): Add `special' mode-class property.
11676
11677 * wid-browse.el (widget-browse-mode): Likewise.
11678
11679 * wid-edit.el (widget-specify-field): Revert to using local-map
11680 property, not keymap.
11681
11682 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11683
11684 * wid-edit.el (widget-field-end): When checking for a `boundary'
11685 field, do so in the correct buffer.
11686
11687 * simple.el (undo): Correctly distinguish between numeric and
11688 non-numeric prefix args in non-transient-mark-mode, as per the doc
11689 string. When in transient-mark-mode, treat all prefix-args as
11690 numeric.
11691
11692 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11693 Position point on match. Handle N == 0 correctly.
11694
11695 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11696 (comint-mode-map): Reverse order of `comint-write-output' and
11697 `comint-append-output-to-file'.
11698 (comint-append-output-to-file): Reinstate this function, for the
11699 benefit of the menu.
11700
11701 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11702
11703 * vc.el (vc-version-other-window): Bind `file'.
11704
11705 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11706
11707 * Makefile.in (update-authors): New target for maintenance purposes.
11708
11709 * emacs-lisp/authors.el (batch-update-authors): New function.
11710 (authors-fixed-entries): New defconst.
11711 (authors-add-fixed-entries): New function.
11712 (authors): Call it.: Don't process lispref/.
11713
11714 2000-10-25 Jason Rumney <jasonr@gnu.org>
11715
11716 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11717 Merge x w32 and mac definitions.
11718
11719 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11720
11721 * menu-bar.el (menu-bar-options-menu): Add a help string for
11722 `uniquify'.
11723
11724 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11725
11726 * time-stamp.el (time-stamp-string-preprocess):
11727 Fix a wrong type argument error.
11728
11729 2000-10-25 Miles Bader <miles@gnu.org>
11730
11731 * recentf.el (recentf-mode): Variable removed.
11732 (recentf-mode): Use `define-minor-mode'.
11733
11734 * mwheel.el (mouse-wheel-mode): New global minor mode.
11735 (mwheel-install): Use `mouse-wheel-mode'.
11736
11737 2000-10-25 Dave Love <fx@gnu.org>
11738
11739 * progmodes/cperl-mode.el (cperl-mode):
11740 Set normal-auto-fill-function correctly.
11741
11742 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11743 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11744 bindings.
11745
11746 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11747
11748 * wid-edit.el (widget-field-at): New function.
11749 (widget-at, widget-field-activate): Use it.
11750 (widget-tabable-at): Use `widget-at'.
11751 (widget-specify-field): If the terminating character of the widget
11752 field (which is read-only) is a newline, put it into a special
11753 `boundary' field so that C-n/C-p act more naturally.
11754 (widget-field-end): Also don't subtract one if a special
11755 `boundary' field has been added after the widget field.
11756
11757 * comint.el (comint-output-filter, comint-send-input):
11758 Don't bother adding stickiness fields to overlays to fool the field
11759 code, since it should notice the overlay insertion-types now.
11760
11761 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11762 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11763 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11764
11765 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11766
11767 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11768 (authors): Set file coding system to iso-2022-7bit.
11769 Add file-local variables to output buffer.
11770
11771 * files.el (after-find-file): Don't print any warnings if
11772 WARN is nil.
11773
11774 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11775
11776 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11777
11778 * delim-col.el: Now there is a column formatting mechanism.
11779 Modified to customization mechanisms convention. Doc fix.
11780 (columns): New group for delim-col.
11781 (delimit-columns-before, delimit-columns-after)
11782 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11783 (delimit-columns-end): New vars.
11784 (delimit-columns-customize, delimit-columns-format): New funs.
11785 (delimit-columns-region, delimit-columns-rectangle)
11786 (delimit-columns-rectangle-line): Modified to support column
11787 formatting.
11788
11789 2000-10-24 Dave Love <fx@gnu.org>
11790
11791 * log-edit.el (log-edit): Add :version and a :group for vc.
11792
11793 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11794
11795 * files.el (after-find-file): Don't print a message ``New file''
11796 if WARN is nil.
11797
11798 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11799 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11800 get duplicate tool-bar entries because we'll see the global ones
11801 on more than one path through keymaps.
11802
11803 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11804
11805 * progmodes/cmacexp.el: Change Francesco's email address.
11806
11807 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11808
11809 * window.el (fit-window-to-buffer): Adjust point of the window
11810 buffer, not that of the current buffer.
11811
11812 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11813
11814 * progmodes/cmacexp.el: Update the euthor's email address.
11815
11816 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11817
11818 * faces.el (face-spec-set-match-display): Add `graphic' display
11819 type (the inverse of `tty'). Use `display-graphic-p' instead of
11820 the window-system variable.
11821
11822 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11823
11824 * international/isearch-x.el (isearch-with-input-method):
11825 Call input-method-function with the first event in
11826 unread-command-events.
11827
11828 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11829
11830 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11831
11832 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11833
11834 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11835 New charsets.
11836
11837 * term/mac-win.el: Remove definitions of mac-roman-lower and
11838 mac-roman-upper, require dired, and define instead of set
11839 mac-ready-for-drag-n-drop to avoid compilation error.
11840
11841 2000-10-23 Andrew Innes <andrewi@gnu.org>
11842
11843 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11844 Remove superfluous calls to subst-char-in-string; instead apply
11845 expand-file-name after convert-standard-filename to ensure
11846 expected directory separators are used.
11847
11848 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11849
11850 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11851
11852 2000-10-23 Dave Love <fx@gnu.org>
11853
11854 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11855 (tool-bar-add-item): Set foreground and background for XBM icons.
11856
11857 * international/latin1-disp.el (latin1-char-displayable-p):
11858 New function (from Handa).
11859 (latin1-display-check-font): Use it.
11860
11861 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11862 using :key-sequence, making it much more usable.
11863 Use nconc, not append.
11864 (imenu--create-keymap-1): Avoid append.
11865
11866 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11867
11868 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11869
11870 [the following changes fix a bug where `define-minor-mode' didn't
11871 correctly generate :require clauses for defcustoms in compiled files]
11872 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11873 (byte-compile-log-file, byte-compile-log-1): Don't set
11874 `byte-compile-current-file' to nil. Instead set
11875 `byte-compile-last-logged-file' to it. Test whether
11876 byte-compile-current-file equals byte-compile-last-logged-file
11877 instead of whether its nil.
11878 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11879
11880 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11881
11882 * textmodes/refill.el: Fix var names in doc.
11883 (refill-mode): Don't bother with make-local-hook anymore.
11884
11885 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11886
11887 * faces.el (face-user-default-spec, face-default-spec): New functions.
11888 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11889 (frame-set-background-mode, face-set-after-frame-default):
11890 Use `face-user-default-spec'. Simplify code slightly.
11891
11892 * woman.el (woman-italic-face, woman-bold-face)
11893 (woman-unknown-face): Add dark-background variants.
11894 (woman-default-faces): Renamed from `woman-colour-faces'.
11895 Set using the stored defaults, rather than using hard-wired colors.
11896 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11897 Just make the foreground `unspecified' rather than "black".
11898 (woman-menu): Rename menu entries accordingly.
11899
11900 * faces.el (header-line): Make more reasonable on mono/grayscale
11901 displays.
11902
11903 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11904
11905 * cus-edit.el (custom-button-face): Use 3D look for mac.
11906 (custom-button-pressed-face): Likewise.
11907
11908 * faces.el (set-face-attributes-from-resources): Handle mac frames
11909 in the same way as x and w32 frames.
11910 (face-valid-attribute-values): Likewise.
11911 (read-face-attribute): Likewise.
11912 (defined-colors): Likewise.
11913 (color-defined-p): Likewise.
11914 (color-values): Likewise.
11915 (display-grayscale-p): Likewise.
11916 (face-set-after-frame-default): Likewise.
11917 (mode-line): Same default face as for x and w32.
11918 (tool-bar): Likewise.
11919
11920 * frame.el: Remove call to frame-notice-user-settings at end of
11921 the file.
11922
11923 * info.el (Info-fontify-node): Make underlines invisible for mac
11924 as for x, pc, and w32 frame types.
11925
11926 * term/mac-win.el: New file.
11927
11928 2000-10-22 Dave Love <fx@gnu.org>
11929
11930 * textmodes/refill.el: New file.
11931
11932 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11933
11934 * vc-hooks.el (vc-version-backup-file-name): New optional args
11935 MANUAL and REGEXP.
11936 (vc-delete-automatic-version-backups, vc-make-version-backup):
11937 New functions.
11938 (vc-before-save): Use the latter.
11939 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11940 confusion.
11941
11942 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11943 expected by vc[-hooks].el.
11944
11945 * vc.el (vc-checkout): Added `-p' suffix in call to
11946 vc-make-version-backups-p; use vc-make-version-backup to actually
11947 make the backup.
11948 (vc-version-other-window, vc-version-backup-file): Handle both
11949 automatic and manual backups.
11950 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11951 of all of them.
11952
11953 2000-10-22 Miles Bader <miles@gnu.org>
11954
11955 * comint.el (comint-highlight-input, comint-highlight-prompt):
11956 Renamed, `-face' at end removed.
11957 (comint-send-input, comint-output-filter): Use renamed faces.
11958
11959 * window.el (fit-window-to-buffer): Change defaulting of
11960 MAX-HEIGHT slightly.
11961
11962 * faces.el (color-values, color-defined-p): Use `member', not
11963 `memq', because it works correctly for strings.
11964 (frame-set-background-mode): Actually, "unspecified-fg" and
11965 "unspecified-bg" *are* strings. Use `member', not `memq', and
11966 `equal', not `eq', when a string value is possible.
11967
11968 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11969
11970 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11971
11972 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11973
11974 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11975 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11976 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11977 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11978 (sh-font-lock-syntactic-keywords): Use them.
11979 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11980 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11981 (sh-mode): Don't override font-lock-unfontify-region-function.
11982 Use a copy of sh-font-lock-syntactic-keywords.
11983 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11984 Don't call sh-scan-buffer since font-lock does it on the fly.
11985 (sh-get-indent-info): Use `face' rather than `syntax-table'
11986 text-property to detect here-documents.
11987 Replace sh-special-syntax with sh-st-punc.
11988 (sh-prev-line): Use `face' rather than `syntax-table'
11989 text-property to skip over here-documents.
11990 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11991 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11992 (sh-electric-less, sh-set-here-doc-region)
11993 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11994 (sh-scan-buffer, sh-rescan-buffer): Remove.
11995
11996 2000-10-21 Andrew Innes <andrewi@gnu.org>
11997
11998 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11999 remote (ange-ftp) file names.
12000
12001 2000-10-21 Miles Bader <miles@gnu.org>
12002
12003 * window.el (fit-window-to-buffer): New function.
12004 (shrink-window-if-larger-than-buffer): Use it.
12005 (window-text-height): Don't expect minibuffers to have mode-lines.
12006
12007 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
12008 * international/quail.el (quail-update-guidance):
12009 Use `fit-window-to-buffer' instead of `set-window-text-height'.
12010
12011 * international/quail.el (quail-show-guidance-buf): Make sure
12012 guidance window really has enough room.
12013 (quail-update-guidance): If quail-guidance-win is already shown,
12014 make sure its height is OK.
12015
12016 * window.el (window-text-height, set-window-text-height):
12017 New functions.
12018 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12019 instead of `window-height' & `mode-line-window-height-fudge'.
12020 (mode-line-window-height-fudge): Add FACE parameter.
12021 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12022 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12023
12024 2000-10-20 Miles Bader <miles@gnu.org>
12025
12026 * window.el (height-affecting-face-attributes): Use `defconst'.
12027
12028 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12029 New function, conditionally aliased to `mode-line-window-height-fudge'.
12030 (ispell-help): Use it.
12031 (ispell-choices-win-default-height): Don't include mode-line fudge.
12032 (ispell-choices-win-default-height): New function.
12033 (ispell-show-choices, ispell-command-loop): Use function
12034 `ispell-choices-win-default-height' instead of variable.
12035
12036 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12037
12038 * window.el (mode-line-window-height-fudge): New variable.
12039 (height-affecting-face-attributes): New variable.
12040 (mode-line-window-height-fudge): New function.
12041 (shrink-window-if-larger-than-buffer): Use it.
12042 * help.el (resize-temp-buffer-window): Likewise.
12043
12044 * info.el (Info-fontify-node): Add support for @subsubsection
12045 titles, which use `Info-title-4-face'.
12046 (Info-title-4-face): New face.
12047 (Info-title-3-face): Inherit from Info-title-4-face instead of
12048 variable-pitch.
12049
12050 2000-10-19 Jason Rumney <jasonr@gnu.org>
12051
12052 * dired.el (dired-insert-directory): Do not let errors signalled by
12053 attempt to run dired-free-space-program prevent dired from working.
12054
12055 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12056
12057 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12058
12059 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12060
12061 * dirtrack.el (dirtrack): Fix call to run-hooks.
12062
12063 * cmuscheme.el (cmuscheme-program-name): Renamed from
12064 scheme-program-name because xscheme.el contains a defcustom with
12065 the same name. As a consequence, customizing group `cmuscheme'
12066 loaded `xscheme' which redefined run-scheme.
12067 (run-scheme): Use cmuscheme-program-name.
12068
12069 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12070
12071 * play/doctor.el (doctor-death): Update the Samaritans'
12072 anonymous address, and add a website for Befrienders International.
12073
12074 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12075
12076 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12077 Avoid compilation gripes. Doc fix.
12078 (ps-print-version): New version number (6.2).
12079 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12080 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12081 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12082 (ps-x-extent-priority, ps-x-extent-start-position)
12083 (ps-x-face-font-instance, ps-x-find-coding-system)
12084 (ps-x-font-instance-properties, ps-x-make-color-instance)
12085 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12086 avoid compilation gripes without defining functions.
12087 (ps-e-find-composition): Alias for function find-composition, to have a
12088 suitable function depending on Emacs version.
12089 (ps-color-device, ps-color-values, ps-face-foreground-name)
12090 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12091 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12092 (ps-print-ensure-fontified): Function definitions surrounded by
12093 `eval-and-compile' to avoid compilation gripes.
12094 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12095 by symbol-value to avoid compilation gripes.
12096 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12097 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12098
12099 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12100
12101 * startup.el (normal-top-level): Call `frame-set-background-mode'
12102 after `frame-notice-user-settings' because the latter doesn't call
12103 the former on a tty.
12104
12105 * faces.el (frame-set-background-mode): `unspecified' &c are
12106 symbols, not strings.
12107
12108 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12109
12110 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12111 why some "light*" colors are deliberately absent from the alist.
12112
12113 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12114 Change colors for tty's, as suggested by Miles Bader.
12115
12116 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12117
12118 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12119 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12120 for ISO10646-1 fonts.
12121 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12122
12123 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12124
12125 * faces.el (frame-set-background-mode): If a tty frame defines a
12126 background color, use that to compute the background mode, instead
12127 of always defaulting to "dark".
12128
12129 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12130
12131 * comint.el (comint-write-output): New function.
12132 (comint-mode-map): Add it to the menu.
12133 Bind `C-c C-s' to comint-write-output.
12134
12135 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12136
12137 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12138 Use fancy-splash-delay.
12139
12140 2000-10-18 Alex Schroeder <alex@gnu.org>
12141
12142 * progmodes/sql.el (sql-sybase-options): New option.
12143 (sql-sybase): Use it. Add sql-database to the list of parameters
12144 provided for login. The options -w 2048 -n are not used any more.
12145
12146 * comint.el (comint-read-input-ring): Bugfix such that the first
12147 and the last entry of the input ring file are not lost.
12148
12149 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12150
12151 * ps-print.el: Internal variable changes to defcustom,
12152 make-local-hook changes to defvar. Doc fix.
12153 (ps-print-version): New version number (6.1).
12154 (ps-setup, ps-do-despool): Code fix.
12155 (ps-printer-name): Customization fix.
12156 (ps-printer-name-option): Now is a defcustom instead of an
12157 internal variable.
12158 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12159 (ps-print-begin-column-hook): Now are defvar instead of
12160 make-local-hook.
12161
12162 2000-10-18 Miles Bader <miles@gnu.org>
12163
12164 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12165 (comint-kill-output): Changed into an alias for `comint-delete-output',
12166 and made obsolete.
12167 (comint-mode-map): Rename references to comint-kill-output.
12168
12169 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12170
12171 * diff-mode.el (diff-header-face, diff-file-header-face)
12172 (diff-changed-face): Add bold and italic attributes to tty faces.
12173 (diff-function-face): New face.
12174 (diff-font-lock-keywords): Use it.
12175
12176 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12177
12178 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12179 Remove commented-out call to force-mode-line-update.
12180 (comint-kill-output): Use `forward-line 0' instead of
12181 beginning-of-line to make sure we get past the prompt.
12182
12183 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12184
12185 * diff-mode.el (diff-header-face, diff-file-header-face):
12186 Add specific setting for dark background.
12187 (diff-context-face): Renamed from diff-comment-face.
12188 Set explicitly rather than inheriting from font-lock-comment-face.
12189
12190 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12191
12192 * startup.el (command-line): Move the code which sets the default
12193 TTY colors to before before-init-hook.
12194
12195 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12196
12197 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12198
12199 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12200
12201 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12202 extensions, for MS-DOS.
12203
12204 * diff-mode.el (diff-header-face, diff-file-header-face)
12205 (diff-changed-face): Define tty-specific colors.
12206
12207 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12208
12209 * startup.el (fancy-splash-text): Realign the text.
12210
12211 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12212
12213 * font-lock.el (font-lock-comment-face): Define a separate default
12214 for dark-background tty's.
12215
12216 2000-10-17 Miles Bader <miles@gnu.org>
12217
12218 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12219 being obscured by whizzy mode-lines on graphics displays.
12220
12221 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12222
12223 * info.el (Info-title-1-face, Info-title-2-face)
12224 (Info-title-3-face): Define colors for tty's.
12225 (info-header-node): Remove unneeded tty-specific definition.
12226
12227 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12228
12229 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12230 reverse from the frame parameters, and don't invert foreground and
12231 background colors.
12232
12233 2000-10-16 Miles Bader <miles@gnu.org>
12234
12235 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12236 string "*Info*". Call propertized-buffer-identification to spruce
12237 up the result.
12238
12239 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12240
12241 * help.el: Provide `help' for the sake of define-minor-mode
12242 which generates defcustoms with requires.
12243
12244 * jit-lock.el (jit-lock-after-change): If we're in text that
12245 matches a multi-line font-lock pattern, make sure the whole text
12246 will be redisplayed.
12247
12248 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12249 author's name is unknown.
12250
12251 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12252 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12253 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12254 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12255 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12256 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12257 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12258 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12259 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12260 Add author information.
12261
12262 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12263
12264 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12265 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12266 full-color version (using the Gimp) to eliminate dithering artifacts.
12267
12268 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12269
12270 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12271
12272 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12273
12274 2000-10-15 Dave Love <fx@gnu.org>
12275
12276 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12277
12278 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12279
12280 * whitespace.el: Doc fixes.
12281 (top-level): Don't add hooks here.
12282 (whitespace-running-emacs): Deleted.
12283 (timer): Don't require.
12284 (whitespace): Add back :version conditional on xemacs test.
12285 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12286 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12287 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12288 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12289 Avoid specific xemacs test.
12290 (whitespace-global-mode): New option.
12291 (whitespace-global-mode): New command.
12292 (whitespace-unload-hook): New function.
12293
12294 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12295 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12296 (Info-fontify-node): `Goto' goes to `Go to'.
12297 (Info-fontify-node): Add help-echo to xref links.
12298
12299 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12300
12301 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12302
12303 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12304
12305 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12306 Use plist-get and allow :inherit.
12307
12308 * emacs-lisp/cl-macs.el (cl-do-arglist):
12309 Use plist-get and plist-member instead of memq.
12310
12311 * emacs-lisp/ewoc.el (ewoc-location): New function.
12312 (ewoc-enter-after, ewoc-enter-before): Document return value.
12313 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12314 Don't need make-local-hook any more.
12315 (cvs-addto-collection): Return the new tin.
12316 (cvs-mode-insert): Jump to the new line.
12317
12318 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12319
12320 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12321
12322 * font-lock.el (font-lock-syntactically-fontified): New var.
12323 (font-lock-fontify-syntactic-keywords-region): Use it.
12324 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12325
12326 * diff-mode.el (diff-find-file-name): Fix regexp.
12327
12328 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12329 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12330
12331 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12332 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12333 (sh-mode): Don't make all vars local here.
12334 (sh-kw): Reformat.
12335 (sh-set-shell): Use dolist. Don't set indent-region-function.
12336 (sh-mode-syntax-table): Use pop.
12337 (sh-remember-variable): Use push.
12338 (sh-help-string-for-variable): Use memq.
12339 (sh-safe-backward-sexp): Remove.
12340 (sh-safe-forward-sexp): Add ARG.
12341 (sh-get-indent-info, sh-prev-stmt): Use it.
12342 (sh-prev-line): Simplify by using forward-comment.
12343 (sh-this-is-a-continuation): Simplify.
12344 (sh-learn-buffer-indent): Use dolist.
12345 (sh-do-nothing): Remove.
12346 (sh-set-char-syntax, sh-set-here-doc-region):
12347 Use inhibit-modification-hooks.
12348 (sh-name-style): Use mapcar and push.
12349 (sh-load-style): Use dolist.
12350 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12351 (sh-case, sh-while-getopts): Use propertize directly rather
12352 than sh-electric-rparen.
12353
12354 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12355
12356 * textmodes/tex-mode.el: Require CL when compiling.
12357 (tex-mode-syntax-table): Init immediately.
12358 (tex-mode-map): Bind M-RET to latex-insert-item.
12359 (latex-mode): Set indent-line-function to latex-indent.
12360 (tex-common-initialization): Don't setup the syntax-table any more.
12361 (latex-insert-item): New skeleton.
12362 (tex-next-unmatched-end): Fix copy/paste braino.
12363 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12364 (latex-indent, latex-find-indent): New functions.
12365 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12366 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12367 (tex-compilation-parse-errors): Use with-syntax-table.
12368
12369 2000-10-15 Miles Bader <miles@gnu.org>
12370
12371 * font-lock.el (font-lock-comment-face): Change dark-background,
12372 color, non-tty, default to `chocolate1'.
12373
12374 2000-10-13 John Wiegley <johnw@gnu.org>
12375
12376 * eshell/esh-util.el (require): Added a missing `require' form,
12377 needed when compiling (for an ange-ftp macro definition).
12378
12379 2000-10-13 Dave Love <fx@gnu.org>
12380
12381 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12382
12383 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12384
12385 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12386
12387 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12388 transparent -colors 8).
12389
12390 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12391
12392 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12393 that breaks with old list format timestamps.
12394 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12395 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12396
12397 2000-10-13 John Wiegley <johnw@gnu.org>
12398
12399 * align.el, pcomplete.el, calendar/timeclock.el,
12400 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12401
12402 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12403 faulty math, where holiday hours were being computing as seconds.
12404
12405 2000-10-13 John Wiegley <johnw@gnu.org>
12406
12407 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12408 specifying what "other" kinds of buffers should be saved.
12409 This used to be hard-coded.
12410 (desktop-buffer-misc-functions): A global for specifying how
12411 auxiliary data should be determined for special buffer types.
12412 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12413 instead of hard-coding the special buffer types.
12414 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12415 auxiliary data, instead of hard-coding for Info buffers and dired.
12416 (desktop-buffer-info-misc-data): Aux function for determining Info
12417 buffer auxiliary info.
12418 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12419 (desktop-buffer-info): Changed this function to use the info
12420 gathered above.
12421 (desktop-create-buffer): Be a little more careful about what
12422 `minor-mode' means before calling it. This is important for some
12423 buffer types.
12424
12425 2000-10-13 John Wiegley <johnw@gnu.org>
12426
12427 * eshell/esh-util.el: Added a global form which declares an
12428 autoload for `parse-time-string', if that function is not already
12429 defined, and if parse-time.el is available on the user's system.
12430
12431 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12432 to be aware of ange-ftp user info.
12433 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12434 (eshell-ls-annotate): Use `eshell-file-attributes'.
12435 (eshell-ls-file): Made the user-id printing code a bit smarter.
12436
12437 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12438 allow identification of alias user ids in remote directories.
12439 It's manual, but there's no other way to know when the current user
12440 on the local machine, is also the owning user on the remote machine.
12441 (fboundp): Bind `ange-cache'.
12442 (eshell-directory-files-and-attributes): Re-organized the logic a
12443 bit to use `eshell-file-attributes' instead of `file-attributes'.
12444 The former is more sensitive to directories that are read via FTP,
12445 and knows how to use ange-ftp to determine full attribute
12446 information, instead of just the name and last modtime.
12447 (eshell-current-ange-uids): Return the current user id when in a
12448 remote directory.
12449 (eshell-parse-ange-ls): Parse a full directory listing that has
12450 been returned by ange-ftp.
12451 (eshell-file-attributes): This beefed up version of
12452 `file-attributes' is only special if the user is currently in a
12453 remote directory, in which case it does a lot of work to find out
12454 what the real attributes of a file are, as they appear on the
12455 remote machine. This makes usage of remote directories (i.e.,
12456 ange-ftp pathnames) much more useful. You can now use Eshell as a
12457 full-fledged FTP client, with much more manipulation ability than
12458 most other clients.
12459
12460 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12461 variable, which means that Eshell's du should always be preferred
12462 in remote directories.
12463 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12464 just `file-attributes'.
12465 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12466 when reading remote directories. This is an Eshell-specific
12467 variable (not part of ange-ftp).
12468 (eshell/ln): Bind `ange-cache'.
12469 (eshell/du): Added some extra logic for determining when to use
12470 Eshell's du (which is slow), and when to use the external version
12471 (which may or may not exist).
12472
12473 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12474 Call `eshell-interactive-process', rather than using
12475 `get-buffer-process', since backgrounded processes don't count in
12476 the context of this function's logic.
12477
12478 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12479 `forward-char', so that null strings are parsed correctly.
12480
12481 2000-09-13 John Wiegley <johnw@gnu.org>
12482
12483 * eshell/em-pred.el (eshell-pred-file-type)
12484 (eshell-pred-file-links, eshell-pred-file-size):
12485 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12486
12487 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12488 that remote file globbing is more efficient.
12489
12490 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12491 gathering the files and attributes within a directory.
12492
12493 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12494 the command line is a special file (not a regular file, directory
12495 or symlink), always attempt to call the external version of cat.
12496
12497 2000-09-13 John Wiegley <johnw@gnu.org>
12498
12499 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12500 Eshell-friendly version of find-tag.
12501
12502 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12503
12504 * image-file.el (image-file-name-extensions)
12505 (image-file-name-regexps): Add autoload cookies.
12506
12507 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12508
12509 * international/mule-cmds.el (select-safe-coding-system): If FROM
12510 is string, show it in *Warning* buffer.
12511
12512 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12513
12514 * startup.el (normal-top-level): Use display-popup-menus-p instead
12515 of window-system.
12516 (command-line): Use display-graphic-p instead of window-system.
12517 (command-line-1): Use display-popup-menus-p and display-mouse-p
12518 instead of window-system.
12519
12520 2000-10-12 Sam Steingold <sds@gnu.org>
12521
12522 * tooltip.el (tooltip-use-echo-area): New user variable.
12523 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12524
12525 2000-10-12 Dave Love <fx@gnu.org>
12526
12527 * recentf.el: Maintainer's checkdoc fixes.
12528
12529 * startup.el (normal-top-level-add-subdirs-to-load-path):
12530 Use character class, not ASCII when matching file names.
12531 (fancy-splash-head): Add trailing slash to URL.
12532 (command-line): Don't require XPM support for toolbar.
12533
12534 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12535 (cperl-invalid-face): Revert last change.
12536 (cperl-init-faces): Quote cperl-invalid-face.
12537
12538 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12539
12540 * startup.el (fancy-splash-text): Remove superfluous quote.
12541
12542 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12543
12544 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12545 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12546 (command-line-1): Don't use fancy-splash-pending-command.
12547 (fancy-splash-screens-1): Goto point-min after inserting text.
12548
12549 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12550
12551 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12552 instead of shared-lisp-mode-map.
12553
12554 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12555
12556 * faces.el (header-line): Change tty-variant to use underlining.
12557
12558 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12559 (isearch-highlight): Restore lazy-isearch face properties at old
12560 position, and suppress them at new position.
12561 (isearch-dehighlight): Restore lazy-isearch face properties.
12562 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12563 over the real isearch overlay, but in that case, don't give it a
12564 face property. Use `push'.
12565
12566 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12567
12568 * man.el (Man-getpage-in-background): Fix previous change.
12569 Decode the process output only when we are in multibyte mode.
12570
12571 2000-10-11 Dave Love <fx@gnu.org>
12572
12573 * info.el (Info-mode-menu): Fix some help.
12574 (info-tool-bar-map): Add entry for Info-last.
12575
12576 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12577 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12578 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12579 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12580 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12581 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12582 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12583 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12584 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12585 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12586 Reduce colour requirements to 25 overall. (Probably wants
12587 revisiting from the originals to reduce further.)
12588
12589 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12590
12591 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12592 buffer-file-coding-system, instead of raw-text.
12593 (dehexlify-buffer): Bind coding-system-for-read to
12594 buffer-file-coding-system, instead of raw-text.
12595
12596 2000-10-11 Sam Steingold <sds@gnu.org>
12597
12598 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12599 `underline' - fixes the bug introduced on 2000-09-21.
12600
12601 2000-10-11 Dave Love <fx@gnu.org>
12602
12603 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12604 Avoid compiler warnings.
12605 (scheme-mode): Doc fix.
12606 (scheme-font-lock-keywords-1): Match `define-syntax'.
12607
12608 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12609
12610 * faces.el (frame-set-background-mode): Pay attention to saved
12611 face specs as well as default ones. Only do anything if the
12612 bg-mode or display-type has actually changed. Use `dolist'.
12613 (region): Make dark-background `region' face less in-your-face.
12614
12615 2000-10-10 Sam Steingold <sds@gnu.org>
12616
12617 * chistory.el, ielm.el, ledit.el:
12618 * progmodes/inf-lisp.el, progmodes/scheme.el:
12619 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12620
12621 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12622
12623 * textmodes/texinfo.el: Update copyright and fix typo.
12624
12625 * desktop.el (desktop-modes-not-to-save): New var.
12626 (desktop-save-buffer-p): Use it.
12627 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12628 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12629
12630 2000-10-10 Dave Love <fx@gnu.org>
12631
12632 * toolbar/tool-bar.el (tool-bar-add-item)
12633 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12634
12635 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12636 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12637 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12638 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12639 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12640 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12641 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12642 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12643 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12644 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12645 the .xpms; probably need retouching.
12646
12647 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12648
12649 * subr.el (add-to-list): Add optional argument APPEND.
12650 * battery.el (display-battery): Use `add-to-list'.
12651
12652 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12653
12654 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12655 properties.
12656 (zone, zone-when-idle, zone-leave-me-alone)
12657 (zone-pgm-whack-chars): Use new symbol properties.
12658
12659 * battery.el (display-battery): Doc spelling fix.
12660
12661 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12662 property.
12663
12664 2000-10-09 Dave Love <fx@gnu.org>
12665
12666 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12667 has been initialized before calling tool-bar-setup.
12668 (tool-bar-add-item-from-menu): Add autoload cookie.
12669
12670 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12671
12672 * menu-bar.el (send-mail-item-name): New function.
12673 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12674 of mail-user-agent in the menu. Don't display the "Send Mail"
12675 item if mail-user-agent is nil or its value is ignore.
12676 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12677 if read-mail-command is nil or its value is ignore.
12678
12679 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12680
12681 2000-10-09 Miles Bader <miles@gnu.org>
12682
12683 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12684 Correct image size.
12685 * toolbar/left_arrow.xpm: Correct image size.
12686
12687 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12688 will be done by the definition of `auto-compression-mode' if
12689 necessary. Move code to uninstall existing file-name handler
12690 before definition of `auto-compression-mode'.
12691
12692 * image-file.el (auto-image-file-mode): Move to the end of the
12693 file, because `define-minor-mode' actually calls the mode-function
12694 if the associated variable is non-nil, which requires that all
12695 needed functions be already defined.
12696
12697 * mouse.el (popup-menu): Balance parens.
12698
12699 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12700
12701 * mouse.el (popup-menu): Move the command call outside the loop
12702 so that popup-menu returns whatever the command returns.
12703
12704 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12705 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12706 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12707 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12708
12709 * vc.el (vc-version-diff): diff-switches can be a list.
12710 Use relative filenames for prettier output.
12711
12712 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12713 (vc-post-command-functions): Remove old-VC compatibility code.
12714
12715 * newcomment.el (comment-indent-default): Autoload.
12716
12717 * font-lock.el (font-lock-defaults): Make buffer-local.
12718 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12719 (font-lock-choose-keywords):
12720 Ignore LEVEL unless KEYWORDS is a list of syms.
12721 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12722 Don't wrap regexp-opt things in \(...\) unnecessarily.
12723
12724 * jit-lock.el: Don't require font-lock any more.
12725 (jit-lock-functions): Make buffer-local.
12726 (jit-lock-saved-fontify-buffer-function): Remove.
12727 (jit-lock-mode): Remove autoload cookie.
12728 Remove font-lock specific code.
12729 (jit-lock-unregister): Don't bother handling complex hooks any more.
12730 (jit-lock-refontify): New function.
12731 (jit-lock-fontify-buffer): Use it.
12732 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12733 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12734 Add optional args START and END.
12735 Never call font-lock-fontify-region directly.
12736 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12737
12738 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12739
12740 2000-10-08 Dave Love <fx@gnu.org>
12741
12742 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12743
12744 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12745
12746 * play/studly.el (studlify-region, studlify-word): Add autoload
12747 cookie.
12748
12749 * play/morse.el (morse-region, unmorse-region): Add autoload
12750 cookie.
12751
12752 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12753 concat.
12754
12755 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12756 insist on symbols starting with word syntax.
12757 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12758 (eval-defun-1): Doc fix.
12759 (indent-sexp): Use nconc to build up indent-stack.
12760
12761 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12762 Gnus with little use.
12763 (mail-setup-hook): Add mail-abbrevs-setup to options.
12764
12765 * recentf.el: Doc fixes.
12766
12767 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12768 Clean up remainder.
12769
12770 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12771 without timezone and (8) with timezone to enforce some whitespace.
12772 Simplify code somewhat.
12773
12774 * options.el (list-options): Doc that you should use customize.
12775
12776 * iswitchb.el (iswitchb-mode): Add :require.
12777
12778 * info.el (Info-goto-node, Info-menu): Doc fix.
12779 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12780 (info-tool-bar-map): New variable.
12781 (Info-mode): Use it.
12782 (Info-edit-map): Define all in defvar.
12783 (speedbar-attached-frame): Avoid compiler warning.
12784
12785 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12786 (global-map): Bind [tool-bar] to a filtered map.
12787 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12788 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12789 Allow PBM icons.
12790 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12791
12792 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12793 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12794 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12795 icons, except up_arrow, which is left-arrow rotated.
12796
12797 * imenu.el (imenu-add-to-menubar): Fix last change.
12798
12799 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12800
12801 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12802 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12803
12804 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12805
12806 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12807 typos in doc strings.
12808
12809 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12810 the doc strings how to customize Font Lock faces.
12811
12812 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12813 computing growth when dragging the header line.
12814
12815 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12816
12817 * simple.el (kill-line): Doc fix.
12818
12819 2000-10-08 Miles Bader <miles@gnu.org>
12820
12821 * faces.el (secondary-selection): Make foreground visible on tty.
12822
12823 * jka-compr.el (auto-compression-mode): Move to the end of the
12824 file, because `define-minor-mode' actually calls the mode-function
12825 if the associated variable is non-nil, which requires that all
12826 needed functions be already defined.
12827 (with-auto-compression-mode): Add autoload cookie.
12828
12829 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12830
12831 * files.el (find-backup-file-name) [ms-dos]: If support for long
12832 file names is not available, behave as if version-control were set
12833 to never.
12834
12835 2000-10-07 Dave Love <fx@gnu.org>
12836
12837 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12838 (browse-url-gnome-moz): New function.
12839 (browse-url-browser-function): Use it.
12840 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12841
12842 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12843
12844 * indent.el (tab-always-indent): New var.
12845 (indent-for-tab-command): Use it.
12846
12847 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12848 raise an error. This way it can still default to a sane value.
12849
12850 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12851
12852 * startup.el (fancy-splash-screens): Use local rather than global map.
12853 Don't use `update-menu-bindings' any more.
12854 Get rid of assumptions about keymap representation.
12855
12856 2000-10-06 Dave Love <fx@gnu.org>
12857
12858 * textmodes/fill.el (sentence-end-double-space)
12859 (sentence-end-without-period): Doc fix.
12860 (adaptive-fill-regexp): Purecopy.
12861 (unjustify-current-line): Use line-end-position.
12862 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12863
12864 * net/eudc-vars.el (eudc): Add :version, :link.
12865
12866 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12867
12868 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12869 Fix for define-minor-mode.
12870 (function-at-point): Alias to function-called-at-point.
12871
12872 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12873
12874 * simple.el (backward-word): Doc fix.
12875
12876 * image-file.el (image-file-name-regexp): image-file-regexps ->
12877 image-file-name-regexps.
12878 (image-file-name-extensions): Add pbm.
12879
12880 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12881
12882 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12883 and add filename to the names so that diff-mode can jump to source.
12884
12885 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12886 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12887 (tex-font-lock-keywords-1): Remove.
12888 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12889 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12890 (font-lock-default-fontify-region):
12891 Expand beg..end correctly when just following a multiline region.
12892 (font-lock-fontify-anchored-keywords):
12893 Include the anchor text as part of the multiline.
12894
12895 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12896
12897 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12898 latter needs the autoloaded define-minor-mode macro during the
12899 bootstrap.
12900
12901 * startup.el (command-line): For now, activate tool-bar-mode only
12902 if XPM images are supported.
12903
12904 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12905 window by dragging a header-line at the top of the frame; that's
12906 confusing because the header-line doesn't move.
12907 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12908 of treating the event as a list. Some cleanup.
12909
12910 2000-10-06 Miles Bader <miles@gnu.org>
12911
12912 * simple.el (display-message-or-buffer): New function.
12913 (shell-command-on-region): Use `display-message-or-buffer'.
12914
12915 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12916 docstring parts.
12917
12918 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12919 (smbclient-prompt-regexp): Add usage note to doc string.
12920 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12921 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12922 Use add-hook for adding the comint filter function, and only do so
12923 if it's not already in the global hook list.
12924 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12925 to `make-local-variable'.
12926 (nslookup-font-lock-keywords): Remove prompt entry.
12927 (nslookup): Don't set the process-filter.
12928 (finger): Exit the loop correctly when the regexps list runs out.
12929 (ftp, smbclient, smbclient-list-shares):
12930 Set the real major mode immediately, not after execing.
12931 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12932
12933 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12934
12935 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12936
12937 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12938
12939 * which-func.el (which-func-format): Remove spurious space.
12940 (which-func-mode): Don't make it permanent-local.
12941 (which-func-ff-hook): Allow which-func-maxout to be nil.
12942 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12943 (which-func-mode): Simplify.
12944 Use post-command-idle-hook rather than post-command-hook.
12945 Go through all buffers and update their state.
12946 (which-function): Also try add-log-current-defun-function.
12947
12948 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12949 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12950 Update call to with-vc-properties accordingly.
12951 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12952 (vc-revert-buffer): More careful about window selection and deletion.
12953 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12954
12955 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12956 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12957 (cvs-dired-action): Change the default to quickdir.
12958
12959 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12960 if comment-indent-function returns nil.
12961 (comment-indent-default): New function.
12962 (comment-indent-function): Use it and document the new semantics.
12963
12964 * image-file.el: Docstring fixes.
12965
12966 * help.el (help-xref-on-pp): Use match-string.
12967 (describe-variable): New arg BUFFER.
12968 Store the current buffer in the help-xref-stack.
12969 (temp-buffer-resize-mode): Use define-minor-mode.
12970
12971 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12972 consistently with its docstring.
12973 Set jit-lock-first-unfontify-pos in an idempotent way.
12974 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12975
12976 2000-10-05 Alex Schroeder <alex@gnu.org>
12977
12978 * sql.el (sql-mysql-options): New variable.
12979 (sql-mysql): Use it.
12980
12981 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12982
12983 * image.el (image): New group.
12984
12985 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12986 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12987
12988 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12989
12990 * net/net-utils.el (nslookup-font-lock-keywords)
12991 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12992 Ignore the value of wqindow-system; always define keywords
12993
12994 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12995
12996 * startup.el (fancy-splash-screens): Remove the code for
12997 debugging; `(trace-to-stderr "EXITTT\n")'.
12998
12999 2000-10-05 Miles Bader <miles@gnu.org>
13000
13001 * diff-mode.el (diff-goto-source): Update call to
13002 `diff-hunk-status-msg' to reflect new REV variable.
13003
13004 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13005
13006 * progmodes/icon.el (icon-mode):
13007 Don't gratuitously override the default for comment-column.
13008
13009 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13010
13011 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13012 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13013 (jit-lock-functions): New var.
13014 (jit-lock-function-1): Use it if non-nil.
13015 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13016 Set the `fontified' property before doing the fontification to avoid
13017 repeatedly going through the same error.
13018 Don't turn errors into messages.
13019 (jit-lock-register, jit-lock-unregister): New functions.
13020
13021 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13022 Use with-current-buffer.
13023
13024 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13025 Turn comment into docstring.
13026
13027 * apropos.el (apropos-mode): Use define-derived-mode.
13028
13029 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13030
13031 * startup.el (fancy-splash-pending-command): New variable.
13032 (fancy-splash-pre-command): New function.
13033 (fancy-splash-screens): Rewritten.
13034 (command-line-1): If fancy-splash-pending-command is set, call it
13035 interactively.
13036
13037 2000-10-04 Dave Love <fx@gnu.org>
13038
13039 * toolbar/tool-bar.el (tool-bar-setup): New function.
13040 (tool-bar-mode): Use it.
13041
13042 * subr.el (substitute-key-definition): Doc fix.
13043 (play-sound-file): New command.
13044
13045 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13046
13047 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13048 vc-version-backup-file-name): New functions.
13049
13050 * files.el (basic-save-buffer): Call vc-before-save before saving.
13051
13052 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13053 vc-cvs-stay-local-p.
13054
13055 * vc.el (vc-revert-buffer): Handle empty diff properly.
13056 (vc-version-backup-file): New function.
13057 (vc-checkout): Create a version backup if necessary.
13058 (vc-checkin): If a version backup file exists, delete it.
13059 (vc-version-diff): Diff locally using version backups, if available.
13060 (vc-revert-file): If there's a version backup, revert locally.
13061 (vc-transfer-file): Use version backup for base version, if
13062 available. If not, ask for confirmation whether to get it from the
13063 server. Update mode line before check-in.
13064
13065 2000-10-04 Dave Love <fx@gnu.org>
13066
13067 * toolbar/tool-bar.el (tool-bar-setup): New function.
13068 (tool-bar-mode): Use it.
13069
13070 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13071
13072 * net/net-utils.el (nslookup-font-lock-keywords)
13073 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13074 Only set if window-system is non-nil
13075 (net-utils-run-program): Returns buffer.
13076 (network-connection-reconnect): Added this function.
13077
13078 * generic.el:
13079 Incorporates extensive cleanup and docfixes by
13080 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13081 Uses cl compile-time macros.
13082 (generic-mode-name, generic-comment-list)
13083 (generic-keywords-list, generic-font-lock-expressions)
13084 (generic-mode-function-list, generic-mode-syntax-table):
13085 Removed variables.
13086 (generic-mode-alist): Renamed to generic-mode-list.
13087 (generic-find-file-regexp): Default changed to "^#".
13088 (generic-read-type): Uses completing read on generic-mode-list.
13089 (generic-mode-sanity-check): removed this function.
13090 (generic-add-to-auto-mode): Removed this function
13091 (generic-mode-internal): Bind mode-specific definitions
13092 into function instead of putting them in alist.
13093 (generic-mode-set-comments): Reworked extensively.
13094 (generic-mode-find-file-hook): Simplified regexp searching
13095 (generic-make-keywords-list): Omit extra pair of parens
13096
13097 * find-lisp.el (find-lisp-find-files-internal):
13098 Make sure directory name ends with "/".
13099
13100 * generic-x.el (apache-conf-generic-mode):
13101 Regexp now allows leading whitespace.
13102 (rc-generic-mode): Added eval-when-compile
13103 around generic-make-keywords-list.
13104 Deleted duplicate regexp
13105 (rul-generic-mode): Added eval-when-compile
13106 around generic-make-keywords-list.
13107 (etc-fstab-generic-mode): New generic mode.
13108 (rul-generic-mode): Removed one eval-when-compile
13109 which caused a max-specpdl-size exceeded error.
13110
13111 2000-10-04 Miles Bader <miles@gnu.org>
13112
13113 * simple.el (minibuffer-temporary-goal-position): New variable.
13114 (next-history-element): Try to keep the position of point in the
13115 input string constant.
13116
13117 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13118 (dired-do-create-files): If there's only one file, pass it in as
13119 the DEFAULT arg to dired-mark-read-file-name.
13120
13121 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13122
13123 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13124 (diff-goto-source): Be smarter when choosing REVERSE or not.
13125
13126 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13127 (texinfo-mode-menu): Add an explicit shortcut for update all.
13128
13129 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13130
13131 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13132 factorize backend-specific code cleanly (this was essentially
13133 conceived by Stefan Monnier).
13134 (vc-unregister): Function removed.
13135 (vc-revert-file): New function.
13136 (vc-revert-buffer): Delegate some of the work to it.
13137
13138 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13139 default branch unconditionally.
13140 (vc-rcs-set-default-branch): New function.
13141 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13142 (vc-rcs-checkin): If an appropriate default branch has been set,
13143 force creation of that branch.
13144 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13145 code (as suggested by Stefan Monnier).
13146
13147 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13148
13149 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13150 highlighting overlay with a different face over the overlay
13151 isearch uses to highlight the current match because that can lead
13152 to bad face combinations.
13153
13154 * loadup.el (toplevel): Load faces before isearch.
13155
13156 * isearch.el (isearch-faces): New custom group.
13157 (isearch): New defface; was already tested for in the code.
13158 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13159 (isearch-highlight): Always use face `isearch'.
13160
13161 2000-10-02 Dave Love <fx@gnu.org>
13162
13163 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13164 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13165 comparison of opcode with operand.
13166
13167 2000-10-03 Miles Bader <miles@gnu.org>
13168
13169 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13170 buffer, since the echo area will now grow to accommodate them.
13171
13172 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13173
13174 * vc-hooks.el (vc-registered): If FILE used to be registered under
13175 a certain backend, try that one first.
13176
13177 * vc.el (vc-responsible-backend): Undo the previous change in the
13178 argument list. Handle multiple backends correctly.
13179 (vc-find-new-backend): Function removed.
13180 (vc-register): Use vc-responsible-backend, as before.
13181 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13182
13183 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13184
13185 * startup.el (fancy-splash-head): Change message below the
13186 logo.
13187
13188 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13189
13190 * diff-mode.el (diff-goto-source): Emit a status message.
13191 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13192 (diff-test-hunk): Fix doc string.
13193 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13194 (diff-advance-after-apply-hunk): New variable.
13195 (diff-apply-hunk): Don't return a value.
13196
13197 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13198
13199 * vc.el (vc-editable-p): Minor optimization.
13200 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13201 (vc-find-new-backend): New function split from vc-responsible-backend.
13202 (vc-register): Use it.
13203 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13204 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13205 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13206 (vc-clear-headers): Don't use find-file.
13207 (vc-revert-buffer): Use `and' again (must have been a braino).
13208 (vc-switch-backend): Only prompt if requested.
13209 Short circuit if nothing is to be done.
13210 Don't use vc-resynch-buffer which could lose unsaved editing.
13211 (vc-default-receive-file): Update call to vc-unregister.
13212 (with-vc-file, vc-next-action-on-file):
13213 Use vc-backend rather than vc-registered.
13214 (vc-next-action-on-file): Use intern-soft.
13215 Deal with read-only *vc-diff* buffer.
13216 (vc-transfer-file): Docstring fix.
13217
13218 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13219 (vc-rcs-receive-file): Avoid with-vc-properties.
13220 Update call to vc-unregister.
13221 Use constant `RCS' rather than (dynamically bound) var `backend'.
13222
13223 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13224
13225 * vc.el (vc-next-action-on-file): Update mode line only if file
13226 is visited.
13227 (vc-start-entry): New argument initial-contents. Don't visit the file
13228 if it isn't already visited. Brought documentation up-to-date.
13229 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13230 (vc-checkin): New optional arg initial-contents, which is passed to
13231 vc-start-entry.
13232 (vc-finish-logentry): Make sure to bury log buffer only if there
13233 really is one. Call `vc-resynch-buffer' on log-file, not
13234 buffer-file-name.
13235 (vc-default-comment-history, vc-default-wash-log): New functions.
13236 (vc-index-of): Removed.
13237 (vc-transfer-file): Make do without the above.
13238 (vc-default-receive-file): Call comment-history unconditionally. Pass
13239 the resulting string to vc-checkin, instead of inserting it into the
13240 comment ring.
13241
13242 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13243 unconditionally. Use the comments as initial contents of the log
13244 entry buffer. Document the trick to force branch creation with no
13245 changes.
13246
13247 2000-10-01 Miles Bader <miles@gnu.org>
13248
13249 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13250 `recenter' with an arg to prevent redrawing the display.
13251
13252 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13253
13254 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13255
13256 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13257
13258 * progmodes/c-mode.el (c-mode):
13259 Don't gratuitously override the default for comment-column.
13260
13261 * textmodes/tex-mode.el (latex-metasection-list): New var.
13262 (latex-imenu-create-index): Use it.
13263 Move the regexp construction outside loops (and use push).
13264 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13265 (tex-font-lock-keywords): Moved from font-lock.el.
13266 (tex-comment-indent): Remove.
13267 (tex-common-initialization): Don't set comment-indent-function.
13268 (latex-block-default): New var.
13269 (tex-latex-block): Use it to provide a default choice.
13270 Add any unknown choice to latex-block-names.
13271 Insert [...] after {...}.
13272 (tex-last-unended-begin): Simplify regexp.
13273 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13274 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13275 (latex-mode): Set forward-sexp-function.
13276
13277 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13278 Add regexp for @ignore ... @end ignore.
13279 (texinfo-heading-face): New face.
13280 (texinfo-font-lock-keywords): Use it.
13281 (texinfo-mode-menu): New menu.
13282 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13283 New functions.
13284 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13285 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13286 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13287 Remove declaration.
13288 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13289
13290 * delsel.el (delete-selection-mode): Use define-minor-mode.
13291
13292 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13293
13294 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13295
13296 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13297
13298 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13299
13300 * replace.el (keep-lines-read-args): New function.
13301 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13302 read arguments interactively. Add parameters RSTART and REND.
13303 Operate on the active region in Transient Mark mode.
13304
13305 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13306
13307 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13308 (authors-obsolete-files-regexps): New variable.
13309 (authors-add): Don't record changes in obsolete files.
13310
13311 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13312
13313 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13314
13315 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13316 (comment-indent): Make sure there's a space between code and comment.
13317 Shift comments left to avoid going past fill-column.
13318
13319 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13320
13321 * startup.el (startup-echo-area-message): New function.
13322 (display-startup-echo-area-message): Use it.
13323 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13324 (fancy-splash-default-action): New function.
13325 (fancy-splash-screens-1): New function.
13326 (fancy-splash-head): Put a help-echo and a keymap under the image.
13327
13328 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13329
13330 * diff-mode.el (diff-add-log-file-name): Remove.
13331 (diff-mode): Use add-log-buffer-file-name-function.
13332
13333 * add-log.el (find-change-log): New arg BUFFER-FILE.
13334 (add-log-file-name): Obey add-log-file-name-function.
13335 (add-log-buffer-file-name-function): New var.
13336 (add-change-log-entry): Use it.
13337
13338 2000-09-29 Miles Bader <miles@gnu.org>
13339
13340 * image-file.el (image-file-name-extensions): New variable.
13341 (image-file-name-regexps): Renamed from `image-file-regexps'.
13342 New default value is nil. Call `auto-image-file-mode'.
13343 (image-file-name-regexp): New function.
13344 (auto-image-file-mode): New minor mode.
13345 (insert-image-file): Don't make conditional on the image-file
13346 handler being enabled.
13347 (image-file-handler): Make the call here conditional instead.
13348 (set-image-file-handler-enabled, enable-image-file-handler)
13349 (disable-image-file-handler): Functions removed.
13350
13351 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13352 string.
13353
13354 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13355
13356 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13357 it's a function from CL.
13358 (latex-imenu-create-index): Replace eval-when-compile with progn
13359 because latex-section-alist is not bound while compiling.
13360
13361 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13362
13363 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13364 (outline-mode): Use define-derived-mode.
13365
13366 * progmodes/perl-mode.el (perl-mode):
13367 * progmodes/awk-mode.el (awk-mode):
13368 * progmodes/asm-mode.el (asm-mode):
13369 Don't gratuitously override the default for comment-column.
13370
13371 * emacs-lisp/lisp.el (lisp-complete-symbol):
13372 Distinguish the let-binding case from the funcall case.
13373 (forward-sexp-function): New variable.
13374 (forward-sexp): Use it.
13375
13376 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13377 (easy-mmode-defmap): Remove the now useless autoload.
13378
13379 * time.el (display-time-mode): Use define-minor-mode.
13380
13381 * subr.el (add-minor-mode): Don't eval NAME.
13382 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13383 Use if rather than cond.
13384
13385 * simple.el (read-expression-map): Define more properly.
13386 (comment-indent-hook): Remove.
13387 (string-to-syntax): Bug fix.
13388
13389 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13390 (cvs-ediff-diff): Fix typo.
13391 (cvs-revert-if-needed): Don't bother preserving read-only.
13392
13393 * paren.el (show-paren-mode): Use define-minor-mode.
13394
13395 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13396 (toggle-auto-compression): Remove.
13397 (jka-compr-build-file-regexp): Remove useless grouping.
13398
13399 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13400 Avoid user-reserved bindings.
13401 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13402 (diff-header-face): Revert to grey85.
13403
13404 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13405
13406 * complete.el (partial-completion-mode) <defcustom>: Remove.
13407 (partial-completion-mode): Use define-minor-mode.
13408 (PC-do-completion): Understand `completion-auto-help = delay'
13409 to mean to popup the completion buffer only the second time.
13410 (PC-include-file-all-completions, PC-include-file-all-completions)
13411 (PC-include-file-all-completions): Don't quote lambda.
13412
13413 * comint.el (comint-mode-hook): Docstring fix.
13414 (comint-mode): Use define-derived-mode.
13415 (comint-mode-map): Remove obsolete comment.
13416 (make-comint): Minor stylistic change.
13417 (comint-insert-clicked-input): Be more careful to find the overlay.
13418 Use this-command-keys rather than hardcoding mouse-2.
13419
13420 * font-lock.el: Replace confusing (,@ with ,
13421 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13422 Don't use regexp-opt-depth. Spice up the regexp for args.
13423 Don't distinguish between cmds that can take an opt arg or not.
13424 Use `append' and `prepend' rather than `keep'.
13425
13426 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13427 (latex-outline-regexp): New var.
13428 (latex-outline-level): New fun.
13429 (latex-section-alist): New var.
13430 (latex-imenu-create-index): Use it. Use `push' as well.
13431 (tex-shell-map): Initialize it properly.
13432 (tex-mode): Minor stylistic change.
13433 (plain-tex-mode): Use define-derived-mode.
13434 (latex-mode): Use define-derived-mode.
13435 Construct the paragraph regexps in a more readable way.
13436 Set the buffer-local outline-{level,regexp} vars.
13437 (slitex-mode): Derive from latex-mode.
13438 (tex-common-initialization): Don't kill-all-vars anymore.
13439 Add setting for comment-add and font-lock-defaults.
13440 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13441 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13442 (tex-start-tex): New arg DIR (and send a chdir command for it).
13443 Also display the shell buffer and save it in tex-last-buffer-texed.
13444 (tex-region): Use expand-file-name rather than concat.
13445 Remove code made useless by changes in tex-start-tex.
13446 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13447
13448 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13449
13450 2000-09-28 Dave Love <fx@gnu.org>
13451
13452 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13453
13454 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13455
13456 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13457 `append'.
13458
13459 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13460
13461 * info.el (Info-extract-pointer): Undo last change.
13462 Instead, fix the position of the `bound' arg to re-search-backward.
13463
13464 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13465
13466 * info.el (Info-extract-pointer):
13467 Widen more carefully, to avoid finding pointers in other nodes.
13468 (Info-index): Use push.
13469
13470 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13471
13472 * frame.el (set-frame-font): Remove call to obsolete function
13473 frame-update-faces.
13474 (set-foreground-color, set-background-color): Likewise for
13475 frame-update-face-colors.
13476
13477 2000-09-27 Miles Bader <miles@gnu.org>
13478
13479 * image-file.el: New file.
13480
13481 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13482
13483 * frame.el (frame-notice-user-settings): Don't call
13484 frame-update-faces, which is a no-op now.
13485
13486 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13487 tool-bar-lines.
13488
13489 2000-09-27 Dave Love <fx@gnu.org>
13490
13491 * mouse.el: Fix last change.
13492
13493 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13494
13495 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13496
13497 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13498
13499 * international/quail.el (quail-help): The output message is
13500 improved.
13501
13502 2000-09-26 Dave Love <fx@gnu.org>
13503
13504 * mouse.el (popup-menu): If POSITION is nil, set it using
13505 mouse-position.
13506
13507 2000-09-25 Sam Steingold <sds@gnu.org>
13508
13509 * net/browse-url.el (browse-url-file-url): Check for null maps.
13510
13511 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13512
13513 * frame.el (frame-notice-user-settings): Don't add a
13514 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13515
13516 * frame.el (frame-notice-user-settings):
13517 Make tool-bar-mode and default-frame-alist consistent.
13518
13519 * toolbar/tool-bar.el (tool-bar-help): New function.
13520
13521 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13522
13523 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13524 current-load-list in top-level forms. Else this leaks a cons cell
13525 every time a defun is called.
13526
13527 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13528
13529 2000-09-25 Dave Love <fx@gnu.org>
13530
13531 * startup.el (fancy-splash-head): Check XPM is available.
13532
13533 * autoinsert.el (auto-insert): Doc fix.
13534 (auto-insert-alist): Following GNU notices, don't say `copyright
13535 _by_'. Use line-beginning-position.
13536 (auto-insert): Check buffer-file-name is non-nil before use.
13537
13538 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13539
13540 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13541 starting with `@def' or `@multitable', in addition to ones
13542 specified by the user in auto-fill-inhibit-regexp.
13543
13544 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13545
13546 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13547 rmail-dont-reply-to-names matches the empty string.
13548
13549 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13550
13551 * startup.el (command-line-1, fancy-splash-text): Change the
13552 text to sound more friendly.
13553
13554 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13555
13556 * progmodes/hideshow.el: Update author email address.
13557 Generally, sync w/ maintainer version 5.22.
13558 (hs-hide-all-non-comment-function): New var.
13559 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13560 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13561 (hs-show-region): Delete this command.
13562 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13563
13564 2000-09-22 Dave Love <fx@gnu.org>
13565
13566 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13567 (hl-line-highlight): Specify buffer when moving overlay.
13568
13569 * progmodes/fortran.el (fortran-mode): Locally set
13570 normal-auto-fill-function.
13571 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13572 (fortran-mode-map): Adjust auto-fill menu entry.
13573
13574 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13575
13576 * vc-rcs.el (toplevel): Require `vc' when compiling.
13577
13578 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13579
13580 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13581
13582 * vc.el (vc-switch-backend): Signal an error if the file is not
13583 registered under the new backend.
13584
13585 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13586 without explicit revision number.
13587
13588 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13589
13590 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13591 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13592 (diff-xor): New function.
13593 (diff-find-source-location): Use it. Fix a stupid name clash.
13594 (diff-hunk-status-msg): New function.
13595 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13596 (diff-test-hunk): Use diff-find-source-location.
13597 (diff-goto-source): Favor the `reverse'.
13598 (diff-hunk-text): Properly handle one-sided context diffs.
13599 (diff-apply-hunk): When done, advance to the next hunk.
13600
13601 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13602
13603 * startup.el (command-line): If frame was created with a non-zero
13604 tool-bar-lines parameter, switch tool-bar-mode on.
13605
13606 * add-log.el (change-log-date-face, change-log-name-face)
13607 (change-log-email-face, change-log-file-face)
13608 (change-log-list-face, change-log-conditionals-face)
13609 (change-log-function-face, change-log-acknowledgement-face):
13610 New faces, inheriting from font-lock faces.
13611 (change-log-font-lock-keywords): Use them.
13612
13613 2000-09-21 Dave Love <fx@gnu.org>
13614
13615 * progmodes/cperl-mode.el (top-level): Clean up
13616 `eval-when-compile's and assorted defvars.
13617 (cperl-invalid-face): Don't double-quote value. Change custom
13618 type.
13619 (cperl-mode): Set normal-auto-fill-function and don't zap
13620 auto-fill-function.
13621 (cperl-imenu--function-name-regexp-perl): Renamed from
13622 imenu-example--function-name-regexp-perl.
13623 (cperl-imenu--create-perl-index): Renamed from
13624 imenu-example--create-perl-index.
13625 (cperl-xsub-scan): Don't require cl.
13626
13627 * msb.el (msb-mode-map): Use substitute-key-definition.
13628 (msb-mode): Use msb-mode-map.
13629
13630 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13631
13632 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13633 New functions.
13634 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13635 (vc-switch-backend): New function.
13636 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13637 (vc-register): Fix prompt.
13638 (vc-unregister, vc-default-unregister): New functions.
13639 (vc-version-diff): Handle empty buffer in sentinel.
13640
13641 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13642 (vc-rcs-state-heuristic): Use it to guess the state of files with
13643 non-strict locking.
13644 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13645 been set with -b, but not created yet.
13646 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13647 contents in order to find the state.
13648 (vc-rcs-checkin): Allow creation of branches with no changes.
13649 (vc-rcs-unregister, vc-rcs-receive-file)
13650 (vc-rcs-set-non-strict-locking): New functions.
13651
13652 * vc-hooks.el (vc-name): Force correct computation of the value
13653 in case it is missing.
13654
13655 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13656
13657 * startup.el (fancy-splash-tail): Use a different foreground
13658 color on a dark frame background.
13659
13660 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13661
13662 * info.el: Use the correct capitalization when making Info-mode
13663 and Info-edit-mode `special' modes.
13664
13665 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13666
13667 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13668 (diff-mode): Add support for add-log.el.
13669 (diff-hunk-text): Use char offsets rather than line offsets.
13670 (diff-find-source-location): Replace LINE with line-offset (nil
13671 if not found) and always set POS to a meaningful position.
13672 Adapt to the new char-offsets.
13673 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13674 Adapt to the new diff-find-source-location.
13675 (diff-goto-source): Adapt to the new diff-find-source-location.
13676
13677 * add-log.el (add-log-file-name): New function (split out of
13678 add-change-log-entry).
13679 (add-change-log-entry): Use it.
13680 Call add-log-file-name-function with the changelog file name if
13681 the current buffer is not associated with any file.
13682 Avoid find-file if the selected window is dedicated.
13683
13684 * diff-mode.el (diff-find-source-location):
13685 Move code from diff-apply-hunk. Return buffer rather than file.
13686 (diff-apply-hunk): Use the new result from diff-find-source-location.
13687 (diff-goto-source): Use the new diff-find-source-location.
13688
13689 2000-09-20 Dave Love <fx@gnu.org>
13690
13691 * iswitchb.el: Some doc fixes.
13692 (iswitchb-mode-map): Define completely initially. Inherit
13693 minibuffer-local-map.
13694 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13695 fundamental-mode.
13696 (iswitchb-global-map): New variable.
13697 (iswitchb-summaries-to-end): Amalgamate regexps.
13698 (iswitchb-mode): New.
13699 (iswitchb-mode-hook): New variable.
13700 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13701 `extensions'.
13702
13703 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13704
13705 * ehelp.el (electric-help): New defgroup.
13706 (electric-help-shrink-window): New user-option.
13707 (with-electric-help): Use it.
13708
13709 * window.el (shrink-window-if-larger-than-buffer): If face
13710 `mode-line' has a :box, and we're on a graphical frame, add 1
13711 to the needed window height.
13712
13713 * frame.el (frame-notice-user-settings): Add a last parameter nil
13714 to a call to `append', because the last list passed to `append' is
13715 not copied, and so subsequent calls to assq-delete-all will modify
13716 default-frame-alist.
13717
13718 * startup.el (fancy-splash-image): Change :type.
13719 (fancy-splash-head): Use an XBM image if appropriate.
13720 (command-line-1): Show splash screens in more cases.
13721
13722 * startup.el (fancy-splash-text): Don't quote faces.
13723
13724 * dired.el (dired-font-lock-keywords): Undo last change.
13725 (dired-readin): Bind indent-tabs-mode to nil.
13726
13727 * startup.el (fancy-splash-head): If frame's background mode
13728 is `dark', change the black background of the image to gray.
13729 (fancy-splash-screens): Display startup echo area message.
13730 (display-startup-echo-area-message): New function.
13731
13732 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13733
13734 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13735
13736 * info.el (info-header-node): Tweak for color ttys.
13737
13738 * faces.el (face-valid-attribute-values): Make sure directories we
13739 search for stipples both exist and are readable before trying to
13740 search them.
13741
13742 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13743 in the dry-run case.
13744
13745 * jka-compr.el (with-auto-compression-mode): New macro.
13746
13747 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13748 (custom-group-tag-face, custom-variable-tag-face): Use relative
13749 :height and inherit from `variable-pitch' face instead of
13750 hardwiring :family.
13751 * hi-lock.el (hi-black-hb): Likewise.
13752
13753 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13754 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13755 toolbar-add-item, if image doesn't have a mask add a `:mask
13756 heuristic'.
13757
13758 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13759
13760 * diff-mode.el: Docstring fixes.
13761 (diff-header-face, diff-comment-face): New faces.
13762 (diff-font-lock-keywords): Highlight a bit differently.
13763 (diff-find-source-location): Don't return SPAN any more.
13764 (diff-hunk-text): Don't bother erasing the temp buffer.
13765 (diff-find-text): Drop argument LINE.
13766 (diff-apply-hunk): Update calls to diff-find-text.
13767 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13768
13769 * calendar/calendar.el: Docstring fixes.
13770 (calendar-make-alist): Don't quote lambda.
13771 (calendar-star-date): Use make-local-variable.
13772
13773 2000-09-19 Dave Love <fx@gnu.org>
13774
13775 * toolbar/tool-bar.el: Renamed from toolbar.el.
13776 Change `toolbar' to `tool-bar' generally in symbols.
13777 Make some items invisible in `special' major modes.
13778 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13779 Add arg PROPS.
13780
13781 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13782 Add :version here.
13783 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13784
13785 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13786
13787 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13788
13789 * files.el (find-file-suppress-same-file-warnings): New user-option.
13790 (find-file-noselect): Use it.
13791
13792 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13793 (fancy-splash-screen): Defgroup.
13794
13795 * add-log.el (change-log-font-lock-keywords): Match names
13796 more exactly for the case that font-lock-constant-face is
13797 underlined.
13798
13799 2000-09-19 Richard M. Stallman <rms@gnu.org>
13800
13801 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13802
13803 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13804
13805 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13806
13807 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13808
13809 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13810 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13811 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13812 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13813 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13814 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13815 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13816 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13817 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13818 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13819 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13820 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13821
13822 * startup.el (fancy-splash-text): New variable.
13823 (fancy-splash-delay, fancy-splash-image): New user-options.
13824 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13825 (fancy-splash-screens): New functions.
13826 (command-line-1): If display has a `display' frame parameter, has
13827 colors, and we have XPM support, show more fancy splash screens.
13828
13829 2000-09-19 Dave Love <fx@gnu.org>
13830
13831 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13832 with null `help'. Use modern backquote syntax.
13833
13834 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13835
13836 * font-lock.el (font-lock-mode): Change message telling the user
13837 that ``the buffer is too big''.
13838
13839 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13840 for instance for the case that tab-width is 2.
13841
13842 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13843
13844 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13845 toolbar-add-item, if image doesn't have a mask add a `:mask
13846 heuristic'.
13847
13848 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13849
13850 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13851 and return a cons if it's non-nil.
13852 (diff-apply-hunk): Try to jump to the line in the source text
13853 corresponding to the position of point in the in the hunk.
13854
13855 * info.el (Info-title-3-face, Info-title-2-face)
13856 (Info-title-1-face): Use face inheritance and relative sizes
13857 instead of hard-wiring things.
13858
13859 * faces.el (secondary-selection): Make dark-background variant sane.
13860
13861 2000-09-16 Andrew Innes <andrewi@gnu.org>
13862
13863 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13864 read-only, since they aren't under VC now.
13865
13866 2000-09-17 Dave Love <fx@gnu.org>
13867
13868 * tmm.el: Replace mapcar with mapc in several places.
13869
13870 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13871 ad-unadvise.
13872
13873 * international/latin1-disp.el: New file.
13874
13875 * calendar/cal-move.el (scroll-calendar-left)
13876 (scroll-calendar-right): Make arg optional (for active mode line).
13877
13878 * calendar/calendar.el (calendar-mode-line-format): Make fields
13879 mouse-sensitive.
13880 (calendar-read-date, calendar-read-date, calendar-window-list):
13881 Unquote lambda.
13882 (calendar-month-name): Use aref, not sref.
13883
13884 * view.el (minor-mode-alist): Propertize the string.
13885
13886 * international/characters.el (standard-case-table): Add entries
13887 for Greek.
13888
13889 2000-09-18 Miles Bader <miles@gnu.org>
13890
13891 * info.el (info-node, info-xref): Add dark-background variants.
13892
13893 * faces.el (header-line): Change defaults to be less confusing
13894 when mixed with mode-lines.
13895
13896 * info.el (Info-fontify-node): Make a few cleanups.
13897 Add extra `help-echo' and `local-map' props to node xrefs.
13898 Use header-specific faces for node-names & xrefs.
13899 (Info-use-header-line): New variable.
13900 (info-header-xref, info-header-node): New faces.
13901 (Info-setup-header-line): New function.
13902 (Info-select-node): Call Info-setup-header-line when enabled.
13903 (Info-extract-pointer): Work even if the header line is hidden.
13904 (Info-header-line): New variable.
13905
13906 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13907
13908 * vms-patch.el (print-region-function): Don't quote lambda.
13909
13910 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13911
13912 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13913 (lm-get-header-re): Allow spaces between the header and the colon.
13914 (lm-header): Allow $ in non-RCS headers.
13915 (lm-header-multiline): Put the strings back into order.
13916 Stop at an empty line. Don't require two space chars if the
13917 line is clearly not another header line.
13918
13919 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13920 (popup-menu-popup): Remove.
13921
13922 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13923
13924 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13925 specification if or if not tool-bar item contains an `:enabled'
13926 property.
13927
13928 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13929 current buffer has no file name.
13930
13931 2000-09-15 Dave Love <fx@gnu.org>
13932
13933 * strokes.el: Sync with maintainer's current version with changes
13934 for Emacs, but avoid runtime cl and levents.
13935 (toplevel): Change autoloads and compilation requires.
13936 (strokes-version, strokes-bug-address, strokes-lift): Values
13937 changed.
13938 (strokes-xpm-header, strokes-insinuated): New variable.
13939 (strokes): Add :link.
13940 (strokes-mode): Customized.
13941 (strokes-while-inhibiting-garbage-collector): New macro.
13942 (strokes-remassoc): Avoid remove-if.
13943 (strokes-fix-button2-command): Don't use ad-do-it.
13944 (strokes-insinuate): New function.
13945 (strokes-button-press-event-p, strokes-button-release-event-p):
13946 New functions, used instead of non-`strokes-' versions..
13947 (strokes-mouse-event-p): Rewritten.
13948 (strokes-event-closest-point): Avoid event-point.
13949 (strokes-get-grid-position): Avoid cdadr, caadr
13950 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13951 functions.
13952 (strokes-help): Use with-output-to-temp-buffer.
13953 (strokes-window-configuration-changed-p): New function.
13954 (strokes-update-window-configuration): Use buffer-live-p,
13955 strokes-window-configuration-changed-p.
13956 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13957 (strokes-char-face): New face.
13958 (strokes-char-table, strokes-base64-chars): New variable.
13959 (strokes-xpm-for-stroke, strokes-list-strokes)
13960 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13961 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13962 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13963 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13964 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13965 functions.
13966
13967 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13968
13969 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13970
13971 * image.el (create-image): Doc fix.
13972
13973 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13974 instead of `:heuristic-mask t'.
13975
13976 2000-09-14 Andrew Innes <andrewi@gnu.org>
13977
13978 * makefile.w32-in: Revert to Unix line endings.
13979
13980 2000-09-14 Andrew Innes <andrewi@gnu.org>
13981
13982 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13983 when installing.
13984
13985 * makefile.nt (DONTCOMPILE): Fix typo.
13986
13987 * shell.el (shell-write-history-on-exit): New function.
13988 (shell-dumb-shell-regexp): New custom variable.
13989 (shell-mode): Make shell-write-history-on-exit the process
13990 sentinel if shell name matches shell-dumb-shell-regexp.
13991
13992 * w32-fns.el: Comment out before-init-hook function which resets
13993 source-directory based; this breaks bootstrap.
13994
13995 2000-09-14 Dave Love <fx@gnu.org>
13996
13997 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13998 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13999 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
14000 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
14001 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
14002 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
14003 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
14004 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14005 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14006
14007 * toolbar/toolbar.el: New.
14008
14009 * subdirs.el: Add toolbar.
14010
14011 2000-09-14 Gerd Moellmann <gerd@gnu.org>
14012
14013 * indent.el (indent-for-tab-command): Doc fix.
14014
14015 2000-09-14 Alex Schroeder <alex@gnu.org>
14016
14017 * ansi-color.el (ansi-colors): Doc change.
14018 (ansi-color-get-face): Simplified regexp.
14019 (ansi-color-faces-vector): Added more faces, doc change.
14020 (ansi-color-names-vector): Doc change.
14021 (ansi-color-regexp): Simplified regexp.
14022 (ansi-color-parameter-regexp): New regexp.
14023 (ansi-color-filter-apply): Doc change.
14024 (ansi-color-filter-region): Doc change.
14025 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14026 deal with zero length parameters.
14027 (ansi-color-apply-on-region): Doc change.
14028 (ansi-color-map): Doc change.
14029 (ansi-color-map-update): Removed debugging message.
14030 (ansi-color-get-face-1): Added condition-case to trap
14031 args-out-of-range errors.
14032 (ansi-color-get-face): Doc change.
14033 (ansi-color-make-face): Removed.
14034 (ansi-color-for-shell-mode): New option.
14035
14036 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14037
14038 * international/quail.el (quail-start-translation): Translate KEY
14039 if necessary even if it doesn't have any mapping in the current
14040 input method.
14041 (quail-start-conversion): Likewise.
14042 (quail-help): The output message is improved.
14043
14044 2000-09-13 Miles Bader <miles@gnu.org>
14045
14046 * comint.el (comint-output-filter): Revert to using
14047 `insert-before-markers'. Add bletcherous hack to undo damage
14048 caused by `insert-before-markers'. Put `front-sticky' property on
14049 overlays created here so that the field code understands how the
14050 overlay works. Use a let when making comint-last-prompt-overlay,
14051 so that the code is easier to read.
14052
14053 2000-09-13 Dave Love <fx@gnu.org>
14054
14055 * wid-edit.el (widget-default-format-handler): DTRT when
14056 doc-property is a function.
14057
14058 2000-09-12 Francesco Potorti` <pot@gnu.org>
14059
14060 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14061 filed name if it's not there.
14062
14063 2000-09-12 Dave Love <fx@gnu.org>
14064
14065 * simple.el (read-mail-command): Doc fix.
14066 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14067
14068 * vc.el (vc-dired-listing-switches): Fix :version.
14069
14070 * vc-hooks.el: Doc fixes.
14071
14072 * subr.el (add-minor-mode): Use toggle-fun arg.
14073
14074 * speedbar.el: Add :version to several defcustoms.
14075
14076 * imenu.el (imenu--truncate-items, imenu--cleanup)
14077 (imenu--generic-function): Avoid mapcar.
14078 (imenu--replace-spaces): Function removed.
14079 (imenu--completion-buffer): Use subst-char-in-string.
14080 (imenu-add-to-menubar): Use keymap inheritance.
14081
14082 2000-09-12 Miles Bader <miles@gnu.org>
14083
14084 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14085 (diff-mode-map): Bind `diff-test-hunk'.
14086 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14087
14088 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14089
14090 * bytecomp.el (byte-compile-defvar): Undo last change
14091 because it breaks '(make-variable-buffer-local (defvar ...)'
14092 which is used at least in dired.
14093
14094 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14095
14096 * international/quail.el (quail-define-package): Docstring
14097 modified.
14098
14099 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14100
14101 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14102 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14103 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14104 docstring of "chinese-py".
14105
14106 * international/quail.el (quail-translation-docstring): New
14107 variable.
14108 (quail-show-keyboard-layout): Docstring modified.
14109 (quail-select-current): Likewise.
14110 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14111 infinite recursive call.
14112 (quail-help): Check quail-translation-docstring. Format of the
14113 output changed.
14114 (quail-help-insert-keymap-description): Adjusted for the above
14115 change.
14116
14117 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14118
14119 * bytecomp.el (byte-compile-defvar): Only cons onto
14120 current-load-list in top-level forms. Else this leaks a cons cell
14121 every time a defun is called.
14122
14123 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14124
14125 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14126 Now understands non-unified diffs. Some functionality moved into
14127 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14128 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14129 modify anything. Only reposition point in the patched file if the
14130 patch succeeds. Only pop up another window if POPUP is true.
14131 Emit a message describing what happened if successful, and at what
14132 line-offset. Automatically detect reversed hunks and do something
14133 appropriate.
14134 (diff-hunk-text, diff-find-text): New functions.
14135 (diff-filter-lines): Function removed.
14136 (diff-test-hunk): New function.
14137 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14138
14139 2000-09-10 Dave Love <fx@gnu.org>
14140
14141 * textmodes/tildify.el: Minor doc/commentary fixes.
14142 (tildify) <defgroup>: Add :version.
14143
14144 * faces.el (face-x-resources): Make custom type more specific.
14145 (frame-background-mode): Use mapc.
14146 (region) <defcustom>: Add :version.
14147
14148 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14149
14150 * vc-sccs.el (vc-sccs-register):
14151 * vc-rcs.el (vc-rcs-register):
14152 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14153 * vc.el (vc-register): Clear file's properties.
14154
14155 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14156
14157 * faces.el (face-spec-set): Only face-spec-reset-face when
14158 ATTRS is non-nil.
14159
14160 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14161
14162 * help.el (help-insert-xref-button): Fix a typo in doc string.
14163
14164 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14165
14166 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14167 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14168 methods.
14169
14170 * menu-bar.el (read-mail-item-name): New function.
14171 (menu-bar-tools-menu): Use it to compute and display the package
14172 used to read email.
14173 (menu-bar-tools-menu): Fix typo in GUD's help string.
14174
14175 2000-09-07 Dave Love <fx@gnu.org>
14176
14177 * diff-mode.el (diff-mouse-goto-source): New function.
14178
14179 * vc-sccs.el: Doc fixes.
14180 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14181
14182 * vc-rcs.el: Doc fixes.
14183 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14184 (vc-rcs-checkout-switches, vc-rcs-header)
14185 (vc-rcs-master-templates): Add or change :version.
14186
14187 * vc-cvs.el: Doc fixes.
14188 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14189 (vc-cvs-stay-local): Add :version.
14190
14191 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14192
14193 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14194
14195 * international/quail.el (quail-help): Fix previous change.
14196
14197 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14198
14199 * faces.el (color-values): Doc fix.
14200
14201 * faces.el (frame-set-background-mode): Use frame-parameter
14202 instead of frame-parameters.
14203
14204 * frame.el (filtered-frame-list): Reduce consing.
14205 (frames-on-display-list): Call frame-parameter instead of
14206 frame-parameters.
14207
14208 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14209
14210 * language/devan-util.el (devanagari-to-indian-region): In the
14211 loop, change the following char, not preceding char.
14212
14213 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14214
14215 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14216 instead of frame-parameters.
14217
14218 * faces.el (set-face-attribute): Simplify by calling
14219 internal-set-lisp-face-attribute with FRAME being 0.
14220
14221 * vc.el: Remove `Id' version control keyword.
14222
14223 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14224
14225 * help.el (help-make-xrefs): Adjusted for the change of
14226 help-xref-mule-regexp.
14227 (help-insert-xref-button): New function.
14228
14229 * international/mule-cmds.el (help-xref-mule-regexp-template):
14230 Include the pattern for character set.
14231 (leim): New group.
14232
14233 * international/quail.el: Don't require face.
14234 (quail): New group.
14235 (quail-other-command): Dummy command to make quail-help work better.
14236 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14237 (quail-keyboard-layout-substitution): New variable.
14238 (quail-update-keyboard-layout): New function.
14239 (quail-keyboard-layout-type): New customizable variable.
14240 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14241 (quail-keyboard-translate): Pay attention to
14242 quail-keyboard-layout-substitution.
14243 (quail-insert-kbd-layout): New function.
14244 (quail-show-keyboard-layout): New function.
14245 (quail-get-translation): If the definition is a vector of length
14246 1, and the element is a string of length 1, return the character
14247 in that string.
14248 (quail-update-current-translations): Fix the case of
14249 relative-index out of range.
14250 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14251 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14252 Show key sequences for all available characters.
14253 (quail-help-insert-keymap-description): Don't show such verbose
14254 key bindings as quail-self-insert-command.
14255
14256 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14257 Format changed, and each element now have extra documentations.
14258 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14259 Adjusted for the change of quail-cxterm-package-ext-info.
14260
14261 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14262
14263 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14264 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14265 during bootstrap.
14266
14267 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14268
14269 * vc.el: (toplevel): Don't require `dired' at run-time.
14270 (vc-dired-resynch-file): Remove autoload cookie.
14271
14272 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14273
14274 * vc.el: Made several backend functions optional.
14275 (vc-default-responsible-p): New function.
14276 (vc-merge): Use RET for first version to trigger merge-news, not
14277 prefix arg.
14278 (vc-annotate): Handle backends that do not support annotation.
14279 (vc-default-merge-news): Removed. The existence of a merge-news
14280 implementation is now checked on caller sites.
14281
14282 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14283 case.
14284
14285 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14286 special case that has been removed from the default in vc-hooks.el.
14287
14288 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14289
14290 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14291
14292 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14293
14294 * vc-hooks.el: Require vc during compilation.
14295 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14296 macro `with-vc-properties' in vc.el.
14297 (vc-file-getprop): Doc fix.
14298 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14299
14300 * vc.el: Require dired-aux during compilation.
14301 (vc-name-assoc-file): Moved to vc-sccs.el.
14302 (with-vc-properties): New macro.
14303 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14304 vc-finish-steal): Use it.
14305 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14306 to the backend-specific function is now supposed to do the checkout,
14307 too.
14308 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14309
14310 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14311 set file properties; that gets done in the generic code now.
14312
14313 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14314 Changed parameter list, added code from vc.el that does the
14315 checkout, possibly with a double-take.
14316
14317 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14318 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14319 the above under the new name.
14320 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14321 parameter list, added checkout command.
14322 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14323 properties; that gets done in the generic code now.
14324
14325 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14326
14327 * vc.el: Docstring fixes (courtesy of checkdoc).
14328
14329 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14330
14331 * vc.el (vc-checkout-writable-buffer-hook)
14332 (vc-checkout-writable-buffer): Remove.
14333 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14334 (vc-log-mode): Make it into a clean derived major mode.
14335 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14336 vc-log-mode if log-edit is not available.
14337 (vc-dired-mode-map): Don't set-keymap-parent yet.
14338 (vc-dired-mode): Do set-keymap-parent here.
14339 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14340
14341 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14342
14343 * faces.el (set-face-attribute, face-spec-reset-face)
14344 (face-spec-set): Avoid consing by removing calls to `apply'.
14345
14346 * frame.el (frame-parameter): Move to C code.
14347
14348 2000-09-05 Dave Love <fx@gnu.org>
14349
14350 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14351 insert-before-markers-and-inherit. Now checked systematically!
14352
14353 2000-09-05 Alex Schroeder <alex@gnu.org>
14354
14355 * sql.el (sql-postgres): Use sql-postgres-options.
14356 (sql-postgres-options): New variable.
14357
14358 2000-09-05 Alex Schroeder <alex@gnu.org>
14359
14360 * sql.el (sql-mode-menu): Work around missing variable mark-active
14361 in XEmacs.
14362 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14363 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14364 compatibility.
14365
14366 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14367
14368 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14369
14370 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14371
14372 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14373
14374 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14375
14376 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14377 don't support anything else under SCCS yet.
14378
14379 * vc-hooks.el: Minor doc fixes.
14380
14381 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14382
14383 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14384 not necessary. If verbose in state `needs-patch', do the same as
14385 under `up-to-date'. When NOT verbose and `needs-patch', check out
14386 latest version instead of `merge-news'.
14387 (vc-next-action-dired): Don't mess with default-directory here; it
14388 breaks other parts of dired. It is the job of the
14389 backend-specific functions to adjust it temporarily if they need it.
14390 (vc-next-action): Remove a special CVS case.
14391 (vc-clear-headers): New optional arg FILE.
14392 (vc-checkin, vc-checkout): Set properties vc-state and
14393 vc-checkout-time properly.
14394 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14395 (vc-print-log): Use new backend function `show-log-entry'.
14396 (vc-cancel-version): Do the checks in a different order. Added a
14397 FIXME concerning RCS-only code.
14398
14399 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14400 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14401
14402 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14403
14404 * vc-hooks.el (vc-default-mode-line-string): Show state
14405 `needs-patch' as a `-' too.
14406
14407 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14408
14409 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14410 (vc-default-could-register): New function.
14411 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14412 (vc-resynch-buffer): Call vc-dired-resynch-file.
14413 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14414 vc-resynch-buffer instead of vc-resynch-window.
14415 (vc-next-action-dired): Don't redisplay here, that gets done as a
14416 result of the individual file operations.
14417 (vc-retrieve-snapshot): Corrected prompt order.
14418
14419 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14420
14421 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14422 as well.
14423 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14424 hostname regexps. Updated all callers.
14425 (vc-cvs-responsible-p): Handle directories as well.
14426 (vc-cvs-could-register): New function.
14427 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14428 properties up-to-date.
14429
14430 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14431 user whether to create one.
14432
14433 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14434
14435 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14436 check out a non-existing file.
14437
14438 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14439 workfile does not exist.
14440
14441 * vc.el (vc-version-diff): Use `require' to check for existence of
14442 diff-mode.
14443
14444 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14445
14446 * vc-cvs.el (vc-cvs-registered): Use new function
14447 vc-cvs-parse-entry to do the actual work.
14448
14449 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14450
14451 * vc-hooks.el (vc-find-backend-function): If function doesn't
14452 exist, return nil instead of error.
14453 (vc-call-backend): Doc fix.
14454
14455 * vc.el (vc-do-command): Doc fix.
14456 (vc-finish-logentry): When checking in from vc-dired, choose the
14457 right backend for logentry check.
14458 (vc-dired-mode-map): Inherit from dired-mode-map.
14459 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14460 simplified.
14461 (vc-dired-state-info): Removed, updated caller.
14462 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14463 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14464 (vc-dired-listing-switches): New variable.
14465 (vc-directory): Use it, instead of dired-listing-switches.
14466
14467 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14468 (vc-cvs-dir-state): New function.
14469 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14470 (vc-cvs-parse-entry): New function, also to be used in
14471 vc-cvs-registered.
14472
14473 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14474
14475 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14476 *or* single-window-frames.
14477
14478 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14479
14480 * vc.el (vc-update-changelog): Split into generic part and default
14481 implementation. Doc string adapted.
14482 (vc-default-update-changelog): New function. Call the `rcs2log'
14483 script in exec-directory, to fix a long-standing nuisance.
14484
14485 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14486 simply signals an error.
14487
14488 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14489
14490 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14491 control-flow more clear and to avoid running `cvs' twice.
14492
14493 * vc.el (vc-next-action-on-file): Doc fix.
14494 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14495 (vc-print-log): Eval `file' before constructing the continuation.
14496
14497 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14498
14499 * vc.el (vc-next-action-on-file): Corrected several messages.
14500 (vc-merge): Add prefix arg `merge-news'; handle it.
14501
14502 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14503 is not reached. It is.
14504 (vc-cvs-merge): Set state to 'edited after merge.
14505 (vc-cvs-merge-news): Set workfile version to nil if not known.
14506 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14507
14508 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14509 via stdout. (Merge from main line.)
14510
14511 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14512
14513 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14514 detection.
14515
14516 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14517
14518 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14519 against kill-all-local-variables.
14520 (vc-log-edit): Don't save vc-parent-buffer any more.
14521 (vc-last-comment-match): Initialize to an empty string.
14522 (vc-post-command-functions): New hook.
14523 (vc-do-command): Run it.
14524 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14525 (vc-finish-logentry): Only add the comment to the ring if it's
14526 different from the last comment entered.
14527 (vc-new-comment-index): New function.
14528 (vc-previous-comment): Use it. Make the minibuffer message
14529 slightly less terse.
14530 (vc-comment-search-reverse): Make it work forward as well. Don't
14531 set vc-comment-ring-index if no match is found. Use
14532 vc-new-comment-index.
14533 (vc-comment-search-forward): Use vc-comment-search-reverse.
14534 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14535 define-derived-mode will do it for us. Bind `v' to a keymap that
14536 inherits from vc-prefix-map so that we can bind `vt' without
14537 binding C-x v t.
14538 (vc-retrieve-snapshot): Parenthesis typo.
14539
14540 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14541 to 1. Make sure to switch to *vc* before looking for an error
14542 message. Use vc-parse-buffer.
14543
14544 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14545
14546 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14547 and NAME.
14548 (vc-retrieve-snapshot): Split into two parts.
14549 (vc-default-retrieve-snapshot): New function.
14550
14551 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14552 (vc-cvs-retrieve-snapshot): New function (untested).
14553 (vc-cvs-stay-local): Default to t.
14554 (vc-cvs-remote-p): New function and property.
14555 (vc-cvs-state): Stay local only if the above is t.
14556 (vc-handle-cvs): Removed.
14557 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14558 done via vc-handled-backends now.
14559 (vc-cvs-header): Escape Id.
14560
14561 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14562
14563 * vc.el (vc-do-command): Remove unused commands.
14564 (vc-version-diff): Make sure default-directory ends with a slash.
14565 Move the window commands into a vc-exec-after.
14566 (vc-print-log): Move more of the code into the `vc-exec-after'.
14567
14568 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14569
14570 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14571 (vc-print-log): Search current revision from beginning of buffer.
14572 (vc-revert-buffer): Clear echo area after the diff is finished.
14573 (vc-prefix-map): Removed definition of "t" for terse display in vc
14574 dired.
14575 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14576 definition of "vt" for terse display.
14577 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14578
14579 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14580
14581 * vc.el (vc-exec-after): Avoid caddr.
14582
14583 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14584
14585 * vc.el (vc-exec-after): New function.
14586 (vc-do-command): Use it to add a termination message for async
14587 procs.
14588 (vc-checkout): Try to handle a missing-backend situation.
14589 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14590 of a directory with a backend using async diffs.
14591 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14592 present.
14593
14594 * vc-sccs.el (vc-sccs-state-heuristic): Use
14595 file-ownership-preserved-p.
14596
14597 * vc-rcs.el (vc-rcs-state-heuristic): Use
14598 file-ownership-preserved-p.
14599 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14600
14601 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14602
14603 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14604 vc-do-command.
14605
14606 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14607 when there are no changes.
14608
14609 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14610
14611 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14612
14613 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14614
14615 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14616
14617 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14618
14619 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14620 the `fset' outside of the defvar so that it works even if
14621 vc-prefix-map was already defined.
14622 (vc-setup-buffer): New function, split out of vc-do-command.
14623 (vc-do-command): Allow BUFFER to be t to mean `just use the
14624 current buffer without any fuss'.
14625 (vc-version-diff): Change the `diff' backend operation to just put
14626 the diff in the current buffer without erasing it. Always use
14627 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14628 shrink-window-if-larger-than-buffer.
14629 (vc-print-log): Change the `print-log' backend operation to just
14630 put the log in the current buffer without erasing it. Protect
14631 shrink-window-if-larger-than-buffer.
14632 (vc-update-change-log): Fix setd typo.
14633
14634 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14635 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14636
14637 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14638 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14639 CMP.
14640
14641 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14642 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14643 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14644
14645 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14646
14647 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14648 not possible, use vc-BACKEND-workfile-unchanged-p.
14649 (vc-default-workfile-unchanged-p): New function. Delegates to a
14650 full vc-BACKEND-diff.
14651
14652 * vc-hooks.el (vc-simple-command): Removed.
14653
14654 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14655 instead of vc-simple-command.
14656 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14657 avoid doing a diff when opening a file.
14658 (vc-rcs-state): Added check for unlocked-changes.
14659 (vc-rcs-header): Escape Id.
14660 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14661 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14662 version.
14663
14664 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14665 (vc-sccs-diff): Remove optional arg CMP.
14666 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14667 SCCS-specific function.
14668
14669 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14670 vc-simple-command.
14671
14672 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14673
14674 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14675 (with-vc-file, vc-merge): Use vc-editable-p.
14676 (vc-do-command): Remove unused var vc-file and fix the
14677 doubly-defined `status' var. Add a user message when starting an
14678 async command.
14679 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14680 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14681 Use with-current-buffer.
14682 (vc-buffer-sync): Use unless.
14683 (vc-next-action-on-file): If the file is 'edited by read-only,
14684 make it read-write instead of trying to commit.
14685 (vc-version-diff, vc-update-change-log): Use `setq
14686 default-directory' rather than `cd'.
14687 (vc-log-edit): Don't forget to set default-directory in the
14688 buffer.
14689
14690 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14691 (vc-sccs-state-heuristic): Use file-writable-p instead of
14692 comparing userids.
14693 (vc-sccs-checkout): Use `unless'.
14694
14695 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14696 of comparing userids.
14697 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14698 Simplify the logic by eliminating unreachable code.
14699 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14700 just do a recursive call if we need to retry.
14701 (vc-rcs-checkout): Handle the case where rcs is missing by making
14702 the buffer read-write if requested and re-signalling the error.
14703
14704 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14705
14706 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14707
14708 * vc-hooks.el (vc-handled-backends): Docstring change.
14709 (vc-ignore-vc-files): Mark obsolete.
14710 (vc-registered): Check vc-ignore-vc-files.
14711 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14712 vc-ignore-vc-files.
14713
14714 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14715
14716 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14717
14718 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14719 files since ange-ftp already has vc-registered return nil.
14720
14721 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14722 (vc-sccs-workfile-version): Use with-temp-buffer and new
14723 vc-parse-buffer and don't bother setting the property.
14724 (vc-sccs-add-triple): Use with-current-buffer and
14725 find-file-noselect.
14726 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14727
14728 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14729 derives from the old vc-parse-buffer but uses the revision number
14730 rather than the date (much easier to compare robustly).
14731 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14732 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14733 locking-user more directly. Check strict locking and set
14734 checkout-model appropriately.
14735 (vc-rcs-parse-locks): Remove.
14736 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14737 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14738 (vc-rcs-system-release): Use with-current-buffer and
14739 vc-parse-buffer.
14740 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14741
14742 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14743 (vc-simple-command): Docstring fix.
14744 (vc-registered): Align the way the file-handler is called with the
14745 way the function itself works.
14746 (vc-file-owner): Remove.
14747
14748 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14749 extraction of fields and call to file-attributes because of a
14750 temporary bug in rcp.el.
14751 (vc-cvs-fetch-status): Use with-current-buffer.
14752
14753 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14754
14755 * vc.el (vc-do-command): Use file-relative-name.
14756 (vc-responsible-backend): Use vc-backend if possible.
14757 (vc-create-snapshot): Improve the `interactive' spec. Add support
14758 for branches and dispatch to backend-specific `create-snapshot'.
14759 (vc-default-create-snapshot): New function, containing the bulk of
14760 the old vc-create-snapshot.
14761 (vc-retrieve-snapshot): Improve the interactive spec.
14762
14763 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14764 (vc-backend-hook-functions): Remove.
14765 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14766 (vc-backend): Reintroduce the test for `file = nil' now that I
14767 know why it was there (and added a comment to better remember).
14768
14769 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14770 code from vc-sccs-hooks.el.
14771 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14772 'vc anymore.
14773 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14774 and file-directory-p instead of file-exists-p.
14775 (vc-sccs-check-headers): Simplify the regexp.
14776
14777 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14778 from vc-rcs-hooks.el. Don't require 'vc anymore.
14779 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14780 file-directory-p instead of file-exists-p.
14781
14782 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14783 from vc-cvs-hooks.el.
14784 (proto vc-cvs-registered): Require 'vc-cvs instead of
14785 'vc-cvs-hooks. Don't require 'vc anymore.
14786 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14787 file-directory-p instead of file-exists-p.
14788 (vc-cvs-create-snapshot): New function, replacing
14789 vc-cvs-assign-name.
14790 (vc-cvs-assign-name): Remove.
14791
14792 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14793
14794 * vc-cvs.el (vc-cvs-header): New var.
14795
14796 * vc-rcs.el (vc-rcs-exists): Remove.
14797 (vc-rcs-header): New var.
14798
14799 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14800 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14801 (vc-sccs-header): New var.
14802
14803 * vc.el (vc-do-command): Get rid of the `last' argument.
14804 (vc-header-alist): Remove, replaced by vc-X-header.
14805 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14806 (vc-dired-hook): Use expand-file-name instead of concat.
14807 (vc-directory): Use file-name-as-directory.
14808 (vc-snapshot-precondition, vc-create-snapshot)
14809 (vc-retrieve-snapshot): Allow the command to operate on any
14810 directory.
14811
14812 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14813 just removing the 'WORKFILE argument or by removing the 'MASTER
14814 argument and replacing `file' with (vc-name file).
14815
14816 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14817
14818 * vc.el: Update Copyright and add a crude list of backend funs.
14819 (vc-writable-p): New function.
14820 (with-vc-file): Use vc-writable-p.
14821 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14822 (vc-register): Avoid vc-name.
14823 (vc-locking-user): Remove.
14824 (vc-steal-lock): Make the `owner' arg non-optional.
14825 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14826 vc-checkout-model.
14827 (vc-default-dired-state-info): Use vc-state instead of
14828 vc-locking-user and return special strings for special states.
14829 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14830 and get rid of one of the special CVS cases.
14831 (vc-cancel-version): prettify error message with \\[...].
14832 (vc-rename-master): New function.
14833 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14834 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14835 the CVS special case generic.
14836 (vc-default-record-rename): Remove.
14837 (vc-file-tree-walk-internal): Only call FUNC for files that are
14838 under control of some VC backend and replace `concat' with
14839 expand-file-name.
14840 (vc-file-tree-walk): Update docstring.
14841 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14842 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14843
14844 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14845 vc-sccs-record-rename. Use `find-file-noselect' rather than
14846 `find-file' and call `vc-rename-master' to do the actual move.
14847 (vc-sccs-diff): Remove unused `backend' variable.
14848
14849 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14850 to delay loading of vc-sccs until it is really used.
14851 (vc-sccs-master-templates): Preload.
14852 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14853 (vc-sccs-project-dir): Remove (merged into
14854 vc-sccs-search-project-dir).
14855 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14856 rather than `concat', make sure it is preloaded and don't bother
14857 to check that the file actually exists.
14858 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14859 `locks' argument (use buffer's content instead) and eliminate n^2
14860 behavior.
14861
14862 * vc-rcs.el: Update Copyright.
14863 (vc-rcs-rename-file): New function.
14864 (vc-rcs-diff): Remove unused `backend' variable.
14865
14866 * vc-hooks.el: Update Copyright.
14867 (vc-backend): Don't accept a nil argument any more.
14868 (vc-up-to-date-p): Turn into a defsubst.
14869 (vc-possible-master): New function.
14870 (vc-check-master-templates): Use `vc-possible-master' and allow
14871 funs in vc-X-master-templates to return a non-existent file.
14872
14873 * vc-cvs.el: Update Copyright.
14874 (vc-cvs-diff): Remove unused `backend' variable.
14875 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14876
14877 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14878
14879 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14880
14881 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14882 since it can be called from vc-rcs.el.
14883 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14884
14885 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14886
14887 * vc.el (vc-version-diff): Expand file name read from the
14888 minibuffer. Handle the case when a previous version number can't
14889 be guessed. Give suitable messages when there were no differences
14890 found.
14891 (vc-clear-headers): Call backend-specific implementation, if one
14892 exists.
14893 (vc-cancel-version): Made error checks generic. When done, clear
14894 headers generically, too.
14895
14896 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14897 from vc-clear-headers in vc.el.
14898
14899 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14900 correctly.
14901 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14902 optional. Handle the case when it's not there.
14903
14904 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14905
14906 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14907
14908 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14909
14910 * vc-hooks.el (vc-loadup): Remove.
14911 (vc-find-backend-function): Use `require'. Also, handle the case
14912 where vc-BACKEND-hooks.el doesn't exist.
14913 (vc-call-backend): Cleanup.
14914
14915 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14916
14917 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14918 vc-rcs-grab-templates)
14919 (vc-rcs-registered): Remove. The default function works as well.
14920 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14921 vc-sccs-grab-templates)
14922 (vc-sccs-registered): Remove. The default function works as well.
14923
14924 * vc.el (vc-version-diff): Left out a vc- in call to
14925 vc-call-backend.
14926 (vc-default-dired-state-info, vc-default-record-rename)
14927 (vc-default-merge-news): Update for the new backend argument.
14928
14929 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14930 using the default function.
14931 (vc-call-backend): If calling the default function, pass it the
14932 backend as first argument. Update the docstring accordingly.
14933 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14934 for the new backend argument.
14935 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14936 (vc-find-backend-function): Use the new name.
14937 (vc-default-registered): New function.
14938
14939 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14940
14941 * vc.el (vc-merge): Use vc-find-backend-function.
14942
14943 * vc-hooks.el (vc-backend-functions): Remove.
14944 (vc-loadup): Don't setup 'vc-functions.
14945 (vc-find-backend-function): New function.
14946 (vc-call-backend): Use above fun and populate 'vc-functions
14947 lazily.
14948 (vc-backend-defines): Remove.
14949
14950 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14951
14952 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14953 Call vc-call-backend without the leading vc-.
14954 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14955 (vc-check-headers): Call vc-call-backend without the leading vc-.
14956 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14957 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14958 Call vc-call-backend without the leading vc-.
14959
14960 * vc-cvs.el (tail): Provide vc-cvs.
14961 * vc-sccs.el (tail): Provide vc-sccs.
14962 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14963
14964 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14965 (vc-make-backend-function, vc-call): Pass names without leading
14966 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14967 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14968 (vc-call-backend): Always try to load vc-X-hooks.
14969 (vc-registered): Remove vc- in call to vc-call-backend.
14970
14971 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14972
14973 * vc.el (vc-process-filter): New function.
14974 (vc-do-command): Setup `vc-process-filter' for the async process.
14975 (vc-maybe-resolve-conflicts): New function to reduce
14976 code-duplication. Additionally, it puts the buffer in
14977 `smerge-mode' if applicable.
14978 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14979 calling `merge-news'.
14980 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14981 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14982 interfacing to log-edit.el.
14983 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14984 log-edit is available.
14985 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14986
14987 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14988
14989 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14990 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14991 defvar and the initialization.
14992 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14993
14994 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14995 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14996
14997 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14998
14999 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15000
15001 * vc.el (vc-file-clear-masterprops): Removed.
15002 (vc-checkin, vc-revert-buffer): Removed calls to the above.
15003 (vc-version-diff): Use buffer-size without argument.
15004 (vc-register): Heed vc-initial-comment.
15005
15006 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15007 default branch.
15008
15009 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15010 file name and workfile version.
15011 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15012
15013 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15014 vc-file-clear-masterprops.
15015
15016 * vc-sccs.el (vc-sccs-checkout): Removed call to
15017 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15018 rather than user login name.
15019
15020
15021 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15022
15023 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15024 `want-differences-if-changed' and simplify.
15025 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15026 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15027 output (which is invalid for async vc-diff) to decide whether to
15028 do the revert silently or not.
15029
15030 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15031
15032 * vc-hooks.el (vc-loadup): Load files quietly.
15033 (vc-call-backend): Oops, brain fart.
15034
15035 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15036
15037 * vc-cvs.el (vc-cvs-state): Typo.
15038 (vc-cvs-merge-news): Return the status code rather than the error msg.
15039
15040 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15041
15042 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15043 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15044 vc-state or vc-up-to-date-p.
15045 (vc-merge): Use vc-backend-defines to check whether merging is
15046 possible. Set state to 'edited after successful merge.
15047
15048 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15049 return that name. Redocumented.
15050
15051 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15052
15053 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15054 new `vc-state' semantics.
15055 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15056 'vc-locking-user to the current user.
15057 (vc-merge): Inline vc-backend-merge. Comment out code that I
15058 don't understand and hence can't adapt to the new `vc-state' and
15059 `vc-locking-user' semantics.
15060 (vc-backend-merge): Remove.
15061
15062 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15063 rather than 'vc-locking-user.
15064
15065 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15066
15067 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15068 (vc-state): Don't use 'reserved any more. Just use the same
15069 convention as the one used for vc-<backend>-state where the
15070 locking user (as a string) is returned.
15071 (vc-locking-user): Update, based on the above convention. The
15072 'vc-locking-user property has disappeared.
15073 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15074
15075 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15076 with a heuristic one.
15077 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15078 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15079 error. That allows us to get to 'needs-merge even in the
15080 stay-local case. There's still no way to detect 'needs-patch in
15081 such a setup (or to force an update for that matter).
15082 (vc-cvs-logentry-check): Remove, the default works as well.
15083
15084 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15085
15086 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15087
15088 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15089 major-mode in which the buffer might have been put earlier. Use
15090 `remove' and `when'. Allow `okstatus' to be `async' and use
15091 `start-process' in this case.
15092 (vc-version-diff): Handle the case where the diff looks empty
15093 because of the use of an async process.
15094
15095 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15096
15097 * vc.el (vc-next-action-on-file): Removed optional parameter
15098 `simple'. Recompute state unconditionally.
15099 (vc-default-toggle-read-only): Removed.
15100
15101 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15102 (vc-toggle-read-only): Undid prev change.
15103
15104 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15105 vc-cvs-simple-toggle. Redocumented.
15106 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15107 (vc-cvs-toggle-read-only): Removed.
15108
15109 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15110
15111 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15112 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15113 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15114 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15115 still is. So maybe it should be removed.
15116 (vc-head-version, vc-find-binary): Remove.
15117 (vc-recompute-state): Move from vc-hooks.el.
15118 (vc-next-action-on-file): Add a `simple' argument to allow
15119 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15120 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15121 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15122 (vc-dired-mode-map): Properly defvar it.
15123 (vc-print-log): Call log-view-mode if available.
15124 (small-temporary-file-directory): defvar instead of use boundp.
15125 (vc-merge-news): Moved to vc-cvs.el.
15126 (vc-default-merge-news): New function.
15127
15128 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15129 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15130 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15131 unknown `vc-latest-version' function. It should probably refer to
15132 vc-workfile-version or somesuch, but it's very unclear to me and I
15133 don't have SCCS to test things.
15134
15135 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15136 (vc-sccs-state-heuristic): Fix typo.
15137 (vc-sccs-workfile-unchanged-p): Add missing argument.
15138
15139 * vc-rcs.el: Require vc and vc-rcs-hooks.
15140 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15141 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15142 (vc-release-greater-or-equal-p): Move from vc.
15143 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15144 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15145 (vc-rcs-checkout): Add a missing `new-version' argument in the
15146 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15147
15148 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15149 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15150 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15151 than the apparently unbound `workfile-version'.
15152
15153 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15154 (vc-file-prop-obarray): Use `make-vector'.
15155 (vc-backend-functions): Add new hookable functions
15156 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15157 (vc-loadup): If neither backend nor default functions exist, use
15158 the backend function rather than nil.
15159 (vc-call-backend): If the function if not bound yet, try to load
15160 the non-hook file to see if it provides it.
15161 (vc-call): New macro plus use it wherever possible.
15162 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15163 nor `vc-find-binary' since it's only called from
15164 vc-mistrust-permission which is only used once the backend is known.
15165 (vc-checkout-model): Fix parenthesis.
15166 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15167
15168 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15169 (vc-cvs-release, vc-cvs-system-release): Remove.
15170 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15171 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15172 status symbols.
15173 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15174 (vc-cvs-toggle-read-only): First cut at a function to allow a
15175 cvs-status-free vc-toggle-read-only.
15176 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15177 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15178 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15179 (vc-cvs-checkout): Modify access rights directly if the user
15180 requested not to use `cvs edit'. And refresh the mode line.
15181
15182 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15183 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15184
15185 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15186
15187 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15188 workfile' that got lost when the code was extracted from vc.el.
15189 And merged the tail with the rest of the code (not possible in the
15190 old vc.el where the tail was shared among all backends). And
15191 explicitly set the state to 'edited if `writable' is set.
15192
15193 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15194 (vc-cvs-state): Be careful to return the value from
15195 vc-cvs-parse-state.
15196 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15197 property but return it instead. Also be careful to handle a nil
15198 or "" `rev' when workfile is non-nil (it was handled properly when
15199 workfile was nil).
15200
15201 * vc.el: Removed those pesky unnecessary `(function' quotes.
15202 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15203 directly in the defvar.
15204 (vc-do-command): Bind inhibit-read-only so as to properly handle
15205 the case where the destination buffer has been made read-only.
15206 (vc-diff): Delegate to vc-version-diff in all cases.
15207 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15208 (vc-annotate-mode-variables): Removed (code moved partly to
15209 defvars and partly to vc-annotate-add-menu).
15210 (vc-annotate-mode): Turned into a derived-mode.
15211 (vc-annotate-add-menu): Moved in code in
15212 vc-annotate-mode-variables.
15213 (vc-update-change-log): Use make-temp-file if available.
15214
15215 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15216
15217 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15218 `vc-checkout-model' updated to `vc-cvs-update-model'.
15219
15220 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15221
15222 * vc.el (vc-next-action-on-file): Added handling of state
15223 `unlocked-changes'.
15224 (vc-checkout-carefully): Is now practically obsolete, unless the
15225 above is too slow to be enabled unconditionally.
15226 (vc-update-change-log): Fixed typo.
15227
15228 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15229
15230 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15231 Now handles state `unlocked-changes'.
15232 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15233
15234 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15235
15236 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15237 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15238 `unlocked-changes'.
15239 (vc-rcs-workfile-unchanged-p): Renamed from
15240 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15241 function yet, but supposed to become one soon.
15242
15243 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15244 `vc-steal-lock'.
15245 (vc-call-backend): Changed error message.
15246 (vc-state): Added description of state `unlocked-changes'.
15247
15248 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15249
15250 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15251 always return t in CVS-controlled directories.
15252
15253 * vc.el (vc-responsible-backend): New function.
15254 (vc-register): Largely rewritten.
15255 (vc-admin): Removed (implementation moved into vc-register).
15256 (vc-checkin): Redocumented.
15257 (vc-finish-logentry): If no backend defined yet (because we are in
15258 the process of registering), use the responsible backend.
15259
15260 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15261 Updated function lists.
15262 (vc-call-backend): Fixed typo.
15263
15264 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15265 New functions.
15266 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15267 Removed query option. Redocumented.
15268
15269 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15270
15271 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15272
15273 * vc.el: Updated callers of `vc-checkout-required' to use
15274 `vc-checkout-model'.
15275
15276 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15277
15278 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15279 stuff updated to reference this function instead of the old
15280 `vc-backend-release-p'.
15281
15282 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15283
15284 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15285 vc-checkout-model. Return appropriate values. Updated callers.
15286
15287 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15288
15289 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15290 (vc-backend-revert): Function moved into `vc-revert';
15291 `vc-next-action' must be updated to accomodate this change.
15292 (vc-backend-steal): Function moved into `vc-finish-steal'.
15293 (vc-backend-logentry-check): Function moved into
15294 `vc-finish-logentry'.
15295 (vc-backend-printlog): Function moved into `vc-print-log'.
15296 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15297 (vc-backend-assign-name): Function moved into
15298 `vc-create-snapshot'.
15299
15300 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15301
15302 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15303 Rename to vc-checkout-model. Return appropriate values.
15304 Update callers.
15305
15306 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15307 to vc-checkout-model.
15308 (vc-checkout-required): Rename to vc-checkout-model.
15309 Re-implement and re-comment.
15310 (vc-after-save): Use vc-checkout-model.
15311
15312 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15313
15314 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15315 Update to use the vc-BACKEND-diff functions instead.
15316 `vc-diff' is now working.
15317
15318 * vc-rcs.el (vc-rcs-logentry-check): New function.
15319
15320 * vc-cvs.el (vc-cvs-logentry-check): New function.
15321
15322 * vc-sccs.el (vc-sccs-diff): Function changed name from
15323 `vc-backend-diff'. This makes `vc-diff' work.
15324
15325 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15326 of functions possibly implemented in a vc-BACKEND library.
15327 (vc-checkout-required): Fix bug that caused an error to be
15328 signaled during `vc-after-save'.
15329
15330 * vc.el: Fix typo.
15331 This checkin is made with our new VC code base for the very first time.
15332 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15333
15334 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15335 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15336
15337 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15338 updated to `vc-uses-locking'.
15339 (vc-checkout-required): Call to backend function.
15340 `vc-checkout-required' updated to `vc-uses-locking' instead.
15341
15342 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15343 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15344
15345 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15346 to match the split into various backends.
15347 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15348 (vc-retrieve-snapshot): Bug fix.
15349
15350 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15351
15352 * vc-sccs.el (vc-sccs-release): Doc fix.
15353
15354 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15355
15356 * vc.el (vc-next-action-on-file): Bug found and fixed.
15357 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15358 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15359
15360 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15361 (vc-rcs-checkout): Name space cleaned up. No more revision number
15362 crunching function names that are not prefixed with vc-rcs.
15363 (vc-rcs-checkout-model): Function added. References to
15364 `vc-checkout-model' replaced.
15365
15366 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15367
15368 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15369 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15370 still need to be split, and implemented for RCS).
15371
15372 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15373
15374 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15375
15376 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15377 required by the vc.el file.
15378
15379 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15380 required by the vc.el file.
15381 (vc-rcs-exists): Function added.
15382
15383 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15384 required by the vc.el file.
15385
15386 * vc.el (vc-admin): Updated to handle selection of appropriate
15387 backend. Current implementation is crufty and need re-thinking.
15388
15389 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15390
15391 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15392
15393 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15394 beginning of annotate buffers correctly.
15395
15396 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15397 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15398 functionality updated quite a lot to support multiple backends.
15399 Variables `vc-annotate-mode', `vc-annotate-buffers',
15400 `vc-annotate-backend' added.
15401
15402 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15403 `vc-annotate-difference' added to supported backend functions.
15404
15405 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15406
15407 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15408 Use with-temp-file instead of /bin/sh. Merged from mainline
15409
15410 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15411
15412 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15413
15414 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15415
15416 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15417
15418 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15419
15420 * vc-hooks.el: vc-state-heuristic added to
15421 vc-backend-hook-functions.
15422
15423 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15424
15425 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15426
15427 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15428 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15429 state to `reserved'.
15430
15431 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15432 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15433
15434 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15435
15436 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15437 untouched.
15438
15439 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15440
15441 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15442 if defined. (Merged from main line, slightly adapted.)
15443
15444 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15445 millenium problem (merged from mainline).
15446
15447 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15448
15449 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15450 part and moved the non-BACKEND stuff to vc.el.
15451
15452 * vc.el: Split the annotate feature into a BACKEND specific part
15453 and moved it from the vc-cvs.el file to this one.
15454
15455 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15456
15457 * vc-hooks.el: Implement new state model.
15458 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15459 (vc-locking-user): Simplify. Now only needed if the file is
15460 locked by somebody else.
15461 (vc-lock-from-permissions): Remove. Functionality is in
15462 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15463 (vc-mode-line-string): New name for former vc-status. Adapted.
15464 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15465
15466 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15467 Various simplifications and adaptations all over the place.
15468
15469 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15470 Simplify and adapt the rest.
15471
15472 * vc.el (vc-resynch-window): Add TODO comment: check for
15473 interaction with view mode according to recent RCS change.
15474 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15475
15476 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15477
15478 * vc.el: Convert the remaining function comments to docstrings.
15479
15480 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15481
15482 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15483 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15484 (vc-minor-part, vc-previous-version): Functions that operate and
15485 compare revision numbers got proper documentation. Comments added
15486 about their possible removal.
15487
15488 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15489
15490 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15491 the vc-backend.el files.
15492
15493 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15494
15495 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15496 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15497 (vc-rcs-previous-version): Functions added.
15498
15499 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15500
15501 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15502
15503 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15504
15505 * vc-hooks.el (vc-master-templates): Is really obsolete.
15506 Comment out the definition for now. What is the right procedure
15507 to get rid of it?
15508 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15509 rewritten.
15510 (vc-default-registered): Remove.
15511 (vc-check-master-templates): New function; does mostly what the
15512 above did before.
15513 (vc-locking-user): Don't rely on the backend to set the property.
15514
15515 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15516 Rewrite documentation.
15517 (vc-rcs-templates-grabbed): New variable.
15518 (vc-rcs-grab-templates): New function.
15519 (vc-rcs-registered): Rewrite to use above mechanism.
15520
15521 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15522 Rewrite documentation.
15523 (vc-sccs-templates-grabbed): New variable.
15524 (vc-sccs-grab-templates): New function.
15525 (vc-sccs-registered): Rewrite to use above mechanism.
15526 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15527 Don't throw the result, simply return it.
15528
15529 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15530 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15531 (vc-cvs-registered): Does the check itself now. Simplify.
15532
15533 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15534 from main line.
15535
15536 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15537
15538 * vc-cvs.el (vc-cvs-diff): New function.
15539
15540 * vc-sccs.el (vc-sccs-diff): New function.
15541
15542 * vc-rcs.el (vc-rcs-diff): New function.
15543 (vc-rcs-checkout): Bug (typo) found and fixed.
15544 (vc-rcs-register-switches): New variable.
15545
15546 * vc.el (vc-backend-diff): Function removed and placed in the
15547 backend files.
15548
15549 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15550
15551 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15552
15553 * vc.el (vc-backend-checkout): Function removed and replaced in
15554 the vc-backend.el files.
15555
15556 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15557
15558 * vc.el (vc-backend-admin): Removed and replaced in the
15559 vc-backend.el files.
15560
15561 * vc.el (Martin): Removed all the annotate functionality since it
15562 is CVS backend specific.
15563
15564 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15565
15566 * spec.txt: Added specification of vc-state.
15567
15568 * vc-sccs-hooks.el (vc-sccs-master-properties):
15569 Remove handling of vc-latest-version and
15570 vc-your-latest-version. What used to be vc-latest-version, is now
15571 returned as vc-workfile-version.
15572 (vc-sccs-workfile-version): Adapt.
15573
15574 2000-09-04 Dave Love <fx@gnu.org>
15575
15576 * vc.el: [Merged from mainline.]
15577 (vc-dired-mode): Make the dired-move-to-filename-regexp
15578 regexp match the date, to avoid treating date as file size.
15579 Add YYYY S option to WESTERN/
15580
15581 2000-09-04 Dave Love <fx@gnu.org>
15582
15583 * vc.el: Require `compile' when compiling.
15584 (vc-logentry-check-hook): New option.
15585 (vc-steal-lock): Use compose-mail.
15586 (vc-dired-mode-map): Defvar when compiling.
15587 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15588 vc-sccs.el and renamed. Callers changed.
15589 (vc-backend-checkout, vc-backend-logentry-check)
15590 (vc-backend-merge-news): Doc fix.
15591 (vc-default-logentry-check): New function.
15592 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15593 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15594 (vc-backend-merge): Doc fix. Use backend functions.
15595 (vc-check-headers): Use backend functions.
15596
15597 * vc-cvs.el: Require vc when compiling.
15598 (vc-cvs-register-switches): Doc fix.
15599 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15600 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15601 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15602 New functions (code from vc.el).
15603 (vc-annotate-display-default): Fix interactive spec.
15604 (vc-annotate-time-span): Doc fix.
15605
15606 * vc-rcs.el: Require vc when compiling.
15607 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15608 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15609 (vc-rcs-checkin): New functions (code from vc.el).
15610 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15611 Doc fix.
15612 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15613
15614 * vc-sccs.el: Require vc when compiling.
15615 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15616 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15617 (vc-sccs-revert)
15618 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15619 from vc.el).
15620 (vc-sccs-add-triple, vc-sccs-record-rename)
15621 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15622 (vc-sccs-admin): Doc fix.
15623
15624 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15625
15626 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15627 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15628 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15629 from vc.el.
15630
15631 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15632
15633 * vc-cvs.el: Moved the annotate functionality from vc.el.
15634 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15635
15636 2000-09-04 Dave Love <fx@gnu.org>
15637
15638 * vc.el (vc-backend-release): Call vc-system-release.
15639
15640 * vc-sccs.el (vc-sccs-system-release):
15641 Renamed from vc-sccs-backend-release.
15642
15643 * vc-rcs.el (vc-rcs-system-release):
15644 Renamed from vc-rcs-backend-release.
15645
15646 * vc-cvs.el (vc-cvs-system-release):
15647 Renamed from vc-cvs-backend-release.
15648
15649 2000-09-04 Dave Love <fx@gnu.org>
15650
15651 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15652 backend files.
15653 (vc-backend-release): Dispatch to backend functions.
15654 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15655 probably needs attention.]
15656
15657 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15658 (vc-sccs-backend-release): New function.
15659
15660 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15661 (vc-cvs-backend-release): New function.
15662
15663 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15664 Doc fix.
15665 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15666 (vc-default-dired-state-info): New function.
15667 (vc-dired-state-info): Dispatch to backends.
15668 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15669
15670 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15671 from vc.el and renamed.
15672
15673 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15674
15675 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15676 (vc-version-other-window, vc-backend-assign-name): Removed
15677 references to vc-latest-version; sometimes changed into
15678 vc-workfile-version.
15679
15680 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15681 vc-rcs-master-workfile-version.
15682 (vc-rcs-workfile-version): Use the above. Don't call
15683 vc-latest-version (that was unreachable code, anyway).
15684 (vc-rcs-fetch-master-properties): Doc fix.
15685
15686 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15687 (vc-backend-hook-functions): Removed them from this list, too.
15688 (vc-fetch-properties): Removed.
15689 (vc-workfile-version): Doc fix.
15690
15691 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15692 (vc-rcs-workfile-version, vc-rcs-locking-user)
15693 (vc-rcs-uses-locking): Use it.
15694
15695 * vc-hooks.el (vc-consult-rcs-headers):
15696 Moved into vc-rcs-hooks.el, under the name
15697 vc-rcs-consult-headers.
15698
15699 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15700 headers.
15701 (vc-cvs-find-master): Use this name only; correct different
15702 versions of the name.
15703
15704 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15705 New functions.
15706 (vc-sccs-locking-user): Use the latter.
15707
15708 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15709 New functions.
15710
15711 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15712 Moved into both
15713 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15714 functions are implementation details of those two backends.
15715
15716 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15717
15718 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15719 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15720
15721 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15722 (vc-sccs-parse-locks): SCCS-specific code moved here from
15723 vc-hooks.
15724
15725 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15726 code moved here from vc-hooks.
15727
15728 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15729 into back-end specific parts and removed. Callers not updated
15730 yet; because I guess these callers will disappear into back-end
15731 specific files anyway.
15732
15733 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15734
15735 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15736 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15737 `vc-uses-locking'.
15738
15739 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15740 Store yes/no in the property, and return t/nil. Updated all
15741 callers.
15742
15743 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15744 vc-sccs-uses-locking. Don't set property.
15745 (vc-sccs-locking-user): Don't set property.
15746
15747 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15748 vc-cvs-uses-locking. Don't set property here; leave that to
15749 vc-hooks.
15750 (vc-cvs-locking-user): Reflect above change. Streamlined.
15751
15752 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15753 vc-rcs-uses-locking.
15754 (vc-rcs-locking-user): Reflect above change.
15755
15756 2000-09-04 Dave Love <fx@gnu.org>
15757
15758 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15759
15760 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15761
15762 * vc-hooks.el (vc-checkout-model): Punt to backends.
15763
15764 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15765
15766 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15767
15768 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15769 New functions.
15770
15771 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15772 New functions.
15773
15774 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15775 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15776
15777 * vc-hooks.el (vc-default-locking-user): New function.
15778 (vc-locking-user, vc-workfile-version): Punt to backends.
15779
15780 2000-09-04 Dave Love <fx@gnu.org>
15781
15782 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15783 (vc-master-workfile-version): Moved from vc-hooks.
15784
15785 * vc-rcs-hooks.el: Fix duplicate code in last change.
15786
15787 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15788 (vc-rcs-master-templates): Improve :type.
15789 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15790 vc-master-workfile-version): Moved from vc-hooks.
15791
15792 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15793 (vc-sccs-master-templates): Improve :type.
15794 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15795
15796 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15797
15798 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15799 (vc-cvs-master-templates): Improve :type. Use
15800 vc-cvs-find-cvs-master.
15801 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15802 from vc-hooks.
15803 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15804
15805 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15806 Moved to vc-cvs-hooks.
15807
15808 * vc-hooks.el: Add doc strings in various places. Simplify the
15809 minor mode setup.
15810 (vc-handled-backends): New user variable.
15811 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15812 simplification.
15813
15814 2000-09-04 Dave Love <fx@gnu.org>
15815
15816 * vc.el: Some doc fixes for autoloaded and interactive functions.
15817 Fix compilation warnings from ediff stuff.
15818 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15819
15820 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15821
15822 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15823
15824 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15825
15826 2000-09-04 Dave Love <fx@gnu.org>
15827
15828 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15829 New variable.
15830 (vc-make-backend-function, vc-loadup, vc-call-backend)
15831 (vc-backend-defines): New functions.
15832
15833 * vc-hooks.el: Various doc fixes.
15834 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15835 (vc-match-substring): Function removed. Callers changed to use
15836 match-string.
15837 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15838 Simplify.
15839
15840 2000-09-04 Dave Love <fx@gnu.org>
15841
15842 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15843 type.
15844 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15845 (vc-sccs-registered): Doc fix.
15846
15847 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15848 (vc-cvs-registered): Doc fix.
15849
15850 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15851 (vc-rcs-registered): Doc fix.
15852
15853 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15854
15855 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15856
15857 * vc-hooks.el: vc-registered has been renamed
15858 vc-default-registered. Some functions have been moved to the
15859 backend specific files. they all support the
15860 vc-BACKEND-registered functions.
15861
15862 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15863
15864 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15865
15866 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15867
15868 2000-09-04 Dave Love <fx@gnu.org>
15869
15870 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15871 menu-bar-update-hook.
15872
15873 * help.el (help-manyarg-func-alist): Add
15874 find-operation-coding-system.
15875
15876 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15877
15878 * custom.el (custom-set-variables): Print message about errors in
15879 setting.
15880
15881 2000-09-03 Andrew Innes <andrewi@gnu.org>
15882
15883 * makefile.w32-in: Change to DOS line endings.
15884
15885 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15886
15887 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15888 minor-mode keymaps, if they don't have one.
15889
15890 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15891
15892 * eshell/esh-module.el (eval-when-compile): Don't lose if
15893 esh-module.el's file name is truncated to DOS 8+3 limits.
15894
15895 2000-09-01 John Wiegley <johnw@gnu.org>
15896
15897 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15898 predicate, which caused entries in the completion list to be
15899 doubled.
15900
15901 2000-08-30 John Wiegley <johnw@gnu.org>
15902
15903 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15904 sending to subprocesses. Also, hook pre-command-hook if
15905 `eshell-send-direct-to-subprocesses' is non-nil.
15906 (eshell-send-direct-to-subprocesses): New config variable. If t,
15907 subprocess input is send immediately.
15908 (eshell-toggle-direct-send): New function.
15909 (eshell-self-insert-command): New function.
15910 (eshell-intercept-commands): New function.
15911 (eshell-send-input): If direct subprocess sending is enabled,
15912 don't echo any input to the Eshell buffer. Let the subprocess
15913 handle that. This requires "stty echo" in bash, for example.
15914
15915 2000-08-28 John Wiegley <johnw@gnu.org>
15916
15917 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15918 completion function for Eshell's implementation of `unset'.
15919
15920 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15921
15922 * info.el (Info-directory-list): Doc fix.
15923
15924 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15925
15926 * filecache.el (file-cache-add-directory-using-find): Don't quote
15927 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15928
15929 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15930
15931 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15932 coding systems.
15933
15934 2000-08-30 Andrew Innes <andrewi@gnu.org>
15935
15936 * timer.el (run-with-idle-timer): Undo last change, so that timer
15937 is not activated immediately if Emacs is already idle. Some
15938 existing code relies on this behaviour.
15939
15940 2000-08-30 Miles Bader <miles@gnu.org>
15941
15942 * frame.el (set-frame-font): Do completion of font-name for
15943 interactive use.
15944
15945 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15946
15947 * international/quail.el (quail-start-translation): Bind locally
15948 last-command-event, last-command, and this-command.
15949 (quail-start-conversion): Likewise.
15950 (quail-self-insert-command): Fix docstring.
15951
15952 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15953
15954 * progmodes/executable.el
15955 (executable-make-buffer-file-executable-if-script-p): Check that
15956 buffer contains at least 2 characters.
15957
15958 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15959
15960 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15961
15962 2000-08-29 Dave Love <fx@gnu.org>
15963
15964 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15965 (diff-mode-shared-map): Bind mouse-2.
15966 (diff-imenu-generic-expression): New variable.
15967 (diff-mode): Use it.
15968
15969 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15970 (mouse-popup-menubar): Add minor mode menus.
15971 (popup-menu): Check for lookup-key returning number.
15972
15973 2000-08-29 Miles Bader <miles@gnu.org>
15974
15975 * comint.el (comint-send-input): Create overlays using the proper
15976 front/read-advance arguments.
15977
15978 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15979
15980 * ps-print.el: Even/odd pages printing. Doc fix.
15981 (ps-print-version): New version number (6.0).
15982 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15983 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15984 (ps-print-duplex-feature): Variable eliminated.
15985 (ps-even-or-odd-pages): New variable.
15986
15987 * progmodes/ebnf2ps.el: Doc fix.
15988 (ebnf-version): New version (3.3).
15989 (ebnf-user-arrow): Change variable customization to sexp.
15990 (ebnf-user-arrow): Function eliminated.
15991 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15992
15993 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15994
15995 * help.el (help-xref-mule-regexp): New variable.
15996 (help-make-xrefs): Handle help-xref-mule-regexp.
15997
15998 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15999 variable.
16000 (describe-input-method): Temporarily activate the specfied input
16001 method to display the information.
16002 (describe-language-environment): Hyperlinks to mule related items.
16003
16004 * international/mule-diag.el (charset-multibyte-form-string): New
16005 function.
16006 (list-character-sets-1): Use charset-multibyte-form-string.
16007 (describe-character-set): New function.
16008 (describe-coding-system): Hyperlinks to safe character sets.
16009
16010 * international/quail.el (quail-help): New arg PACKAGE.
16011 Hyperlinks to mule related items.
16012 (quail-help-insert-keymap-description): Use
16013 substitute-command-keys instead of describe-bindings.
16014 (quail-translation-help): Hyperlinks to mule related items.
16015
16016 2000-08-28 John Wiegley <johnw@gnu.org>
16017
16018 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16019 have a defsubst call itself. Made `eshell-flatten-list' back into
16020 a function again.
16021
16022 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16023 catch, in case re-centering point at bottom messes up the display.
16024 This happens frequently in Emacs 21, due I believe to variable
16025 line heights.
16026
16027 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16028 to call `find-tag-interactive'.
16029
16030 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16031 the list of remember directories.
16032
16033 2000-08-28 John Wiegley <johnw@gnu.org>
16034
16035 * align.el: Test align-region-separate to see if it's a symbol.
16036
16037 2000-08-28 John Wiegley <johnw@gnu.org>
16038
16039 * eshell/esh-util.el (eshell-flatten-list): Made this function
16040 into a defsubst form. It gets used very frequently, although
16041 calls don't occur all that often.
16042
16043 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16044 examining it.
16045
16046 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16047 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16048 `eshell-protect'.
16049 (eshell-copy-handles): Created a new macro for duplicating the
16050 current set of open handles. This is needed by the looping
16051 functions.
16052 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16053 is not incorrectly stomped on.
16054
16055 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16056 declaration for pcomplete-use-paring.
16057 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16058 value of eshell-cmpl-use-paring.
16059 * pcomplete.el (pcomplete-use-paring): New config variable, to
16060 indicate whether paring should be used.
16061 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16062 completion alternatives that have already been used.
16063
16064 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16065 bound to C-c C-y, which will repeat the previous N arguments
16066 (based on prefix argument).
16067 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16068
16069 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16070 if there is no *Help* buffer. This is for XEmacs, which renames
16071 its help buffers uniquely. TODO: Find out what the current buffer
16072 name to delete is.
16073
16074 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16075 first entry that correlates to a passwd/group number. Later
16076 entries (used for group/user name aliasing to multiple IDs) are
16077 ignored.
16078
16079 * eshell/em-xtra.el (eshell/expr):
16080 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16081 (eshell-grep, eshell/diff, eshell/locate):
16082 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16083 argument list, before passing it to the system command.
16084
16085 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16086 `find-tag' for use at final position in Eshell buffers (which
16087 otherwise triggers an error on Emacs 21).
16088 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16089 buffer, if it is currently bound to `find-tag'.
16090
16091 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16092 in the list of matched Makefile names.
16093 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16094 directory, prefer its contents to Makefile.
16095
16096 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16097 directory parts (like "cd old new", or "cd =regexp"), are now case
16098 sensitive on non-Windows/DOS platforms.
16099
16100 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16101 types RET after an open delimiter (like "), display a message
16102 indicating that Eshell is waiting for the closing delimiter.
16103
16104 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16105 environment variables.
16106
16107 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16108 gracefully if the user enters incorrect arguments.
16109
16110 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16111 Eshell buffers.
16112
16113 * eshell/esh-var.el (eshell-interpolate-variable):
16114 * eshell/esh-mode.el (eshell-move-argument):
16115 * eshell/em-unix.el (eshell-du-sum-directory):
16116 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16117 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16118 (not (= ...)).
16119
16120 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16121 to ensure the `preserve' flag gets propagated when doing recursive
16122 directory copies.
16123
16124 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16125
16126 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16127 Don't convert \n into \0177 in memory.
16128 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16129 and back again, when reading and writing.
16130
16131 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16132
16133 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16134 testing of `fboundp' on `processp'.
16135
16136 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16137 (eshell/jobs): Don't call process-list if it is not bound.
16138 (eshell-gather-process-output): Support systems where async
16139 subprocesses aren't supported.
16140 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16141 variables.
16142
16143 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16144 eshell-do-eval returns t.
16145 (eshell-do-pipelines-synchronously): New defmacro.
16146 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16147 when async subprocesses aren't supported.
16148 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16149 if async subprocesses aren't supported.
16150 (eshell-resume-command): Don't assume STATUS is a string.
16151
16152 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16153
16154 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16155 (eshell-close-target, eshell-get-target): Use eshell-processp.
16156 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16157 fix.
16158 (eshell-get-target, eshell-create-handles): Doc fix.
16159
16160 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16161
16162 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16163 criterion to include commands that output something, as long as it
16164 leaves both the command and the end-of-buffer visible when the
16165 command has exited.
16166 (eshell-review-quick-commands): Adjust the help doc string
16167 accordingly.
16168
16169 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16170
16171 * locate.el (locate): Cleaned up locate command's interactive prompting
16172 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16173
16174 * filecache.el (file-cache-case-fold-search): New variable
16175 (file-cache-assoc-function): New variable
16176 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16177 Use file-cache-case-fold-search variable
16178 (file-cache-add-file): Use file-cache-assoc-function
16179 (file-cache-delete-file): likewise
16180 (file-cache-directory-name): likewise
16181 (file-cache-debug-read-from-minibuffer): likewise
16182
16183 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16184
16185 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16186 (abbrev-table-name): New function.
16187 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16188 If non-nil list local abbrev, only.
16189
16190 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16191
16192 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16193 from Gnus support code, and use special article copy buffer
16194 `(gnus-original-article-buffer)' instead. This allows to get rid
16195 of article-hide-headers usage (which breaks in the latest Gnus
16196 version). Thanks to Detlev Zundel.
16197
16198 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16199
16200 * international/quail.el (quail-use-package): Hide "... loaded"
16201 message.
16202 (quail-start-translation, quail-start-conversion): Likewise.
16203
16204 * international/kkc.el (kkc-region): Hide "... loaded" message.
16205
16206 2000-08-27 Dave Love <fx@gnu.org>
16207
16208 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16209
16210 2000-08-27 Miles Bader <miles@gnu.org>
16211
16212 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16213
16214 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16215
16216 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16217 'ja-dic-cnv), not (require 'skkdic-cnv).
16218
16219 2000-08-26 Miles Bader <miles@gnu.org>
16220
16221 * faces.el (face-x-resources): Add entry for :inherit.
16222 * cus-face.el (custom-face-attributes): Add support for :inherit
16223 attribute. Add support for relative face heights.
16224 (custom-face-attributes-get): Treat `nil' as being a default value
16225 for :inherit (as well as `unspecified').
16226
16227 * faces.el (set-face-attribute): Update doc string.
16228 (face-attribute-name-alist): Add :inherit.
16229 (face-valid-attribute-values): Handle :inherit.
16230 (face-read-string): Rephrase prompt to be less confusing.
16231 Assume that DEFAULT is a string, since we must return a string.
16232 (face-read-integer): Use `format' to turn DEFAULT into an
16233 acceptable default for face-read-string. Match NEW-VALUE against
16234 the string "unspecified", not the symbol `unspecified', since
16235 that's what face-read-string returns.
16236 (read-face-attribute): Lookup a name for old-value in valid, and
16237 use it as a default if we find one. Treat all values from
16238 face-read-string as strings. If the default is used, don't do any
16239 more processing on the value, just use the old value directly.
16240 (read-face-and-attribute, modify-face): Tweak prompt.
16241 (read-face-name): Don't assume prompt ends with a space.
16242
16243 * faces.el (describe-face): Add support for :inherit attribute.
16244
16245 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16246
16247 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16248 concat doesn't accept interger.
16249
16250 * international/kkc.el: Remove SKK from Keywords. Require
16251 ja-dic-utl instead of skkdic-utl.
16252
16253 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16254 Provide ja-dic-cnv instead of skkdic-cnv.
16255 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16256 (iso-2022-7bit-short): Add safe-charsets property.
16257 (skkdic-convert-postfix): Search Japanese chou-on character in
16258 addition to Hiragana character.
16259 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16260 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16261 (batch-skkdic-convert): Likewise.
16262
16263 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16264 Provide ja-dic-utl instead of skkdic-utl.
16265 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16266
16267 2000-08-24 Dave Love <fx@gnu.org>
16268
16269 * disp-table.el (standard-display-default): Make the test of `l'
16270 useful.
16271
16272 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16273 mod sample text.
16274
16275 * international/iso-ascii.el: Make pilcrow convenient string
16276 consistent with section.
16277 (iso-ascii-display): Set up multibyte characters as well as
16278 unibyte.
16279
16280 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16281
16282 * international/mule-cmds.el (reset-language-environment): Set
16283 default-process-coding-system to '(undecided . iso-latin-1), which
16284 makes process I/O almost consistent with file I/O. Call this
16285 function when mule-cmds.el[c] is loaded.
16286
16287 2000-08-22 Andrew Innes <andrewi@gnu.org>
16288
16289 * makefile.w32-in: New file.
16290
16291 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16292
16293 * comint.el (comint-output-filter): Compare end of
16294 comint-last-output-overlay with the start of the newly inserted
16295 text, not the end, when deciding whether to extend it.
16296 Set saved-point's insertion type to advance after insertion.
16297
16298 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16299 since this is now done independently of font-lock mode.
16300
16301 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16302
16303 * server.el (server-kill-new-buffers): New user option.
16304 (server-existing-buffer): New buffer-local variable.
16305 (server-visit-files): When using an existing buffer, set
16306 server-existing-buffer to t.
16307 (server-buffer-done): If server-kill-new-buffers is t, kill the
16308 buffer, unless it was already present before visiting it with
16309 Emacs server.
16310
16311 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16312
16313 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16314 even if the display doesn't support colors: some displays will
16315 support bold/underline faces.
16316
16317 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16318
16319 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16320
16321 * startup.el (command-line): If user's init file had an error,
16322 add explanatory text to *Messages*.
16323
16324 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16325
16326 * man.el (Man-getpage-in-background): Decode the process output by
16327 the system locale coding system.
16328
16329 2000-08-20 Dave Love <fx@gnu.org>
16330
16331 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16332 Don't test x-popup-menu.
16333 (function) <complete-function>: Complete only fbound symbols.
16334 <validate, value>: New.
16335 (variable) <complete-function>: Complete only bound symbols.
16336 (coding-system): Add :base-only, :complete-function, :validate,
16337 :value, :prompt-match.
16338 (widget-coding-system-prompt-value): Use read-coding-system and
16339 act on :base-only.
16340 (editable-field): Add :help-echo.
16341 (widget-push-button-gui, widget-push-button-cache)
16342 (widget-gui-action, widget-editable-list-gui): COmment out, along
16343 with uses.
16344 (widget-at): Make arg optional.
16345 (widget-echo-help): Adjust for current help-echo calling sequence.
16346 (widget-specify-field, widget-specify-button)
16347 (widget-specify-insert, widget-get-sibling, widget-image-find)
16348 (widget-convert, widget-insert, widget-leave-text)
16349 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16350 (widget-setup, widget-field-find, widget-before-change)
16351 (widget-after-change, widget-default-complete)
16352 (widget-default-create, widget-default-delete)
16353 (widget-push-button-value-create, editable-field)
16354 (widget-field-prompt-value, widget-field-validate)
16355 (widget-choice-value-create, widget-choice-action)
16356 (widget-choice-validate, widget-checklist-add-item)
16357 (widget-radio-add-item, widget-radio-chosen)
16358 (widget-radio-value-inline, widget-editable-list-value-create)
16359 (widget-editable-list-entry-create)
16360 (widget-documentation-link-add)
16361 (widget-documentation-string-value-create)
16362 (widget-regexp-validate, widget-file-complete)
16363 (widget-sexp-validate, widget-plist-convert-widget)
16364 (widget-plist-convert-widget, widget-alist-convert-widget)
16365 (widget-alist-convert-widget, widget-color-complete): Simplify,
16366 particularly to avoid bindings which aren't optimized out.
16367
16368 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16369 Doc fix.
16370 (down-list, backward-up-list, up-list, kill-sexp)
16371 (backward-kill-sexp, mark-sexp): Make arg optional.
16372 (lisp-complete-symbol): Add optional arg PREDICATE.
16373
16374 * cus-start.el: Add display-buffer-reuse-frames,
16375 file-coding-system-alist.
16376
16377 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16378
16379 * startup.el (command-line): Clear realized faces after
16380 modifying TTY color mappings.
16381
16382 2000-08-20 Miles Bader <miles@gnu.org>
16383
16384 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16385 merely a subset of FACE's attributes.
16386
16387 2000-08-19 Miles Bader <miles@gnu.org>
16388
16389 * comint.el (comint-output-filter): Save the point with a marker,
16390 not just a buffer position.
16391
16392 * international/mule.el (set-buffer-process-coding-system): Make
16393 interactive prompt less confusing.
16394
16395 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16396
16397 * hilit-chg.el: General cleanup of doc strings, comments and
16398 code formatting.
16399
16400 2000-08-19 Miles Bader <miles@gnu.org>
16401
16402 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16403 Compiler macro removed; beginning-of-line is no longer always
16404 equivalent to forward-line, in the presence of fields.
16405
16406 * comint.el (comint-output-filter): Remove ad-hoc saving of
16407 restriction, and just use save-restriction, now that it works
16408 correctly. Don't adjust comint-last-input-start to account for
16409 our insertion; it shouldn't have moved because we don't use
16410 insert-before-markers anymore. Comment out call to
16411 `force-mode-line-update'; why is it here?
16412
16413 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16414 while checking for prompt to delete. Use `forward-line 0'
16415 instead of beginning-of-line.
16416 (gud-filter): Temporarily widen gud comint buffer while
16417 examining output.
16418
16419 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16420
16421 * progmodes/sh-script.el: Big bag of typos.
16422
16423 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16424 check since ispell-process is not bound when ispell is not yet loaded.
16425
16426 2000-08-18 Dave Love <fx@gnu.org>
16427
16428 * image.el (find-image): Copy `spec' before using plist-put.
16429
16430 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16431
16432 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16433 `portugues'.
16434
16435 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16436 backward-kill-sexp, analogous to kill-sexp.
16437
16438 * progmodes/icon.el (icon-indent-line)
16439 (icon-is-continuation-line): Handle comments specially.
16440
16441 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16442
16443 * ispell.el: Set to standard author/maintainer/keyword fields.
16444 Fine tuning to menu map appearance and operation, and added help.
16445 Remove `start' and `end' error messages when compiling.
16446 (ispell-choices-win-default-height): Fixed comment string.
16447 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16448 castellano8 dictionaries.
16449 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16450 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16451 dictionary, added italiano dictionary.
16452 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16453 word character
16454 (ispell-tex-skip-alists): Added psfig support.
16455 (ispell-skip-html): Renamed from ispell-skip-sgml.
16456 (ispell-begin-skip-region-regexp, ispell-skip-region)
16457 (ispell-minor-check): Improved html skipping support to skip across
16458 code, and recognize `&' commands without propper `;' syntax;
16459 (ispell-process-line): Fix alignment error when manually
16460 correcting spelling.
16461 (ispell): Fix comment string.
16462 (ispell-add-per-file-word-list): Always put word list on new line.
16463
16464 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16465
16466 * format.el (format-encode-run-method): Fix error message to say
16467 `encode' instead of `decode'. Use save-window-excursion around
16468 shell-command-on-region as in format-decode-run-method because
16469 shell-command-on-region can display a buffer with error output.
16470 (format-decode): Don't record undo information for the decoding.
16471 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16472 that number part of the temporary buffer name so that more than
16473 one decoding using a temporary buffer can happen safely.
16474
16475 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16476 of `A-z' in the regexp.
16477
16478 * hilit-chg.el: Fix typos in commentary.
16479
16480 * help.el (view-emacs-news): Rewritten for new naming scheme
16481 for old NEWS files.
16482
16483 * startup.el (command-line): Pop to *Messages* in case an error
16484 is signaled while loading user-init-file.
16485
16486 2000-08-17 Andreas Schwab <schwab@suse.de>
16487
16488 * files.el (insert-directory): Don't lose original file name,
16489 undoing an undocumented change.
16490
16491 2000-08-17 Alex Schroeder <alex@gnu.org>
16492
16493 * sql.el (sql-magic-go): Use comint-bol.
16494 (sql-copy-column): Use comint-line-beginning-position.
16495 (comint-line-beginning-position): Define a replacement for
16496 comint-line-beginning-position if it is not fboundp.
16497
16498 2000-08-17 Alex Schroeder <alex@gnu.org>
16499
16500 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16501 it didn't have any effect anyway.
16502
16503 2000-08-17 Alex Schroeder <alex@gnu.org>
16504
16505 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16506 --pset and pager=off instead of sending \\o|cat at the beginning
16507 of the session.
16508
16509 2000-08-17 Miles Bader <miles@gnu.org>
16510
16511 * progmodes/octave-inf.el: Add compatibility definition of
16512 comint-line-beginning-position.
16513
16514 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16515
16516 * startup.el (normal-top-level): Look in each dir in load-path for
16517 a leim-list.el file too. This assures of loading leim-list.el
16518 that is created at Emacs installation time even if a user have his
16519 own leim-list.el.
16520
16521 2000-08-17 Miles Bader <miles@gnu.org>
16522
16523 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16524 foreground color to black if the background is dark.
16525
16526 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16527
16528 * loadhist.el (unload-feature): Typo.
16529
16530 * finder.el (finder-compile-keywords):
16531 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16532 to the generated file.
16533
16534 * mail/mh-e.el (mh-make-local-vars):
16535 Replace make-variable-buffer-local with make-local-variable.
16536
16537 * play/landmark.el:
16538 * options.el (Edit-options-{set,toggle,t,nil}):
16539 * mail/mailabbrev.el (mail-abbrevs-mode):
16540 * textmodes/tex-mode.el (tex-expand-files):
16541 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16542
16543 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16544
16545 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16546 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16547 Allow going past the last element.
16548 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16549 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16550 (cvs-mouse-toggle-mark): Don't move point.
16551 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16552
16553 * progmodes/compile.el (grep): Provide a default set of files.
16554 (next-error): Docstring fix.
16555 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16556
16557 * emacs-lisp/easy-mmode.el (define-minor-mode):
16558 Use `symbol-value' to keep the byte-compiler quiet.
16559
16560 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16561 (diff-find-source-location): New fun, extracted from diff-goto-source.
16562 (diff-goto-source): Use it.
16563 (diff-next-complex-hunk, diff-filter-lines): New function.
16564 (diff-apply-hunk): New command.
16565
16566 * smerge-mode.el (smerge-mode-menu): Doc fix.
16567
16568 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16569
16570 2000-08-16 Dave Love <fx@gnu.org>
16571
16572 * windmove.el (windmove) <defgroup>: Add :version.
16573
16574 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16575 (goto-address-fontify-p, goto-address-highlight-p)
16576 (goto-address-url-face, goto-address-url-mouse-face)
16577 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16578 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16579 (goto-address-fontify, goto-address-at-mouse): Simplify,
16580 (goto-address-at-point): browse-url-url-at-point,
16581 goto-address-find-address-at-point can return nil.
16582 (goto-address-find-address-at-point): Return nil on failure.
16583
16584 * align.el (align) <defgroup>: Add :version.
16585
16586 * calculator.el (calculator): Add :version.
16587 (calculator): Use two lines for calculator window if `modeline'
16588 face is boxed.
16589
16590 * play/5x5.el: Doc fixes.
16591 (5x5) <defgroup>: Add :version.
16592
16593 * play/fortune.el (fortune) <defgroup>: Add :version.
16594 (fortune-append): Fix error message.
16595 (fortune-from-region): Doc fix.
16596
16597 * play/pong.el (pong): Doc fix.
16598
16599 * play/morse.el: Keywords, commentary, autoloads.
16600
16601 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16602
16603 * desktop.el (desktop-save): Don't look at symbol-value of a
16604 member of minor-mode-alist, unless it is boundp.
16605
16606 2000-08-16 Sam Steingold <sds@gnu.org>
16607
16608 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16609 `while'; use `with-current-buffer' instead of `save-excursion'.
16610 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16611
16612 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16613
16614 * international/ccl.el (declare-ccl-program): Docstring modified.
16615 (ccl-execute-with-args): Likewise.
16616
16617 2000-08-16 Miles Bader <miles@gnu.org>
16618
16619 * progmodes/sql.el: Add compatibility definition of
16620 comint-line-beginning-position.
16621
16622 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16623
16624 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16625 'buffer-menu' property.
16626 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16627 fails.
16628 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16629 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16630 wasn't killed.
16631
16632 * buff-menu.el (list-buffers-noselect): Don't display the
16633 *Buffer List* buffer.
16634
16635 * font-lock.el: Require jit-lock to prevent a very late
16636 `Loading jit-lock' message.
16637
16638 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16639 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16640 mail address.
16641
16642 2000-08-15 Miles Bader <miles@gnu.org>
16643
16644 * textmodes/ispell.el (ispell-graphic-p): New constant.
16645 (ispell-choices-win-default-height, ispell-help): Use
16646 `ispell-graphic-p' instead of `xemacsp'.
16647
16648 2000-08-15 Dave Love <fx@gnu.org>
16649
16650 * simple.el: Autoload widget-convert when compiling.
16651 (mail-user-agent): Doc fix.
16652
16653 * help.el (function-called-at-point, variable-at-point): Use
16654 with-syntax-table.
16655 (help-manyarg-func-alist): Add insert-and-inherit.
16656
16657 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16658
16659 * delsel.el (delsel-unload-hook): New function.
16660
16661 * find-file.el: Doc fixes. Move provide to end.
16662 (ff) <defgroup>: Add :link.
16663 (ff-goto-click): Deleted.
16664 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16665 Use mouse-set-point.
16666
16667 * textmodes/tildify.el: Doc fixes.
16668 (tildify) <defgroup>: Add:version.
16669
16670 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16671 (glasses-custom-set): Use set-default, not set.
16672 (minor-mode-alist): Propertize the lighter.
16673 (glasses-mode): Provide optional arg.
16674
16675 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16676 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16677 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16678 option. Provide :type.
16679 (cwarn-configuration): Provide :type.
16680 (cwarn-mode): Doc fix.
16681
16682 * add-log.el (change-log-merge): Doc fix.
16683 (change-log-redate): New command.
16684
16685 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16686 Doze and Dog.
16687 (browse-url): Use dolist, not mapcar.
16688 (browse-url-at-point): Check for null url.
16689 (browse-url-event-buffer, browse-url-event-point): Functions
16690 deleted.
16691 (browse-url-at-mouse, browse-url-netscape): Simplify.
16692
16693 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16694 modes.
16695 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16696 Fix previous change to mapcan.
16697 (msb--init-file-alist, msb--add-separators)
16698 (msb--make-keymap-menu): Simplify.
16699 (msb--choose-file-menu): Use copy-sequence.
16700 (msb-mode-map): Add title to keymap.
16701 (msb-unload-hook): New function.
16702
16703 * bs.el: Fix indentation.
16704 (bs) <defgroup>: Add :links.
16705 (bs-show): Doc fix.
16706 (bs-apply-sort-faces): Don't use window-system.
16707 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16708
16709 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16710
16711 * calendar/timeclock.el (timeclock-file): Run .timelog through
16712 convert-standard-filename.
16713
16714 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16715
16716 * emacs-lisp/authors.el: New file.
16717
16718 * paren.el (show-paren-priority): New user option.
16719 (show-paren-function): Set overlay priorities to
16720 show-paren-priority.
16721
16722 2000-08-14 Miles Bader <miles@gnu.org>
16723
16724 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16725 beginning-of-line with inhibit-field-text-motion bound.
16726
16727 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16728
16729 * calendar/timeclock.el: New file.
16730
16731 2000-08-14 David Ponce <david@dponce.com>
16732
16733 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16734 `widget-button-click'. so that one can use left mouse button to
16735 click on dialog buttons.
16736
16737 2000-08-14 Emmanuel Briot <briot@gnat.com>
16738
16739 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16740 identifiers, since XML is case sensitive
16741
16742 2000-08-12 Miles Bader <miles@gnu.org>
16743
16744 * comint.el (comint-output-filter): Don't bother frobbing
16745 window-start, it doesn't seem to be necessary.
16746
16747 * comint.el (comint-send-string, comint-send-region): Make into
16748 real functions. Snapshot the prompt before sending.
16749
16750 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16751
16752 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16753 technique similar to Info-index, instead of relying on specific
16754 names of relevant Index nodes.
16755 (Info-goto-emacs-command-node): Bind Info-history to nil when
16756 going to the first node found by Info-find-emacs-command-nodes.
16757
16758 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16759
16760 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16761
16762 2000-08-10 Miles Bader <miles@gnu.org>
16763
16764 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16765
16766 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16767
16768 * info.el (Info-file-list-for-emacs): More elements for the
16769 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16770 and woman manuals.
16771
16772 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16773
16774 * comint.el (comint-send-input): Make the newline boundary overlay
16775 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16776 (comint-output-filter): Use `insert' instead of
16777 `insert-before-markers'. Extend comint-last-output-overlay when
16778 necessary since we can't rely on insert-before-markers to do it.
16779 * gud.el (gud-filter): Use `with-current-buffer' instead of
16780 save-excursion when inserting the output, so that point gets
16781 updated correctly; the old method relied on a rather dodgy
16782 side-effect of comint-output-filter to avoid the effect of
16783 save-excursion.
16784
16785 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16786
16787 * files.el (recover-file): Call insert-directory instead of
16788 invoking `ls' directly.
16789
16790 2000-08-10 Miles Bader <miles@gnu.org>
16791
16792 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16793 (comint-last-prompt-overlay): New variables.
16794 (comint-output-filter): Implement prompt highlighting.
16795 (comint-snapshot-last-prompt): New function.
16796 (comint-send-input): Snapshot the last prompt.
16797 Use comint-highlight-input-face.
16798 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16799 Use defface instead of defcustom.
16800 (send-invisible, comint-send-eof): Snapshot the last prompt.
16801 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16802 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16803
16804 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16805
16806 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16807 (regexp-opt-group): Use a list of chars for `letters'.
16808 (regexp-opt-charset): `chars' is now a list of chars.
16809 Use a char-table rather than a vector so it works for multibyte chars.
16810
16811 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16812 Set cvs-minor-current-files to the selected fileinfo.
16813 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16814 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16815
16816 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16817
16818 * files.el (insert-directory): Don't call access-file on
16819 directories on DOS and Windows.
16820
16821 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16822
16823 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16824 longer if necessary.
16825 (ccl-embed-code): Call ccl-embed-data to store CODE in
16826 ccl-program-vector.
16827
16828 2000-08-09 Miles Bader <miles@gnu.org>
16829
16830 * comint.el (comint-output-filter): Properly handle the case where
16831 the text surrounded by comint-last-output-overlay was deleted.
16832
16833 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16834
16835 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16836 non-nil.
16837 (Info-file-list-for-emacs): Remove "info" from the list because
16838 that leads to trying to use the documentation from file `info'
16839 in various situations where it isn't appropriate, for instance
16840 C-h C-k C-h i.
16841
16842 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16843 DIR and/or STRING are nil.
16844
16845 * progmodes/compile.el (compilation-setup): Make variable
16846 compilation-error-screen-columns buffer-local, as some comment
16847 in the code suggests it should be.
16848
16849 * files.el (auto-mode-interpreter-regexp): New variable.
16850 (set-auto-mode): Use it.
16851
16852 * indent.el (indent-for-tab-command): Doc fix.
16853
16854 * mouse-sel.el (mouse-sel-mode): Doc fix.
16855
16856 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16857 labels.
16858
16859 * help.el (print-help-return-message): When
16860 display-buffer-reuse-frames is set, let the help window been quit,
16861 instead of deleting it, which might delete a reused frame.
16862
16863 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16864
16865 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16866 rename a directory to a name that differs only by its letter case.
16867
16868 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16869
16870 * international/quail.el (quail-define-rules): Handle Quail decode
16871 map correctly. Add code for supporting annotations.
16872 (quail-install-decode-map): New function.
16873 (quail-defrule-internal): New optional arguments decode-map and
16874 props.
16875 (quail-advice): New function.
16876
16877 2000-08-07 Sam Steingold <sds@gnu.org>
16878
16879 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16880 `defconst', `define-condition', `with-slots'.
16881 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16882
16883 2000-08-03 Miles Bader <miles@gnu.org>
16884
16885 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16886 New variable.
16887 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16888 comint-use-prompt-regexp-instead-of-fields.
16889 (comint-send-input): Add `input' field property to stuff we send to
16890 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16891 (comint-output-filter): Add `output' field property to process
16892 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16893 (comint-replace-by-expanded-history)
16894 (comint-get-old-input-default, comint-show-output)
16895 (comint-backward-matching-input, comint-forward-matching-input)
16896 (comint-next-prompt, comint-previous-prompt): Use field
16897 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16898 (comint-line-beginning-position): New function.
16899 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16900 (comint-replace-by-expanded-history-before-point): Use
16901 comint-line-beginning-position and line-end-position.
16902 (comint-last-output-overlay): New variable.
16903 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16904
16905 * shell.el (shell-prompt-pattern): Doc change.
16906 (shell-backward-command): Use line-beginning-position.
16907
16908 * gud.el (gud-gdb-complete-command): Use
16909 comint-line-beginning-position.
16910
16911 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16912 comint-bol doesn't actually go to the beginning of the line.
16913
16914 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16915 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16916 (try-expand-line-all-buffers): Likewise.
16917
16918 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16919 explicitly matching comint-prompt-regexp.
16920 (sql-copy-column): Use comint-line-beginning-position instead of
16921 explicitly matching comint-prompt-regexp.
16922
16923 * progmodes/octave-inf.el (inferior-octave-complete): Use
16924 comint-line-beginning-position.
16925
16926 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16927
16928 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16929 looking for a prompt, use `forward-line 0' instead of
16930 `beginning-of-line', to avoid getting caught by an input field.
16931
16932 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16933
16934 * files.el (shell-quote-wildcard-pattern): Make sure to return
16935 PATTERN, in the Unix case.
16936
16937 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16938
16939 * play/zone.el (zone): Discard any pending input before running
16940 the randomly-chosen pgm.
16941
16942 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16943
16944 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16945 checking the existence of any multibyte characters.
16946
16947 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16948
16949 * help.el (describe-mode): Test minor-mode symbol for being
16950 bound before testing its value for being nil.
16951
16952 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16953 `first', `second', and `third'.
16954
16955 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16956 (second): Make it an alias for `cadr'.
16957
16958 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16959
16960 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16961 types of display support faces now.
16962
16963 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16964
16965 * pcvs.el (require): Require `cl' during compilation, only.
16966
16967 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16968 (toplevel): Remove `remq' and `remove' from autoloads.
16969 (cl-fake-autoloads): New variable. If set, arrange for an error
16970 when CL functions etc. are autoloaded.
16971
16972 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16973
16974 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16975
16976 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16977 popped up, but the user clicks outside the menu, return an empty
16978 regexp (that causes unhighlight-regexp to have no effect).
16979
16980 * menu-bar.el (menu-bar-games-menu): Add Zone.
16981
16982 * hi-lock.el (toplevel): Require font-lock.
16983
16984 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16985
16986 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16987 (ebnf-8-bit-chars): New var for bug fix.
16988 (ebnf-string): Bug fix.
16989
16990 2000-08-03 Sam Steingold <sds@gnu.org>
16991
16992 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16993 instead of `buffer-string'.
16994 (require 'cl): Always, not just when compiling.
16995 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16996 necessary.
16997
16998 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16999
17000 * international/mule-cmds.el (select-safe-coding-system): Make
17001 the message text about selecting a safe coding system more clear.
17002
17003 2000-08-02 Gerd Moellmann <gerd@gnu.org>
17004
17005 * hi-lock.el: New file.
17006
17007 * play/zone.el: New file.
17008
17009 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17010 value of tab-width in the original buffer. Choose a line number
17011 format that's a multiple of the original buffer's tab width, so
17012 that lines appear right.
17013
17014 * textmodes/ispell.el (ispell): New function, replacing an alias.
17015 Spell-check active region if in transient-mark-mode and mark
17016 is active; otherwise spell-check buffer.
17017
17018 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17019
17020 * ps-mule.el: Fix a customization problem on
17021 ps-mule-font-info-database-default.
17022
17023 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17024
17025 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17026 display-mouse-p instead of window-system.
17027 (ebrowse-member-mode-map): Ditto.
17028
17029 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17030
17031 * progmodes/ebnf2ps.el: Update ps-print functions call.
17032 Indentation fix. Doc fix.
17033 (ebnf-version): New version number (3.2).
17034 (ebnf-format-color, ebnf-begin-job): Code fix.
17035
17036 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17037
17038 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17039 font lock support on window-system.
17040 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17041
17042 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17043 display-color-p, if fboundp, instead of window-system.
17044
17045 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17046
17047 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17048 instead of window-system.
17049
17050 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17051 window-system.
17052 (widget-choice-mouse-down-action): Use display-popup-menus-p
17053 instead of window-system.
17054
17055 * strokes.el (strokes-file): Run the file name through
17056 convert-standard-filename.
17057 (strokes-mode): Call display-mouse-p instead of looking at
17058 window-system. Change the error message accordingly.
17059
17060 * progmodes/cpp.el (toplevel): Support faces on tty's.
17061
17062 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17063 (lm-plot-square, lm-init-display): Don't use window-system.
17064
17065 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17066 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17067
17068 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17069 instead of looking at window-system.
17070
17071 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17072
17073 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17074 of testing if iswitchb-prepost-hooks is bound, because the
17075 latter will always be true when invoking a recursive minibuffer
17076 from an active Iswitchb buffer.
17077
17078 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17079
17080 * files.el (shell-quote-wildcard-pattern): New function.
17081 (insert-directory): Call it. Only prepend "\" to command on Unix
17082 and GNU/Linux systems.
17083
17084 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17085
17086 * eshell/esh-groups.el: Change custom :link file names
17087 from `eshell.info' to `eshell'.
17088
17089 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17090
17091 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17092 correctly in recursive ange-ftp listings.
17093
17094 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17095
17096 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17097 ps-header-font-size-internal and
17098 ps-header-title-font-size-internal variables are not set,
17099 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17100 face text property is (foreground-color . COLOR) or
17101 `(background-color . COLOR)', ps-print crashes. Doc fix.
17102 (ps-print-version): New version number (5.2.4).
17103 (ps-plot-region): Code fix.
17104 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17105 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17106 Bug fix 2.
17107
17108 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17109
17110 * glasses.el (glasses-make-readable): Fix uncapitalization of
17111 identifiers like `myXMLDocument'.
17112
17113 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17114
17115 * mail/mail-hist.el (mail-hist-previous-input)
17116 (mail-hist-next-input): Do the obvious code factorization.
17117 (mail-hist-retrieve-and-insert): New func, contains common
17118 code of above two.
17119 If inserting a message body, leave point at top.
17120
17121 2000-07-28 Sam Steingold <sds@gnu.org>
17122
17123 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17124 Use `<=', not `<' to compare times!
17125 (ange-ftp-ls): Remove.
17126
17127 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17128
17129 * play/cookie1.el: Add explanation of how to make cookie.el
17130 compatible with strfile(1) to comment.
17131
17132 * subr.el (remove, remq): New functions.
17133
17134 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17135 escape `*' in regexps.
17136 (midnight-find): Reverse order of arguments in the funcall of
17137 TEST.
17138
17139 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17140 and `.class'.
17141
17142 * play/meese.el: Add Commentary section.
17143
17144 2000-07-27 Alex Schroeder <alex@gnu.org>
17145
17146 * sql.el (sql-ms): Added autoload cookie.
17147 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17148 (sql-oracle): Ditto.
17149 (sql-help): Doc change.
17150
17151 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17152 types and exceptions.
17153
17154 2000-07-27 Alex Schroeder <alex@gnu.org>
17155
17156 * sql.el (sql-placeholder-history): New variable.
17157 (sql-query-placeholders-and-send): New function that will query
17158 the user and replace placeholders with user input.
17159 (sql-oracle): If running on NT, set comint-input-sender to
17160 sql-query-placeholders-and-send.
17161
17162 (sql-stop): If in the SQLi buffer, insert stop notification, else
17163 present it as a message.
17164
17165 2000-07-27 Alex Schroeder <alex@gnu.org>
17166
17167 * sql.el (sql-input-ring-separator): Doc change.
17168 (sql-input-ring-file-name): Doc change.
17169 (sql-interactive-mode): Use `sql-input-ring-separator' and
17170 `sql-input-ring-file-name' to set the comint-mode equivalents
17171 without making them local variables.
17172 (sql-stop): Don't bind `sql-input-ring-separator' and
17173 `sql-input-ring-file-name' dynamically to their comint-mode
17174 equivalents.
17175
17176 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17177
17178 * international/mule.el (register-char-codings): New function.
17179 (make-coding-system): Handle `safe-chars' specification in the arg
17180 PROPERTY.
17181
17182 * international/mule-cmds.el
17183 (find-coding-systems-region-subset-p): This function deleted.
17184 (sort-coding-systems-predicate): New variable.
17185 (sort-coding-systems): New function.
17186 (find-coding-systems-region): Use
17187 find-coding-systems-region-internal.
17188 (find-coding-systems-string): Use find-coding-systems-region.
17189 (find-coding-systems-for-charsets): Check
17190 char-coding-system-table.
17191 (select-safe-coding-system-accept-default-p): New variable.
17192 (select-safe-coding-system): Mostly rewritten. New argument
17193 ACCEPT-DEFAULT-P.
17194 (select-message-coding-system): Call select-safe-coding-system
17195 with ACCEPT-DEFAULT-P arg.
17196 (reset-language-environment): Reset default-sendmail-coding-system
17197 to the default value iso-latin-1.
17198 (set-language-environment): Don't set the obsolete variable
17199 charset-origin-alist.
17200
17201 * international/codepage.el (cp-coding-system-for-codepage-1):
17202 Give `safe-chars' property to make-coding-system.
17203
17204 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17205 calling select-message-coding-system twice.
17206
17207 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17208 instead of `safe-charsets'.
17209 (cyrillic-alternativnyj): Likewise.
17210 (ccl-encode-alternativnyj): Don't check the charset
17211 cyrillic-iso8859-5.
17212
17213 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17214
17215 * composite.el (compose-chars-after): Preserve match data.
17216
17217 2000-07-26 Sam Steingold <sds@gnu.org>
17218
17219 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17220 (ange-ftp-real-file-newer-than-file-p): New function.
17221 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17222 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17223
17224 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17225 * midnight.el (midnight-float-time): Ditto.
17226
17227 2000-07-26 Andreas Schwab <schwab@suse.de>
17228
17229 * files.el (normal-backup-enable-predicate): Correct
17230 interpretation of the return value of compare-strings.
17231
17232 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17233
17234 * isearch.el (isearch-resume): New function.
17235 (isearch-done): Add something to command-history to resume
17236 the search.
17237 (isearch-yank-line, isearch-yank-word): Use
17238 buffer-substring-no-properties instead of buffer-substring.
17239
17240 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17241 of flyspell-mouse-map.
17242
17243 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17244 duplicate definition.
17245 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17246
17247 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17248 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17249
17250 2000-07-25 Sam Steingold <sds@gnu.org>
17251
17252 * net/ange-ftp.el: Get modtime over the net.
17253 (ange-ftp-file-modtime): New function.
17254 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17255 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17256 Use it.
17257 (ange-ftp-dot-to-slash): New function.
17258 (ange-ftp-fix-name-for-vms): Use it.
17259
17260 * midnight.el (midnight-buffer-display-time): Use
17261 `with-current-buffer'.
17262
17263 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17264
17265 * find-dired.el: Update copyright notice.
17266 (find-dired): Offer to kill a running `find'.
17267
17268 * enriched.el (enriched-face-ans): For a `foreground-color'
17269 property, return '(("x-color" COLOR))' so that COLOR will be
17270 output as a parameter of the x-color annotation. Likewise for the
17271 `background-color' property. In the case of normal face
17272 properties, don't return annotations for unspecified foreground
17273 and background face attributes.
17274
17275 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17276
17277 * language/japan-util.el (japanese-katakana-region): Fix handling
17278 HANKAKU argument.
17279
17280 2000-07-25 Miles Bader <miles@gnu.org>
17281
17282 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17283 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17284 constrain-to-field.
17285
17286 2000-07-24 Andrew Innes <andrewi@gnu.org>
17287
17288 * timer.el (timer-activate-when-idle): Add optional parameter
17289 DONT-WAIT. Update docstring.
17290 (run-with-idle-timer): Specify extra parameter to
17291 timer-activate-when-idle, so that timer will be activated
17292 immediately if Emacs is already idle.
17293
17294 * w32-fns.el (w32-using-nt): Fix docstring.
17295
17296 2000-07-24 Dave Love <fx@gnu.org>
17297
17298 * mouse.el (popup-menu): Set last-command-event.
17299 (mouse-major-mode-menu-prefix): Declare.
17300
17301 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17302
17303 * textmodes/flyspell.el: Update to author's version 1.5d.
17304
17305 * progmodes/hideshow.el: Update copyright notice.
17306
17307 * vcursor.el: Set maintainer to FSF, since author cannot
17308 be reached.
17309
17310 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17311
17312 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17313 the prompt.
17314
17315 * mouse.el (popup-menu): Run the keymap through indirect-function,
17316 in case it was defined with define-prefix-key. If the menu is a
17317 list of keymaps, look up the binding of user's choice in each one
17318 of the keymaps.
17319 (mouse-popup-menubar): If the global and local menu-bar keymaps
17320 don't have a prompt string, create one and insert it into the
17321 keymap. Don't barf if current-local-map returns nil.
17322
17323 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17324
17325 * dired.el (dired-sort-R-check): Added to allow recursive listing
17326 to be undone.
17327 (dired-sort-other): Use it.
17328
17329 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17330
17331 * Release of cc-mode 5.27
17332
17333 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17334
17335 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17336 c-beginning-of-statement-1 that caused a bad case of recursion
17337 which could consume a lot of CPU in large classes in languages
17338 that have in-expression classes (i.e. Java and Pike).
17339
17340 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17341 statements before top level constructs (i.e. case 6 is moved
17342 before case 5 and is now case 4) to catch in-expression
17343 classes in top level expressions correctly.
17344
17345 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17346
17347 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17348 objc-method-intro. Case 4 removed and case 5I added.
17349
17350 * cc-langs.el (c-append-paragraph-start): New variable used by
17351 c-common-init to get paragraph-start correct.
17352 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17353 initialize paragraph-start to make it correct both with and
17354 without the javadoc special case.
17355
17356 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17357 initialize paragraph-start for javadoc markup.
17358
17359 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17360 change by defaulting this to t. It's motivated by the
17361 confusing behavior that otherwise arise from the style system
17362 when editing both java and non-java files at the same time
17363 (see the comments about style setting in c-common-init).
17364
17365 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17366
17367 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17368 similar to the one in c-fill-paragraph to check the fill
17369 prefix from the adaptive fill function for sanity.
17370
17371 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17372
17373 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17374 defun block.
17375
17376 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17377
17378 * cc-align.el (c-lineup-multi-inher): Handle lines with
17379 leading comma nicely. Extended to handle member initializers
17380 too.
17381
17382 * cc-engine.el: (c-beginning-of-inheritance-list,
17383 c-guess-basic-syntax): Fixed recognition of inheritance lists
17384 when the lines begins with a comma.
17385
17386 * cc-vars.el (c-offsets-alist): Changed default for
17387 member-init-cont to c-lineup-multi-inher since it now handles
17388 member initializers and indents better for leading commas.
17389
17390 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17391
17392 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17393 handling that caused class open lines to be recognized as
17394 statement-conts in some cases.
17395
17396 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17397 guessed by the adaptive fill function unless point is on the
17398 first line of a block comment.
17399
17400 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17401 when the buffer ends with a macro continuation char.
17402
17403 * cc-engine.el (c-guess-basic-syntax): Added support for
17404 function definitions as statements in Pike. The first
17405 statement in a lambda block is now labeled defun-block-intro
17406 instead of statement-block-intro.
17407
17408 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17409 so that the class surrounding point is selected, not the one
17410 innermost in the state.
17411
17412 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17413 recognition of switch labels having hanging multiline
17414 statements.
17415
17416 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17417 some code in c-guess-basic-syntax to a separate function.
17418 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17419 recognition of member inits with multiple line arglists.
17420 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17421 member-init-cont when the commas are in funny places.
17422
17423 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17424
17425 * cc-defs.el (c-auto-newline): Removed this macro since it's
17426 not used anymore.
17427
17428 * cc-engine.el (c-looking-at-bos): New helper function.
17429 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17430 inexpr and toplevel classes apart in Pike.
17431
17432 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17433 of case 9A.
17434
17435 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17436 constant, since "class" can introduce an in-expression class
17437 in Pike nowadays.
17438
17439 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17440
17441 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17442 indentation on cpp-macro lines.
17443
17444 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17445 a syntax modifier like comment-intro, to make it possible to
17446 get syntactic indentation for preprocessor directives. It's
17447 incompatible wrt to lineup functions on cpp-macro, but it has
17448 no observable effect in the 99.9% common case where cpp-macro
17449 is set to -1000.
17450
17451 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17452
17453 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17454 member-init-cont when the preceding arglist is several lines.
17455
17456 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17457
17458 * cc-styles.el (c-style-alist): The basic offset for the BSD
17459 style corrected to 8.
17460
17461 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17462
17463 * cc-styles.el (c-style-alist): Adjusted the indentation of
17464 brace list openers in the gnu style.
17465
17466 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17467
17468 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17469
17470 * cc-cmds.el (c-electric-brace, c-electric-slash,
17471 c-electric-star, c-electric-semi&comma, c-electric-colon,
17472 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17473 when c-syntactic-indentation is nil.
17474
17475 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17476 we were left at comments preceding the first statement when
17477 reaching the beginning of the buffer.
17478
17479 * cc-vars.el (c-syntactic-indentation): New variable to turn
17480 off all syntactic indentation.
17481
17482 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17483
17484 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17485 between the text and the block comment ender when it hangs,
17486 depending on how many there are before the fill.
17487
17488 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17489
17490 * cc-engine.el (c-beginning-of-closest-statement): New helper
17491 function to go back to the closest preceding statement start,
17492 which could be inside a conditional statement.
17493 * cc-engine.el (c-guess-basic-syntax): Use
17494 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17495
17496 * cc-engine.el (c-guess-basic-syntax): Better handling of
17497 arglist-intro, arglist-cont-nonempty and arglist-close when
17498 the arglist is nested inside parens. Cases 7A, 7C and 7F
17499 changed.
17500
17501 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17502 up-to-date with javadoc 1.2.
17503
17504 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17505
17506 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17507 multiline Pike type decls.
17508
17509 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17510
17511 * cc-cmds.el (c-indent-new-comment-line): Always break
17512 multiline comments in multiline mode, regardless of
17513 comment-multi-line.
17514
17515 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17516
17517 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17518 fully::qualified::names in C++ member init lists. Preamble in
17519 case 5D changed.
17520
17521 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17522
17523 * cc-langs.el (c-common-init): Handling of obsolete variables
17524 moved to c-initialize-cc-mode. More compatible style override
17525 when using global style variables.
17526 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17527 variables moved here.
17528
17529 * cc-styles.el (c-make-styles-buffer-local): Flag style
17530 variable localness in c-style-variables-are-local-p to make
17531 the compatibility measure in c-common-init work well.
17532
17533 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17534 longer contain set-from-style.
17535 * cc-styles.el (c-initialize-builtin-style): Don't check for
17536 set-from-style on c-special-indent-hook.
17537 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17538 copy-alist is sufficient now.
17539
17540 * cc-styles.el (c-set-style, c-set-style-1,
17541 c-get-style-variables): Fixes to variable initialization so
17542 that duplicate entries in styles have the same effect
17543 regardless of DONT-OVERRIDE.
17544
17545 * cc-styles.el (c-set-style-2): Fixed bug where the
17546 initialization of inheriting styles failed when the
17547 dont-override flag is set.
17548
17549 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17550 on this.
17551
17552 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17553
17554 * cc-defs.el (c-forward-comment): Removed the workaround
17555 introduced in 5.38 since it had worse side-effects. If a line
17556 contains the string "//\"", it regarded the // as a comment
17557 start since the \ temporarily doesn't have escape syntax.
17558
17559 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17560
17561 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17562 ada-xref.el before ada-prj.el, so that the Project menu is created
17563 when ada-prj tries to add to it.
17564 (ada-activate-keys-for-case): Suppress the characters that are not
17565 part of the Ada syntax. Better compatibility with else-mode
17566 (ada-adjust-case-interactive): When auto-casing is not active,
17567 correctly insert newlines (used to insert only ^M). Prevent the
17568 syntax table from being changed in case of an error
17569 (or '_' becomes part of a word and some commands are confused).
17570 Do nothing if ada-auto-case is nil.
17571 (ada-after-keyword-p): Ignore keywords that are also attributes
17572 (ada-batch-reformat): Update usage comment
17573 (ada-call-from-contextual-menu): New function
17574 (ada-case-read-exceptions): Reinitialize the casing exception list
17575 first to nil first, so that the casing exception file can be
17576 shared.
17577 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17578 files.
17579 (ada-compile-goto-error): Fix regexp used to detect a file:line
17580 anywhere in the error message
17581 (ada-contextual-menu-last-point): New variable
17582 (ada-create-keymap): If the variable delete-key-deletes-forward is
17583 t on XEmacs, it means that DEL should delete one character
17584 forward.
17585 (ada-create-menu): Use :included instead of :visible for XEmacs.
17586 New submenu "Options".
17587 (ada-end-stmt-re): Correctly indent "select ... then abort"
17588 statements.
17589 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17590 even if they don't match ada-fill-comment-prefix Fix handling of
17591 paragraphs on the first or last line of a file.
17592 (ada-format-paramlist): Fix handling of default parameter values.
17593 (ada-get-body-name): New function.
17594 (ada-get-current-indent): Optimized by searchling directly for an
17595 existing generic part or a statement outside of it. Handle
17596 ada-indent-align-comments when indenting comments Replaced some
17597 regexps by testing directly the next character. This results in a
17598 huge speedup on some files. New indentation scheme for renames
17599 statements. Stop looking for the 'while' or 'for' associated with
17600 a 'loop' at the first semicolon encountered. A "return" can also
17601 match an anonymous access subprogram declaration.
17602 (ada-get-indent-noindent): Ignore strings and comments when
17603 looking for the keywords "record" and "private".
17604 (ada-goto-matching-decl-start): When matching "if", make sure we
17605 are not in fact seeing "end if". Ignore "when" statements except
17606 when initial keyword was "begin". Fix handling of nested
17607 procedures. Add a recursive call to this function to skip over
17608 other 'end' statmts. Fix indentation for "when .. => begin"
17609 (ada-in-open-paren-p): Fix indentation for complex boolean
17610 expressions, where 'and then', 'or else' and parenthesis
17611 statements are mixed up.
17612 (ada-in-paramlist-p): Skip comments while searching for the
17613 beginning Fix handling of operator declarations.
17614 (ada-indent-align-comments): New variable
17615 (ada-indent-current): Change the syntax table only in the
17616 protected section, so that we are sure it is restored correctly.
17617 (ada-indent-on-previous-lines): Use ada-use-indent and
17618 ada-with-indent Correctly indent "select ... then"
17619 (ada-indent-region): Slight speedup.
17620 (ada-indent-renames): New variable.
17621 (ada-last-which-function-subprog, ada-last-which-function-line):
17622 New variables
17623 (ada-looking-at-semi-private): Correctly indent the 'private'
17624 keyword when it is the first word in a package declaration.
17625 (ada-loose-case-word): Stop searching if at the end of the buffer.
17626 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17627 even if point is not initially at the end of the word.
17628 (ada-matching-decl-start-re): Add "when".
17629 (ada-mode): Add support for abbrev-mode, outline-mode and
17630 which-func-mode Override the old find-file.el entry in
17631 ff-special-constructs since it is using the obsolete
17632 ada-spec-suffix variable
17633 (ada-no-auto-case): New function
17634 (ada-scan-paramlist): When parsing the argument type, accept
17635 spaces (as in "X 'Class", generated by Rational Rose).
17636 (ada-other-file-name): No longer loads the other file.
17637 (ada-popup-menu): Save and restore the current buffer and cursor
17638 position before and after displaying the menu.
17639 (ada-search-ignore-complex-boolean): New function.
17640 (ada-uncomment-region): Emacs21 already knows how to delete
17641 comments not starting in the first column.
17642 (ada-use-indent): New variable
17643 (ada-which-function): New function.
17644 (ada-with-indent): New variable
17645 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17646 can be batch-compiled from the command line.
17647
17648 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17649 Add to the menu when the file is loaded, not in ada-mode-hook.
17650 Add -toolbar to the default ddd command Switches moved from
17651 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17652 ada-prj-default-comp-opt
17653 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17654 Reference Manual to the menu
17655 (ada-check-current): rewritten as a call to ada-compile-current
17656 (ada-compile): Removed.
17657 (ada-compile-application, ada-compile-current, ada-check-current):
17658 Set the compilation-search-path so that compile.el automatically
17659 finds the sources in src_dir. Automatic scrollong of the
17660 compilation buffer. C-uC-cC-c asks for confirmation before
17661 compiling
17662 (ada-compile-current): New parameter, prj-field
17663 (ada-complete-identifier): Load the .ali file before doing
17664 processing
17665 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17666 conform to gnatmake's behavior.
17667 (ada-find-file-in-dir): New function
17668 (ada-find-references): Set the environment variables for gnatfind
17669 (ada-find-src-file-in-dir): New function.
17670 (ada-first-non-nil): Removed
17671 (ada-gdb-application): Add support for jdb, the java debugger.
17672 (ada-get-ada-file-name): Load the original-file first if not done
17673 yet.
17674 (ada-get-all-references): Handles the new ali syntax (parent types
17675 are found between <>).
17676 (ada-initialize-runtime-library): New function
17677 (ada-mode-hook): Always load a project file when a file is opened,
17678 so that the casing exceptions are correctly read.
17679 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17680 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17681 to open the project file, since the latter does not work with
17682 speedbar Get default values before loading the prj file, or the
17683 default executable file name is wrong. Use the absolute value of
17684 src_dir to initialize ada-search-directories and
17685 compilation-search-path,... Add the standard runtime library to
17686 the search path for find-file.
17687 (ada-prj-default-debugger): Was missing an opening '{'
17688 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17689 variables.
17690 (ada-prj-default-gnatmake-opt): New variable
17691 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17692 buffers, the project file is the default one Save the windows
17693 configuration before displaying the menu.
17694 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17695 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17696 ...) regexp-quote identifiers names to support operators +,
17697 -,... in regexps.
17698 (ada-remote): New function.
17699 (ada-run-application): Erase the output buffer before starting the
17700 run Support remote execution of the application. Use
17701 call-process, or the arguments are incorrectly parsed
17702 (ada-set-default-project-file): Reread the content of the active
17703 project file, not the one from the current buffer When a project
17704 file is set as the default project, all directories are
17705 automatically associated with it.
17706 (ada-set-environment): New function
17707 (ada-treat-cmd-string): New special variable ${current}
17708 (ada-treat-cmd-string): Revised. The substitution is now done for
17709 any ${...} substring
17710 (ada-xref-current): If no body was found, compiles the spec
17711 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17712 compiler to get rid of command line length limitations.
17713 (ada-xref-get-project-field): New function
17714 (ada-xref-project-files): New variable
17715 (ada-xref-runtime-library-specs-path)
17716 (ada-xref-runtime-library-ali-path): New variables
17717 (ada-xref-set-default-prj-values): Default run command now does a
17718 cd to the build directory. New field: main_unit Provide a default
17719 file name even if the current buffer has no prj file.
17720
17721 * ada-prj.el:
17722 Rewritten to show a tabbed-dialog.
17723 (ada-prj-add-ada-menu): Remove the map and name parameters.
17724 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17725 New function
17726 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17727 (ada-prj-load-from-file): New function
17728 (ada-prj-save): Always save fields that depend on the current buffer
17729 (ada-prj-show-value): New function
17730
17731 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17732 Ada mode. This will allow us to display the Ada menu in any buffer
17733 we want (for project items).
17734 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17735 number of spaces in the header.
17736
17737 2000-07-24 Dave Love <fx@gnu.org>
17738
17739 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17740
17741 2000-07-23 Noah Friedman <friedman@splode.com>
17742
17743 * type-break.el (type-break): perform autosave.
17744 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17745 (type-break-do-query): Cancel query schedule while performing
17746 actual query, to avoid possibility of a second query being made
17747 while first one is already in progress.
17748 (type-break-time-stamp-format): New variable.
17749 (type-break-time-stamp): New function.
17750 (type-break-time-warning): Use it.
17751 (type-break-keystroke-warning): Use it.
17752 (type-break-noninteractive-query): Use it.
17753
17754 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17755 cookie.
17756 Use add-minor-mode to set minor-mode-alist, if available.
17757 (eldoc-echo-area-use-multiline-p): New user option.
17758 (eldoc-echo-area-multiline-supported-p): New variable.
17759 (eldoc-docstring-format-sym-doc): Use them.
17760 (eldoc-mode): If not using idle timers, append to local post and
17761 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17762 (eldoc-display-message-no-interference-p): Don't interfere with
17763 edebug.
17764 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17765 (eldoc-function-arglist): New function.
17766 (eldoc-function-argstring): Use it.
17767
17768 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17769 auto save directory exists before calling directory-files.
17770
17771 2000-07-23 Dave Love <fx@gnu.org>
17772
17773 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17774 ^o, ^u.
17775
17776 2000-07-21 Dave Love <fx@gnu.org>
17777
17778 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17779 now passed to the function. It now works properly.
17780
17781 * smerge-mode.el (smerge-mode-menu): Fill it out.
17782
17783 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17784
17785 * info-look.el (info-lookup): If *info* is shown in another frame
17786 on the same display, select that frame, instead of switching to
17787 the Info buffer in another window of the selected frame.
17788
17789 * simple.el (universal-argument-map): Bind numeric keypad keys
17790 kp-0 to kp-9 and kp-subtract.
17791 (digit-argument): Handle these keys.
17792
17793 2000-07-20 Dave Love <fx@gnu.org>
17794
17795 * net/goto-addr.el (goto-address-fontify): Don't bother with
17796 buffer-modified and read-only stuff -- irrelevant with overlays.
17797 Put an extra property on the overlays and use it to clean up in
17798 case goto-address is re-run.
17799
17800 2000-07-19 Richard M. Stallman <rms@gnu.org>
17801
17802 * timer.el (run-with-idle-timer): Doc fix.
17803
17804 * mail/mail-utils.el (mail-strip-quoted-names):
17805 Handle case where <...> appears inside "...".
17806 Use replace-match to edit the string more simply.
17807 (rmail-dont-reply-to): Cope with an unmatched ".
17808
17809 2000-07-19 Dave Love <fx@gnu.org>
17810
17811 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17812 implementation.
17813
17814 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17815 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17816 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17817
17818 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17819
17820 * textmodes/refer.el: Correct maintainer's email address.
17821
17822 * progmodes/hideif.el: Correct author's email address.
17823 Fix typo in comment.
17824
17825 * xml.el: New file.
17826
17827 * mail/mailheader.el: Correct author's mail address.
17828
17829 * gnus/parse-time.el: Correct author's mail address.
17830
17831 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17832
17833 * comint.el (comint-highlight-input, comint-highlight-face):
17834 New user options.
17835 (comint-input-ring-file-name): Change custom type.
17836 (comint-mode-map): Bind mouse-2.
17837 (comint-insert-clicked-input): New function.
17838 (comint-send-input): Handle input highlighting.
17839
17840 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17841
17842 * mouse.el (popup-menu): New function.
17843 (mouse-major-mode-menu): Use it.
17844
17845 2000-07-18 Dave Love <fx@gnu.org>
17846
17847 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17848 improvements.
17849
17850 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17851
17852 * faces.el (face-font-selection-order)
17853 (face-font-family-alternatives): Add custom type.
17854
17855 2000-07-18 Dave Love <fx@gnu.org>
17856
17857 * cus-edit.el (custom-variable-reset-saved)
17858 (custom-variable-reset-standard): Remove unused bindings.
17859
17860 * rect.el (open-rectangle-line): Remove unused let.
17861
17862 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17863
17864 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17865
17866 * cdl.el: Fix `Maintainer' keyword.
17867
17868 * play/pong.el: Add author's email address.
17869
17870 2000-07-17 Sam Steingold <sds@gnu.org>
17871
17872 * files.el (insert-directory): Call `split-string' instead of
17873 re-implementing it.
17874
17875 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17876
17877 * mail/vms-pmail.el: Change maintainer to FSF.
17878
17879 * net/goto-addr.el: Change maintainer to FSF.
17880
17881 * info.el (Info-title-face-alist): Removed.
17882
17883 2000-07-18 David Ponce <david@dponce.com>
17884
17885 * recentf.el (recentf-open-files): New command that works like
17886 `recentf-open-more-files', but shows the whole list of files (not just
17887 those omitted from the menu). Useful if you don't use a menu-bar!
17888 (recentf-open-more-files) Modified to use `recentf-open-files'.
17889
17890 (recentf-open-files, recentf-open-more-files)
17891 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17892
17893 (recentf-dialog-mode): New mode for dialogs. You can now just type
17894 "q" to cancel the dialogs.
17895
17896 2000-07-18 David Ponce <david@dponce.com>
17897
17898 * recentf.el: This is a major update of recentf.el. It adds new
17899 features to better organize the recentf menu and "More..." buffer.
17900
17901 Using new provided menu filtering functions you can now organize the
17902 recent files list:
17903
17904 - by major modes
17905 - by directories
17906 - by user defined rules
17907
17908 Finally, with the new `recentf-filter-changer' customizable filter you
17909 can define a ring of filters and dynamically (via the menu) cycle on
17910 each menu organization in the ring (a la msb).
17911
17912 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17913
17914 * eshell/eshell.el (eshell): Replace links to eshell.info with
17915 links to eshell, to avoid problems on systems where the manual is
17916 installed as `eshell'.
17917 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17918 * eshell/em-smart.el (eshell-smart): Ditto.
17919 * eshell/em-banner.el (eshell-banner): Ditto.
17920 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17921
17922 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17923 same-file check in the MS-DOS version (it does support inodes).
17924
17925 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17926
17927 * eshell/eshell.el (eshell-directory-name):
17928 Run default directory name through convert-standard-filename.
17929
17930 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17931
17932 * international/mule-cmds.el (select-safe-coding-system):
17933 Fix typo in the comment.
17934
17935 * language/european.el (compound-text):
17936 Force katakana-jisx0201 to be designated to G1.
17937
17938 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17939 Don't translate some national variant characters of latin-jisx0201.
17940 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17941
17942 * international/kkc.el (kkc-after-update-conversion-functions):
17943 New variable.
17944 (kkc-update-conversion): Run functions in it at the tail.
17945
17946 2000-07-16 John Wiegley <johnw@gnu.org>
17947
17948 * lisp/align.el (align-newline-and-indent):
17949 Adding new function. for auto-aligning blocks of code on RET.
17950 (align-region): Fixed badly formatted minibuffer message.
17951
17952 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17953
17954 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17955 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17956 the conversion list at first if appropriate.
17957 (kkc-next): Don't update kkc-next-count here.
17958 (kkc-prev): Don't update kkc-prev-count here.
17959 (kkc-show-conversion-list-update): Fix setting up of conversion
17960 list message.
17961
17962 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17963
17964 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17965
17966 2000-07-16 Dave Love <fx@gnu.org>
17967
17968 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17969 function to be more specific.
17970
17971 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17972 non-string help-echo.
17973 (widget-types-convert-widget): Defsubst it.
17974 (widget-echo-help): Try to cope with a help-echo function of two
17975 possible sorts.
17976
17977 2000-07-15 Jason Rumney <jasonr@gnu.org>
17978
17979 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17980 Declare as obsolete.
17981
17982 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17983
17984 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17985
17986 * hilit-chg.el: Fix typo.
17987
17988 2000-07-14 Dave Love <fx@gnu.org>
17989
17990 * info.el (Info-mode-menu): Fix use of :help, :enable.
17991
17992 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17993
17994 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17995
17996 2000-07-13 Dave Love <fx@gnu.org>
17997
17998 * emacs-lisp/easymenu.el: Doc fixes.
17999 (easy-menu-remove): Defalias to ignore.
18000
18001 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
18002 Call throw correctly.
18003
18004 2000-07-13 Gerd Moellmann <gerd@gnu.org>
18005
18006 * faces.el (frame-background-mode): Doc fix.
18007
18008 * simple.el (eval-expression-print-length): Change custom type to
18009 allow entering nil as value.
18010
18011 2000-07-13 Dave Love <fx@gnu.org>
18012
18013 * progmodes/fortran.el (fortran-imenu-generic-expression):
18014 Change definition layout.
18015 (fortran-mode-menu): Reinstate customize entries.
18016
18017 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18018 Use :filter, per old XEmacs code.
18019
18020 2000-07-12 Gerd Moellmann <gerd@gnu.org>
18021
18022 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18023 event when deciding what to send to the terminal.
18024
18025 2000-07-12 Dave Love <fx@gnu.org>
18026
18027 * cus-start.el: Add optional version as 4th element of specs and
18028 use it for several things new in v21. Remove load-path. Fix type
18029 of line-number-display-limit.
18030
18031 2000-07-11 Dave Love <fx@gnu.org>
18032
18033 * progmodes/fortran.el: Don't require easymenu.
18034 Use repeat counts in various regexps.
18035 (fortran-mode-syntax-table): Defvar directly.
18036 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18037 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18038 Use defvar, not defconst.
18039 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18040 (fortran-mode): Set fortran-comment-line-start-skip,
18041 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18042 (fortran-comment-indent): Use defsubst.
18043 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18044 Use fortran-comment-indent, not fortran-comment-indent-function.
18045 (fortran-comment-region, fortran-electric-line-number): Simplify.
18046 (fortran-auto-fill): New function.
18047 (fortran-do-auto-fill): Deleted.
18048 (fortran-find-comment-start-skip):
18049 Check for non-null comment-start-skip.
18050 (fortran-auto-fill-mode, fortran-fill-statement):
18051 Use fortran-auto-fill.
18052 (fortran-fill): Use fortran-auto-fill. Check for null
18053 comment-start-skip. Simplify final clause and use end-of-line finally.
18054
18055 * widget.el (widget-plist-member): New alias.
18056
18057 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18058
18059 * eshell/esh-module.el (toplevel): Reference
18060 byte-compile-current-file only if it is bound.
18061
18062 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18063
18064 * dired.el: Don't require `dired-aux'.
18065
18066 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18067
18068 * dired-aux.el (dired-show-file-type): New function.
18069 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18070 (dired-show-file-type): Add autoload.
18071
18072 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18073
18074 * international/mule-diag.el (describe-font): Adjusted for the
18075 change of fontset-info.
18076 (print-fontset): Likewise.
18077
18078 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18079
18080 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18081
18082 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18083
18084 * bindings.el: Bind `[delete]' to delete-char.
18085
18086 * dired.el (dired-find-alternate-file): New function.
18087 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18088 (toplevel): Require dired-aux when compiling.
18089 (dired-buffers): Move defvar within file to avoid compiler warning.
18090
18091 * info.el (Info-last-search): Variable removed.
18092 (Info-search-history): New variable.
18093 (Info-search): New Info-search-history.
18094
18095 * battery.el, info-look.el: Change author's mail address.
18096
18097 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18098
18099 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18100 if rmail-ignored-headers is nil.
18101 (rmail-retry-failure): Bind rmail-ignored-headers and
18102 rmail-displayed-headers to nil.
18103
18104 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18105
18106 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18107 (print-region-1): Don't hard code `-h' here.
18108
18109 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18110
18111 2000-07-01 Francesco Potorti` <pot@gnu.org>
18112
18113 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18114 exim can use "your message" instead of "the message".
18115
18116 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18117
18118 * facemenu.el: Docstrings fixes.
18119 (facemenu-get-face): Don't use internal-find-face.
18120 (facemenu-iterate): Rename arg to match the docstring.
18121
18122 * newcomment.el (uncomment-region): Be more careful when skipping
18123 backwards over `=' not to bump into BOBP.
18124
18125 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18126
18127 * ediff-diff.el (ediff-wordify): Use syntax table.
18128 * ediff-init.el (ediff-has-face-support-p): Use
18129 ediff-color-display-p.
18130 (ediff-color-display-p): Use display-color-p, changed to defun
18131 from defsubst.
18132 Got rid of special cases for NeXT and OS/2.
18133 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18134 face.
18135
18136 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18137
18138 * emacs-lisp/lucid.el: Require CL.
18139 (copy-tree, remprop): Remove, it's provided by CL.
18140 (map-keymap): Define in terms of cl-map-keymap.
18141 (extent-property, set-extent-end-glyph): New functions.
18142
18143 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18144
18145 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18146
18147 * Makefile.in (DONTCOMPILE): Add comment that the name may
18148 not be changed without changing the make-dist script.
18149
18150 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18151 (cl-mapc): Use mapc instead of cl-old-mapc.
18152
18153 2000-07-05 Andrew Innes <andrewi@gnu.org>
18154
18155 * makefile.nt: Add support for `bootstrap' and related targets.
18156
18157 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18158
18159 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18160 (easy-menu-do-define): Use `menu-item' format.
18161 Handle case where easy-menu-create-menu returns a symbol.
18162 Manually call the potential top-level filter in the function binding.
18163 (easy-menu-filter-return): New arg NAME.
18164 Convert to a keymap if MENU is an XEmacs menu.
18165 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18166 (easy-menu-converted-items-table, easy-menu-convert-item):
18167 New var and fun to memoize easy-menu-convert-item-1.
18168 (easy-menu-do-add-item): Use it.
18169 (easy-menu-create-menu): Use easy-menu-convert-item.
18170 Wrap easy-menu-filter-return around any :filter specification.
18171 Don't convert the menu if a filter was specified.
18172 Tell easy-menu-make-symbol not to check for MENU being an expression.
18173 (easy-menu-make-symbol): New arg NOEXP.
18174
18175 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18176
18177 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18178 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18179 (eval-defun): If called with prefix arg, instrument code for
18180 Edebug.
18181
18182 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18183 similar to that of eval-defun.
18184
18185 2000-07-04 Dave Love <fx@gnu.org>
18186
18187 * hl-line.el (hl-line-overlay): Make it permanent-local.
18188
18189 * calendar/todo-mode.el: Replaced with a working version, based on
18190 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18191
18192 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18193
18194 * paths.el (prune-directory-list): New function.
18195 (Info-default-directory-list): Rewritten to more methodically
18196 enumerate a big list of possible info directories (based on the
18197 list used by the standalone info reader).
18198
18199 * info.el (info-initialize): Use prune-directory-list to remove
18200 non-existent directories from Info-directory-list.
18201
18202 * paths.el (Info-default-directory-list): Try a list of possible
18203 info-directories instead of a single one. Add the possible
18204 info directory "/usr/share/info".
18205
18206 * woman.el (woman-man.conf-path): Explicitly include the debian
18207 man-db config file "/etc/manpath.config".
18208 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18209 are present in `manpath.config'.
18210 (woman-manpath): Include "/usr/share/man".
18211
18212 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18213
18214 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18215
18216 * startup.el (command-line): Initialize blink-cursor based
18217 on window-system.
18218
18219 * frame.el (blink-cursor): Default to nil if not running under
18220 a window-system.
18221
18222 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18223 (face-x-resources): Remove duplicate entry for :font.
18224
18225 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18226 instead of cycling through windows with next-window.
18227
18228 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18229 of cycling through windows with next-window.
18230
18231 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18232 of cycling through windows with next-window.
18233
18234 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18235 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18236 instead of cycling through windows with next-window.
18237
18238 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18239 instead of cycling through windows with next-window.
18240
18241 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18242 of cycling through windows with next-window.
18243
18244 * terminal.el (te-process-output): Use walk-windows instead of
18245 cycling through windows with next-window.
18246
18247 * server.el (server-switch-buffer): Use some-window instead of
18248 cycling through windows with next-window.
18249
18250 * window.el (some-window): New function.
18251 (walk-windows): Remove reference to walk-windows-start.
18252
18253 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18254
18255 2000-07-03 Richard Stallman <rms@gnu.org>
18256
18257 * window.el (walk-windows): Guarantee termination by keeping a list
18258 of all the windows already handled.
18259
18260 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18261
18262 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18263 window-system.
18264
18265 * man.el (Man-notify-when-ready): Don't use window-system. If
18266 Man-notify-method is newframe, and the display is not
18267 multi-frame, select the frame created for the man page.
18268 (Man-init-defvars): Doc fix.
18269
18270 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18271
18272 * faces.el (region): Change background color for light background.
18273
18274 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18275 attribute from mode-line face of Ediff control frame.
18276
18277 * replace.el (query-replace-map): Bind `e' like `E'.
18278
18279 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18280
18281 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18282 Change name to "Select All".
18283
18284 * dos-fns.el (convert-standard-filename): Fix last change.
18285
18286 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18287
18288 * help.el (describe-variable): Don't insert a second `'s' in front
18289 of the string `value is shown below'. Since the syntax-table is
18290 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18291 an existing `'s', so that this won't be deleted.
18292
18293 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18294 * pcmpl-unix.el: New files.
18295
18296 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18297
18298 * wid-edit.el (widget-member): Use the new plist-member.
18299
18300 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18301
18302 * replace.el (perform-replace): Undo change of 2000-04-04.
18303 Instead, move backward 1 character at the end of the loop when
18304 necessary.
18305
18306 * faces.el (fringe): Change face for different backgrounds.
18307
18308 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18309 patch from John.
18310
18311 * eshell/*.el: Change spelling of the Free Software Foundation.
18312
18313 * eshell/esh-toggle.el: Removed.
18314
18315 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18316
18317 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18318 interactively.
18319
18320 2000-06-26 Alex Schroeder <alex@gnu.org>
18321
18322 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18323 `define-key'; instead of checking `(emacs-version)' check for
18324 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18325 for `;' and `o' which might be electric.
18326
18327 (sql-electric-stuff): New user option.
18328 (sql-magic-go): New function which uses `sql-electric-stuff'.
18329 (sql-magic-semicolon): New function which uses
18330 `sql-electric-stuff'.
18331
18332 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18333 is not fboundp.
18334
18335 (sql-oracle-options): New variable.
18336 (sql-oracle): Use it.
18337
18338 (sql-imenu-generic-expression): Doc change.
18339 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18340 is used.
18341
18342 (sql-informix): Added command line parameter "-" to force
18343 sql-informix-program to use stdout.
18344
18345 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18346
18347 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18348 (cp864-decode-table): Doc fix.
18349 (cp720-decode-table): New variable, supports the Arabic OEM
18350 codepage used by Windows.
18351 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18352
18353 2000-06-23 Dave Love <fx@gnu.org>
18354
18355 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18356 (font-lock-fontify-anchored-keywords): Use
18357 line-beginning-position.
18358 (global-font-lock-mode): Use mapc.
18359
18360 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18361
18362 * eshell/esh-module.el: Require CL when compiling.
18363
18364 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18365
18366 * comint.el (comint-substitute-in-file-name): Call replace-match
18367 with second and third arg t.
18368
18369 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18370 Specify foreground color.
18371
18372 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18373 color.
18374
18375 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18376
18377 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18378 cddr instead of cdddr.
18379
18380 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18381 instead of copy-list.
18382
18383 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18384 of copy-list.
18385
18386 * subdirs.el: Add eshell subdirectory.
18387
18388 * eshell: New subdirectory containing the Eshell package.
18389
18390 * pcomplete.el: New file.
18391
18392 2000-06-23 Paul Eggert <eggert@twinsun.com>
18393
18394 * mail/mailpost.el (post-mail-send-it): Make sure file has
18395 proper permissions from birth.
18396
18397 * files.el (basic-save-buffer-2): When temporarily setting
18398 file modes, set them to current modes plus 0200, not to 0777.
18399
18400 * emerge.el (emerge-make-temp-file): Make sure file has proper
18401 permissions from birth.
18402
18403 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18404
18405 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18406 backup file name through convert-standard-filename.
18407
18408 * dos-fns.el (convert-standard-filename): Convert leading
18409 directories as well. When long file names are supported, convert
18410 characters that are invalid in Windows file names.
18411
18412 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18413
18414 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18415 ps-print crashes. New feature: page selection for printing. Create
18416 raw-text-unix coding system for XEmacs. Doc fix.
18417 (ps-print-version): New version number (5.2.3).
18418 (ps-plot-region): Bug fix.
18419 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18420 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18421 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18422 funs.
18423 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18424 (ps-last-page): New vars.
18425
18426 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18427
18428 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18429 empty option string.
18430
18431 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18432
18433 * man.el (man): Doc fix.
18434
18435 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18436
18437 * international/mule-cmds.el (set-language-info-alist): Docstring
18438 fixed.
18439
18440 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18441
18442 * version.el (emacs-version): Use ISO date format.
18443
18444 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18445 instead of `M-backspace'.
18446
18447 * simple.el (turn-off-auto-fill): New function.
18448
18449 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18450
18451 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18452 Renamed from with-buffer-prepared-for-font-lock and use
18453 inhibit-modification-hooks rather than setting *-change-functions.
18454 Update all functions to use the new name.
18455 (jit-lock-first-unfontify-pos): New semantics (and doc).
18456 (jit-lock-mode): Make non-interactive.
18457 Don't automatically turn on font-lock.
18458 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18459 Always use jit-lock-after-change.
18460 Remove and restore font-lock-after-change-function.
18461 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18462 (jit-lock-after-unfontify-buffer): Remove.
18463 (jit-lock-stealth-fontify):
18464 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18465 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18466
18467 2000-06-20 Sam Steingold <sds@gnu.org>
18468
18469 * emacs-lisp/cl-indent.el (toplevel): Indent
18470 `print-unreadable-object' properly. Untabify.
18471
18472 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18473
18474 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18475 Support for bibentry.
18476 (reftex-compile-variables): Fixed problem with end of section-re.
18477
18478 * texmodes/reftex-dcr.el (reftex-view-crossref,
18479 reftex-view-crossref-from-bibtex):
18480 Deal with changed `reftex-find-citation-regexp-format'.
18481 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18482 Replaced `remprop' with `put'.
18483 (reftex-view-crossref, reftex-view-crossref-when-idle):
18484 Support for bibentry.
18485
18486 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18487 New entry for bibentry package.
18488
18489 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18490 Regexp also matches "\nobibliography".
18491
18492 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18493 Call `reftex-ensure-write-access' before doing anything.
18494 (reftex-ensure-write-access): New function.
18495
18496 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18497
18498 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18499
18500 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18501
18502 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18503
18504 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18505
18506
18507 2000-06-20 Dave Love <fx@gnu.org>
18508
18509 * faces.el (frame-background-mode): Use set-default, not set, in
18510 setter.
18511 (frame-update-faces, frame-update-face-colors): Define with
18512 defalias.
18513
18514 * enriched.el (enriched-decode-foreground)
18515 (enriched-decode-background): Don't use internal-find-face.
18516
18517 * apropos.el: Doc fixes.
18518
18519 * cus-edit.el (customize-changed-options): Check arg.
18520 (customize-version-lessp): Don't require decimal point.
18521
18522 * custom.el (defcustom, defgroup): Doc fix.
18523
18524 * newcomment.el (comment) <defgroup>: Add :version.
18525 (comment-multi-line): Doc fix.
18526
18527 * emulation/mlsupport.el (define-hooked-local-abbrev,
18528 define-hooked-global-abbrev): Fix, using define-abbrev.
18529
18530 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18531
18532 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18533 the whole buffer.
18534
18535 2000-06-19 Dave Love <fx@gnu.org>
18536
18537 * menu-bar.el (menu-bar-options-save): New function.
18538 (menu-bar-options-menu): Use it.
18539 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18540 Simplify.
18541
18542 2000-06-19 Andreas Schwab <schwab@suse.de>
18543
18544 * progmodes/etags.el (tags-query-replace): Put new parameters
18545 START and END at the end, for backward compatibility.
18546
18547 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18548
18549 * international/codepage.el:
18550 (cp-coding-system-for-codepage-1): Delete special codes for
18551 generating xxx-dos coding system because now a CCL based coding
18552 system can handle EOL conversion by default.
18553
18554 * international/mule.el (make-coding-system): Generate subsidiary
18555 coding systems for EOL handling variants even for a CCL based
18556 coding system.
18557
18558 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18559
18560 * international/isearch-x.el (isearch-minibuffer-input-method)
18561 (isearch-minibuffer-input-method-function): These variables
18562 deleted.
18563 (isearch-with-input-method): Don't use the above variables.
18564 (isearch-process-search-multibyte-characters): Likewise. Call
18565 read-string with the arg INHERIT-INPUT-METHOD t.
18566
18567 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18568
18569 * font-lock.el (font-lock-after-fontify-buffer)
18570 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18571
18572 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18573 Use consistent make-local-variable style for font-lock-fontified.
18574 (jit-lock-fontify-buffer):
18575 Don't bother checking for font-lock-mode and jit-lock-mode.
18576
18577 * time.el: Remove trailing ^M that prevent CVS-merging.
18578
18579 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18580
18581 * Makefile.in (distclean): New target.
18582
18583 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18584
18585 * Makefile.in (srcdir): Define for update-subdirs.
18586
18587 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18588
18589 * find-lisp.el: New file.
18590
18591 2000-06-16 Andrew Innes <andrewi@gnu.org>
18592
18593 * time.el (display-time-mail-function): New variable, to allow
18594 external packages to indicate when new mail is available.
18595 (display-time-update): Use it.
18596
18597 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18598
18599 * international/mule.el (mule-version): Change version name to
18600 SAKAKI. AOI has already been used by Meadow.
18601
18602 * international/quail.el (quail-show-guidance-buf): To find the
18603 bottom window (but minibuffer), pay attention to the height of
18604 minibuffer.
18605
18606 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18607
18608 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18609 menu-bar menus. Add help strings. Don't remove the Edit menu
18610 from the menu bar, as the menu bar has enough space now.
18611
18612 * Makefile.in (SHELL): Make sure /bin/sh is used.
18613
18614 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18615 characters, which use series of two ^H characters instead of one.
18616
18617 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18618
18619 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18620 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18621 functions.
18622 (Info-find-node-2): Try a case-sensitive search first, then
18623 do a case-insensitive search.
18624
18625 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18626 tutorials.
18627
18628 * complete.el (PC-env-vars-alist): New variable.
18629 (PC-complete-as-file-name): New function.
18630 (partial-completion-mode): Initialize PC-env-vars-alist from
18631 process-environment.
18632 (PC-do-completion): Handle completion of env vars.
18633
18634 * info.el (Info-set-mode-line): Show file name in mode line,
18635 use `*Info*' instead of `Info:'.
18636
18637 * startup.el (command-line-1): Change copyright messages to year
18638 2000.
18639
18640 2000-06-15 Dave Love <fx@gnu.org>
18641
18642 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18643 not local-map.
18644
18645 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18646
18647 * international/mule.el (set-buffer-file-coding-system): Almost
18648 rewritten to handle `undecided' as no-op.
18649
18650 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18651
18652 * Makefile.in: New file.
18653
18654 * Makefile: Removed.
18655
18656 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18657 (goto-address-highlight-keymap): Bind C-c RET.
18658
18659 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18660
18661 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18662 inherits buffer-file-coding-system of the current buffer.
18663
18664 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18665 0. Give correct argument to set-auto-coding-function.
18666 (tar-expunge): For goto-char, use (point-min), not 0.
18667 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18668 (tar-subfile-save-buffer): Likewize.
18669
18670 * international/mule.el
18671 (after-insert-file-set-buffer-file-coding-system): Call
18672 set-buffer-file-coding-system with the arg FORCE t.
18673
18674 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18675
18676 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18677 nil. Contemporary sendmails issue an X-Authentication-Warning if
18678 the sender is set with `-f'.
18679
18680 2000-06-13 Dave Love <fx@gnu.org>
18681
18682 * help.el (describe-function-1): Kluge around cases of functions
18683 fset to subrs whose doc doesn't match their symbol-name.
18684
18685 * image.el (insert-image): Default STRING to a space.
18686
18687 * info.el Doc fixes.
18688 (Info-build-node-completions): Match Ref tags.
18689
18690 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18691
18692 * frame.el (display-multi-frame-p, display-multi-font-p): New
18693 defaliases for display-graphic-p.
18694
18695 * hl-line.el: Fixed a typo in commentary.
18696
18697 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18698
18699 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18700 fixed.
18701
18702 2000-06-12 Dave Love <fx@gnu.org>
18703
18704 * image.el (insert-image): Save a little consing.
18705
18706 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18707
18708 * language/tibet-util.el: Convert all tibetan-1-column characters
18709 to the corresponding tibetan characters.
18710 (tibetan-add-components): Delete code for the special treatment of
18711 'a chung.
18712
18713 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18714 change.
18715 (tibetan-vowel-transcription-alist): More rules added.
18716 (tibetan-composite-vowel-alist): New variable.
18717 (tibetan-precomposition-rule-alist): More rules added.
18718
18719 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18720
18721 * startup.el (command-line): Only call menu-bar-mode if interactive.
18722
18723 * thingatpt.el (toplevel symbol-properties):
18724 * textmodes/makeinfo.el (makeinfo-compile):
18725 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18726 * progmodes/hideif.el (hif-compress-define-list)
18727 (hide-ifdef-use-define-alist):
18728 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18729 (ange-ftp-vms-add-file-entry):
18730 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18731 * man.el (Man-build-man-command):
18732 * mail/rnewspost.el (news-reply-header-hook):
18733 * info.el (Info-insert-dir):
18734 * emulation/mlconvert.el (backward-word, forward-word, setq):
18735 * emacs-lisp/gulp.el (gulp-send-requests):
18736 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18737 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18738 (byte-optimize-apply, end of file):
18739 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18740 (ad-make-freeze-definition):
18741 * startup.el (command-line, command-line-1): Don't quote lambdas.
18742
18743 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18744 (cvs-cleanup-removed): New function.
18745 (cvs-cleanup-functions): New var.
18746 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18747 some flexibility in specifying additional entries to auto-cleanup.
18748 (cvs-quickdir): New function.
18749 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18750 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18751 (cvs-mode-find-file): Check that we are on a filename or dirname
18752 when invoked through a mouse-click.
18753 (cvs-full-path): Remove.
18754 (cvs-dired-action): Re-introduced.
18755 (cvs-dired-noselect): Use it.
18756 (vc-post-command-functions): use this new hook if available.
18757
18758 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18759 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18760 (cvs-filename-map, cvs-dirname-map): Remove.
18761 (cvs-default-action): Remove.
18762 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18763 if the arg is really a keymap.
18764 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18765 Don't hardcode the mapping from state (aka type) to face, but check
18766 the var cvs-fi-<type>-face instead.
18767 (cvs-fileinfo-from-entries): New function.
18768
18769 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18770 Docstring fix.
18771 (cvs-find-file-and-jump): Change default to be safer.
18772 (cvs-mode-diff-map): Define it as a function as well.
18773 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18774 Bind mouse-2 in this global map rather than with text-properties.
18775
18776 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18777 file to resolve the ambiguity between C(conflict) and C(need-merge).
18778
18779 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18780
18781 * international/mule.el (set-buffer-file-coding-system): If
18782 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18783 unconditionally.
18784
18785 2000-06-12 Dave Love <fx@gnu.org>
18786
18787 * wid-edit.el (widget-specify-button): Really suppress the face if
18788 required.
18789
18790 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18791
18792 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18793
18794 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18795
18796 * imenu.el (imenu-generic-expression): Docstring fix.
18797
18798 * composite.el (composition-function-table): Move the `put'
18799 below the autoload cookie so we can load the file before loaddefs.
18800
18801 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18802
18803 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18804 Handle easy-mmode-define-global-mode.
18805 For complex macros like define-minor-mode that can generate
18806 several autoload entries, try to autoload entries in the
18807 macroexpanded code.
18808
18809 * emacs-lisp/easy-mmode.el (define-minor-mode):
18810 If KEYMAP is a symbol, just use it.
18811 Use byte-compile-current-file and load-file-name to infer the
18812 proper :require to pass to defcustom.
18813 Wrap the hook var into `progn' so as not to autoload it.
18814 Add a :autoload-end cookie.
18815 Be more careful about the evaluation of KEYMAP.
18816 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18817 (define-derived-mode): Move define-abbrev-table outside of defvar.
18818
18819 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18820
18821 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18822 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18823 (backup-compiled-files): Ignore errors during `tar'.
18824 (bootstrap): Make autoloads before elc files.
18825
18826 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18827
18828 * international/mule.el (set-buffer-file-coding-system): If one of
18829 undecided-XXX is specified, change only EOL conversion.
18830
18831 * international/mule-conf.el (unix): New alias for the coding
18832 system undecided-unix.
18833
18834 2000-06-09 Dave Love <fx@gnu.org>
18835
18836 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18837
18838 * progmodes/executable.el: Byte compile dynamic.
18839 (executable-insert): Change custom type.
18840 (executable-find): Add autoload cookie.
18841 (executable-make-buffer-file-executable-if-script-p): New
18842 function. After Noah Friedman.
18843
18844 * files.el (after-save-hook): Customize, with
18845 executable-make-buffer-file-executable-if-script-p as an option.
18846
18847 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18848
18849 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18850 "tib24p-mule.bdf" for Tibetan.
18851
18852 * composite.el (decompose-composite-char): Declare it as obsolete.
18853
18854 * man.el (Man-fontify-manpage): Pay attention to underline and
18855 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18856
18857 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18858
18859 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18860 Set maintainer to FSF since author isn't reachable.
18861
18862 2000-06-08 Dave Love <fx@gnu.org>
18863
18864 * international/mule-cmds.el (select-safe-coding-system): If
18865 DEFAULT-CODING-SYSTEM is not specified, also check the most
18866 preferred coding-system if buffer-file-coding-system is
18867 `undecided'. From Handa.
18868
18869 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18870
18871 * international/mule.el
18872 (after-insert-file-set-buffer-file-coding-system): If the buffer
18873 size is greater than INSERTED, judget that we are not visiting.
18874
18875 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18876
18877 * whitespace.el (defgroup whitespace): Comment out `:version'.
18878 XEmacs 20.4 has problems defining the group with this present.
18879 We'll have this commented out till get resolve the problem.
18880
18881 2000-06-07 John Wiegley <johnw@gnu.org>
18882
18883 * align.el (align-dq-string-modes, align-sq-string-modes)
18884 (align-open-comment-modes): Add pyhton-mode.
18885 (align-rules-list): Use get-text-property instead of
18886 text-properties-at.
18887 (align-rules-list): Add python-assignment.
18888 (align-rules-list): Change perl-comma-delimiter to
18889 basic-comma-delimiter. Use if for Perl modes and python-mode.
18890 (align-rules-list): Add python-chain-logic and
18891 basic-line-continuation.
18892
18893 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18894
18895 * apropos.el (apropos-mode-hook): New user variable.
18896 (apropos-mode): Run apropos-mode-hook.
18897
18898 2000-06-07 David Ponce <david@dponce.com>
18899
18900 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18901 commands. Require `wid-edit' at run-time.
18902
18903 2000-06-07 David Ponce <david@dponce.com>
18904
18905 * recentf.el: Added some "Commentary".
18906 (recentf-open-more-files, recentf-edit-list): Minor changes to
18907 move the point at the top of the file list. This behaviour is
18908 consistent with the menu one when the list contains a lot of
18909 files.
18910 (recentf-cleanup): Now displays the number of items removed from
18911 the list.
18912 (recentf-relative-filter) New menu filter to show filenames
18913 relative to `default-directory'.
18914
18915 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18916
18917 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18918 with/without giving an error if PostScript printer doesn't have this
18919 kind of page size. Zebra Stripe continues or restarts on next page.
18920 Manual/automatic paper feeding. Switch or not the header.
18921 (ps-print-version): New version number (5.2.2).
18922 (ps-windows-system): Include emx as a Windows system.
18923 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18924 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18925 (ps-background-text): Code fix.
18926 (ps-error-handler-message, ps-user-defined-prologue)
18927 (ps-print-prologue-header, ps-printer-name)
18928 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18929 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18930 (ps-use-face-background): Customization fix.
18931 (ps-n-up-database): Data fix.
18932 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18933 (ps-switch-header): New vars.
18934 (ps-xemacs-color-name, ps-face-foreground-name)
18935 (ps-face-background-name, ps-boolean-constant): New funs.
18936
18937 2000-06-07 Dave Love <fx@gnu.org>
18938
18939 * allout.el: New version from Manheimer.
18940
18941 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18942
18943 * textmodes/fill.el (fill-find-break-point): Check the validity of
18944 charset.
18945
18946 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18947
18948 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18949 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18950 Call display-color-p and display-mouse-p instead of looking at
18951 window-system.
18952
18953 2000-06-06 Dave Love <fx@gnu.org>
18954
18955 * image.el (find-image): Doc fix. Return nil if image not found.
18956 (put-image, insert-image): Make STRING arg optional.
18957
18958 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18959
18960 * language/vietnamese.el: Remove eval-when-compile.
18961 (viet-viscii-nonascii-translation-table): Define it as a
18962 translation table made from viet-viscii-decode-table.
18963 (viet-viscii-encode-table): Define it as a translation table made
18964 from the reverse map of above.
18965 (viet-vscii-nonascii-translation-table): Define it as a
18966 translation table made from viet-vscii-decode-table.
18967 (viet-vscii-encode-table): Define it as a translation table made
18968 from the reverse map of above.
18969 (ccl-decode-viscii): Use translate-character.
18970 (ccl-encode-viscii, ccl-encode-viscii-font)
18971 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18972 Likewize.
18973
18974 * language/cyrillic.el: Remove eval-when-compile.
18975 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18976 translation table made from cyrillic-koi8-r-decode-table.
18977 (cyrillic-koi8-r-encode-table): Define it as a translation table
18978 made from the reverse map of above.
18979 (ccl-decode-koi8): Use translate-character.
18980 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18981 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18982 a translation table made from cyrillic-alternativnyj-decode-table.
18983 (cyrillic-alternativnyj-encode-table): Define it as a translation
18984 table made from the reverse map of above.
18985 (ccl-decode-alternativnyj): Use translate-character.
18986 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18987 Likewize
18988
18989 * international/mule-diag.el (non-iso-charset-alist): Specify
18990 translation table symbol instead of translation table itself.
18991 (list-block-of-chars): CHARSET may be a translation table symbol.
18992
18993 * international/mule.el (make-coding-system): If CODING-SYSTEM
18994 already exists, override it.
18995
18996 * international/fontset.el: Use family `proportional' for Tibetan
18997 fonts.
18998
18999 * international/ccl.el (ccl-compile-translate-character): Don't
19000 check if Rrr has property translation-table.
19001 (ccl-compile-map-multiple): Modified to avoid compiler warning.
19002
19003 2000-06-05 Gerd Moellmann <gerd@gnu.org>
19004
19005 * info.el: Bind case-fold-search to t when searching in case
19006 a user sets it to nil in a hook.
19007
19008 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19009
19010 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19011 * hl-line.el (hl-line-mode): Use the new :global key argument.
19012
19013 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19014 (tar-clip-time-string): Prepend a space.
19015 (tar-grind-file-mode): Construct a string rather than modifying one.
19016 (tar-header-block-summarize): Fix docstring.
19017 Use `format' rather than an error-prone set of copy-loops.
19018
19019 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19020 (diff-goto-source, diff-unified->context, diff-context->unified)
19021 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19022 understand the format output by the `-p' argument to diff.
19023
19024 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19025 (sh-re-done): Use defconst.
19026 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19027 (sh-help-string-for-variable, sh-guess-basic-offset):
19028 Don't quote lambdas.
19029 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19030 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19031
19032 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19033 (mh-letter-mode): Derive from text-mode.
19034 This implicitly means that it now calls kill-all-local-variables.
19035 Also remove the Emacs-18 compatibility code.
19036
19037 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19038 Make use of symbol-property doc-string-elt.
19039 Use memq rather than a sequence of eq.
19040 (doc-string-elt): Fix the wrong or missing previously unused values.
19041 (autoload-print-form): New function extracted from
19042 generate-file-autoloads to allow recursion when handling progn
19043 so that defvar's and defun's docstrings are properly printed.
19044 (generate-file-autoloads): Use it.
19045
19046 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19047 Use find-file-hooks in the minor-mode function.
19048 Be careful not to loop indefinitely in the post-command-hook function.
19049
19050 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19051
19052 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19053 tty's.
19054 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19055 differences whenever appropriate.
19056 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19057 * viper.el (find-file, find-file-other-window): Get viper to do
19058 wildcards.
19059
19060 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19061
19062 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19063 (jit-lock-fontify-buffer): New function for JIT refontification.
19064 (jit-lock-mode): Fix docstring.
19065 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19066 Remove jit-lock-after-change from the _local_ hook.
19067 (jit-lock-function-1): Fix docstring.
19068
19069 * info.el (Info-on-current-buffer): Initialize info.
19070
19071 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19072
19073 * progmodes/tcl.el (tcl-indent-for-comment):
19074 Ignore comment-indent-hook.
19075
19076 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19077 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19078 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19079 and improve to use the lighter to guess the capitalization.
19080 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19081 Add keyword arguments to specify global-ness or the custom group.
19082 Add local-map and help-echo properties to the lighter.
19083 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19084 (easy-mmode-define-global-mode): New macro.
19085
19086 2000-06-02 Dave Love <fx@gnu.org>
19087
19088 * wid-edit.el: byte-compile-dynamic since we typically don't use
19089 all the widgets. Don't require cl or widget. Remove
19090 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19091 (widget-read-event): Removed. Callers changed to use read-event.
19092 (widget-button-release-event-p): Renamed from
19093 button-release-event-p.
19094 (widget-field-add-space, widget-field-use-before-change):
19095 Uncustomize.
19096 (widget-specify-field): Use keymap property, not local-map.
19097 (widget-specify-button): Obey :suppress-face.
19098 (widget-specify-insert): Use modern backquote syntax.
19099 (widget-image-directory): Renamed from widget-glyph-directory.
19100 (widget-image-enable): Renamed from widget-glyph-enable.
19101 (widget-image-find): Replaces widget-glyph-find.
19102 (widget-button-pressed-face): Move defvar.
19103 (widget-image-insert): Replaces widget-glyph-insert.
19104 (widget-convert): Use keywordp.
19105 (widget-leave-text, widget-children-value-delete): Use mapc.
19106 (widget-keymap): Remove XEmacs stuff.
19107 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19108 (widget-button-click): Don't set point at the click, but re-centre
19109 if we scroll out of window. Rewritten for images v. glyphs &c.
19110 (widget-tabable-at): Use POS arg, not point.
19111 (widget-beginning-of-line, widget-end-of-line)
19112 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19113 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19114 (widget-default-create): Use widget-image-insert; some rewriting.
19115 (widget-visibility-value-create)
19116 (widget-push-button-value-create, widget-toggle-value-create): Use
19117 widget-image-insert.
19118 (checkbox): Create on and off images dynamically.
19119 (documentation-link): Change :help-echo.
19120 (widget-documentation-link-echo-help): Remove.
19121
19122 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19123
19124 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19125
19126 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19127 (easy-mmode-define-toggle, define-minor-mode): Use it.
19128 (easy-mmode-define-keymap): Docstring fix.
19129 (define-derived-mode): Default PARENT to fundamental-mode.
19130 Add the derived-mode-parent symbol-property.
19131 (easy-mmode-derived-mode-p): New function.
19132
19133 2000-06-02 Dave Love <fx@gnu.org>
19134
19135 * files.el (convert-standard-filename): Doc fix.
19136 (normal-backup-enable-predicate): New function.
19137 (backup-enable-predicate): Use it to replace the lambda form.
19138
19139 * calendar/todo-mode.el: [This needs more work on the outline
19140 stuff.] Doc fixes.
19141 (todo) <defgroup>: Add :version.
19142 (todo-add-category): Don't use pushnew.
19143 (todo-cmd-raise): Fix typo.
19144 (todo-top-priorities): Change temp buffer name.
19145 (todo-category-alist): Avoid redundant lambda.
19146 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19147 Use outline-next-heading.
19148
19149 * autoarg.el: Rewritten to use define-minor-mode.
19150 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19151 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19152
19153 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19154
19155 * isearch.el (isearch-other-meta-char): Fix previous change.
19156
19157 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19158
19159 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19160 (log-edit-done): Only add the comment to the ring if it's different
19161 from the last comment entered.
19162
19163 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19164
19165 2000-06-01 Dave Love <fx@gnu.org>
19166
19167 * hl-line.el: Rewritten using define-minor-mode.
19168
19169 * help.el (describe-function-1): Distinguish special form from
19170 builtin function. Sanity-check presence of arglist for builtins.
19171
19172 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19173
19174 * international/characters.el: Fix syntax/category setting of
19175 Tibetan characters.
19176
19177 * language/tibet-util.el (tibetan-add-components): Fixes for new
19178 encoding of Tibetan characters.
19179 (tibetan-decompose-precomposition-alist): New variable.
19180 (tibetan-decompose-region): Convert precomposed characters to
19181 non-precomposed characters.
19182 (tibetan-decompose-string): Likewise.
19183 (tibetan-composition-function): Fix args to
19184 thibetan-compose-string.
19185
19186 * language/tibetan.el (tibetan-composable-pattern): More
19187 characters included.
19188 (tibetan-consonant-transcription-alist): Rule for "R" added.
19189 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19190 "+R" added.
19191 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19192
19193 * language/lao-util.el (lao-composition-function): Fix args to
19194 compose-string.
19195
19196 * language/thai-util.el (thai-composition-function): Fix args to
19197 compose-string.
19198
19199 * isearch.el (isearch-update): Set disable-point-adjustment to t
19200 to prevent the point moving to the end of a composition when a
19201 part of a composition is searched.
19202 (isearch-other-meta-char): If the key invoking this command can be
19203 mapped by function-key-map to a printing char, call
19204 isearch-process-search-char directly.
19205
19206 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19207
19208 * emacs-lisp/bytecomp.el:
19209 * frame.el:
19210 * international/mule-cmds.el:
19211 * international/mule-util.el:
19212 * international/mule.el:
19213 * mouse.el:
19214 * subr.el:
19215 * faces.el: Update calls to make-obsolete with a WHEN argument.
19216
19217 * byte-run.el (make-obsolete, make-obsolete-variable):
19218 Add an optional WHEN argument and change the format of the
19219 symbol-property information.
19220 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19221 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19222 new obsolete-symbol-property format and print WHEN if it is provided.
19223
19224 2000-05-31 Dave Love <fx@gnu.org>
19225
19226 * loadhist.el (loadhist-hook-functions): Remove
19227 before-change-function, after-change-function.
19228 (unload-feature): Deal with symbols which are both bound and
19229 fbound.
19230
19231 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19232 before-change-function, after-change-function.
19233
19234 * simple.el (newline): Don't bind before-change-function,
19235 after-change-function.
19236
19237 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19238
19239 * whitespace.el (whitespace-rescan-timer-time): Update interval
19240 set to 600 seconds (10 minutes) instead of 60 seconds since
19241 a large number of whitespace buffers causes emacs to `freeze'
19242 for a considerable amount of time.
19243
19244 * whitespace.el: Updated email address
19245
19246 2000-05-31 Dave Love <fx@gnu.org>
19247
19248 * add-log.el (change-log-font-lock-keywords) <function>: Add
19249 pattern for function of change.
19250 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19251 acknowledgements patterns.
19252
19253 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19254
19255 * isearch.el (isearch-printing-char): If keyboard coding system is
19256 being used, call isearch-process-search-multibyte-characters.
19257
19258 * international/isearch-x.el: Mostly rewritten.
19259
19260 * international/quail.el (quail-start-conversion): Don't include
19261 unhandled events in the returned events, but set them in
19262 unread-command-events. Exit if all inputs are deleted.
19263
19264 2000-05-30 Jason Rumney <jasonr@gnu.org>
19265
19266 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19267
19268 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19269 Reenable code to create initial fontsets.
19270 Use set-fontset-font in place of put-charset-property.
19271
19272 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19273
19274 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19275 label, ensure that the first colon isn't followed by another.
19276
19277 * paths.el (Info-default-directory-list): Doc fix.
19278
19279 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19280 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19281 send a query containing USER only, not USER@HOST.
19282
19283 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19284 and rmail-msgend to compute the restriction at the end, instead of
19285 computing it.
19286
19287 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19288
19289 * dabbrev.el (dabbrev-expand): Don't display messages in the
19290 echo area if the minibuffer window is active.
19291
19292 * jit-lock.el (jit-lock-mode): Add after change function to
19293 local hook.
19294
19295 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19296
19297 * antlr-mode.el: New commands: hide/unhide actions,
19298 upcase/downcase literals.
19299 (antlr-tiny-action-length): New user option.
19300 (antlr-hide-actions): New command. Suggested by
19301 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19302 (antlr-mode-map): New binding [C-c C-v].
19303 (antlr-mode-menu): New entries.
19304 (antlr-downcase-literals): New command.
19305 (antlr-upcase-literals): Ditto.
19306
19307 * antlr-mode.el: Minor changes: indendation, mode-name.
19308 (antlr-indent-line): Indent cpp directive at column 0.
19309 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19310
19311 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19312 (antlr-font-lock-additional-keywords): Workaround for intentional
19313 bug in XEmacs version of font-lock.
19314 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19315 be used by a smarter version of `buffers-menu-grouping-function'.
19316
19317 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19318
19319 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19320 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19321
19322 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19323
19324 * international/encoded-kb.el
19325 (encoded-kbd-iso2022-designation-map): Pay attention to that
19326 charset-iso-final-char return -1 for eight-bit-control and
19327 eight-bit-graphic.
19328
19329 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19330
19331 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19332 (speedbar-easymenu-definition-base): Use display-graphic-p where
19333 available, instead of window-system.
19334
19335 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19336
19337 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19338 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19339 coding systems.
19340
19341 2000-05-26 Dave Love <fx@gnu.org>
19342
19343 * disp-table.el (standard-display-underline): Don't use
19344 internal-find-face.
19345
19346 * mail/reporter.el: Maintainer change. Doc fixes.
19347 (reporter-version): Deleted.
19348
19349 * emacs-lisp/elp.el: Maintainer change.
19350 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19351
19352 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19353
19354 * add-log.el (add-change-log-entry): Merge the current entry with the
19355 previous one if the previous one is empty.
19356
19357 2000-05-26 Dave Love <fx@gnu.org>
19358
19359 * loadhist.el (unload-feature): Fix interactive spec [from
19360 lijnzaad@ebi.ac.uk].
19361
19362 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19363 subr-arity to check primitives.
19364 (byte-compile-flush-pending, byte-compile-file-form-progn)
19365 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19366 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19367 mapcar.
19368
19369 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19370
19371 * international/fontset.el: Set family names of non-latin charsets
19372 in default fontset to "*".
19373
19374 * international/mule-diag.el (print-fontset): Combine family part
19375 and registry part of the fontname by "-*-" instead of "-".
19376
19377 * international/mule-cmds.el (encode-coding-char): Make strings
19378 multibyte before calling encode-coding-string.
19379
19380 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19381
19382 * derived.el: Fix keywords.
19383 (define-derived-mode): Only define if needed.
19384
19385 * simple.el (fill-comment, comment-column, comment-start)
19386 (comment-start-skip, comment-end, comment-indent-function)
19387 (block-comment-start, block-comment-end, indent-for-comment)
19388 (set-comment-column, kill-comment, comment-padding, comment-region)
19389 (comment-multi-line, indent-new-comment-line): Remove.
19390
19391 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19392 function names for comment operations.
19393
19394 * newcomment.el: Add abundant autoload cookies.
19395 (comment-style): Don't depend on runtime data at compile-time.
19396 (comment-indent-hook): Remove.
19397 (comment-indent): Check if comment-indent-hook is bound.
19398 (comment-region): Docstring fix.
19399
19400 2000-05-25 Dave Love <fx@gnu.org>
19401
19402 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19403 byte-code-function-p.
19404
19405 * mail/rmailsum.el: Add provide.
19406
19407 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19408
19409 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19410 defcustom.
19411
19412 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19413
19414 * ediff-diff.el (ediff-exec-process): delete --binary option from
19415 non-buffer ediff jobs.
19416
19417 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19418
19419 * hilit-chg.el (highlight-changes-mode): Ask about color or
19420 grayscale support, not about window-system.
19421
19422 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19423 window-system.
19424 (ffap-highlight): Always default to t.
19425
19426 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19427 display-popup-menus-p instead of looking at window-system.
19428
19429 * disp-table.el (standard-display-g1, standard-display-graphic):
19430 Only refuse to use string glyphs on X and MS-Windows.
19431
19432 * avoid.el: Remove window-system from commentary, suggest to use
19433 display-*-p instead.
19434
19435 * apropos.el (apropos-print): Use display-mouse-p instead of
19436 window-system.
19437
19438 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19439
19440 * international/codepage.el (cp-decoding-vector-for-codepage):
19441 Fill up unsupported characters with their own codes. From Kenichi
19442 Handa.
19443
19444 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19445
19446 * international/mule-diag.el (describe-char-after): Use
19447 display-graphic-p instead of window-system, so that this function
19448 works on MS-DOS.
19449
19450 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19451
19452 * international/codepage.el (cp-make-coding-systems-for-codepage):
19453 Remove the eight-bit-graphic and eight-bit-control charsets from
19454 the list of charsets which we convert into `?'.
19455
19456 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19457
19458 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19459 private charsets.
19460 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19461 japanese-jisx0213-2): New charsets.
19462
19463 * international/fontset.el: Setup default fontset for new charsets.
19464
19465 2000-05-24 Dave Love <fx@gnu.org>
19466
19467 * info.el (Info-find-node-2): Restructure [following "Vadim
19468 S. Solomin" <sovs@uic.nnov.ru>].
19469
19470 * icomplete.el: Fix header for Finder.
19471
19472 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19473
19474 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19475 STAY.
19476
19477 * rmail.el (rmail-automatic-folder-directives): New user variable.
19478 (rmail-show-message): Add call to `rmail-auto-file' during
19479 display.
19480 (rmail-auto-file): New function.
19481
19482 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19483
19484 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19485 account.
19486 (ediff-test-utility,ediff-diff-mandatory-option)
19487 (ediff-reset-diff-options): Utilities for proper initialization of
19488 ediff-diff-options and ediff-diff3-options on Windows.
19489
19490 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19491 variable.
19492
19493 * ediff-mult.el (ediff-filegroup-action): Use
19494 ediff-merge-filename-prefix.
19495
19496 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19497
19498 * viper-ex.el (ex-write): Set selective display to nil.
19499
19500 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19501
19502 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19503 aliases for hebrew-iso-8bit.
19504
19505 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19506
19507 * woman.el: New version from Francis J. Wright
19508 <F.J.Wright@Maths.QMW.ac.uk>.
19509 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19510 names in environment variables regardless of the path separator.
19511 (woman-topic-all-completions-1): Don't call file-name-directory-p
19512 on all files, since woman-file-regexp already filters out any
19513 directories.
19514
19515 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19516
19517 * international/quail.el (quail-start-translation): Don't change
19518 modified-p of the current buffer.
19519 (quail-start-conversion): Likewise.
19520
19521 * international/kkc.el (kkc-region): Don't change modified-p of
19522 the current buffer.
19523
19524 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19525 conform to RFC1468.
19526 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19527
19528 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19529
19530 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19531 (speedbar-insert-button): Invisible text property fix.
19532 (speedbar-directory-plus): Renamed from speedbar-directory-+
19533 (speedbar-directory-minus): Renamed from speedbar-directory--
19534 (speedbar-page-plus): Renamed from speedbar-file-+
19535 (speedbar-page-minus): Renamed from speedbar-file--
19536 (speedbar-page): Renamed from speedbar-file-
19537 (speedbar-tag): Renamed from speedbar-tag-
19538 (speedbar-tag-plus): Renamed from speedbar-tag-+
19539 (speedbar-tag-minus): Renamed from speedbar-tag--
19540 (speedbar-expand-image-button-alist): Use above renames.
19541
19542 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19543 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19544 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19545 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19546 * sb-pg.xpm: Renamed from sb-file.xpm
19547 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19548 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19549
19550 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19551
19552 * international/quail.el (quail-show-guidance-buf): Set
19553 current-input-method of the guidance buffer to the name of the
19554 curren input method.
19555
19556 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19557
19558 * progmodes/compile.el (compile-internal): Style typo.
19559
19560 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19561 quote vars and functions in the docstring.
19562
19563 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19564
19565 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19566 Don't quote lambdas.
19567
19568 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19569
19570 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19571
19572 * startup.el (command-line): Determine source file of compiled
19573 user init file differently. Warn if compiled user init file
19574 is older than its source file.
19575
19576 * ffap.el (ffap-url-regexp): Add `https'.
19577
19578 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19579
19580 * files.el (make-backup-file-name-1): Replace slashes with `!'
19581 rather than `|' (which is not allowed on Windows). Replace the
19582 drive letters with a string "drive_X".
19583
19584 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19585
19586 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19587
19588 * files.el (interpreter-mode-alist): Add `bash2'.
19589
19590 2000-05-22 Dave Love <fx@gnu.org>
19591
19592 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19593 mapc.
19594 (feature-file): Avoid calling symbol-name. Doc fix.
19595 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19596 (loadhist-hook-functions): Add mouse-position-function.
19597 (unload-feature): Change uses of mapcar.
19598
19599 * files.el (parse-colon-path): Doc fix.
19600 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19601 (set-auto-mode): Use mapc.
19602
19603 * complete.el (PC-look-for-include-file): Use :alnum: character
19604 class.
19605 (partial-completion-mode): Add autoload cookie.
19606
19607 2000-05-22 Sam Steingold <sds@gnu.org>
19608
19609 * info.el (Info-fontify-node): Fixed the call to
19610 `add-text-properties' (bug introduced on 2000-05-18).
19611
19612 2000-05-22 Dave Love <fx@gnu.org>
19613
19614 * bindings.el: Remove debug-ignored-errors set in other files.
19615
19616 * progmodes/etags.el: Add to debug-ignored-errors.
19617 (visit-tags-table-buffer): Clear out buffers holding old tables
19618 when making a new list.
19619 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19620 mapc.
19621
19622 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19623 quote keywords.
19624 (cmpl-string-case-type): Use character classes.
19625
19626 * comint.el:
19627 * textmodes/ispell.el:
19628 * imenu.el:
19629 * mail/mh-e.el:
19630 * progmodes/compile.el: Add to debug-ignored-errors.
19631
19632 * dabbrev.el: Add to debug-ignored-errors.
19633 (dabbrev-completion): Use mapc.
19634
19635 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19636
19637 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19638 (woman-mapcan, woman-parse-man.conf)
19639 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19640 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19641 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19642 path syntax better.
19643 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19644 (woman-manpath): Call woman-parse-man.conf.
19645 (woman-emulation): New defcustom, defaults to nroff.
19646 (woman-font-support): New defconst.
19647 (woman-use-symbol-font): New defcustom.
19648 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19649 "Emulation".
19650 Many functions: Doc fix.
19651
19652 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19653
19654 * international/quail.el (quail-simple-translation-keymap): Map
19655 128..255 to quail-self-insert-command.
19656 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19657
19658 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19659
19660 * help.el (help-manyarg-func-alist): Typo.
19661
19662 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19663 intervals which makes it heaps simpler.
19664
19665 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19666 the nested comment markers.
19667
19668 * subr.el (remove-hook): Don't turn the hook's value into a list.
19669
19670 2000-05-21 Dave Love <fx@gnu.org>
19671
19672 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19673 are invalid characters.
19674
19675 * international/mule-util.el (detect-coding-with-priority): Use
19676 mapc. Remove redundant lambda.
19677
19678 * international/mule-diag.el (list-non-iso-charset-chars)
19679 (describe-fontset): Remove redundant lambda.
19680
19681 * emulation/crisp.el (brief-mode): New alias.
19682
19683 * emacs-lisp/ring.el (ring-elements): New function.
19684
19685 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19686 (easy-menu-do-add-item): Use keywordp.
19687
19688 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19689
19690 * replace.el: Doc and error message fixes.
19691 (replace-highlight): Use facep, not internal-find-face.
19692
19693 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19694
19695 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19696
19697 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19698 (log-edit-insert-changelog): Drop `:' as well.
19699
19700 * log-view.el: Fix file description.
19701 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19702 available.
19703 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19704 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19705
19706 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19707 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19708 Print a status message if the toggle is called interactively.
19709 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19710 for global minor modes and use `defcustom' for them.
19711 Use add-minor-mode.
19712 (easy-mmode-define-derived-mode): Remove.
19713 (define-derived-mode): Fancier default docstring.
19714 (easy-mmode-define-navigation): Signal an error rather than (ding).
19715
19716 * newcomment.el (comment-styles): New `box-multi'.
19717 (comment-normalize-vars): Better default for comment-continue to
19718 avoid whitespace-only continuations.
19719 (comment-search-forward): Always move even in the no-syntax case.
19720 (comment-padright): Only obey N if it's only obeyed for padleft.
19721 (comment-make-extra-lines): Better handling of empty continuations.
19722 Use `=' for the filler if comment-start has only one character.
19723 (uncomment-region): Try handling the special `=' filler.
19724 (comment-region): Allow LINES even if MULTI is nil.
19725 (comment-box): Choose box style based on comment-style.
19726
19727 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19728
19729 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19730 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19731
19732 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19733
19734 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19735 and insert, not subst-char-in-region.
19736
19737 * international/mule-diag.el (list-character-sets-1): Handle
19738 charsets eight-bit-control and eight-bit-graphic.
19739 (list-iso-charset-chars): Likewise.
19740 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19741 charactes as is. Use indent-to to align characters.
19742
19743 * international/mule-cmds.el (find-multibyte-characters): Never
19744 exclude charsets eight-bit-control and eight-bit-graphic.
19745
19746 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19747
19748 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19749 Don't quote lambdas.
19750
19751 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19752
19753 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19754
19755 * gud.el (gud-jdb-directories): Doc fix.
19756
19757 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19758
19759 * newcomment.el: New file.
19760
19761 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19762
19763 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19764
19765 2000-05-18 Andreas Schwab <schwab@suse.de>
19766
19767 * dired.el (dired-between-files): Also skip lines beginning with
19768 `used'.
19769
19770 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19771
19772 * msb.el (msb-menu-cond): Add choice `user'.
19773
19774 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19775
19776 * ps-print.el: Compatibility, customization and doc fix.
19777 (ps-printer-name-option): Replace defconst by defvar.
19778 (ps-postscript-code-directory): XEmacs compatibility.
19779 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19780 fix.
19781 (ps-user-defined-prologue, ps-print-prologue-header)
19782 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19783 compatibility and code fix.
19784 (ps-print-background-image, ps-print-background-text):
19785 Customization fix.
19786 (ps-line-number-start, ps-n-up-on): New vars.
19787
19788 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19789
19790 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19791 the indent-comment function to just return the appropriate indent.
19792
19793 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19794
19795 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19796 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19797 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19798
19799 2000-05-18 Dave Love <fx@gnu.org>
19800
19801 * info.el (Info-fontify-node): Add intangible property as well as
19802 invisible.
19803
19804 * calendar/appt.el (appt-make-list): Match all lines of entry.
19805 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19806
19807 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19808
19809 * international/mule-diag.el (describe-char-after): Call
19810 internal-char-font, not char-font. If internal-char-font returns
19811 nil, display "-- none --".
19812
19813 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19814
19815 * image.el (image-type-available-p): Don't reference image-types
19816 if it isn't bound.
19817
19818 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19819
19820 * autoarg.el (autoarg-mode): Typo in the :set argument.
19821
19822 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19823
19824 * startup.el (command-line-1): Don't signal an error if the
19825 directory for auto-save-list files does not yet exist.
19826
19827 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19828
19829 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19830
19831 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19832
19833 * subr.el (remove-hook): `setq' hook-value, not `set'.
19834
19835 2000-05-16 Sam Steingold <sds@gnu.org>
19836
19837 * info.el (debug-ignored-errors): More errors to ignore.
19838
19839 2000-05-16 Dave Love <fx@gnu.org>
19840
19841 * cus-edit.el: Don't require cl or easymenu.
19842 (custom-variable-prompt): Test standard-value property, not
19843 user-variable-p.
19844
19845 2000-05-16 Sam Steingold <sds@gnu.org>
19846
19847 * subr.el (add-hook): `setq' hook-value, not `set'.
19848
19849 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19850
19851 * startup.el (command-line-1): Mention the FAQ in the startup
19852 message.
19853
19854 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19855
19856 * progmodes/compile.el (compilation-parse-errors): Collect
19857 `nomessage' regexps last.
19858
19859 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19860
19861 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19862 to the function name.
19863
19864 2000-05-15 Dave Love <fx@gnu.org>
19865
19866 * speedbar.el (speedbar-recenter): Typo.
19867 (speedbar-expand-line): Make arg optional.
19868 (speedbar-mode): Avoid a compiler warning.
19869
19870 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19871
19872 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19873 user-specified option string is empty.
19874
19875 * mouse.el (mouse-yank-at-click): Doc fix.
19876
19877 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19878
19879 * term/internal.el (IT-character-translations): More updates of
19880 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19881 documents.
19882
19883 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19884
19885 * env.el (getenv): New function, interactively callable.
19886 (setenv, getenv): Remove autoload cookies.
19887
19888 * loadup.el: Load `env'.
19889
19890 * progmodes/f90.el: Change author's mail address.
19891
19892 2000-05-14 Dave Love <fx@gnu.org>
19893
19894 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19895 goto-addr as an option.
19896
19897 * help.el (help-xref-stack): Doc fix.
19898 (help-xref-following): New variable.
19899 (help-make-xrefs): Use it.
19900 (help-xref-go-back): Use position information from stack element.
19901 (help-follow): Make position in stack element a pair. Use
19902 help-xref-following.
19903
19904 * autoarg.el: New file.
19905
19906 * faces.el: Declare more functions obsolete.
19907
19908 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19909 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19910 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19911 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19912 Remove all the setup-...-environment functions.
19913
19914 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19915
19916 * speedbar.el: Updated the commentary section. xemacs20p now uses
19917 >= when detecting. Require `defimage' safely.
19918 (speedbar-easymenu-definition-base): Add toggle for images.
19919 (speedbar-easymenu-definition-special): Add flush cache & expand.
19920 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19921 (speedbar-reconfigure-keymaps-hook): New variable.
19922 (speedbar-frame-parameters): Updated documentation.
19923 (speedbar-use-imenu-flag): Updated custom tag
19924 (speedbar-dynamic-tags-function-list): New variable.
19925 (speedbar-tag-hierarchy-method): Updated doc & custom.
19926 (speedbar-indentation-width, speedbar-indentation-width) New
19927 variables.
19928 (speedbar-hide-button-brackets-flag): Customizable.
19929 (speedbar-vc-indicator): Doc update.
19930 (speedbar-ignored-path-expressions): Updated default value.
19931 (speedbar-supported-extension-expressions): Updated default value.
19932 (speedbar-syntax-table): Remove {} paren status.
19933 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19934 as "+". Added overlay aliases.
19935 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19936 `force-mode-line-update'.
19937 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19938 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19939 `mouse-set-point'
19940 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19941 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19942 of arbitrary text, and new helper functions.
19943 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19944 filename finder.
19945 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19946 (speedbar-directory-buttons): Update path search/expansion.
19947 (speedbar-make-tag-line): Pay attention to
19948 `speedbar-indentation-width'. Use more care w/ invisible
19949 properties.
19950 (speedbar-change-expand-button-char): Call
19951 `speedbar-insert-image-button-maybe'.
19952 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19953 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19954 (speedbar-trim-words-tag-hierarchy)
19955 (speedbar-simple-group-tag-hierarchy): New functions
19956 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19957 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19958 functions.
19959 (speedbar-mouse-set-point): New function
19960 (speedbar-power-click): Updated documentation.
19961 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19962 of tag prefix text.
19963 (speedbar-expand-line, speedbar-contract-line): Make more robust
19964 to strange text.
19965 (speedbar-expand-line): Takes universal argument to flush the
19966 cache.
19967 (speedbar-flush-expand-line): New function.
19968 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19969 Use new generator insertion method.
19970 (speedbar-fetch-dynamic-tags): New function.
19971 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19972 `speedbar-fetch-dynamic-imenu'.
19973 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19974 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19975 "Revert Buffer" menu items.
19976 (speedbar-buffer-buttons-engine): Be smarter when creating a
19977 filename tag (for expansion purposes.).
19978 (speedbar-highlight-one-tag-line,
19979 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19980 (speedbar-recenter): New functions.
19981 (defimage-speedbar): Image loading abstraction.
19982 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19983 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19984 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19985 (speedbar-tag-type, speedbar-tag-mail): New images.
19986 (speedbar-expand-image-button-alist): New variable.
19987 (speedbar-insert-image-button-maybe): Insert an image over some
19988 buttons.
19989
19990 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19991
19992 * international/mule-cmds.el (encode-coding-char): An ASCII
19993 character is always encodable.
19994
19995 * international/mule-conf.el: Add more information in descriptions
19996 of character sets.
19997
19998 * international/mule-diag.el (describe-char-after): New function.
19999 (describe-font-internal): Adjusted for the change of font-info.
20000 (describe-font): Likewise.
20001 (print-fontset): Rewritten for the new fontset implementation.
20002 (describe-fontset): Include fontset alias names in completion.
20003 (list-fontsets): Adjusted for the change of print-fontset.
20004
20005 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20006 describe-char-after instead of displaying the detail in the echo
20007 area.
20008 (syntax-code-table): Format changed.
20009 (string-to-syntax): Adjusted for the above change.
20010
20011 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20012
20013 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20014
20015 2000-05-12 Dave Love <fx@gnu.org>
20016
20017 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20018 dependence. Use line-{beginning,end}-position, not
20019 point-at{b,e}ol. Some doc fixes.
20020 (todo-position): New function. Fix callers of position to use it.
20021 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20022
20023 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20024
20025 * time.el (display-time-mail-icon): Use `:ascent center'.
20026
20027 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20028 handling FTP security extensions.
20029
20030 2000-05-11 Dave Love <fx@gnu.org>
20031
20032 * calendar/todo-mode.el: New file.
20033
20034 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20035
20036 * comint.el (comint-read-input-ring): Move reference to
20037 comint-input-ring-size outside of the save-excursion. It was
20038 causing the default value to be the only one ever seen.
20039
20040 * font-lock.el: Update copyright. Remove Simon Marshall's email
20041 address on request from him.
20042
20043 * subr.el (substitute-key-definition): Add comment describing
20044 the meaning of PREFIX.
20045
20046 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20047
20048 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20049
20050 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20051 (add-minor-mode): Don't make the variable buffer-local and add a
20052 reference to define-minor-mode in the docstring.
20053
20054 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20055 HEADER/FOOTER and fix bug with trailing empty directory.
20056 (cvs-append-to-ignore): Use vc-editable-p if available.
20057 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20058 (vc-do-command): Tweak advice to handle the new VC.
20059
20060 * log-view.el (log-view-goto-rev): New function for the new VC.
20061 (log-view-minor-wrap): Use mark-active.
20062
20063 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20064 (log-edit-changelog-full-paragraphs): New var.
20065 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20066 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20067 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20068 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20069 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20070 Replace the `cvs' prefix with `log-edit'.
20071
20072 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20073
20074 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20075 (diff-font-lock-defaults): Explicitly turn off multiline.
20076 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20077 (diff-ediff-patch): Fix call to ediff-patch-file.
20078 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20079 Handle comments.
20080
20081 * frame.el (automatic-hscrolling): Typo.
20082
20083 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20084
20085 2000-05-09 Sam Steingold <sds@goems.com>
20086
20087 * apropos.el (apropos-print): use `describe-face' instead of
20088 `customize-face-other-window'.
20089
20090 2000-05-09 Dave Love <fx@gnu.org>
20091
20092 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20093
20094 * help.el (describe-variable): Have customize button pop the
20095 help-xref stack when invoked.
20096 (help-xref-symbol-regexp): Add `face'.
20097 (help-make-xrefs): Check for quoted face names and adapt regexp
20098 submatch numbers to cope.
20099 (help-xref-interned): Maybe insert face doc too. Separate
20100 sections with a line of hyphens.
20101
20102 * faces.el: Some doc fixes. Declare some functions obsolete.
20103 (describe-face): Add customize button. Return the help
20104 text. Fix prompt.
20105
20106 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20107
20108 * term/internal.el (IT-character-translations): Fix last change.
20109
20110 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20111
20112 * woman.el: New file
20113 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20114
20115 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20116
20117 * term/internal.el (IT-character-translations): Update ASCII
20118 simulations for greek-iso8859-7, add latin-iso8859-14 and
20119 latin-iso8859-15.
20120
20121 * international/mule-cmds.el (set-language-info-alist): Call
20122 define-prefix-command with 3 arguments, to make the map suitable
20123 for a menu.
20124
20125 2000-05-07 Dave Love <fx@gnu.org>
20126
20127 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20128
20129 2000-05-05 Dave Love <fx@gnu.org>
20130
20131 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20132 list in doc string. Don't quote keyword symbols.
20133 * emacs-lisp/cl.el: Likewise
20134 * emacs-lisp/cl-seq.el: Likewise
20135
20136 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20137
20138 * abbrev.el (abbrev-mode): Make ARG optional.
20139
20140 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20141
20142 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20143
20144 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20145
20146 * subr.el (substitute-key-definition): Clarify documentation.
20147
20148 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20149
20150 * glasses.el (glasses-convert-to-unreadable): Use
20151 `glasses-separator' instead of the hard-wired "_".
20152 (glasses-mode): Call `glasses-make-unreadable' only in a single
20153 place.
20154
20155 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20156
20157 * term/internal.el (cjk-codepages-alist): Add associations for
20158 Chinese and Korean codepages. Remove FIXME comment.
20159
20160 2000-05-03 Dave Love <fx@gnu.org>
20161
20162 * time.el (display-time-mail-face, display-time-use-mail-icon):
20163 New option.
20164 (display-time-mail-icon): New variable.
20165 (display-time-string-forms): Use the above. Fix the local-map.
20166
20167 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20168
20169 * replace.el (query-replace-map): Add binding for `E'.
20170 (query-replace-help): Extend help text.
20171 (perform-replace): Allow editing the replacement string.
20172
20173 * make-mode.el (makefile-mode-abbrev-table): New variable.
20174 (makefile-mode): Set local abbrev table to
20175 makefile-mode-abbrev-table.
20176 (makefile-font-lock-keywords): Fontify includes and conditionals.
20177
20178 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20179 set TOGGLE's value.
20180
20181 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20182 mail-interactive-insert-alias.
20183 (mail-abbrev-complete-alias): New command.
20184 (mail-mode-map): Bind it to `M-TAB'.
20185
20186 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20187
20188 * language/lao-util.el (lao-compose-region): New function.
20189
20190 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20191
20192 * files.el (recover-session): Make directories as necessary
20193 if they don't exist yet.
20194
20195 * calendar/cal-french.el
20196 (french-calendar-multibyte-special-days-array)
20197 (french-calendar-special-days-array): Change French text.
20198 (calendar-french-date-string): Change output.
20199 (calendar-goto-french-date): Likewise.
20200
20201 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20202
20203 * wid-edit.el (widget-default-active): Obey `:always-active'.
20204 (widget-documentation-string-value-create): Set `:always-active'.
20205
20206 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20207
20208 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20209 default prefix to `~/_emacs.d/auto-save.list/_s'.
20210 (normal-top-level): Create the directory for auto-save files, if
20211 it doesn't already exist (in the ms-dos case only).
20212
20213 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20214
20215 * international/mule-cmds.el (set-language-environment): Don't
20216 concat an integer (dos-codepage), use format instead.
20217
20218 2000-05-02 Dave Love <fx@gnu.org>
20219
20220 * help.el (help-xref-on-pp): Check for constant symbols.
20221
20222 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20223
20224 * startup.el (normal-top-level): Put a condition-case around
20225 the code loading subdirs.el.
20226
20227 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20228
20229 * ps-print.el: Upside-down and face background color printing,
20230 line number step, doc fix.
20231 (ps-print-version): New version number (5.2).
20232 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20233 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20234 (ps-spool-config): Var fix.
20235 (ps-printer-name-option): Const fix.
20236 (ps-print-upside-down, ps-use-face-background)
20237 (ps-line-number-step): New vars.
20238 (ps-window-system, ps-lp-system): New consts.
20239 (ps-face-background): New fun.
20240
20241 2000-04-28 Richard Stallman <rms@gnu.org>
20242
20243 * files.el (make-auto-save-file-name):
20244 Apply auto-save-file-name-transforms to visited file name
20245 before generating auto save file name.
20246 (auto-save-file-name-transforms): New variable.
20247
20248 * files.el (backup-enable-predicate):
20249 Correctly test for a file under a temporary directory.
20250
20251 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20252
20253 * subr.el (add-minor-mode): Rewritten.
20254
20255 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20256
20257 * mail/sendmail.el (sendmail-send-it): Set
20258 buffer-file-coding-system to the selected coding system for MIME
20259 header.
20260
20261 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20262
20263 * dired.el (dired-move-to-filename-regexp): Allow format where
20264 YYYY is followed by two spaces.
20265
20266 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20267 in the second character class of the regexp.
20268
20269 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20270 mh-etc, too.
20271
20272 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20273 nil.
20274
20275 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20276
20277 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20278 argument.
20279
20280 2000-04-27 Sen Nagata <sen@eccosys.com>
20281
20282 * emacs-lisp/crm.el (crm-completion-table): New variable.
20283 (crm-collection-fn, crm-test-completion)
20284 (completing-read-multiple): Use it.
20285
20286 2000-04-27 Dave Love <fx@gnu.org>
20287
20288 * help.el (locate-library): Use mapc.
20289 (help-manyarg-func-alist): Add call-process-region.
20290
20291 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20292
20293 * subr.el (add-minor-mode): Make argument MAP optional.
20294
20295 * desktop.el (desktop-save): Save list of minor modes.
20296 (desktop-create-buffer): Restore minor modes.
20297 (desktop-minor-mode-table): New user-option.
20298
20299 * subr.el (add-minor-mode): New function.
20300
20301 * image.el (find-image): New function.
20302 (defimage): Rewritten to find image at load time.
20303
20304 * startup.el (normal-top-level-add-to-load-path): Handle
20305 case that the default directory is not in load-path.
20306
20307 * help.el: Old patch from Stefan Monnier.
20308 (help-xref-on-pp): New function.
20309 (describe-variable): Use it to display xrefs in a symbol's value.
20310
20311 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20312
20313 * cus-edit.el (custom-face): Fix parenthesis.
20314
20315 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20316
20317 * mail/rmail.el (rmail-expunge): When there are no deleted
20318 messages, do nothing.
20319
20320 2000-04-26 Dave Love <fx@gnu.org>
20321
20322 * international/mule-cmds.el (locale-translation-file-name):
20323 Defvar to nil.
20324 (set-locale-environment): Set it here (at runtime).
20325
20326 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20327
20328 * replace.el (perform-replace): Add parameters START and END. Use
20329 them instead of the check for a region in Transient Mark mode.
20330 (query-replace-read-args): Return two more list elements for the
20331 start and end of the region in Transient Mark mode.
20332 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20333 (map-query-replace-regexp, replace-string, replace-regexp): Add
20334 optional last arguments START and END and pass them to
20335 perform-replace.
20336
20337 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20338 form with additional arguments for perform-replace.
20339
20340 * progmodes/etags.el (tags-query-replace): Add parameters START
20341 and END. Construct a form with additional arguments for
20342 perform-replace.
20343
20344 * simple.el (shell-command): Set default directory for "*Shell
20345 Command Output" buffer.
20346
20347 * language/european.el (iso-latin-4): Fix typo.
20348
20349 * emacs-lisp/crm.el: New file.
20350
20351 2000-04-24 Dave Love <fx@gnu.org>
20352
20353 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20354 (Custom-reset-saved, Custom-reset-standard)
20355 (custom-group-value-create, custom-group-set, custom-group-save)
20356 (custom-group-reset-current, custom-group-reset-saved)
20357 (custom-group-reset-standard): Use mapc.
20358 (custom-buffer-create-internal): Disable undo when creating items.
20359 Use mapc.
20360 (custom-face): Avoid redundant lambda.
20361
20362 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20363
20364 * startup.el (auto-save-list-file-prefix): Set default to
20365 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20366
20367 2000-04-24 Sam Steingold <sds@gnu.org>
20368
20369 * time-stamp.el (time-stamp-string-preprocess): Always convert
20370 `field-result' to a string.
20371
20372 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20373
20374 * frame.el (scrolling): New group.
20375 (automatic-hscrolling): New user-option.
20376
20377 * startup.el (command-line-x-option-alist): Add `-lsp' and
20378 `--line-spacing'.
20379
20380 2000-04-19 Dave Love <fx@gnu.org>
20381
20382 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20383 (cl-mapc): Rename from mapc. Fix the funcall.
20384
20385 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20386
20387 * simple.el (clone-indirect-buffer-other-window): New command.
20388 (clone-indirect-buffer): Add optional arg NORECROD.
20389 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20390
20391 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20392
20393 * window.el (count-screen-lines): New function.
20394 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20395 instead of window-buffer-height.
20396
20397 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20398 non-existing variable comint-input-sentinel.
20399 (inferior-lisp-args-to-list): Removed.
20400 (inferior-lisp): Use split-string instead of
20401 inferior-lisp-args-to-list.
20402
20403 * hexl.el (hexl-insert-hex-string): New command.
20404
20405 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20406 instead of concat.
20407
20408 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20409
20410 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20411 at the start of an existing but empty folder.
20412
20413 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20414
20415 * ps-mule.el: Customization fix, doc fix.
20416 (ps-multibyte-buffer): Customization fix.
20417
20418 2000-04-17 Richard M. Stallman <rms@gnu.org>
20419
20420 * subr.el (read-passwd): Use read-char-exclusive.
20421
20422 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20423
20424 * textmodes/texinfo.el (texinfo-insert-@email)
20425 (texinfo-insert-@emph, texinfo-insert-@quotation)
20426 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20427 (texinfo-mode-map): Add key bindings for them.
20428
20429 * files.el (basic-save-buffer-2): Use a template with `$'
20430 instead of `#' for VMS.
20431
20432 * simple.el (clone-indirect-buffer): New function.
20433
20434 2000-04-16 Stephen Eglen <stephen@gnu.org>
20435
20436 * iswitchb.el (iswitchb-case): New function. If the user input
20437 contains any upper-case characters, the search is made
20438 case-sensitive.
20439
20440 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20441
20442 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20443 comment-end.
20444 (texinfo-font-lock-syntactic-keywords): New var.
20445 (texinfo-font-lock-keywords): Remove comment regexp.
20446 (texinfo-insert-block): New function.
20447 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20448 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20449 and font-lock-defaults. Use regexp-opt for outline-regexp.
20450 (texinfo-environments): New var.
20451 (texinfo-environment-regexp): Use regexp-opt and
20452 texinfo-environments.
20453
20454 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20455 ispell-process is bound since this might be eval'd before ispell
20456 is loaded.
20457 (ispell-message): Use a tiny bit less magic and a bit more hard
20458 data to figure out what kind of sc-cite-regexp to use.
20459
20460 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20461
20462 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20463 (insert-cyclic-diary-entry): Unquote the lambda.
20464
20465 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20466
20467 * files.el (backup-enable-predicate): Unquote the lambda.
20468
20469 * cus-edit.el (custom-face, face): Unquote the lambda.
20470
20471 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20472
20473 * ps-print.el: Check for line-beginning-position definition.
20474
20475 * ps-print.el: Fix counting lines in a region.
20476 (ps-print-version): New version number (5.1.5).
20477 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20478 (ps-printing-region): Fun code fix.
20479
20480 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20481
20482 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20483 to file-directory-p.
20484
20485 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20486
20487 * gud.el (gud-jdb-build-source-files-list): Check that directory
20488 exists before calling directory-files.
20489
20490 2000-04-13 Dave Love <fx@gnu.org>
20491
20492 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20493 syntax.
20494
20495 * emacs-lisp/cl-specs.el: Remove when, unless.
20496
20497 * emacs-lisp/cl-extra.el: Don't quote keywords.
20498 (cl-old-mapc): New variable.
20499 (mapc): Use it.
20500 (cl-map-intervals): Use with-current-buffer. Don't check for
20501 next-property-change.
20502 (cl-map-overlays): Use with-current-buffer.
20503 (cl-expt): Remove.
20504 (copy-tree, remprop): Define unconditionally.
20505
20506 * emacs-lisp/cl-compat.el (keywordp): Remove.
20507
20508 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20509 to use keywordp.
20510 (edebug-spec): Enable keywordp.
20511
20512 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20513 string-lessp.
20514
20515 * cus-start.el: Use keywordp.
20516
20517 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20518
20519 * diary-lib.el (include-other-diary-files): Fix the fix of
20520 2000-02-18 by doing a save-excursion.
20521
20522 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20523
20524 * ps-print.el: Customization fix, doc fix.
20525 (ps-print-version): New version number (5.1.4).
20526 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20527 (ps-print-preprint): Adjust code.
20528 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20529 (ps-print-prologue-header, ps-print-control-characters)
20530 (ps-spool-config): Customization fix.
20531
20532 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20533
20534 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20535 converted to the new menu-item format, names silightly changed,
20536 help strings added.
20537
20538 Support for spelling without async subprocesses:
20539
20540 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20541 (ispell-session-buffer): New variables.
20542 (ispell-start-process, ispell-process-status,
20543 ispell-accept-output, ispell-send-string): New functions, for
20544 Ispell invocation when async subprocesses aren't supported.
20545 (ispell-word, ispell-pdict-save, ispell-command-loop,
20546 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20547 to process-send-string with calls to ispell-send-string, and
20548 accept-process-output with ispell-accept-output.
20549 (ispell-init-process): Call ispell-process-status instead of
20550 process-status with.
20551 (ispell-init-process): Call ispell-start-process. Call
20552 ispell-accept-output and ispell-send-string. Don't call
20553 process-kill-without-query and kill-process if they are unbound.
20554 (ispell-async-processp): New function.
20555
20556 2000-04-12 Dave Love <fx@gnu.org>
20557
20558 * info.el: Add debug-ignored-errors.
20559 (Info-mode-menu): Add some items.
20560 (Info-directory): Add autoload cookie.
20561
20562 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20563 Modify `truncate-lines'. Make `describe-language-environment'
20564 always visible and add help. Modify `describe-key' help. Invoke
20565 Info-directory from `info'. New entry `emacs-manual'.
20566
20567 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20568
20569 * progmodes/ebrowse.el (ebrowse-tree-mode):
20570 Use propertized-buffer-identification.
20571 (ebrowse-update-member-buffer-mode-line): Likewise.
20572 (ebrowse--mode-strings): Removed.
20573 (ebrowse--mode-line-props): Removed.
20574
20575 * files.el (auto-mode-alist): Add `EBROWSE'.
20576
20577 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20578 space before testing for end of buffer.
20579 (ebrowse-load): Removed.
20580 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20581 (ebrowse-create-tree-buffer): Rewritten.
20582 (ebrowse-tree-mode): Read tree from buffer.
20583
20584 * progmodes/ebrowse-ffh.el: Removed.
20585
20586 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20587
20588 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20589
20590 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20591
20592 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20593 at the wrong place.
20594
20595 2000-04-09 Dave Love <fx@gnu.org>
20596
20597 * files.el (backup-enable-predicate):
20598 Use temporary-file-directory, small-temporary-file-directory.
20599 (make-backup-file-name-function, backup-directory-alist): New vars.
20600 (make-backup-file-name-1): New function.
20601 (make-backup-file-name): Use it.
20602 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20603 (file-newest-backup): Use make-backup-file-name.
20604
20605 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20606
20607 * progmodes/ebrowse-ffh.el: New file.
20608
20609 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20610 Moved to ebrowse-ffh.el.
20611 (ebrowse-load): Add autoload.
20612
20613 * finder.el (finder-commentary): Add autoload cookie.
20614
20615 * mail/rfc2368.el: Correct author's email address.
20616
20617 * progmodes/ebrowse.el: New file.
20618
20619 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20620 item help string.
20621 (easy-menu-do-add-item): Ditto.
20622 (easy-menu-define): Extend doc string.
20623
20624 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20625 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20626 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20627 with-buffer-unmodified.
20628
20629 2000-04-08 Dave Love <fx@gnu.org>
20630
20631 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20632 unless, when.
20633
20634 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20635
20636 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20637 (viper-flash-search-pattern): No operation when using Emacs
20638 doesn't support face.
20639 Use `viper-put-on-search-overlay'.
20640
20641 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20642
20643 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20644 like C-r.
20645
20646 * progmodes/make-mode.el: Some doc fixes.
20647 (makefile-mode-abbrev-table): New variable.
20648 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20649 (makefile-font-lock-keywords): Fontify includes and conditionals.
20650 (toplevel): Require `dabbrev' and `add-log' when compiling.
20651
20652 * replace.el (perform-replace): Don't move forward one char
20653 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20654 to do that because it leaves point 1 position after the last
20655 replacement, after everything has been replaced.
20656
20657 * jit-lock.el (with-buffer-unmodified): New macro.
20658 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20659 modified state.
20660 (jit-lock-function-1): Extracted from jit-lock-function; not
20661 preserving buffer's modified state.
20662 (jit-lock-function, jit-lock-stealth-fontify):
20663 Call jit-lock-function-1.
20664
20665 * mail/rfc2368.el: Remove supernumerary copyright line.
20666
20667 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20668
20669 * glasses.el: Provide facilities for inserting space before left
20670 parentheses and uncapitalization of identifiers.
20671 (glasses-mode): Try to remove old overlays in all cases.
20672
20673 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20674
20675 * progmodes/compile.el (compile-internal): Display the compilation
20676 buffer in a different frame, if it's already displayed there.
20677
20678 * mail/rfc2368.el: New file.
20679
20680 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20681 header and insert its value as mail body.
20682
20683 * subr.el (member-ignore-case): New function.
20684
20685 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20686 (dabbrev--find-expansion): Ignore buffers matching a regexp
20687 from dabbrev-ignored-regexps.
20688
20689 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20690 to extensions handled by gzip.
20691
20692 2000-04-03 Richard M. Stallman <rms@gnu.org>
20693
20694 * files.el (insert-directory): List the total free space
20695 along with the used space.
20696
20697 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20698 line is followed by one that matches CITATION-REGEXP, end the
20699 paragraph.
20700
20701 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20702
20703 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20704 (rmail-make-basic-summary-line): Use that option.
20705
20706 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20707
20708 * international/mule-cmds.el (encoded-string-description):
20709 Rewritten. Try pretty description for ISO 2022 escape sequences
20710 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20711 for hexadecimal format.
20712
20713 2000-04-01 Dave Love <fx@gnu.org>
20714
20715 * cpp.el: Change customization group to `c' from `C'.
20716
20717 * vcursor.el (vcursor-move): Use display-color-p.
20718
20719 * international/mule-util.el: Provide mule-utils.
20720 (string-to-sequence): Simplify and speed up.
20721
20722 * international/mule.el (make-coding-system): Purecopy doc-string.
20723
20724 * international/mule-cmds.el: Various menu changes.
20725 (describe-specified-language-support): Handle `Default'.
20726 (set-language-info): Purecopy `info'.
20727
20728 2000-03-31 Andrew Innes <andrewi@gnu.org>
20729
20730 * vc.el (vc-backend-diff): Return the correct status if we had to
20731 retry the rcsdiff command without the --brief option.
20732
20733 2000-03-31 Dave Love <fx@gnu.org>
20734
20735 * help.el (help-manyarg-func-alist): Correct several omissions.
20736
20737 * add-log.el: Don't require cl, fortran.
20738 (add-log-current-defun-function): Doc fix.
20739 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20740 (change-log-version-rcs): Function deleted.
20741 (change-log-version-number-search): Doc fix.
20742 Use vc-workfile-version. Avoid CL dolist.
20743 (add-change-log-entry): Just call add-log-current-defun to get
20744 defun. Simplify somewhat.
20745 (change-log-get-method-definition-1): Likewise.
20746 (add-log-current-defun): Return nil if calling
20747 add-log-current-defun-function does so. Move Fortran stuff to
20748 fortran.el. Return string without properties.
20749
20750 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20751 and :alpha: char classes.
20752
20753 * mail/supercite.el: Defvar curline when compiling.
20754 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20755 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20756 rather than a-zA-Z0-9 to allow non-ASCII characters.
20757
20758 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20759
20760 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20761
20762 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20763 Re-enable new code.
20764
20765 * lpr.el (print-region-1): Use -d to specify printer name for
20766 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20767
20768 2000-03-31 Dave Love <fx@gnu.org>
20769
20770 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20771 Look for function definition in symbol's function value slot first
20772 instead of first consulting byte-compile-function-environment.
20773
20774 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20775
20776 * language/european.el ("Polish"): New language environment.
20777 (setup-polish-environment): New function.
20778
20779 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20780
20781 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20782 Disable new code.
20783
20784 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20785 trying to `load' the symbol of an autoload instead of the file
20786 recorded in the autoload. Fix error messages.
20787
20788 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20789
20790 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20791 (ps-print-version): New version number (5.1.3).
20792 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20793 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20794 (ps-generate-postscript-with-faces): Code fix.
20795 (ps-color-values): XEmacs compatibility.
20796 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20797 (ps-default-fg, ps-default-bg): Adjust customization.
20798 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20799 (ps-color-scale): Renaming old ps-color-value fun.
20800 (ps-print-headers): Replace ps-print-header group to avoid conflict
20801 with ps-print-header variable.
20802 (ps-print-miscellany): New group.
20803 (ps-format-color, ps-rgb-color): New funs.
20804 (ps-default-foreground): New var.
20805 (ps-printer-name-option): New const.
20806
20807 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20808
20809 * net/net-utils.el:
20810 (network-connection-host, network-connection-service): New variables
20811 (network-connection-mode): New mode, derived from comint-mode
20812 (network-connection-mode-setup): New function, saves host and
20813 service information in local variables.
20814
20815 * lisp/locate.el:
20816 (locate-word-at-point): Added this function
20817 (locate): Default to using locate-word-at-point as input
20818 Run dired-mode-hook
20819
20820 2000-03-29 Dave Love <fx@gnu.org>
20821
20822 * calendar/appt.el: Doc fixes.
20823 (appt-check): Convert min-to-app to a string before passing to
20824 appt-disp-window-function or concat.
20825 (appt-delete-window): Remove test for frame-root-window.
20826 (appt-select-lowest-window, appt-convert-time): Simplify.
20827
20828 * emacs-lisp/bytecomp.el: Doc fixes.
20829 (byte-compile-file-form-autoload):
20830 Update byte-compile-function-environment.
20831
20832 2000-03-29 Andreas Schwab <schwab@suse.de>
20833
20834 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20835
20836 * dired.el (dired-insert-directory): If dired-free-space-program
20837 failed just delete its output.
20838
20839 2000-03-29 Dave Love <fx@gnu.org>
20840
20841 * international/iso-cvt.el: Move provide to end. Doc fixes.
20842 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20843 (iso-iso2sgml, iso-sgml2iso): New functions.
20844 (iso-cvt-define-menu): Fix some entries and use backquote for
20845 clarity.
20846
20847 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20848
20849 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20850
20851 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20852 ISO-DATE. If non-nil, return date in ISO 8601 format.
20853
20854 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20855
20856 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20857 if it ever becomes used.
20858 (log-edit-mode-hook): Default to vc-log-mode-hook.
20859 (log-edit-mode): Fix the docstring.
20860
20861 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20862 the code.
20863
20864 2000-03-26 Dave Love <fx@gnu.org>
20865
20866 * net/browse-url.el (browse-url): Re-fix case of
20867 browse-url-browser-function being an alist.
20868 (browse-url): Add :link to defgroup.
20869
20870 * files.el: Doc fixes.
20871 (file-truename): Include `[' in wildcard characters.
20872 (automount-dir-prefix): Customize.
20873 (find-file-wildcards): Add :version.
20874 (find-file-noselect): Simplify a mapcar call.
20875
20876 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20877 compatible with inf-lisp version.
20878 (eval-defun-1): Fix custom-declare-variable case.
20879
20880 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20881
20882 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20883
20884 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20885
20886 * Makefile (COMPILE_FIRST): New macro.
20887 (compile-files): Compile files from COMPILE_FIRST first.
20888
20889 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20890
20891 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20892 matching open parenthesis in column 0 to defun-prompt-regexp
20893 only if open-paren-in-column-0-is-defun-start is set.
20894
20895 * sun-curs.el: Require CL at compile-time only.
20896
20897 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20898 instead of copy-list which is a function from CL.
20899 (msb--choose-menu, msb--mode-menu-cond)
20900 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20901 (msb--init-file-alist): Use mapcar instead of mapcan.
20902 (msb--aggregate-alist): Use mapcar instead of mapcan.
20903 Fix `(' in column 0 in doc string.
20904 (msb--add-separators): Use mapcar instead of mapcan.
20905
20906 * cus-dep.el: Require CL at compile-time only.
20907
20908 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20909
20910 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20911 (byte-compile-warnings): New warning `noruntime'.
20912 (byte-compile-constants, byte-compile-variables): Fix docstring.
20913 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20914 execute `eval-whenc-compile's body.
20915 (byte-compile-unresolved-functions): Fix docstring.
20916 (byte-compile-eval): New function.
20917 (byte-compile-callargs-warn): Check if the function will be available
20918 at runtime (via property `byte-compile-noruntime').
20919 (byte-compile-print-syms): New function.
20920 (byte-compile-warn-about-unresolved-functions): Also warn about
20921 `noruntime' functions (and use `byte-compile-print-syms').
20922 (byte-compile-file): Capitalize the message.
20923
20924 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20925
20926 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20927 (rmail-expunge): Ask for confirmation depending on the setting
20928 of rmail-confirm-expunge.
20929
20930 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20931
20932 * Makefile (bootstrap-clean): If $(emacs) exists, build
20933 loaddefs.el first. A loaddefs.el that's not up-to-date might
20934 cause a bootstrap failure because things don't autoload as expected.
20935
20936 2000-03-23 Dave Love <fx@gnu.org>
20937
20938 * net/browse-url.el: Restore previous use of
20939 browse-url-maybe-new-window.
20940
20941 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20942
20943 * ps-print.el: Skip banner page fix.
20944 (ps-print-version): New version number (5.1.2).
20945 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20946
20947 2000-03-23 Dave Pearson <davep@davep.org>
20948
20949 * net/quickurl.el Changed the type of parameter passed to the
20950 function defined by `quickurl-format-function'. Before only the
20951 text of the URL was passed. Now the whole URL structure is passed
20952 and the function is responsible for extracting the parts it requires.
20953 Changed the default of `quickurl-format-function' accordingly.
20954 (quickurl-insert): Changed the `funcall' of
20955 `quickurl-format-function' to match the above change.
20956 (quickurl-list-insert): Changed the `url' case so that it makes
20957 use of `quickurl-format-function', previous to this the format was
20958 hard wired.
20959
20960 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20961
20962 * startup.el: Change some spellings for the X Window System.
20963
20964 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20965
20966 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20967 Clean up the code and the regexp and make sure the cursor is
20968 temporarily moved to the suspicious line while querying the user.
20969
20970 2000-03-22 Jason Rumney <jasonr@gnu.org>
20971
20972 * w32-fns.el (w32-charset-info-alist): Initialize.
20973
20974 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20975
20976 * ps-print.el: N-up last page fix.
20977 (ps-print-version): New version number (5.1.1).
20978 (ps-end-file, ps-end-job, ps-generate): Code fix.
20979
20980 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20981
20982 * files.el (find-file-run-dired): Update docstring.
20983 (find-directory-functions): New hook.
20984 (find-file-noselect): Run find-directory-functions rather than
20985 calling dired directly.
20986
20987 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20988
20989 * pcvs.el: Add a minimal leading commentary.
20990 (cvs-make-cvs-buffer): Change the header part by removing the startup
20991 message and adding a `Module' entry. Also replace the FOOTER and
20992 HEADER special fileinfos with the new support in ewoc for updating
20993 its own footer and header.
20994 (cvs-update-header): Update to use the header/footer of the ewoc.
20995 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20996 (cvs-is-within-p): New function.
20997 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20998 to only examine some subset of the buffers.
20999
21000 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
21001 `format' instead of our own ad-hoc functions.
21002 Remove HEADER and FOOTER cases, now handled in the EWOC.
21003 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
21004
21005 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21006 output to avoid scaring the user.
21007 (cvs-parse-table): Catch message for non-up-to-date commits.
21008
21009 * pcvs-defs.el (cvs-startup-message): Remove.
21010 (cvs-global-menu): New autoloaded menu.
21011
21012 * pcvs-util.el (cvs-string-fill): Remove.
21013
21014 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21015 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21016 PP part of it and also make it work for footers and headers.
21017 (ewoc-create): Drop POS and BUFFER arguments.
21018 Use the DLL's dummy node to store the end-of-footer position.
21019 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21020 (ewoc-refresh): Remove unused `header' variable.
21021 (ewoc-(get|set)-hf): New functions.
21022
21023 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21024 log-view-*-(message|file) and use easy-mmode-define-navigation.
21025 (log-view-message-re): Match SCCS format as well.
21026 And match the revision line rather than the dashed separator line.
21027 (log-view-mode): Use the new define-derived-mode.
21028 (log-view-current-tag): Fill in with an actual implementation.
21029
21030 * cvs-status.el (cvs-status-(prev|next)): Rename from
21031 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21032 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21033 to let the output "breathe" a little more (more readable).
21034 (cvs-status-mode): Use the new define-derived-mode.
21035
21036 * smerge-mode.el (smerge-auto-leave): New function and variable.
21037 (smerge-basic-map): Rename from smerge-basic-keymap.
21038 Change the bindings for smerge-diff-*.
21039 (smerge-*-map): Use easy-mmode-defmap.
21040 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21041 (smerge-keep-*): Use smerge-auto-leave.
21042
21043 2000-03-21 Jason Rumney <jasonr@gnu.org>
21044
21045 * cus-edit.el (custom-button-face): Use 3D look for w32.
21046 (custom-button-pressed-face): Likewise.
21047
21048 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21049
21050 * progmodes/etags.el (tags-case-fold-search): New user-option.
21051 (tags-loop-eval): New function. Bind case-fold-search around eval
21052 depending on the value of tags-case-fold-search.
21053 (tags-loop-continue): Use tags-loop-eval.
21054 (find-tag-in-order): Bind case-fold-search depending on the value
21055 of tags-case-fold-search.
21056
21057 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21058
21059 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21060 (diff-end-of-hunk): Return the end position for use in
21061 `easy-mmode-define-navigation'.
21062 (diff-recenter): Remove.
21063 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21064 of `easy-mmode-define-navigation'.
21065 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21066 previous renaming) and fix to use new names.
21067 (diff-merge-strings): Use \n as separator: simpler, faster.
21068 (diff-mode): Use `define-derived-mode'.
21069
21070 * derived.el (define-derived-mode): Don't autoload anymore.
21071 Prefer the macro-only version provided by easy-mmode.el.
21072
21073 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21074 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21075 (easy-mmode-define-navigation): New macro.
21076
21077 * subr.el (combine-run-hooks): New function.
21078
21079 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21080
21081 * term/x-win.el: Fontsets related initialization is simplified.
21082
21083 * international/mule-diag.el (describe-font): Don't refer to
21084 global-fontset-alist, instead call font-list.
21085 (describe-fontset, list-fontsets, mule-diag): Likewise.
21086 (print-fontset): Adjusted for the change of fontset implementation.
21087
21088 * international/fontset.el (x-charset-registries): Variable removed,
21089 instead the corresponding data is stored in the default fontset.
21090 (register-alternate-fontnames): Function removed.
21091 (resolved-ascii-font): Variable removed.
21092 (x-compose-font-name): Ignore the second argument REDOCE.
21093 (x-complement-fontset-spec): Complement only an ASCII font and
21094 element for those charsets than can use that ASCII font.
21095 (generate-fontset-menu): Don't refer to global-fontset-alist,
21096 instead call fontset-list.
21097 (uninstantiated-fontset-alist): Variable removed.
21098 (x-style-funcs-alist): Likewise.
21099 (fontset-default-styles): Likewise.
21100 (x-modify-font-name): Function removed.
21101 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21102 (create-fontset-from-ascii-font): Docsting adjusted for the above
21103 change.
21104 (instantiate-fontset, resolve-fontset-name): Functions removed.
21105 (fontset-list): Now implemented by C code.
21106
21107 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21108 (describe-face): Include `font' attribute in the description.
21109
21110 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21111
21112 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21113
21114 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21115
21116 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21117 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21118 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21119
21120 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21121 about behavior of set-buffer-modified-p wrt redisplay.
21122
21123 2000-03-19 Richard M. Stallman <rms@gnu.org>
21124
21125 * view.el (view-mode-disable): Kill local binding of view-read-only.
21126
21127 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21128
21129 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21130 is a string, convert it to a syntax cell using string-to-syntax.
21131
21132 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21133 (string-to-syntax): New function.
21134
21135 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21136 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21137 try to use passive ftp mode.
21138
21139 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21140
21141 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21142
21143 * simple.el (append-to-buffer): Update point of windows after
21144 insertion.
21145
21146 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21147 forward then moving backward. Reindent.
21148
21149 * frame.el (other-frame): Call x-focus-frame only if
21150 focus-follows-mouse is off.
21151
21152 2000-03-17 Dave Love <fx@gnu.org>
21153
21154 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21155
21156 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21157
21158 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21159 regexp for labels cannot span several lines.
21160
21161 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21162 `(setq :<key> ':<key>)' to the macro expansion.
21163
21164 2000-03-16 Dave Love <fx@gnu.org>
21165
21166 * progmodes/f90.el (f90): Put custom group under `languages', not
21167 `fortran'.
21168 (f90-mode-hook): Customize.
21169 (f90-mode): Set add-log-current-defun-function.
21170 (f90-current-defun): New function.
21171
21172 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21173
21174 * cus-edit.el (custom-variable-tag-face): Handle case that
21175 default face's height is not a number.
21176 (custom-face-tag-face, custom-group-tag-face-1)
21177 (custom-group-tag-face): Ditto.
21178 (custom-group-tag-face-1): Add :group.
21179
21180 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21181
21182 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21183
21184 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21185 requiring easymenu.
21186
21187 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21188
21189 * ps-print.el: PostScript user-defined prologue, PostScript error
21190 handler, doc fix.
21191 (ps-print-version): New version number (5.1).
21192 (ps-user-defined-prologue, ps-error-handler-message)
21193 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21194 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21195 (ps-insert-string): New function.
21196
21197 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21198
21199 * international/ccl.el (ccl-compile-expression): Don't generate
21200 invalid self-assignment code.
21201
21202 2000-03-14 Dave Love <fx@gnu.org>
21203
21204 * subr.el (replace-regexp-in-string): Renamed from
21205 replace-regexps-in-string. Doc fix.
21206
21207 2000-03-12 Dave Love <fx@gnu.org>
21208
21209 * cus-edit.el: Doc fixes.
21210 (customize-set-variable, customize-save-variable): Rename args for doc.
21211 (custom-variable-tag-face, custom-face-tag-face)
21212 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21213 style which user identify as hyperlink.
21214 (hook): Don't add undefined functions to the hook.
21215 (debug-ignored-errors): Transfer message from bindings.el.
21216
21217 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21218
21219 * recentf.el (recentf-keep-non-readable-files-p):
21220 Remove double/nested definition.
21221
21222 2000-03-12 Dave Love <fx@gnu.org>
21223
21224 * facemenu.el (facemenu-get-face): Use display-color-p.
21225 * enriched.el (enriched-decode-foreground): Likewise.
21226 (enriched-decode-background): Likewise.
21227 * isearch.el (isearch-highlight): Likewise.
21228 * info-look.el (info-lookup): Likewise.
21229 * simple.el (completion-setup-function): Likewise.
21230
21231 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21232 :options.
21233
21234 * bindings.el (mode-line-format): Fix line-number and
21235 column-number items. Add help-echo for the background.
21236 (mode-line-mule-info): Modify help-echo.
21237
21238 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21239
21240 * files.el (load-file): Allow completion to .elc.
21241
21242 * man.el: Doc fixes.
21243 (Man-init-defvars): Use display-color-p to set fontification.
21244
21245 * play/hanoi.el (hanoi-internal): Don't use oddp.
21246
21247 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21248
21249 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21250
21251 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21252
21253 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21254
21255 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21256 Fix comment.
21257
21258 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21259
21260 * font-lock.el (font-lock-keywords): Fix the doc now that
21261 regexp-opt-depth is unnecessary.
21262 (save-buffer-state): Set an edebug spec.
21263 (font-lock-fontify-anchored-keywords): Properly handle the case when
21264 the matcher goes past the limit.
21265
21266 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21267 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21268
21269 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21270 dll.el and cookie.el (from Elib) with heavy renaming and other
21271 massaging.
21272
21273 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21274 Autoload the functions used.
21275 (easy-mmode-define-syntax): Fix CL typo.
21276 (easy-mmode-define-derived-mode): Improve the docstring generation.
21277
21278 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21279
21280 * textmodes/texinfo.el (texinfo-version): Variable and function
21281 removed.
21282
21283 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21284
21285 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21286 allow more flexibility.
21287 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21288 (easy-mmode-defmap, easy-mmode-defsyntax)
21289 (easy-mmode-define-derived-mode): New macros.
21290
21291 2000-03-09 Didier Verna <didier@xemacs.org>
21292
21293 * rect.el (replace-rectangle): New function.
21294
21295 2000-03-09 Dave Love <fx@gnu.org>
21296
21297 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21298 (fortran-comment-line-start-skip): Don't match cpp stuff.
21299 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21300 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21301 (fortran-mode): Don't set fortran-comment-line-start-skip,
21302 fortran-comment-line-start here. Set comment-start,
21303 add-log-current-defun.
21304 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21305 (fortran-current-defun): New function.
21306
21307 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21308
21309 * emacs-lisp/re-builder.el: New file.
21310
21311 * mouse.el (mouse-drag-region): Don't run up-event handler
21312 if hscroll has changed.
21313
21314 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21315 builtin operators, use `font-lock-builtin-face' for Emacs and
21316 `font-lock-preprocessor-face' otherwise.
21317
21318 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21319 `(defun (setf foo)' differently.
21320
21321 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21322
21323 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21324 (regexp-opt): Update comment and adapt the code the new meaning of
21325 the `paren' argument of regex-opt-group for shy-groups.
21326 (regexp-opt-depth): Handle shy groups as well as backslashed
21327 backslashes.
21328 (regexp-opt-group): Turn the leading comment into a docstring.
21329 Allow `paren' to be a string (the string to use to open a group).
21330 Remove open-presuf and close-presuf. Instead of checking for `all
21331 one-char' and then later on check for `several one-char', handle
21332 both cases close together. Also apply a more generic algorithm
21333 for suffixes (the mirror image of the algorithm used for
21334 prefixes). Use shy-groups. Use nreverse rather than reverse.
21335 (regexp-opt-try-suffix): Removed.
21336
21337 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21338 from comint-mode-map, so we can just inherit from it. Also, move
21339 the initialization into the `defvar' since there's no docstring
21340 anyway and it's fairly short.
21341 (inferior-scheme-mode): Define it as derived-mode: the code is
21342 shorter and this way we inherit from comint-mode-map rather than
21343 copying it.
21344
21345 * subr.el (replace-regexps-in-string): Properly handle the case
21346 where we match an empty string.
21347
21348 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21349 when the command has a directory component (such as "./testml").
21350 Also fix a typo in the comment.
21351
21352 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21353
21354 * Makefile (compile-files): Compile files one by one because
21355 that's the only way to ensure a clean compilation environment for
21356 each individual file.
21357
21358 * frame.el (other-frame): Call x-focus-frame.
21359
21360 2000-03-07 Dave Love <fx@gnu.org>
21361
21362 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21363 :require to defcustom.
21364
21365 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21366
21367 * files.el (auto-mode-alist): Add configure.in.
21368
21369 * progmodes/autoconf.el: New file.
21370
21371 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21372
21373 * mail/mh-e.el: Change maintainer to `none'.
21374
21375 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21376 to remove-hook and add-hook.
21377
21378 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21379
21380 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21381 it as the default.
21382 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21383 (sendmail-send-it): Conditionally add MIME headers specifying the
21384 used character set.
21385
21386 2000-03-07 Dave Love <fx@gnu.org>
21387
21388 * winner.el: Fix keywords, autoload cookies.
21389 Split eval-when-compile form to avoid compilation failure.
21390
21391 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21392
21393 * international/mule.el: Modify comment about coding system
21394 property `coding-category'.
21395 (make-coding-system): New argument EOL-TYPE. Pay attention to
21396 coding-category property of PROPERTIES.
21397
21398 * international/mule-conf.el (coding-category-utf-8)
21399 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21400 categories. Include them in the argument for set-coding-priority.
21401
21402 * international/mule-cmds.el (reset-language-environment):
21403 Include coding-category-utf-8, coding-category-utf-16-be, and
21404 coding-category-utf-16-le in the argument for set-coding-priority.
21405 (reset-language-environment): Initialize coding-category-utf-8,
21406 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21407
21408 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21409
21410 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21411 code abstracted out of `bookmark-jump-noselect'. Now tries info
21412 extensions as well as compression extensions.
21413 (bookmark-jump-noselect): Use above new func.
21414
21415 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21416
21417 * strokes.el: Change maintainer's mail address.
21418
21419 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21420
21421 * international/mule-diag.el (list-character-sets): Make help-echo
21422 string by substitute-command-keys.
21423 (list-character-sets): Likewise.
21424 (sort-listed-character-sets): Call help-setup-xref.
21425
21426 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21427
21428 * time.el (display-time-mail-file): Add `none' to the list of choices.
21429
21430 2000-03-01 Dave Love <fx@gnu.org>
21431
21432 * help.el (help-xref-go-back): Don't try to set position.
21433
21434 * international/mule-diag.el (list-character-sets):
21435 Call help-setup-xref. Add help-echo to xrefs.
21436 (list-character-sets-1): Add help-echo to xrefs.
21437
21438 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21439
21440 * frame.el (blink-cursor-mode): Switch cursor on when turning
21441 the mode off.
21442
21443 * add-log.el (add-log-current-defun): Add support for
21444 Autoconf mode.
21445
21446 * mail/rmail.el (rmail-quit-hook): New variable.
21447
21448 2000-03-01 Dave Love <fx@gnu.org>
21449
21450 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21451
21452 * help.el (help-xref-button): Add help-echo arg.
21453 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21454
21455 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21456
21457 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21458
21459 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21460
21461 * image.el (defimage): Look for image files in load-path.
21462
21463 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21464
21465 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21466
21467 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21468
21469 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21470
21471 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21472 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21473 action to select/unselect a file.
21474 (recentf-edit-list): Code cleanup and improvement.
21475 (recentf-open-more-files-action): `recentf-open-more-files' button
21476 widget action to open a file.
21477 (recentf-open-more-files): No more use standard completion but widgets.
21478 (recentf-more-collection): Deleted.
21479 (recentf-more-history): Deleted.
21480 (recentf-setup-more-completion): Deleted.
21481
21482 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21483
21484 * recentf.el (recentf-mode): No more needs that Emacs is running
21485 under a window-system.
21486
21487 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21488
21489 * recentf.el (recentf-edit-list): New command to edit the recent
21490 list which allow the user to remove files.
21491 (recentf-edit-selected-items): New global variable, used by
21492 `recentf-edit-list' to hold the list of files to be removed from
21493 the recent list.
21494 (recentf-make-menu-items): Updated to display a "Edit list..."
21495 menu item. Minor code cleanup.
21496
21497 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21498
21499 * recentf.el (recentf-open-more-files): New command to open files
21500 that are not displayed in the menu.
21501 (recentf-more-collection): New global variable holding the set of
21502 permissible completions used by `recentf-open-more-files'.
21503 (recentf-more-history): New global variable holding the history list
21504 used by `recentf-open-more-files' completion.
21505 (recentf-setup-more-completion): New function to setup completion for
21506 `recentf-open-more-files'.
21507 (recentf-make-menu-items): Updated to display a "More..." menu item.
21508
21509 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21510
21511 * recentf.el (recentf-menu-action): Doc fixed.
21512
21513 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21514
21515 * recentf.el (recentf-menu-filter): Doc updated.
21516 (recentf-update-menu-hook): Allow menu filters to force menu update.
21517 (recentf-make-menu-items): New menu filter handling.
21518 (recentf-make-menu-item): New helper function.
21519 (recentf-menu-elements): New menu handling function.
21520 (recentf-sort-ascending): Updated to new menu filter handling.
21521 (recentf-sort-descending): Updated to new menu filter handling.
21522 (recentf-sort-basenames-ascending): New menu filter function.
21523 (recentf-sort-basenames-descending): New menu filter function.
21524 (recentf-show-basenames): New menu filter function.
21525 (recentf-show-basenames-ascending): New menu filter function.
21526 (recentf-show-basenames-descending): New menu filter function.
21527
21528 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21529
21530 * diary-lib.el (list-diary-entries): Don't try to go forward at
21531 the end of the buffer.
21532
21533 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21534
21535 * international/mule-diag.el (list-character-sets):
21536 Completely rewritten.
21537 (sort-listed-character-sets): New function.
21538 (list-character-sets-1): Completely rewritten.
21539 (list-character-sets-2): New function.
21540 (non-iso-charset-alist): New variable.
21541 (decode-codepage-char): New function.
21542 (charset-history): New variable.
21543 (read-charset) (list-block-of-chars)
21544 (list-iso-charset-chars)
21545 (list-non-iso-charset-chars)
21546 (list-charset-chars): New functions.
21547 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21548 (dump-charsets): Likewise.
21549
21550 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21551
21552 * dired-x.el (dired-filename-at-point): Add `@' to valid
21553 file name characters.
21554 (dired-filename-at-point): Handle ange-ftp file names.
21555
21556 * frame.el (frame-notice-user-settings): Use assq-delete-all
21557 instead of assoc-delete-all.
21558 (frame-notice-user-settings): Ditto.
21559
21560 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21561 Don't copy alist.
21562
21563 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21564
21565 * calculator.el (calculator-use-menu): New option.
21566 (calculator-initial-bindings): Changed some bindings to work as macros.
21567 (calculator-forced-input): Removed.
21568 (calculator-restart-other-mode): New variable.
21569 (calculator-mode-map): Set up menu.
21570
21571 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21572
21573 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21574
21575 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21576
21577 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21578 translate all ESC key sequences.
21579 (viper-goto-mark-subr): Restore markers for files for which
21580 they were saved.
21581 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21582 * viper-util.el (viper-set-replace-overlay-glyphs)
21583 (viper-set-replace-overlay): Always check if the replacement
21584 overlay is live.
21585 * viper.el (viper-vi-state-mode-list): Add major modes.
21586 * ediff-wind.el: Minor comment changes.
21587 * ediff.el: Copyright notice date fix.
21588
21589 2000-02-27 Jason Rumney <jasonr@gnu.org>
21590
21591 * faces.el (face-font-family-alternatives): Add arial to helv.
21592 (mode-line, header-line, tool-bar): Same default as x for w32.
21593 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21594 face-font-family-alternatives from working.
21595 * term/w32-win.el (mouse-set-font): Do not build fontset from
21596 chosen font.
21597
21598 2000-02-25 Sam Steingold <sds@goems.com>
21599
21600 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21601 properly.
21602
21603 2000-02-25 Richard M. Stallman <rms@gnu.org>
21604
21605 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21606
21607 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21608
21609 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21610
21611 * frame.el (busy-cursor-delay-seconds): New option.
21612
21613 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21614
21615 * frame.el (show-cursor-in-non-selected-windows): New option.
21616
21617 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21618
21619 * diary-lib.el (include-other-diary-files): Undo the selective
21620 display in any included file and don't kill it.
21621
21622 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21623
21624 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21625 Menu items converted to (menu-item format, help strings added.
21626 [downcase, upcase]: Don't enable on MS-DOS.
21627 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21628 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21629
21630 2000-02-23 Dave Love <fx@gnu.org>
21631
21632 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21633 (backward-kill-word): Revert addition of * to interactive spec --
21634 it's a feature.
21635
21636 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21637 (backward-kill-sentence, kill-sentence): Likewise.
21638
21639 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21640 scratch buffer name.
21641 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21642
21643 * term/w32-win.el (internal-face-interactive): Update prompt for
21644 new read-face-name.
21645
21646 * mail/footnote.el (footnote): Add :version to defgroup.
21647 (footnote-section-tag-regexp): Customize.
21648 (footnote-start-tag, footnote-end-tag): New option.
21649 (footnote-latin-regexp): New variable.
21650 (Footnote-latin): New function.
21651 (footnote-style-alist): Add element for latin style.
21652 (footnote-style): Moved.
21653 (Footnote-goto-footnote): Use eq to test arg.
21654
21655 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21656
21657 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21658 (byte-compile-trueconstp): Include keywords.
21659 (byte-optimize-quote, byte-optimize-lapcode):
21660 Use byte-compile-const-symbol-p.
21661 (byte-optimize-char-before): New optimization.
21662
21663 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21664 (byte-compile-const-symbol-p): New function.
21665 (byte-compile-constp, byte-compile-out-toplevel)
21666 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21667 Use it.
21668
21669 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21670
21671 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21672
21673 * international/encoded-kb.el: Be sure to update minor-mode-alist
21674 and minor-mode-map-alist.
21675 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21676 codes SS2 and SS3 correctly.
21677 (encoded-kbd-self-insert-ccl): New function.
21678 (encoded-kbd-setup-keymap): New function.
21679 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21680 by calling encoded-kbd-setup-keymap.
21681
21682 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21683 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21684
21685 2000-02-22 Dave Love <fx@gnu.org>
21686
21687 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21688 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21689 (lisp-mode-syntax-table): Set up for #|...|# comments.
21690 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21691 classes. Match `defface'.
21692 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21693 (eval-defun-1): Fix for defcustom.
21694 (lisp-indent-region): Doc fix.
21695
21696 * subr.el (when, unless, split-string): Doc fix.
21697 (read-passwd): Move call of clear-this-command-keys to the right place.
21698 (replace-regexps-in-string): New function.
21699
21700 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21701
21702 * help.el (describe-variable): Set syntax table to
21703 emacs-lisp-mode-syntax-table when moving forward over the
21704 symbol's name.
21705
21706 2000-02-22 Dave Love <fx@gnu.org>
21707
21708 * xt-mouse.el: Doc fixes.
21709 (xterm-mouse-position-function): New function, replacing advice of
21710 mouse-position.
21711 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21712
21713 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21714
21715 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21716
21717 * format.el (format-annotate-single-property-change):
21718 Handle properties.with dotted-list values.
21719 (format-proper-list-p): New function.
21720
21721 * enriched.el (enriched-face-ans): Handle '(foreground-color
21722 . COLOR) and (background-color . COLOR).
21723
21724 2000-02-20 Dave Love <fx@gnu.org>
21725
21726 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21727 and assignments to it.
21728 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21729 current local map.
21730 (make-flyspell-overlay): Use it.
21731 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21732
21733 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21734 (lm-get-header-re): Defun, not defsubst.
21735 (lm-get-package-name): Defun, not defsubst. Simplify.
21736 (lm-version): Doc fix. Simplify.
21737 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21738 (lm-crack-address, lm-last-modified-date, lm-commentary)
21739 (lm-verify, lm-synopsis): Simplify.
21740 (lm-report-bug): Require emacsbug. Use compose-mail.
21741
21742 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21743
21744 * dired.el (dired-mode): Call propertized-buffer-identification
21745 to set mode-line-buffer-identification to something having
21746 the right text properties.
21747
21748 * bindings.el (propertized-buffer-identification): New function.
21749
21750 2000-02-20 Dave Love <fx@gnu.org>
21751
21752 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21753 check for t-mouse too.
21754
21755 * cus-start.el: Make echo-keystrokes `number'.
21756
21757 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21758
21759 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21760 Don't call ring-empty-p unless tags-location-ring is bound.
21761 From Noah Friedman <friedman@splode.com>.
21762
21763 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21764
21765 * progmodes/hideshow.el (hs-flag-region): No longer use
21766 `intangible' overlay property.
21767
21768 (hs-toggle-hiding): New command.
21769 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21770
21771 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21772 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21773 and deactivation.
21774
21775 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21776
21777 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21778
21779 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21780
21781 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21782
21783 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21784 of `*' to handle `(* ... *)' comments.
21785
21786 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21787
21788 * faces.el (list-faces-display): Use display-mouse-p instead of
21789 window-system.
21790
21791 * menu-bar.el (global-map): Menu-bar items converted to the new
21792 format (menu-item..., rearranged for better CUA compliance, and
21793 their names changed for better clarity. Help strings added.
21794
21795 * international/mule-cmds.el (mule-menu-keymap)
21796 (describe-language-environment-map, set-coding-system-map)
21797 (setup-language-environment-map): Convert to new (menu-item...
21798 form, add help strings. Change names of menu items for better clarity.
21799 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21800
21801 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21802
21803 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21804 within the code.
21805
21806 2000-02-16 Dave Love <fx@gnu.org>
21807
21808 * faces.el: Don't require custom. Add more specific :groups to
21809 various deffaces.
21810 (set-face-attribute): Purecopy args.
21811 (read-face-name): Default to name at point and use it in prompt.
21812 Remove colon from arg in all callers.
21813 (list-faces-display): Hyperlink to face descriptions and customize
21814 buffers.
21815
21816 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21817
21818 * wid-edit.el (widget-match-inline): An atom never matches a list.
21819
21820 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21821
21822 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21823 at ':' characters by call to split-string.
21824
21825 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21826
21827 * textmodes/bibtex.el: Added RCS version identification.
21828
21829 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21830
21831 * textmodes/bibtex.el: Some temporary comments removed.
21832 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21833 (bibtex-field-const): Allow capital letters.
21834 (bibtex-start-of-string): Deleted because unused.
21835
21836 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21837 use the term 'reference' to describe a bibtex entry as a whole.
21838 Further, reference keys are no longer called 'labels'.
21839 (bibtex-keys): Renamed to bibtex-reference-keys.
21840 (bibtex-reformat-previous-labels): Renamed to
21841 bibtex-reformat-previous-reference-keys.
21842 (bibtex-reference-type): Renamed to bibtex-entry-type.
21843 (bibtex-reference-head): Renamed to bibtex-entry-head.
21844 (bibtex-reference-maybe-empty-head): Renamed to
21845 bibtex-entry-maybe-empty-head.
21846 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21847 (bibtex-search-reference): Renamed to bibtex-search-entry.
21848 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21849 bibtex-enclosing-entry-maybe-empty-head.
21850 (bibtex-entry-field-alist, bibtex-entry-head)
21851 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21852 (bibtex-map-entries, bibtex-search-entry)
21853 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21854 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21855 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21856 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21857 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21858 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21859 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21860
21861 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21862
21863 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21864 comment.
21865 (bibtex-format-field-delimiters): New function, functionality
21866 extracted from bibtex-format-entry.
21867 (bibtex-autokey-get-yearfield-digits): New function, functionality
21868 extracted from bibtex-autokey-get-yearfield.
21869
21870 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21871 entries in order to avoid stack overflow in the regexp matcher if
21872 field contents become large.
21873 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21874 (bibtex-field-string-part-not-braced)
21875 (bibtex-field-string-part-no-inner-braces)
21876 (bibtex-field-string-part-1-inner-brace)
21877 (bibtex-field-string-part-2-inner-braces)
21878 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21879 (bibtex-field-string-quoted, bibtex-field-string)
21880 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21881 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21882 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21883 Deleted as parsing is now performed by the following functions.
21884 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21885 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21886 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21887 (bibtex-parse-association, bibtex-field-name-for-parsing)
21888 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21889 (bibtex-search-forward-field, bibtex-search-backward-field)
21890 (bibtex-start-of-field, bibtex-end-of-field)
21891 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21892 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21893 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21894 (bibtex-parse-string, bibtex-search-forward-string)
21895 (bibtex-search-backward-string, bibtex-start-of-string)
21896 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21897 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21898 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21899 entries. Instead of reporting the results of the parsing by
21900 match-beginning or match-end, these functions return data structures
21901 that hold the corresponding positions.
21902 (bibtex-enclosing-field): Changed to also report field boundaries by
21903 return values rather than by match-beginning or match-end.
21904 The following functions have been adapted to use the new
21905 parsing functions.
21906 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21907 (bibtex-enclosing-field, bibtex-format-entry)
21908 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21909 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21910 (bibtex-print-help-message, bibtex-end-of-entry)
21911 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21912 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21913 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21914 Use the new method for parsing.
21915 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21916 (bibtex-map-entries, bibtex-flash-head)
21917 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21918 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21919 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21920 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21921 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21922 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21923 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21924 order to make the new binding of case-fold-search immediately visible.
21925
21926 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21927
21928 * textmodes/bibtex.el: Copyright notice is up to date.
21929 Added constant 'bibtex-maintainer-salutation.
21930
21931 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21932 than make-temp-name, use match-string-no-properties and eliminate
21933 a quadratic behavior when building bibtex-strings.
21934
21935 * bibtex.el (bibtex-reference-key): Accept string entries whose
21936 reference key contains upper case letters.
21937
21938 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21939
21940 * bibtex.el (bibtex-reference-head): Allow entries to start with
21941 a new line.
21942
21943 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21944
21945 * bibtex.el: Hiding of entry bodies is not longer provided by
21946 bibtex.el directly. Instead the hideshow package can be used.
21947 Added a special bibtex entry to hs-special-modes-alist.
21948 (bibtex-hs-forward-sexp): Added for hideshow.el.
21949
21950 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21951
21952 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21953 proceedings entry type (for cross referencing). Thanks to Wagner
21954 Toledo Correa for the suggestion.
21955
21956 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21957
21958 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21959
21960 * international/characters.el: Setup case table for Vietnamese.
21961
21962 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21963
21964 * uniquify.el (toplevel): Require CL at compile time.
21965 (uniquify-push): Removed.
21966
21967 * shadowfile.el (shadow-when): Removed.
21968
21969 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21970 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21971
21972 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21973 regexp for paragraph-start.
21974
21975 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21976 commas as well.
21977
21978 2000-02-10 Dave Love <fx@gnu.org>
21979
21980 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21981 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21982 Deleted.
21983 (widget-specify-field, widget-specify-button): Don't use
21984 widget-mouse-help as help-echo property.
21985 (default): Use #'ignore for :validate and :mouse-down-action.
21986 (checkbox): Add help-echo.
21987 (widget-sexp-validate): Rewritten to clarify error messages.
21988 (character): Use char-valid-p in :match function.
21989 (widget-color-complete): Use facemenu-color-alist.
21990 (widget-color-action): Use facemenu-read-color.
21991
21992 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21993 set up `caar' &c that we now have.
21994
21995 2000-02-09 Ray Blaak <blaak@gnu.org>
21996
21997 * delphi.el: Make resourcestring a declaration region, like const
21998 and var.
21999
22000 2000-02-09 Dave Love <fx@gnu.org>
22001
22002 * bindings.el (mode-line-input-method-map): New variable.
22003 (mode-line-mule-info): Use it; fix last change.
22004 (mode-line-mode-menu): Move definition.
22005 (mode-line-mouse-sensitive-p): Deleted.
22006 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
22007 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
22008
22009 * startup.el (command-line-1): Don't call
22010 make-mode-line-mouse-sensitive.
22011
22012 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22013
22014 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22015 before rmail-toggle-header, because the former toggles headers.
22016
22017 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22018
22019 * diff-mode.el (diff-kill-junk): New interactive function.
22020 (diff-reverse-direction): Use delete-and-extract-region.
22021 (diff-post-command-hook): Restrict the area so that the hook also works
22022 outside of any diff hunk. This is necessary for the minor-mode.
22023 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22024 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22025
22026 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22027 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22028 so that it can be used more easily in <foo>-mode-hook. Also make sure
22029 to avoid duplicate entries.
22030 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22031 (font-lock-remove-keywords): Just as was done for `add', allow it to
22032 work even if font-lock-mode is nil. Also make sure we don't modify
22033 any pre-existing list by forcing a copy-sequence. Finally rename
22034 `major-mode' to `mode'.
22035 (font-lock-fontify-syntactic-anchored-keywords)
22036 (font-lock-fontify-anchored-keywords)
22037 (font-lock-fontify-keywords-region): Use line-end-position.
22038 Don't make `font-lock-multiline' local (it's now done in
22039 font-lock-set-defaults).
22040 (font-lock-set-defaults): Make `font-lock-multiline' local.
22041 Move the `font-lock-fontified' creation to inside the `unless'.
22042
22043 2000-02-06 Andrew Innes <andrewi@gnu.org>
22044
22045 * term/w32-win.el (x-handle-args): Comment out call to message,
22046 which occurs before window system is initialized.
22047
22048 * makefile.nt: Add support for recompiling lisp code.
22049
22050 2000-02-04 Dave Love <fx@gnu.org>
22051
22052 * bindings.el (mode-line-mule-info): Fix/extend last change.
22053
22054 * completion.el: Replace completion-dolist with dolist.
22055
22056 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22057
22058 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22059
22060 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22061 environment names before they go into the section regexp.
22062
22063 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22064 char class in regexp.
22065
22066 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22067 Bind `case-fold-search' to nil.
22068
22069 * progmodes/idlwave.el (idlwave-template):
22070 Respect `idlwave-abbrev-change-case'.
22071 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22072 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22073 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22074 (idlwave-rw-case): New function.
22075 (idlwave-statement-match): Fixed problem with assignment regexp.
22076 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22077 (idlwave-surround): New argument LENGTH to support padding of
22078 operators longer than 1 char.
22079
22080 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22081 idlwave-shell-expression-overlay. Implemented printing of
22082 expressions on higher levels of the calling stack.
22083 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22084 (idlwave-retrieve-expression-from-level): New function.
22085 (idlwave-shell-last-calling-stack): Variable removed.
22086 (idlwave-shell-reset): Argument action reversed (`visible' to
22087 `hidden'). Also remove stop-line overlay.
22088 (idlwave-shell-calling-stack-routine): New variable.
22089 (idlwave-shell-parse-stack-and-display): Messages now display
22090 negative level numbers.
22091 (idlwave-shell-mode): Set `modeline-format'.
22092 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22093 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22094 (idlwave-shell-print-expression-function): New option.
22095
22096 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22097 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22098 `tool-bar' instead of `toolbar'.
22099
22100 2000-02-02 Dave Love <fx@gnu.org>
22101
22102 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22103 emacs-lisp-mode-hook. Don't check for defalias being defined.
22104
22105 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22106 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22107 Use the new builtins directly.
22108
22109 * whitespace.el (whitespace): Add :version to defgroup.
22110
22111 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22112 Doc fix.
22113
22114 * thingatpt.el (sexp-at-point, symbol-at-point)
22115 (number-at-point, list-at-point): Add autoload cookie.
22116
22117 * recentf.el (recentf): Add :version to defgroup.
22118
22119 * quickurl.el (quickurl): Add :version to defgroup.
22120
22121 * elide-head.el (elide-head): Use point-marker more.
22122
22123 * bs.el (bs): Add :version to defgroup.
22124
22125 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22126
22127 * progmodes/delphi.el (delphi): Add :version to defgroup.
22128
22129 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22130
22131 * ange-ftp.el (ange-ftp-write-region): Handle case that
22132 succeeding process operation sets a different coding system.
22133
22134 * calculator.el: New file.
22135
22136 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22137
22138 * frame.el (frames-on-display-list, framep-on-display): New functions.
22139 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22140 (display-selections-p, display-screens, display-pixel-width)
22141 (display-pixel-height, display-mm-width, display-mm-height)
22142 (display-backing-store, display-save-under, display-planes)
22143 (display-color-cells, display-visual-class): New functions.
22144
22145 * term/tty-colors.el (tty-color-gray-shades): New function.
22146
22147 * faces.el (display-color-p): Use framep-on-display.
22148 (display-grayscale-p): New function.
22149
22150 2000-01-31 Dave Love <fx@gnu.org>
22151
22152 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22153 (create-fontset-from-x-resource): Don't concat integers.
22154
22155 2000-01-31 Inge Frick <inge@nada.kth.se>
22156
22157 * view.el: Some changes in documentation. Removed some trailing
22158 whitespace. Changed some parameter names to agree with documentation.
22159 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22160 window is not deleted. Modifies change 1998-04-26.
22161
22162 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22163
22164 * windmove.el: New file.
22165
22166 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22167 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22168 progmodes/ebnf-yac.el: Update copyright and license info.
22169
22170 * jit-lock.el (jit-lock-function): Widen before calculating
22171 end position.
22172 (jit-lock-stealth-chunk-start): Rewritten.
22173
22174 * info.el (Info-title-face-alist): Removed.
22175 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22176 (Info-fontify-node): Use these faces.
22177
22178 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22179
22180 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22181 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22182 `&allow-other-keywords'.
22183
22184 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22185 the list of directories scanned heuristically.
22186
22187 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22188
22189 2000-01-30 Jason Rumney <jasonr@gnu.org>
22190
22191 * w32-fns.el: Define w32-tty-standard-colors.
22192
22193 * startup.el (command-line): Use w32-tty-standard-colors when in
22194 w32 console mode.
22195
22196 2000-01-30 Dave Love <fx@gnu.org>
22197
22198 * jka-compr.el (jka-compr-load): Fix up load-history.
22199
22200 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22201
22202 * emacs-lisp/cl-macs.el: Revert previous change.
22203
22204 2000-01-29 Dave Love <fx@gnu.org>
22205
22206 * facemenu.el: Purecopy various strings.
22207
22208 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22209 years. Deal with three-digit years.
22210
22211 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22212 Use defconst, purecopy.
22213 (help-back-label): Purecopy it.
22214
22215 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22216
22217 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22218 variable. If non-nil, order the buffer list according to the
22219 currently selected frame.
22220 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22221 non-nil, pass the selected frame to function buffer-list.
22222
22223 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22224
22225 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22226
22227 2000-01-28 Dave Love <fx@gnu.org>
22228
22229 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22230
22231 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22232 Don't use lisp-indent-hook property.
22233 (cl-abs): Remove.
22234
22235 * subr.el: Move out indent and edebug specs for when and unless.
22236
22237 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22238 when, unless.
22239
22240 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22241 unless, when.
22242
22243 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22244
22245 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22246 `collecting' as synonym for `collect'.
22247
22248 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22249 for the case it contains spaces.
22250
22251 * simple.el (what-cursor-position): Change formatting of messages.
22252
22253 * frame.el (delete-other-frames): New function.
22254 (toplevel): Bind it to C-x 5 1.
22255
22256 * sort.el (sort-numeric-base): New option.
22257 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22258 interpret it as octal or hexadecimal. Use sort-numeric-base
22259 as default base.
22260
22261 * progmodes/glasses.el: New file.
22262
22263 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22264
22265 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22266 userids differently.
22267
22268 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22269 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22270 progmodes/ebnf-yac.el: New files.
22271
22272 2000-01-26 Dave Love <fx@gnu.org>
22273
22274 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22275 on a function with an empty body. [From Eric Ludlam.]
22276
22277 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22278
22279 * vc.el (vc-version-diff): Make sure file name is expanded.
22280
22281 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22282
22283 * scroll-bar.el (scroll-bar-timer): Variable removed.
22284 (scroll-bar-toolkit-scroll): Don't use a timer.
22285
22286 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22287
22288 * language/thai-util.el (thai-composition-function):
22289 Delete superfluous `a'.
22290
22291 2000-01-24 Dave Love <fx@gnu.org>
22292
22293 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22294 end-of-defun-function.
22295
22296 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22297
22298 2000-01-22 Jason Rumney <jasonr@gnu.org>
22299
22300 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22301 conflicts with new face support.
22302
22303 2000-01-22 Richard M. Stallman <rms@gnu.org>
22304
22305 * replace.el (query-replace): Rename last arg to DELIMITED.
22306 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22307 (query-replace-regexp): Likewise.
22308
22309 2000-01-20 Richard M. Stallman <rms@gnu.org>
22310
22311 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22312
22313 * emacs-lisp/lisp.el (beginning-of-defun-function):
22314 Variable renamed from beginning-of-defun.
22315 Do not call make-variable-buffer-local.
22316 (beginning-of-defun-raw): Use new variable name; doc fix.
22317 (beginning-of-defun): Doc fix.
22318 (end-of-defun-function): Variable renamed from end-of-defun.
22319 Do not call make-variable-buffer-local.
22320 (end-of-defun): Use new variable name; doc fix.
22321
22322 * subr.el (dolist, dotimes): Copied from cl-macs.el
22323 and made to work.
22324
22325 * mail/undigest.el (rmail-digest-end-regexps):
22326 Variable replaces rmail-digest-end-regexp.
22327 Allows multiple regexps for detecting the end line.
22328 (undigestify-rmail-message): Corresponding changes.
22329
22330 2000-01-19 Dave Love <fx@gnu.org>
22331
22332 * files.el (user-init-file): Don't declare here -- is primitive.
22333
22334 * startup.el (command-line): Check for compiled user-init-file and
22335 set to uncompiled version if necessary.
22336
22337 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22338
22339 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22340 (undigestify-rmail-message): Use it.
22341
22342 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22343
22344 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22345
22346 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22347 of mini-buffer.
22348
22349 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22350
22351 * emacs-lisp/copyright.el (copyright-update): Removed the
22352 requirement for a trailing space from `copyright-regexp', to
22353 support copyrights with owner specified on a separate line..
22354
22355 * align.el: New file.
22356
22357 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22358
22359 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22360
22361 2000-01-13 Dave Love <fx@gnu.org>
22362
22363 * ph.el: Removed. (Obsoleted by EUDC.)
22364
22365 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22366
22367 * net/eudc.el (toplevel): Remove autoloaded code installing
22368 menu with easymenu, because that causes build problems.
22369
22370 * frame.el (frame-notice-user-settings): New variable.
22371 (frame-notice-user-settings): Don't modify frame parameters
22372 if called a second time.
22373
22374 2000-01-13 Richard M. Stallman <rms@gnu.org>
22375
22376 * frame.el (frame-notice-user-settings):
22377 Notice default-frame-parameters even for non-window frames.
22378
22379 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22380
22381 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22382 for Emacs.
22383 (eudc-bob-can-display-inline-images): Extend for Emacs.
22384 (eudc-bob-toggle-inline-display): Ditto.
22385 (eudc-bob-display-jpeg): Ditto.
22386
22387 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22388
22389 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22390 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22391 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22392
22393 * add-log.el (add-change-log-entry): Fix error trying an
22394 `(insert nil)'.
22395
22396 * subdirs.el: Add `net' directory.
22397
22398 * net: New directory.
22399
22400 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22401 eval-last-sexp. Don't bind debug-on-error here.
22402 (eval-last-sexp): New function. Bind debug-on-error if
22403 eval-expression-debug-on-error is non-nil.
22404 (eval-defun-2, eval-defun): Likewise.
22405
22406 * simple.el (eval-expression): Don't bind debug-on-error if
22407 eval-expression-debug-on-error is nil. Detect changed
22408 debug-on-error, and propagate new value to global binding, if
22409 eval-expression-debug-on-error is non-nil,
22410 (eval-expression-debug-on-error): Change doc string.
22411
22412 2000-01-11 Richard M. Stallman <rms@gnu.org>
22413
22414 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22415
22416 * emacs-lisp/lisp-mode.el (with-syntax-table):
22417 Set up lisp-indent-function property.
22418
22419 * subr.el (with-syntax-table): Moved from simple.el.
22420
22421 * simple.el (with-syntax-table): Moved to subr.el.
22422
22423 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22424
22425 * tmm.el (tmm-shortcut): Delete region after prompt instead
22426 of erasing buffer.
22427
22428 * textmodes/fill.el (fill-common-string-prefix): New function.
22429 (fill-context-prefix): Use the longest common prefix of first
22430 and second line fill prefix, if there is one.
22431
22432 2000-01-11 Richard M. Stallman <rms@gnu.org>
22433
22434 * array.el (array-mode): Don't use make-variable-buffer-local.
22435 Use make-local-variable for `truncate-lines'.
22436
22437 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22438
22439 * add-log.el (add-log-current-defun): Handle user-defined
22440 add-log-current-function returning nil,
22441
22442 * add-log.el (add-change-log-entry): Insert version number
22443 if having found a current function
22444
22445 * add-log.el (add-log-current-defun):
22446 Call `add-log-current-defun-function'. Try matches at level 0 and
22447 level 1. Strip whitespace from defun found.
22448
22449 2000-01-10 John Wiegley <johnw@gnu.org>
22450
22451 * allout.el (isearch-done/outline-provisions): Added `edit'
22452 argument to correspond with the current definition of `isearch-done'.
22453
22454 2000-01-10 Dave Love <fx@gnu.org>
22455
22456 * elide-head.el (elide-head): Use point-marker, not point.
22457
22458 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22459
22460 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22461 before and after the year 2000.
22462
22463 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22464 Add ispell- prefix.
22465
22466 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22467
22468 * ispell.el: Only define dictionaries in menus when they exist.
22469 (version18p): New variable.
22470 (version20p): New variable.
22471 (xemacsp): New variable.
22472 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22473 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22474 (ispell-dictionary-alist6): Russian command lines no longer accept
22475 run-together words.
22476 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22477 (ispell-dictionary-alist): Add koi8-r to customize definition.
22478 (check-ispell-version): Added documentation string. Return library
22479 path when called non-interactively.
22480 (ispell-menu-map-needed): Uses new variables.
22481 (ispell-library-path): New variable.
22482 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22483 (ispell-word): Improved documentation string. Test for valid
22484 character mappings. Correctly check typed in word changes that can
22485 result in single words split into multiple words.
22486 Return replacement word.
22487 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22488 replace in recursive query replace mode. Help message for
22489 recursive edit mode.
22490 (ispell-show-choices): Protect against bad framepop bindings.
22491 (ispell-help): Fix to work with XEmacs.
22492 (ispell-highlight-spelling-error): Use new variables.
22493 (ispell-overlay-window): Fix to work with XEmacs.
22494 (ispell-parse-output): Passed and returns location information
22495 tracking spelling corrections. Doesn't recheck same word on
22496 current line.
22497 (ispell-init-process): Protect against bogus XEmacs variable binding.
22498 Fix call to single argument in sleep-for. Use new variables.
22499 (ispell-region): Passed and returns location information tracking
22500 spelling corrections. Doesn't check same word on current line.
22501 Improved documentation string. Doesn't resend a line already
22502 checked to the ispell process - fixes bug in LaTeX parsing.
22503 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22504 (ispell-skip-region): No longer skips <TT> in SGML.
22505 (ispell-process-line): Tracks location information with spelling
22506 corrections. Added documentation string. Accounts for words
22507 already accepted on this line. Don't allow query-replace on line
22508 starting with math characters. Doesn't resend a line already sent
22509 to ispell process. Fixes alignment error bug.
22510
22511 2000-01-10 Richard M. Stallman <rms@gnu.org>
22512
22513 * dired-x.el (dired-guess-shell-alist-default):
22514 Suggest xloadimage, which is free, not xv, which isn't.
22515
22516 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22517 Don't ever include the host name or user name in the value.
22518
22519 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22520
22521 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22522 of a real newline.
22523
22524 2000-01-09 Stephen Eglen <stephen@gnu.org>
22525
22526 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22527 for .png files.
22528
22529 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22530
22531 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22532
22533 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22534
22535 * progmodes/cperl-mode.el: Replace ^F with ^L.
22536
22537 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22538 `require'ing rmail and mailalias to prevent infinite recursion.
22539
22540 2000-01-08 Dave Love <fx@gnu.org>
22541
22542 * emacs-lisp/backquote.el: Remove inappropriate customization
22543 (allowing custom.el to use backquote).
22544
22545 2000-01-07 Dave Love <fx@gnu.org>
22546
22547 * add-log.el (add-log-debugging): Deleted.
22548 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22549 file. Remove debugging code.
22550 (change-log-get-method-definition, change-log-name): Add doc.
22551 (change-log-sortable-date-at): New function.
22552 (change-log-merge): New command.
22553
22554 * time.el (display-time-string-forms): Make the Mail string active.
22555 (display-time-update): Provide help-echo for load average.
22556
22557 * bindings.el (make-mode-line-mouse2-map): New function.
22558 (mode-line-modified): Use it and simplify.
22559 (mode-line-mule-info): Provide help-echo info.
22560 (minor-mode-alist): Activate the strings.
22561 (make-mode-line-mouse-sensitive): Simplify for
22562 mode-line-buffer-identification.
22563
22564 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22565
22566 * play/pong.el: New file.
22567
22568 2000-01-06 Dave Love <fx@gnu.org>
22569
22570 * array.el: Assorted cleanups for compiler warnings, doc strings,
22571 `array-' prefix for symbols.
22572
22573 2000-01-05 Dave Love <fx@gnu.org>
22574
22575 * textmodes/outline.el (outline-mode-menu-bar-map):
22576 Add outline-headers-as-kill.
22577 (outline-mode): Define imenu-generic-expression.
22578 (outline-headers-as-kill): New command.
22579
22580 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22581 from paragraph-start.
22582 (paragraph-indent-minor-mode): New command.
22583
22584 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22585 M-C-e, M-C-h, C-j, C-xnd, TAB.
22586 (fortran-mode): Set beginning-of-defun, end-of-defun.
22587 (fortran-column-ruler): Simplify.
22588 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22589 (fortran-with-subprogram-narrowing): Likewise.
22590 (fortran-indent-subprogram): Call mark-defun.
22591 (fortran-check-for-matching-do): Change narrowing.
22592
22593 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22594 (cl-lucid-hash-tag): Delete.
22595 (cl-hash-table-p): Correct test for native table.
22596 (cl-hash-table-count): Use hash-table-count.
22597
22598 * browse-url.el (browse-url): Fix case of
22599 browse-url-browser-function being an alist.
22600
22601 2000-01-05 Carsten Dominik <cd@gnu.org>
22602
22603 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22604 (reftex-index-phrase-file-extension): New options.
22605
22606 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22607 Use new option `reftex-index-phrase-file-extension'.
22608
22609 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22610 `reftex-parse-file-extension'.
22611
22612 2000-01-05 Dave Love <fx@gnu.org>
22613
22614 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22615 (beginning-of-defun-raw): Use it.
22616 (end-of-defun): New variable.
22617 (end-of-defun): Use it.
22618 (check-parens): New command.
22619
22620 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22621
22622 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22623 (hs-show-block): Don't use `mapcar' when not accumulating.
22624
22625 Fix buglet in local variables initialization.
22626
22627 2000-01-05 Andreas Schwab <schwab@suse.de>
22628
22629 * hscroll.el (hscroll): Doc fix.
22630
22631 2000-01-05 Carsten Dominik <cd@gnu.org>
22632
22633 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22634 Require idlw-toolbar.
22635
22636 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22637 file idlw-rinfo.el.
22638 (idlwave-customize): Load must read file idlw-shell.el.
22639 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22640
22641 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22642
22643 * progmodes/idlw-shell.el: Also provide idlwave-shell
22644 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22645 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22646
22647 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22648 both reftex-dcr and reftex-vcr.
22649
22650 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22651
22652 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22653
22654 * ps-print.el: PostScript code now is in separate files, doc fix.
22655 (ps-print-version): New version number (5.0.3).
22656 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22657 local.
22658 (ps-spool-config): Initialization fix.
22659 (ps-print-prologue-1, ps-print-prologue-2)
22660 (ps-print-duplex-feature): PostScript code moved to separated file.
22661 (ps-background-image): Little code reformating.
22662 (ps-begin-file, ps-begin-job): Fix code.
22663 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22664 (ps-prologue-file): New fun.
22665
22666 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22667
22668 * ps-vars.el: Eliminated.
22669
22670 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22671 `;;;###autoload'.
22672
22673 * ps-print.el: ps-vars eliminated, doc fix.
22674 (ps-print-version): New version number (5.0.2).
22675 (ps-spool-config): Initialization fix.
22676 (ps-print-customize): New fun.
22677
22678 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22679
22680 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22681
22682 2000-01-04 Dave Love <fx@gnu.org>
22683
22684 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22685 menu items.
22686
22687 2000-01-03 Dave Love <fx@gnu.org>
22688
22689 * elide-head.el (elide-head) [defgroup]: Add :version.
22690
22691 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22692 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22693 Use `cl-hash-table-p', not `hash-table-p'.
22694 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22695
22696 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22697
22698 * faces.el (face-read-integer, read-face-attribute)
22699 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22700
22701 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22702
22703 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22704 at comment end, and re-insert them after filling.
22705
22706 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22707
22708 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22709 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22710 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22711
22712 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22713
22714 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22715 the new name of face-color-supported-p.
22716
22717 * term/w32-win.el (xw-defined-colors): Likewise.
22718
22719 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22720
22721 * simple.el (completion-setup-function): Count completion-size
22722 from minibuffer-prompt-end, not from point-min.
22723
22724 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22725
22726 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22727 Pass the frame to tty-color-* functions.
22728 (display-color-p, frame-set-background-mode): Pass the frame to
22729 tty-display-color-p.
22730
22731 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22732 tty-color-alist.
22733 (tty-color-alist, tty-modify-color-alist): New functions.
22734 (tty-color-define, tty-color-clear, tty-color-approximate)
22735 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22736 optional parameter FRAME.
22737
22738 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22739
22740 * image.el (create-image, defimage): Don't assume image data is
22741 a string.
22742
22743 * image.el (defimage): Handle specifications containing :data
22744 instead of :file.
22745 (image-type-from-data): New function.
22746 (image-type-from-file-header): Use it.
22747 (create-image): Add parameter DATA-P.
22748
22749 See ChangeLog.8 for earlier changes.
22750
22751 ;; Local Variables:
22752 ;; coding: iso-2022-7bit
22753 ;; End:
22754
22755 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22756 Copying and distribution of this file, with or without modification,
22757 are permitted provided the copyright notice and this notice are preserved.