]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-11-29 Dave Love <fx@gnu.org>
2
3 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
4 (fortran-window-create, fortran-window-create-momentarily):
5 Rewrite, moving error condition.
6 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
7 (fortran-mode-syntax-table): Revert last change.
8
9 * international/mule.el: Doc fixes.
10 (map-charset-chars): New function.
11 (register-char-codings): Use it to cope with generic chars in
12 safe-chars.
13
14 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
15
16 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
17
18 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc
19 fixes.
20
21 * play/studly.el (studlify-word, studlify-region)
22 (studlify-buffer): Fix doc-string.
23 (studlify-buffer): Add autoload cookie.
24
25 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
26
27 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
28 (outline-up-heading-all): Remove.
29 (hide-sublevels): Move to end-of-heading before calling flag-region.
30 (outline-copy-overlay, outline-discard-overlays): Remove.
31 (outline-flag-region): Use `remove-overlays'.
32 Don't move to end-of-heading.
33 (outline-next-visible-heading, outline-back-to-heading)
34 (outline-on-heading-p): Use outline-invisible-p.
35 (outline-font-lock-level): Use outline-up-heading's new arg.
36 (outline-minor-mode): Simplify.
37 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
38 (outline): Put a `reveal-toggle-invisible' property.
39 (outline-level-heading): New var.
40 (outline-insert-heading, outline-promote, outline-demote)
41 (outline-toggle-children): New commands.
42
43 * progmodes/hideif.el (hif-end-of-line): New function.
44 (hide-ifdef-mode): Set line-move-ignore-invisible.
45 (hide-ifdef-region-internal): New function.
46 (hide-ifdef-region): Use it.
47 (hif-defined): Return an integer.
48 (hif-infix-to-prefix): Remove.
49 (hif-tokenize): Parse from the buffer rather than from a string.
50 Correctly tokenize integers. Use forward-comment.
51 (hif-expr): Use hif-or.
52 (hif-term): Use hif-and.
53 (hif-factor): Use hif-not. Handle numbers properly.
54 Don't require parenthesis around `defined's argument.
55 (hif-and, hif-or, hif-not): New funs.
56 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
57 (hif-hide-line): Don't hide the \n before the line.
58 (hif-possibly-hide): Correctly handle numeric evaluation results.
59
60 * progmodes/make-mode.el: Use line-(end|beginning)-position.
61 (makefile-mode): Set indent-line-function.
62 (makefile-browser-insert-continuation): Use with-current-buffer.
63 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
64
65 2001-11-28 Karl Fogel <kfogel@red-bean.com>
66
67 * isearch.el (isearch-yank-internal): New helper function.
68 (isearch-yank-char): New function.
69 (isearch-yank-word, isearch-yank-line): Rewrite to use
70 isearch-yank-internal.
71
72 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
73
74 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
75 aren't supported. Print a message to that effect if invoked.
76
77 2001-11-27 Stephen Eglen <stephen@gnu.org>
78
79 * locate.el (locate): Put point at first matching file rather
80 than top of buffer.
81
82 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
83
84 * reveal.el: New file.
85
86 * progmodes/hideif.el: Misc cleanup.
87 (hide-ifdef-mode-submap): Put the def in the defvar.
88 Use substitute-key-definition.
89 (hide-ifdef-mode): Use define-minor-mode.
90 (hif-outline-flag-region): Remove.
91 (hif-show-all): Define in terms of hif-show-ifdef-region.
92 (hif-after-revert-function): Rename from hif-before-revert-function.
93 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
94 (hif-tokenize): Use with-syntax-table.
95 (hif-make-range): Use `else' also for `else-p'.
96 (hif-range-else-p): Remove.
97 (hif-find-range): Simplify.
98 (hif-hide-line): Don't bother preserving buffer-modified-p.
99 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
100 Don't use selective-display and inhibit-read-only.
101
102 * subr.el (copy-overlay, remove-overlays): New funs.
103
104 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
105
106 2001-11-27 Sam Steingold <sds@gnu.org>
107
108 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
109 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
110 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
111 * obsolete/c-mode.el, obsolete/cplus-md.el
112 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
113 * term/sun-mouse.el, textmodes/artist.el:
114 Converted backquote to the new style.
115 * mouse.el, reposition.el: Likewise (in comments).
116 * expand.el: Likewise (in a string).
117
118 2001-11-27 Richard M. Stallman <rms@gnu.org>
119
120 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
121
122 2001-11-26 Richard M. Stallman <rms@gnu.org>
123
124 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
125 if :on-glyph or :off-glyph is a list, eval it and store it back.
126 (checkbox): Quote the values for :on-glyph and :off-glyph.
127
128 * cus-start.el (recursive-load-depth-limit): Delete item.
129
130 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
131
132 * help-fns.el (describe-categories, help-describe-category-set): New.
133
134 2001-11-26 Sam Steingold <sds@gnu.org>
135
136 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
137 arguments to `insert' are strings.
138
139 2001-11-26 Richard M. Stallman <rms@gnu.org>
140
141 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
142
143 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
144
145 * loaddefs.el: Regenerated.
146
147 * international/mule-diag.el: Require help-fns instead of
148 help-funs.
149
150 * help-fns.el: Renamed from help-funs.el.
151
152 * startup.el (command-line-1): Don't try to call process-list if
153 it is not fboundp.
154
155 2001-11-26 Sam Steingold <sds@gnu.org>
156
157 * frame.el (show-trailing-whitespace): Remove :set argument (the
158 value was essentially identical to the defalt).
159
160 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
161
162 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
163
164 * icomplete.el (icomplete-minibuffer-setup): Likewise.
165
166 * hilit-chg.el (hilit-chg-set): Likewise.
167
168 * speedbar.el (speedbar-mode): Likewise.
169
170 * calendar/calendar.el (calendar-mode): Likewise.
171
172 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
173 insert-string.
174
175 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
176
177 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
178
179 * term/sun-mouse.el (sun-yank-selection): Likewise.
180
181 * textmodes/bib-mode.el (return-key-bib): Likewise.
182
183 * calendar/appt.el (appt-disp-window): Likewise.
184
185 * calendar/diary-lib.el (list-diary-entries): Likewise.
186
187 * array.el (array-reconfigure-rows): Likewise.
188
189 * filecache.el (file-cache-minibuffer-complete): Likewise.
190
191 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
192
193 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
194
195 * allout.el (outline-version, outline-open-topic)
196 (outline-rebullet-heading, outline-insert-listified)
197 (outline-latex-verbatim-quote-curr-line)
198 (outline-latexify-one-item, outlineify-sticky): Likewise.
199
200 * vc.el (vc-next-action-on-file): Likewise.
201 (vc-dired-mode): Remove make-local-hook.
202
203 2001-11-26 Andre Spiegel <spiegel@gnu.org>
204
205 * vc.el (vc-find-version): New function.
206 (vc-version-other-window): Redefined in terms of the above.
207
208 * log-view.el (log-view-find-version): New function.
209 (log-view-mode-map): Bind it to `f'.
210
211 2001-11-26 Gerd Moellmann <gerd@gnu.org>
212
213 * language/devan-util.el (dev-char-glyph): Escape `"' in
214 string literals.
215 (dev-glyph-glyph, dev-glyph-glyph-2)
216 (devanagari-compose-syllable-region): Likewise.
217
218 2001-11-26 Richard M. Stallman <rms@gnu.org>
219
220 * window.el (save-selected-window): No error if saved window is dead.
221
222 * help-funs.el (describe-syntax): Put (interactive) after doc string.
223
224 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
225
226 * international/quail.el (quail-help): Require help-mode in
227 top-level instead.
228
229 * iswitchb.el (iswitchb-exhibit): Use insert instead of
230 insert-string.
231
232 * icomplete.el (icomplete-exhibit): Likewise.
233
234 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
235
236 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
237 (diff-hunk-kill): Simplify.
238 (diff-post-command-hook): Only apply to a single hunk.
239 (diff-hunk-text): Make `char-offset' non-optional.
240 (diff-find-text): Return a cons cell.
241 (diff-find-approx-text): New fun.
242 (diff-find-source-location): Use it.
243 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
244 Adapt to new retval of diff-find-text.
245
246 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
247 rather than integer- representation of dates.
248
249 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
250
251 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
252 (syntax-after): New fun.
253
254 * help-funs.el (describe-syntax): New fun.
255
256 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
257 (font-lock-ppss-stats, font-lock-ppss): Remove.
258 (font-lock-fontify-syntactically-region): Remove tuning code.
259 (font-lock-compile-keywords): Fix off-by-one bug.
260 (font-lock-set-defaults): Don't set removed vars.
261 (c-keywords): Add `inline'.
262 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
263
264 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
265 Set syntax-begin-function.
266 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
267 (lisp-interaction-mode): Don't set local-abbrev-table any more.
268 (lisp-mode-auto-fill): Use syntax-ppss and obey
269 comment-auto-fill-only-comments.
270 (lisp-fill-paragraph): Use syntax-ppss.
271
272 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
273
274 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
275 version of rmail-enable-mime.
276 (rmail-forward): Use it.
277
278 2001-11-25 Richard M. Stallman <rms@gnu.org>
279
280 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
281
282 * international/quail.el (quail-keyboard-layout-button):
283 Define button type.
284 (quail-keyboard-customize-button): Likewise.
285 (quail-help): Use those button types. Require `help-mode'.
286 Avoid altering the argument `package'.
287
288 * help-mode.el (help-function, help-variable, help-face)
289 (help-coding-system, help-input-method, help-character-set):
290 Define each button type with its own explicit define-button-type.
291
292 * language/devan-util.el: Comment out parts of the file
293 which apparently are garbled.
294
295 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
296
297 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
298 insert-string.
299
300 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
301
302 * play/snake.el (snake-mode): Remove make-local-hook.
303
304 * play/tetris.el (tetris-mode): Likewise.
305
306 * play/decipher.el (decipher-mode): Likewise.
307
308 * tmm.el (tmm-add-prompt): Likewise.
309
310 2001-11-25 Sam Steingold <sds@gnu.org>
311
312 * menu-bar.el (menu-bar-apropos-menu): New variable.
313 Moved all `apropos' bindings to this menu.
314 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
315
316 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
317
318 The following changes are for new indian languages support based
319 on Unicode charset and CDAC fonts.
320
321 * international/mule-conf.el: Change indian-1-column charset to
322 indian-glyph charset.
323
324 * international/characters.el: Adjusted for the change of
325 indian-1-column -> indian-glyph.
326
327 * international/fontset.el: Delete the setting for indian-1-column
328 and add the setting for indian-glyph in the default fontset.
329
330 * language/indian.el: Completely re-written.
331
332 * language/devanagari.el: Completely re-written.
333
334 * language/devan-util.el: Completely re-written.
335
336 * language/ind-util.el: New file.
337
338 2001-11-24 Richard M. Stallman <rms@gnu.org>
339
340 * startup.el (command-line-1): Don't do startup screen
341 if a subprocess is running. Call the startup screen buffer
342 "GNU Emacs". Make a special mode-line-format for it.
343
344 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
345 (browse-url-galeon): Use that variable.
346
347 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
348 eval-expression. Eval and set the variable simply.
349
350 * files.el (temporary-file-directory): Use defcustom.
351 (small-temporary-file-directory): Likewise.
352 (normal-backup-enable-predicate): Move down in file
353 after definition of temporary-file-directory.
354
355 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
356
357 2001-11-24 Colin Walters <walters@debian.org>
358
359 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
360 autoload names to match files renamed on initial calc import.
361
362 * calc/calc.el (Commentary): Cleanup, and add logistic curve
363 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
364
365 2001-11-23 Colin Walters <walters@debian.org>
366
367 * Makefile.in (finder_setwins, setwins): Include Calc again.
368
369 * calc/calc-rules.el: Add header comment.
370
371 2001-11-23 Andre Spiegel <spiegel@gnu.org>
372
373 * vc.el (with-vc-properties): Don't bind `filename' locally.
374 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
375 to avoid name clashes. Fix `lisp-indent-function' property for
376 both.
377
378 2001-11-23 Francesco Potorti` <pot@gnu.org>
379
380 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
381
382 2001-11-22 Colin Walters <walters@debian.org>
383
384 * calc/calc-misc.el (report-calc-bug):
385 Use `reporter-prompt-for-summary-p'.
386
387 * calc/INSTALL, calc/Makefile: Remove.
388
389 2001-11-22 Miles Bader <miles@gnu.org>
390
391 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
392 (reb-match-2, reb-match-3): Add dark-background variants.
393
394 2001-11-22 Colin Walters <walters@debian.org>
395
396 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
397 (info "Calc").
398 (report-calc-bug): Use reporter.el.
399
400 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
401
402 2001-11-21 Richard M. Stallman <rms@gnu.org>
403
404 * which-func.el (which-function): Call imenu--make-index-alist
405 if necessary to get a list of functions.
406 (which-function-imenu-failed): New variable.
407 (which-func-update): Handle all visible windows.
408 (which-func-update-1): New subroutine broken out of which-func-update.
409
410 * files.el (temporary-file-directory, null-device)
411 (small-temporary-file-directory): Definitions moved up.
412
413 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
414 (cperl-non-problems, cperl-praise): Doc fixes.
415
416 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
417 (sh-mode-syntax-table): Function restored.
418 Variable set up for use by function sh-mode-syntax-table.
419 (sh-set-shell): Set the syntax table.
420
421 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
422
423 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
424
425 * international/encoded-kb.el: Don't alter minor-map-alist.
426
427 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
428
429 * files.el (auto-save-file-name-transforms): Put remote files in
430 temporary-file-directory rather than /tmp.
431
432 2001-11-21 Colin Walters <walters@debian.org>
433
434 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
435 of (function ...) wrapper.
436
437 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
438
439 * derived.el (define-derived-mode): Create the abbrev-table
440 from inside the `defvar'.
441
442 * jit-lock.el (jit-lock-defer-time): New var.
443 (jit-lock-defer-timer, jit-lock-buffers): New vars.
444 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
445 (jit-lock-function): Defer fontification if requested.
446 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
447 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
448 text property.
449 (jit-lock-deferred-fontify): New fun.
450
451 2001-11-20 Richard M. Stallman <rms@gnu.org>
452
453 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
454 Set local-abbrev-table to lisp-mode-abbrev-table.
455
456 * emacs-lisp/re-builder.el (reb-mode):
457 Don't use define-derived-mode. Call kill-all-local-variables.
458
459 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
460 Don't use define-derived-mode.
461
462 * help-mode.el (help-mode): Undo 2001-10-07 change.
463
464 * replace.el (occur-mode): Undo 2001-5-20 change.
465
466 2001-11-20 Jason Rumney <jasonr@gnu.org>
467
468 * w32-fns.el (w32-system-coding-system): Change to an alias for
469 locale-coding-system.
470 (set-w32-system-coding-system): Document the above change.
471 Set locale-coding-system instead.
472
473 2001-11-20 Richard M. Stallman <rms@gnu.org>
474
475 * ruler-mode.el: Add pagination.
476 (ruler-mode-toggle-show-tab-stops): No need to
477 test `ruler-mode' variable.
478
479 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
480
481 * play/landmark.el: Mark lm-mode as special.
482
483 * play/gomoku.el: Mark gomoku-mode as special.
484
485 2001-11-20 Juanma Barranquero <lektu@terra.es>
486
487 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
488 (top-level): Bind it to C-c C-b.
489 (re-builder): Don't re-enter RE Builder Mode.
490
491 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
492
493 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
494
495 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
496 `manual-program'.
497
498 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
499 to a line without a comment.
500
501 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
502
503 * dired.el (dired-listing-switches): Mention in the doc string
504 that some switches are not supported by ls-lisp.el
505
506 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
507
508 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
509 (imenu--create-keymap-2): Remove.
510 (imenu--create-keymap-1): Simplify, remove third argument.
511 (imenu--generic-function): Use dolist.
512 (imenu-find-default): New function.
513 (imenu--completion-buffer): Use it.
514 (imenu--mouse-menu): Use popup-menu.
515 (imenu--menubar-select): Return t rather than calling imenu.
516
517 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
518 New functions, extracted from fill-region-as-paragraph.
519 (fill-region-as-paragraph): Use them.
520 Use an end marker instead of eob.
521 Ignore whitespace-only fill-prefixes when indenting according to mode.
522 Simplify the loop that searches for spaces backwards.
523
524 * textmodes/picture.el (picture-vertical-step)
525 (picture-horizontal-step): Don't use defconst for variables.
526
527 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
528 (mail-extract-address-components): Downcase domain names.
529 (mail-extr-delete-char): Remove. Use delete-char instead.
530
531 * emulation/pc-select.el: Doc string fixes.
532 (pc-selection-mode): Don't treat macos as a tty.
533
534 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
535
536 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
537
538 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
539 (mouse-wheel-progessive-speed): New var.
540 (mwheel-scroll): Use it and handle float values.
541
542 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
543
544 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
545 (iswitchb): Fix the case where the result was selected with the mouse.
546 (iswitchb-completion-help): Use the normal *Completions* now that
547 mouse selection works.
548 (iswitchb-minibuffer-setup): Simplify.
549
550 * newcomment.el (comment-column, comment-style, comment-multi-line)
551 (comment-auto-fill-only-comments): Remove :group arg.
552 (comment-padding): Add :type.
553 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
554 if called interactively.
555
556 2001-11-19 Colin Walters <walters@verbum.org>
557
558 * calc/calc.el (toplevel): Add comment and version header.
559 (calc-init-base): Bump version to 2.02f, update date.
560
561 2001-11-19 Richard M. Stallman <rms@gnu.org>
562
563 * net/browse-url.el: Support Mozilla and Galeon.
564 By default, find the installed browser whichever it is.
565 (browse-url-mozilla): New function.
566 (browse-url-mozilla-sentinel): New function.
567 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
568 (browse-url-default-browser): New function.
569 (browse-url-process-environment): Use browse-url-browser-display.
570 (browse-url-browser-display): Renamed from browse-url-netscape-display.
571 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
572 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
573 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
574 (browse-url-browser-function): New default, new options.
575
576 2001-11-19 Sam Steingold <sds@gnu.org>
577
578 * bindings.el (last-buffer, unbury-buffer): New function.
579 (mode-line-unbury-buffer): Use `unbury-buffer'.
580
581 2001-11-18 Stephen Eglen <stephen@gnu.org>
582
583 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
584 control behaviour when no further completion is possible.
585
586 2001-11-19 Colin Walters <walters@verbum.org>
587
588 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
589 (math-showing-full-precision, math-with-extra-prec, math-working)
590 (calc-with-default-simplification)
591 (calc-with-trail-buffer): Use backtick.
592 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
593 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
594 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
595 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
596 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
597 (Math-num-integerp, Math-bignum-test, Math-equal-int)
598 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
599 (calc-record-compilation-date-macro): Deleted. Callers updated.
600 (math-format-radix-digit): Move to calc-bin.el.
601
602 * calc/calc.el (calc-record-compilation-date): Remove.
603 (calc-bug-address): Update.
604 (calc-settings-file): Use `user-init-file'.
605
606 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
607 Handle null `calc-settings-file'.
608
609 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
610 * calc/calc-keypd.el (calc-keypad-mode): New.
611 (calc-do-keypad): Use it.
612 (calc-keypad-map): Move into `calc-keypad-mode'.
613
614 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
615 to defalias argument.
616
617 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
618 (calcFunc-floor): Ditto.
619
620 * calc-units.el (calcFunc-usimplify): Ditto.
621
622 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
623 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
624 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
625 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
626 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
627 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
628 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
629 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
630 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
631 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
632 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
633 and move them before their first use. Use `when', `unless'.
634 Remove trailing periods from error forms. Add description and
635 headers suggested by Emacs Lisp coding conventions.
636
637 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
638
639 * newcomment.el (comment-indent):
640 Fix misindentation for comment-only lines.
641 (comment-indent-new-line): Only obey comment-multi-line if the
642 comment-ender is not the end-of-line.
643
644 2001-11-19 Richard M. Stallman <rms@gnu.org>
645
646 * net/net-utils.el (network-connection-service-abbrev-alist):
647 New variable.
648
649 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
650 Advance to start of 3rd sexp by moving fwd and backing over it.
651 At first three elements, act like defun.
652
653 * delsel.el (delete-selection-pre-hook): Handle and resignal
654 file-supersession errors to interact properly with userlock.el.
655
656 2001-11-18 Richard M. Stallman <rms@gnu.org>
657
658 * progmodes/fortran.el (fortran-mode-syntax-table):
659 Specify punctuation syntax for backslash.
660
661 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
662 All calls deleted.
663
664 * international/mule-util.el (string-to-sequence): Make it obsolete.
665 (string-to-list, string-to-vector): Implement them directly
666 using append and vconcat, not with string-to-sequence.
667
668 * startup.el (command-line): Set abbrevs-changed to nil after
669 reading the init file and the abbrevs file.
670
671 * isearch.el (isearch): Use magenta2 as bg for (background light)
672
673 2001-11-17 Richard M. Stallman <rms@gnu.org>
674
675 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
676
677 * simple.el (minibuffer-history-sexp-flag): Doc fix.
678
679 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
680
681 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
682 If set and if applicable, add a regexp to highlight defun-like
683 text inside comments and strings.
684 (font-lock-fontify-keywords-region): Pass that new arg.
685 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
686 to the end and pass that new arg.
687 (c-font-lock-keywords-2): Fix regex for labels.
688 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
689 Make it work when LIMIT is several lines further.
690 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
691 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
692 Use backquote and make the regexes for `int a, b, c;' work on
693 multiple lines.
694
695 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
696 (font-lock-defaults-alist): Don't change it any more.
697 (reb-subexp-mode-map): Cleanup.
698
699 * custom.el (custom-current-group-alist): New var.
700 (custom-declare-group): Set it.
701 (custom-current-group): New fun.
702 (custom-declare-variable, custom-handle-all-keywords):
703 Use it as a default if no :group argument is specified.
704
705 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
706 (standard-keyboard-coding-systems): New var.
707 (set-locale-environment): Use it to decide whether or not to call
708 set-keyboard-coding-system.
709 (locale-language-names): Use \"French\" for "fr".
710
711 2001-11-17 Richard M. Stallman <rms@gnu.org>
712
713 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
714 (add-to-list): Delete compatibility code.
715 (checkdoc-next-message-error): Doc fix.
716
717 2001-11-17 Stephen Eglen <stephen@gnu.org>
718
719 * locate.el (locate): Show default locate pattern within the
720 prompt, but don't insert it into the minibuffer contents.
721 Catch the case when pattern is the empty string.
722
723 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
724
725 * language/european.el ("French"): New language environment.
726
727 2001-11-16 Richard M. Stallman <rms@gnu.org>
728
729 * calendar/todo-mode.el (todo-save): Fix previous change.
730
731 * subr.el (functionp): Do use cdr-safe on object.
732
733 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
734
735 * bindings.el (mode-line-mode-name): Only put the help-echo property
736 if the local-map property was put as well.
737 (global-map): Bind switch-frame, delete-frame, iconify-frame
738 and make-frame-visible events.
739
740 * emacs-lisp/elp.el (elp-not-profilable): New var.
741 (elp-not-profilable-p): New function.
742 (elp-instrument-function): Use it. Use backquotes and push.
743
744 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
745 (byte-stack+-info, byte-compile-last-warned-form)
746 (byte-compile-last-logged-file): Don't defconst a variable.
747 (no-byte-compile): Declare.
748 (byte-compile-file): Don't boundp-check no-byte-compile any more.
749 (byte-compile-defvar): Leave defconst as is.
750
751 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
752 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
753 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
754 (edebug-best-error): Don't defconst a variable.
755 (edebug-read-syntax-table): Use a char-table.
756 (edebug-lemacs-specific): Remove.
757 Toplevel: Eliminate check for Lucid Emacs.
758
759 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
760
761 * rect.el (move-to-column-force): Mark obsolete.
762 (operate-on-rectangle, delete-extract-rectangle-line)
763 (insert-rectangle, delete-whitespace-rectangle-line)
764 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
765 (string-rectangle-history): New var.
766 (string-rectangle, string-insert-rectangle): Use it.
767 (delete-rectangle-line): Fix pos/column mixup and simplify.
768
769 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
770 (normal-top-level, command-line, command-line-1): Simplify.
771
772 * tar-mode.el (tar-mode): Use define-derived-mode.
773
774 * view.el (view-mode-enable): Don't use make-local-hook.
775
776 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
777
778 2001-11-16 Richard M. Stallman <rms@gnu.org>
779
780 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
781 if it doesn't make sense as anything else.
782 Don't recognize a "telephone number" at the beginning of the name.
783 (mail-extr-leading-garbage): Match non-word characters only.
784
785 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
786
787 * startup.el (command-line-processed): Doc fix.
788
789 * apropos.el (apropos-next-label-button): Doc fix.
790
791 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
792
793 * comint.el (comint-mode): Simplify.
794 (make-comint-in-buffer): Run `comint-mode' only if necessary.
795
796 * subr.el (eval-after-load): Make it work with features as well.
797
798 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
799
800 * international/mule-cmds.el (describe-input-method): Setup xref.
801 (set-language-environment): Use functionp.
802 (locale-language-names, locale-charset-language-names)
803 (locale-preferred-coding-systems): Defconst and purecopy.
804
805 * language/european.el (mac-roman): Add mime-charset property.
806
807 2001-11-15 Richard M. Stallman <rms@gnu.org>
808
809 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
810 (multiple-value-apply, nth-value): Use defsubst rather than defalias
811 to get better doc strings.
812
813 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
814
815 * derived.el: Fix autoload cookie.
816
817 2001-11-15 Richard M. Stallman <rms@gnu.org>
818
819 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
820
821 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
822
823 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
824
825 2001-11-15 Richard M. Stallman <rms@gnu.org>
826
827 * dired.el (dired-undo): Display a message to explain
828 that this does not undo file system changes.
829
830 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
831
832 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
833 into `unread-command-events' instead of trying keymap
834 lookups ourselves. This makes mouse-clicks do the right
835 thing even when keymaps of overlays are involved.
836 (mouse-drag-drag): Likewise.
837
838 2001-11-15 Andreas Schwab <schwab@suse.de>
839
840 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
841 characters and append anchor to pattern added to auto-mode-alist.
842
843 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
844
845 * server.el (server-process-filter): Run pore/post-comment-hook
846 before/after visiting the file.
847
848 * info-look.el (makefile-mode): Add info for automake.
849 (autoconf-mode): Fix the name of the index for automake.
850
851 * international/latin-9.el: Give pilcrow punctuation syntax.
852
853 2001-11-15 Andre Spiegel <spiegel@gnu.org>
854
855 * vc.el: Documentation fixes.
856
857 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
858
859 * smerge-mode.el (smerge-match-conflict): Fix typo.
860 (smerge-diff): Be careful to read match-data early enough.
861
862 2001-11-14 Colin Walters <walters@verbum.org>
863
864 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
865 (calcFunc-subst): Use `defalias' instead of `fset' and
866 `symbol-function'.
867
868 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
869 (calcFunc-ceil, calcFunc-round): Ditto.
870
871 * calc/calc-bin.el (calcFunc-clip): Ditto.
872
873 * calc/calc-ext.el (calcFunc-evalv): Ditto.
874
875 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
876
877 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
878 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
879
880 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
881
882 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
883 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
884 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
885 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
886 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
887 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
888 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
889 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
890 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
891 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
892 * calcsel2.el: Style cleanup; don't put closing parens on their
893 own line, add "foo.el ends here" to each file, and update
894 copyright date.
895
896 * README: Update maintainer.
897
898 2001-11-13 Alan Shutko <ats@acm.org>
899
900 * compile.el (recompile): Use compilation-arguments if set, so as
901 to be able to M-x recompile the exact command which created a
902 compilation-mode buffer.
903
904 2001-11-13 Richard M. Stallman <rms@gnu.org>
905
906 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
907
908 2001-11-13 Gerd Moellmann <gerd@gnu.org>
909
910 * mouse.el (mouse-drag-region): Don't run the up-event
911 handler if window start changed due to the down-mouse event.
912
913 2001-11-13 Richard M. Stallman <rms@gnu.org>
914
915 * mouse.el (mouse-show-mark): Either move point to the mark
916 or use highlighting, never both.
917 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
918
919 2001-11-13 Simon Josefsson <jas@extundo.com>
920
921 * mail/smtpmail.el (top-level): Change maintainer to Simon
922 Josefsson, cleanup the smtpmail.el header.
923
924 * mail/smtpmail.el (top-level): Don't require cl or base64.
925 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
926 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
927 Defsubst instead of defmacro.
928 (smtpmail-intersection): Return value in reverse order.
929 (smtpmail-open-stream): Use stringp instead of string-to-list.
930 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
931 separated from smtpmail-via-smtp.
932
933 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
934 rfc2104. Require base64 and cl.
935 (smtpmail-smtp-service): Doc fix. :type fix.
936 (smtpmail-debug-info): Doc fix.
937 (smtpmail-debug-verb, smtpmail-auth-credentials)
938 (smtpmail-starttls-credentials, smtpmail-auth-supported):
939 New variables.
940 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
941 mail-utils (it is autoloaded).
942 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
943 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
944 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
945 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
946 (smtpmail-via-smtp): Support AUTH.
947 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
948
949 2001-11-13 Richard M. Stallman <rms@gnu.org>
950
951 * ebuff-menu.el (electric-buffer-update-highlight): New function.
952 (electric-buffer-overlay): New variable.
953 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
954 (electric-buffer-list): Likewise.
955
956 2001-11-13 Per Starback <starback@ling.uu.se>
957
958 * isearch.el (isearch-whitespace-chars): Doc fix.
959 (isearch-mode): Handle negative search-slow-window-lines correctly.
960
961 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
962
963 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
964
965 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
966 From Emmanuel Briot <briot@act-europe.fr>.
967
968 2001-11-13 Colin Walters <walters@debian.org>
969
970 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
971
972 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
973 "~/.emacs"; use `read-file-name'.
974
975 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
976 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
977 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
978 * calc/calc.el: Use `frame-width' instead of `screen-width',
979 `frame-height' instead of `screen-height', and,
980 `executing-kbd-macro' instead of `executing-macro'.
981
982 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
983 correct number of arguments.
984
985 * calc/calc-aent.el (calc-do-alg-entry):
986 Use `blink-paren-function' instead of `blink-paren-hook'.
987
988 2001-11-12 Richard M. Stallman <rms@gnu.org>
989
990 * calendar/todo-mode.el (todo-save): Add save-excursion
991 and save-restriction.
992
993 * server.el (server-edit, server-done): Doc fix.
994
995 * simple.el (clone-indirect-buffer): Error if major mode symbol
996 has a no-clone-indirect property.
997 (clone-buffer): Check for obvious errors before reading clone name.
998
999 * info.el (Info-mode): Add a no-clone-indirect property.
1000
1001 2001-11-12 Sam Steingold <sds@gnu.org>
1002
1003 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1004 set-buffer-modified-p to nil after `vc-exec-after'.
1005 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1006 (log-view-mode): Make read-only.
1007 (log-view-current-file): Do final `expand-file-name' in the
1008 current `default-directory'.
1009 (log-view-current-tag): Take an optional `where' arg.
1010 (log-view-diff): New user command.
1011
1012 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1013
1014 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1015
1016 2001-11-12 Sam Steingold <sds@gnu.org>
1017
1018 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1019 `generic-flet', `generic-labels', `with-accessors',
1020 `with-condition-restarts'.
1021
1022 2001-11-12 Richard M. Stallman <rms@gnu.org>
1023
1024 * dired.el: Many trivial doc fixes.
1025 (dired-get-file-for-visit): New function.
1026 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1027 (dired-view-file, dired-find-file-other-window, dired-display-file):
1028 (dired-find-file): Use dired-get-file-for-visit.
1029
1030 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1031
1032 * sql.el (sql-mode): Doc change.
1033
1034 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1035 escape character.
1036
1037 2001-11-12 Colin Walters <walters@debian.org>
1038
1039 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1040 (calc-do-keypad): Don't attempt to use nonexistent global
1041 mouse-map, use calc-keypad-map.
1042 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1043 (calc-keypad-left-click): Don't use mouse-map; update to new event
1044 interface.
1045 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1046 (calc-keypad-press): Use `unread-command-events' instead of
1047 `unread-command-char'.
1048
1049 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1050 to match files renamed on initial calc import.
1051
1052 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1053
1054 * textmodes/flyspell.el (flyspell-default-dictionary):
1055 Fix previous change.
1056
1057 2001-11-12 Richard M. Stallman <rms@gnu.org>
1058
1059 * textmodes/flyspell.el (flyspell-default-dictionary):
1060 Fix custom type.
1061
1062 2001-11-11 Richard M. Stallman <rms@gnu.org>
1063
1064 * calendar/solar.el (solar-sunrise-and-sunset):
1065 Exchange the two extreme values of day-length.
1066
1067 * progmodes/sh-script.el (sh-must-be-shell-mode):
1068 Allow modes derived from sh-mode.
1069
1070 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1071 Turn off error in some re-search-forward calls.
1072
1073 * replace.el (query-replace-skip-read-only): New variable.
1074 (perform-replace): If that variable is non-nil, ignore matches
1075 that have a read-only property.
1076
1077 * derived.el (define-derived-mode): Doc fix.
1078
1079 * server.el (server-buffer-done): Test of server-existing-buffer
1080 was backwards.
1081 (server-existing-buffer): Doc fix.
1082
1083 * textmodes/flyspell.el (flyspell-default-dictionary):
1084 Allow nil as value, and make nil the default.
1085
1086 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1087
1088 * subdirs.el: Regenerated.
1089
1090 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1091 it is not fboundp.
1092 (clipboard-yank): Ditto.
1093
1094 2001-11-11 Colin Walters <walters@verbum.org>
1095
1096 The following changes are based on patches from
1097 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1098 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1099
1100 * calc/calc.el (toplevel): Require calc-macs.
1101 (calc-minibuffer-size): New.
1102 (calcDigit-nondigit): Use it instead of `buffer-size'.
1103 (calcDigit-backspace): Likewise.
1104 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1105 `buffer-string'.
1106 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1107 `point-min'.
1108 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1109 `save-excursion'.
1110
1111 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1112 simple `setq' form.
1113
1114 * calc/calc-ext.el: (toplevel): Require calc.
1115 (calc-fancy-prefix-map): New.
1116 (calc-fancy-prefix): Use it.
1117 (calc-fancy-prefix-other-key): New.
1118
1119 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1120 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1121 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1122 (calcAlg-enter): Likewise.
1123 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1124
1125 2001-11-10 Richard M. Stallman <rms@gnu.org>
1126
1127 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1128 (quietly-read-abbrev-file): Doc fix.
1129
1130 * startup.el (command-line): Read standard abbrev
1131 file (abbrev-file-name), if it exists.
1132
1133 * files.el (save-abbrevs): Default value is t.
1134
1135 * progmodes/compile.el (compile-goto-error): Fix previous change
1136 in the case where subsequent errors have not been parsed yet
1137 because they are in a different source file.
1138
1139 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1140
1141 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1142 Merge two regular expressions into one.
1143 (ps-mode): Make local bindings for `comment-start' and
1144 `comment-start-skip'.
1145 (ps-mode-looking-at-nested): Simplify an if-else construct;
1146 use `set-match-data' to set the result.
1147
1148 2001-11-10 Richard M. Stallman <rms@gnu.org>
1149
1150 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1151 Function deleted.
1152 (flyspell-correct-word): Old definition deleted.
1153 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1154 All references renamed too.
1155
1156 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1157
1158 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1159
1160 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1161
1162 * wid-edit.el (checklist): Removed `:menu-tag'.
1163 (radio-button-choice): Ditto.
1164 (editable-list): Ditto.
1165
1166 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1167
1168 * play/gomoku.el: Move definitions of constants to the beginning
1169 of file, before their use.
1170
1171 2001-11-09 Richard M. Stallman <rms@gnu.org>
1172
1173 * textmodes/flyspell.el: Use the keymap property
1174 instead of local-map, and don't use a minor-mode map.
1175 (flyspell-mode-map): Variable deleted.
1176 Don't mess with minor-mode-map-alist.
1177 (calling add-minor-mode): Specify nil for keymap.
1178 And always use add-minor-mode, now that it exists.
1179 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1180 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1181 or flyspell-local-mouse-map.
1182 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1183 (flyspell-mode): Doc fix.
1184 (flyspell-mode-on): Don't call make-local-hook.
1185
1186 2001-11-09 Sam Steingold <sds@gnu.org>
1187
1188 * emacs-lisp/debug.el (debugger-make-xrefs):
1189 Add buttons to all symbols.
1190
1191 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1192
1193 * vc.el: Add John David Smith to credits.
1194
1195 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1196
1197 * vc-hooks.el (vc-error-occured): Backquotified.
1198 (vc-file-prop-obarray): Use prime length for better efficiency.
1199
1200 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1201
1202 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1203
1204 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1205
1206 2001-11-09 Miles Bader <miles@gnu.org>
1207
1208 * subr.el (functionp): Don't consider macros as functions.
1209
1210 2001-11-08 Miles Bader <miles@gnu.org>
1211
1212 * subr.el (functionp): Make work correctly for macros and unbound
1213 symbols.
1214
1215 * comint.el (comint-send-input): Fix description of
1216 `comint-process-echoes' in the doc-string.
1217
1218 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1219
1220 * international/mule.el (make-translation-table): Doc fix.
1221 Suggested by Alex Schroeder <alex@gnu.org>.
1222
1223 2001-11-07 Richard M. Stallman <rms@gnu.org>
1224
1225 * info.el (Info-fontify-node): Highlight every third menu item.
1226
1227 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1228
1229 * cus-edit.el (custom-face-value-create): Don't ignore the
1230 `customized-face' attribute when finding the current face spec.
1231
1232 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1233
1234 * subr.el (with-local-quit): New macro.
1235 (make-syntax-table): Always inherit.
1236 (functionp): Be more careful when `object' is a symbol.
1237
1238 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1239
1240 2001-11-07 Paul Eggert <eggert@twinsun.com>
1241
1242 * dired.el (dired-move-to-filename-regexp):
1243 Do not distinguish between ASCII letters and non-ASCII characters.
1244 Don't allow comma except in the form "month day, year".
1245 Don't allow space between month name and comma.
1246 Clean up the code that checks for trailing period, comma, and space.
1247 Remove now-obsolete comments, and add more commentary about
1248 Japanese dates.
1249 Always gobble up trailing spaces, instead of doing it only sometimes.
1250
1251 2001-11-07 Miles Bader <miles@gnu.org>
1252
1253 * paren.el (show-paren-match-face): Add dark-background variant.
1254
1255 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1256
1257 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1258 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1259 Don't disable adaptive-fill-mode.
1260 (lisp-fill-paragraph): Use tab-width rather than 8.
1261 Prevent filling the first line of docstrings.
1262
1263 2001-11-06 Richard M. Stallman <rms@gnu.org>
1264
1265 * play/gomoku.el (gomoku): Doc fix.
1266
1267 * jka-compr.el (jka-compr-partial-uncompress):
1268 Support an alternative of not using dd.
1269 (jka-compr-dd-program): Use defcustom to define this.
1270 (jka-compr-load-suffixes): Use defcustom.
1271 (jka-compr-mode-alist-additions): Use defcustom.
1272
1273 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1274
1275 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1276 Also work when LIMIT is further than the end of line.
1277
1278 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1279
1280 * international/quail.el (quail-update-leim-list-file): Print the
1281 offending file name if some of its quail-define-package forms is broken.
1282
1283 2001-11-05 Richard M. Stallman <rms@gnu.org>
1284
1285 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1286 of the evaluated form.
1287
1288 2001-11-05 Paul Eggert <eggert@twinsun.com>
1289
1290 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1291 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1292 stamps always line up by default. Also, it uses a slightly
1293 different window to determine whether files are "recent".
1294
1295 2001-11-05 Andrew Innes <andrewi@gnu.org>
1296
1297 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1298 Don't attempt to remake autoloads before nuking .elc files.
1299
1300 2001-11-04 Richard M. Stallman <rms@gnu.org>
1301
1302 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1303 previous-single-property-change or next-single-char-property-change
1304 returns nil.
1305
1306 * international/mule-cmds.el (set-locale-environment):
1307 Make it interactive; make arg optional.
1308
1309 * international/mule-diag.el (help-funs): Require help-funs.
1310
1311 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1312
1313 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1314
1315 2001-11-04 Miles Bader <miles@gnu.org>
1316
1317 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1318 shadow of the splash image grey on a dark background instead of black.
1319
1320 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1321
1322 * term.el (all faces): Don't (copy-face 'default <foo>).
1323
1324 * term/xterm.el (function-key-map):
1325 Add entry for `ESC [ 3 ~' -> <delete>
1326 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1327 Use inheritance so that .emacs and terminfo take precedence.
1328
1329 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1330
1331 * tooltip.el (tooltip-delay): Decrease to 0.7.
1332 (tooltip-hide-delay): Enlarge to 10.
1333
1334 2001-11-03 Richard M. Stallman <rms@gnu.org>
1335
1336 * startup.el (fancy-splash-tail): Explain how to recover
1337 from a crash, if there was a crash.
1338 (command-line-1): Reorganize display of startup screen,
1339 to simplify the logic. Use a temp buffer for it.
1340
1341 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1342
1343 * frame.el (set-background-color, set-foreground-color):
1344 Call face-set-after-frame-default, to propagate the new colors to
1345 the frame's parameters alist.
1346
1347 * calendar/timeclock.el (timeclock-out): Signal an error if
1348 timeclock-last-event is nil.
1349
1350 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1351
1352 * textmodes/fill.el (fill-context-prefix): Fix braino.
1353
1354 * international/quail.el (quail-help):
1355 Use `help-buffer' and move `help-setup-xref' to beginning.
1356
1357 * international/mule-cmds.el (describe-language-environment):
1358 Use `help-buffer' and move `help-setup-xref' to beginning.
1359
1360 * international/mule-diag.el (list-character-sets)
1361 (sort-listed-character-sets, describe-character-set)
1362 (describe-coding-system, describe-fontset, list-fontsets):
1363 Use `help-buffer' and move `help-setup-xref' to beginning.
1364 (describe-char-after): Use `internal-describe-syntax-value'.
1365
1366 2001-11-02 Richard M. Stallman <rms@gnu.org>
1367
1368 * mouse.el (popup-menu): If the user refuses to select
1369 from a menu, don't try to invoke the menu.
1370
1371 2001-11-02 Miles Bader <miles@gnu.org>
1372
1373 * help-mode.el (help-xref): New button type.
1374 (help-function, help-variable, help-face, help-coding-system)
1375 (help-input-method, help-character-set, help-type, help-symbol)
1376 (help-back, help-info, help-customize-variable, help-customize-face)
1377 (help-function-def, help-variable-def): Use it as a supertype.
1378 Remove `action' property.
1379
1380 * international/mule-diag.el (describe-character-set)
1381 (describe-coding-system): Pass correct args to `help-xref-button'.
1382 (sort-listed-character-sets): New button type.
1383 (list-character-sets): Use it.
1384 (list-charset-chars): New button type.
1385 (list-character-sets-1): Use it.
1386
1387 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1388
1389 * indent.el (tab-always-indent, indent-for-tab-command):
1390 Remove redundant `never' setting.
1391
1392 * fill.el (fill-region-as-paragraph): Don't forget to skip
1393 over current whitespace before looking for a preceding space.
1394
1395 2001-11-01 Richard M. Stallman <rms@gnu.org>
1396
1397 * files.el (file-newest-backup): Don't pass backup file name
1398 thru file-name-sans-versions, because it never has version numbers.
1399
1400 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1401 to avoid ambiguous nested loops.
1402
1403 * files.el (find-file-noselect): Offer to change buffer-read-only
1404 only when the file's read-only status has changed from before
1405 as well as disagreeing with the buffer's current status.
1406 (buffer-file-read-only): New var, local in all buffers.
1407
1408 * buff-menu.el (buffer-menu): Doc fix.
1409 (buffer-menu-other-window): Doc fix.
1410 (list-buffers, list-buffers-noselect): Doc fix.
1411
1412 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1413
1414 * startup.el (command-line): If the terminal Emacs is running on
1415 has erase char set to ^H, use the Backspace key for deleting
1416 backward, and the Delete key for deleting forward.
1417
1418 2001-11-01 Miles Bader <miles@gnu.org>
1419
1420 * button.el (define-button-type): Make sure every user-defined
1421 button type has a supertype.
1422
1423 2001-10-31 Jason Rumney <jasonr@gnu.org>
1424
1425 * international/mule-cmds.el (locale-language-names): Add chs and
1426 cht as aliases for Chinese-GB and Chinese-BIG5.
1427
1428 2001-10-31 Richard M. Stallman <rms@gnu.org>
1429
1430 * bindings.el (mode-line-frame-identification): Add doc string.
1431 (mode-line-position, mode-line-modes): New variables.
1432 (mode-line-format): Use mode-line-position for the part
1433 that displays the position-in-buffer info.
1434 Use mode-line-modes for the part that displays major and minor modes.
1435
1436 2001-10-31 Sam Steingold <sds@gnu.org>
1437
1438 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1439 (debugger-setup-buffer): Call it.
1440 (debugger-mode-map): Bind RET and mouse-2.
1441
1442 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1443
1444 * startup.el: Document command line option --no-window-system
1445 instead of --no-windows.
1446
1447 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1448
1449 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1450
1451 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1452 (font-lock-defaults-alist): Use it.
1453 From David Ponce <david.ponce@wanadoo.fr>
1454
1455 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1456 output of `char-after'.
1457
1458 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1459
1460 * simple.el (reindent-then-newline-and-indent): Insert the newline
1461 before indenting the first line.
1462 (undo-get-state, undo-revert-to-state): New funs.
1463 (shell-command): Don't kill the buffer even if empty.
1464 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1465 (transpose-subr-end2): Remove.
1466 (transpose-subr): Add `special' arg and simplify.
1467 (transpose-subr-1): Rewrite.
1468 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1469 (rfc822-goto-eoh): Simplify.
1470
1471 2001-10-30 Richard M. Stallman <rms@gnu.org>
1472
1473 * enriched.el (enriched-face-ans): FIx previous change.
1474
1475 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1476
1477 * international/iso-acc.el (iso-accents-compose): Remove a
1478 superfluous setq.
1479
1480 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1481
1482 * buff-menu.el (list-buffers-noselect): If the buffer's name
1483 starts with a blank, but it visits a file, do show it (for files
1484 whose names start with a blank).
1485
1486 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1487
1488 * textmodes/fill.el (sentence-end-double-space)
1489 (sentence-end-without-period): Move to paragraphs.el.
1490 (fill-indent-according-to-mode): Change default to t.
1491 (fill-context-prefix): Simplify control-flow and use a more
1492 sophisticated merge that unifies both previous checks.
1493 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1494 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1495 (fill-nobreak-p): New fun.
1496 (fill-region-as-paragraph): Use it.
1497 Handle `fill-indent-according-to-mode' slightly differently.
1498 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1499 (fill-individual-paragraphs-citation): Fix.
1500
1501 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1502 (paragraph-start): Change default to the `text-mode' value.
1503 (sentence-end-double-space, sentence-end-without-period):
1504 Move from fill.el.
1505 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1506 rather than rebinding `paragraph-start' and `paragraph-separate'.
1507
1508 * indent.el (indent-line-function): Change default to indent-relative.
1509 (tab-always-indent): Add an `never' setting.
1510 (indent-according-to-mode): Handle `indent-relative' and
1511 `indent-relative-maybe' specially.
1512 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1513 Handle the `never' case for `tab-always-indent'.
1514 Don't call indent-according-to-mode for indent-relative' and
1515 `indent-relative-maybe'.
1516 (insert-tab): Rename `prefix-arg' to `arg'.
1517 (indent-region): Indent the first line as well.
1518 (indent-relative): Don't mark the buffer modified if the indentation
1519 is unchanged.
1520
1521 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1522 Don't set paragraph-separate. Set paragraph-start more carefully.
1523 Set indent-line-function.
1524 (paragraph-indent-text-mode): Use it and define-derived-mode.
1525 (text-mode-map): Remove the \t binding.
1526 (text-mode): Simplify now that the default is more favorable.
1527
1528 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1529
1530 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1531 If the regexp doesn't match, use a looser one.
1532 (find-variable-noselect): Add `file' argument.
1533
1534 * pcvs.el (cvs-mode-commit-hook): New hook.
1535 (cvs-mode-commit): Run it.
1536
1537 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1538
1539 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1540 (edebug-instrument-function): Use `find-function-noselect'.
1541
1542 2001-10-29 Richard M. Stallman <rms@gnu.org>
1543
1544 * term.el (term-if-emacs19): Macro deleted.
1545 Callers changed to use progn instead.
1546
1547 * frame.el (blink-cursor-mode): Doc fix.
1548
1549 * files.el (find-backup-file-name): Use make-backup-file-name.
1550
1551 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1552 window-live-p.
1553 (edebug-set-conditional-breakpoint): Unconditionally use
1554 the former Emacs >=19 definition.
1555 (edebug-mark): Define unconditionally.
1556 (edebug-eval-expression): Always call read-from-minibuffer
1557 and specify history list.
1558 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1559 edebug-set-conditional-breakpoint.
1560 (edebug-emacs-version-specific): Function deleted;
1561 do the job at top level.
1562 (edebug-emacs-19-specific): Function deleted, this is the default.
1563
1564 2001-10-29 Sam Steingold <sds@gnu.org>
1565
1566 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1567 "/cygdrive/LETTER/" pathnames.
1568
1569 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1570
1571 * faces.el (invert-face): Check for 'unspecified, not for nil,
1572 when testing whether face colors are not specified.
1573 From David.Kastrup@t-online.de (David Kastrup).
1574 (read-face-name): Doc fix.
1575 (make-face-bold, make-face-unbold, make-face-italic)
1576 (make-face-unitalic, make-face-bold-italic, invert-face):
1577 Remove trailing blank from the prompt passed to read-face-name.
1578
1579 2001-10-29 Sam Steingold <sds@gnu.org>
1580
1581 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1582 Report numbers of files skipped and failed too.
1583 (byte-compile-file): Return 'no-byte-compile for skipped files.
1584
1585 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1586
1587 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1588 and `M p'.
1589
1590 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1591
1592 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1593 as is on unread-command-events instead of `(SECOND-CHAR)'.
1594
1595 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1596
1597 * vc.el: Mention vc-*-switches in backend API documentation.
1598 (vc-annotate): Adapt doc string to recent change.
1599
1600 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1601
1602 * enriched.el (enriched-face-ans): Handle face attributes
1603 of the form `(FACE1 FACE2 ...)'.
1604
1605 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1606
1607 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1608
1609 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1610
1611 * progmodes/sql.el (sql-db2): Doc change.
1612 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1613 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1614
1615 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1616
1617 * env.el (substitute-env-vars): Don't quote argument to `rx';
1618 it's a macro.
1619
1620 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1621
1622 * cus-start.el (recursive-load-depth-limit): Added.
1623
1624 2001-10-28 Richard M. Stallman <rms@gnu.org>
1625
1626 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1627 All uses removed--assume Emacs version is >= 20.
1628
1629 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1630 by really checking that it is not version 18.
1631
1632 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1633
1634 2001-10-28 Miles Bader <miles@gnu.org>
1635
1636 * faces.el (face-attribute): Add INHERIT argument, consider face
1637 inheritance if it's non-nil.
1638 (face-attribute-merged-with): New function.
1639 (face-attribute-specified-or): New macro.
1640 (face-foreground, face-background, face-stipple): Add INHERIT
1641 argument. Use `face-attribute-specified-or'.
1642
1643 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1644
1645 * font-lock.el: Require `syntax'.
1646 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1647 Use `c-font-lock-syntactic-face-function' for c languages.
1648 (font-lock-mode): Don't unset vars when turning the mode off.
1649 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1650 (font-lock-extra-managed-props): New var.
1651 (font-lock-default-unfontify-region): Use it.
1652 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1653 Don't eval the value when there's no match.
1654 (font-lock-ppss-stats): New var.
1655 (font-lock-ppss): New fun.
1656 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1657 (font-lock-apply-highlight): Allow `highlight' to set several props.
1658 (font-lock-set-defaults): Use dolist.
1659 (font-lock-unset-defaults): Remove.
1660 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1661 Try to recognize prototypes using `foo P_ ((args))'.
1662 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1663 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1664 (c-font-lock-syntactic-face-function): New function.
1665 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1666 (c++-keywords): Use a more sophisticated regexp to handle
1667 shallowly nested templates.
1668
1669 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1670
1671 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1672 (sgml-tag): Use it. Cleanup with `cond'.
1673 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1674 Mark the overlays and only delete those that are marked.
1675 (sgml-skip-close-p): Remove.
1676 (sgml-value): Replace sgml-skip-close-p with its definition.
1677 (html-tag-alist): Use sgml-xml a bit more.
1678 (html-mode): Set sgml-empty-tags.
1679
1680 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1681 (texinfo-update-node, texinfo-sequential-node-update):
1682 Don't bind the obsolete `auto-fill-hook'.
1683 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1684 Use `set-buffer' rather than `switch-to-buffer'.
1685 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1686 Use `set-buffer' rather than `switch-to-buffer'.
1687
1688 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1689 text-mode-syntax-table.
1690 (mail-mode): Use define-derived-mode.
1691 Fix ordering of alternatives in adaptive-fill-regexp.
1692 (mail-mode-map): Don't rely on keymap's internal representation.
1693
1694 2001-10-27 Sam Steingold <sds@gnu.org>
1695
1696 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1697 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1698 (sgml-mode-common): Call it.
1699 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1700 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1701 (html-horizontal-rule, html-image, html-ordered-list):
1702 (html-unordered-list, html-list-item, html-paragraph):
1703 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1704 `html-xhtml'.
1705
1706 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1707
1708 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1709 (ifnothtml): New alias.
1710
1711 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1712
1713 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1714 (toggle-text-mode-auto-fill): Use derived-mode-p.
1715
1716 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1717
1718 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1719 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1720
1721 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1722
1723 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1724 Add make-obsolete cookies, to follow faces.el.
1725
1726 These changes avoid warnings from the byte compiler in faces.el:
1727
1728 * faces.el (internal-get-face): Use facep instead of the obsolete
1729 internal-find-face.
1730 (internal-frob-font-weight, internal-frob-font-slant):
1731 New defaliases for obsolete functions.
1732 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1733 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1734 (x-make-font-bold-italic): Use internal-frob-font-weight and
1735 internal-frob-font-slant aliases instead of the obsolete
1736 x-frob-... functions.
1737
1738 2001-10-26 Sam Steingold <sds@gnu.org>
1739
1740 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1741 DOCTYPE; set `mode-name' based on it.
1742 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1743 (sgml-tag): Close empty tags in XHTML.
1744
1745 2001-10-26 Jason Rumney <jasonr@gnu.org>
1746
1747 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1748 when UNICODE is not defined.
1749
1750 2001-10-26 Sam Steingold <sds@gnu.org>
1751
1752 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1753 be alone on the line.
1754
1755 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1756
1757 * button.el (button): Special face definition for MS-DOS terminals.
1758
1759 2001-10-26 Sam Steingold <sds@gnu.org>
1760
1761 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1762 Protect the /= test by checking that the args are non-nil.
1763 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1764
1765 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1766
1767 * textmodes/artist.el (artist-version): 1.2.4.
1768 (artist-butlast-fn): New variable.
1769 (artist-butlast): New function.
1770 (artist-ellipse-mirror-quadrant): Use it.
1771 (artist-mouse-draw-poly): Use nil for `point-list'.
1772 (artist-mouse-draw-poly): Check for point-list being nil.
1773
1774 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1775
1776 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1777 lambda expression.
1778 (ps-mode-menu-main): Submenu with options on/off was replaced with
1779 a toggle button.
1780 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1781 (ps-mode): Autoload cookie added on same line as comment
1782 (ps-mode-tabkey, ps-mode-backward-delete-char):
1783 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1784 `indent-to' with `indent-line-to'
1785 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1786 instead of `eval'.
1787 (ps-mode-print-region): Use `with-temp-buffer'.
1788 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1789 (numerous places): Add back-tick and tick around names in
1790 docstrings, fix punctuation in docstrings, remove trailing spaces.
1791
1792 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1793
1794 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1795 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1796 (sgml-font-lock-syntactic-keywords): New var.
1797 (sgml-mode-common): Drop the two args.
1798 Don't make buffer-local variables that aren't used.
1799 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1800 Don't set `before-string' props from sgml-display-text.
1801 (sgml-mode): Use define-derived-mode.
1802 (sgml-tags-invisible): Use sgml-display-text.
1803 (sgml-quote): New command.
1804 (html-tag-alist): Add args for `span'.
1805 (html-mode): Use define-derived-mode.
1806 Set sgml-display-text and sgml-tag-face-alist.
1807
1808 2001-10-25 Sam Steingold <sds@gnu.org>
1809
1810 * add-log.el (add-log-always-start-new-record): New user option.
1811 (add-change-log-entry): Use it.
1812
1813 2001-10-25 Richard M. Stallman <rms@gnu.org>
1814
1815 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1816 bind case-fold-search if FROM is not all lower case.
1817
1818 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1819
1820 * startup.el (normal-top-level): Check for frame-initial-frame
1821 only if it's really used.
1822
1823 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1824
1825 * progmodes/compile.el (compilation-parse-errors-filename-function):
1826 New variable.
1827 (compilation-parse-errors): Use it.
1828
1829 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1830
1831 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1832 interactively so that C-u M-C-x still does edebug.
1833 (checkdoc-sentencespace-region-engine): Don't force a double-space
1834 after `.' if it doesn't look like an end-of-sentence.
1835 (debug-ignored-errors): Add `disambiguate ...'.
1836
1837 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1838
1839 * textmodes/texinfo.el (texinfo-environments)
1840 (texinfo-environment-regexp): Hoist.
1841 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1842 Only highlight the menu name in menu items.
1843 Setup `@foo ... @end foo' as text clones.
1844 (texinfo-clone-environment): New function.
1845 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1846 (texinfo-insert-block): Simplify.
1847 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1848 the command is repeated.
1849 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1850 (texinfo-insert-@end): Simplify.
1851
1852 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1853 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1854 (texinfo-subsubsection-level-regexp)
1855 (texinfo-update-menu-same-level-regexps)
1856 (texinfo-update-menu-higher-regexps)
1857 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1858
1859 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1860 (derived-mode-p): Autoload.
1861
1862 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1863 New vars and functions.
1864 (text-clone-maintain, text-clone-create): New functions.
1865
1866 2001-10-25 Miles Bader <miles@gnu.org>
1867
1868 * facemenu.el (facemenu-add-new-face): Fix variable names.
1869
1870 2001-10-24 Richard M. Stallman <rms@gnu.org>
1871
1872 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1873 of t and nil values.
1874 (facemenu-set-face): Handle START and END interactively.
1875 (facemenu-set-foreground): Don't use a face; specify color directly.
1876 (facemenu-set-background): Likewise.
1877 (facemenu-set-face-from-menu): Doc fix.
1878 (facemenu-active-faces): Use face-attribute-vector
1879 to handle bare attributes not in faces.
1880 (facemenu-get-face): Don't handle face names fg:... and bg:...
1881 specially.
1882 (facemenu-add-new-face): New argument MENU.
1883 New way to handle adding colors to the color menus.
1884
1885 * env.el (substitute-env-vars): Quote the arg to rx.
1886
1887 2001-10-24 Sam Steingold <sds@gnu.org>
1888
1889 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1890 Control" and "SGML" groups.
1891
1892 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1893
1894 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1895 Better handling of C++ template args to avoid confusion with `<'
1896 and `>' used as operators in member init expressions.
1897
1898 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1899
1900 * replace.el (perform-replace): Move START and END parameters
1901 to the end of the argument list and make them optional.
1902
1903 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1904 perform-replace.
1905
1906 * international/fontset.el (x-must-resolve-font-name): New function.
1907 (x-complement-fontset-spec): Use it.
1908
1909 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1910
1911 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1912
1913 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1914 Turn caadr into caar of cdr.
1915
1916 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1917
1918 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1919 of mouse-{1,2} since dragging is on the down event.
1920
1921 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1922
1923 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1924 if ARG is nil.
1925
1926 * desktop.el (desktop-last-buffer): New variable.
1927 (desktop-create-buffer): Set it.
1928 (desktop-read): Bind it and switch to that buffer.
1929
1930 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1931
1932 * progmodes/compile.el (compilation-set-window-height):
1933 Select old window only if it's still live.
1934
1935 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1936
1937 * help-mode.el (help-buffer): Remove debugging code.
1938 From Stefan Monnier <monnier@cs.yale.edu>.
1939
1940 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1941
1942 * files.el (file-name-sans-extension, file-name-extension):
1943 Don't count the leading dots in file names as signaling an extension.
1944
1945 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1946
1947 * vc.el (vc-diff-switches): Doc rewritten.
1948
1949 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1950
1951 * tooltip.el (tooltip-set-param): Doc fix.
1952
1953 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1954 127 to sgml-maybe-name-self.
1955 (sgml-name-8bit-mode): Doc fix.
1956 (sgml-char-names-table): New variable.
1957 (sgml-name-char): Support non-ASCII and mule-unicode-*
1958 characters. Doc fix.
1959 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1960
1961 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1962 doc string the effect of `left' and `top' parameters in
1963 tooltip-frame-parameters, the default values, and the units.
1964 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1965 (tooltip-show): Mention in the doc string the `top' and `left'
1966 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1967
1968 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1969
1970 Add autoscaling support for vc-annotate.
1971 From J.D. Smith <jdsmith@alum.mit.edu>.
1972
1973 * vc.el (vc-annotate-display-default): Accept colormap scaling
1974 ratio (now deprecated).
1975 (vc-annotate-display-autoscale): Added.
1976 (vc-annotate-add-menu): New autoscaling menu options "Span to
1977 Oldest" and "Span Oldest->Newest". Easymenu support added for
1978 toggle menus driven by customize variable `vc-annotate-display-mode'.
1979 (vc-annotate-display-select): Added.
1980 (vc-annotate): Changed temp-buffer-show-function to
1981 `vc-annotate-display-select'.
1982 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1983 Added argument OFFSET. Instead of backend function, calls now
1984 generic `vc-annotate-difference'.
1985 (vc-annotate-difference): Added as generic function instead of
1986 backend-specific function. No longer takes argument POINT, but
1987 instead accepts a time OFFSET.
1988 (vc-default-annotate-current-time): Added.
1989
1990 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1991 version in vc.el, with
1992 (vc-cvs-annotate-current-time): Added, as override of default.
1993 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1994 `vc-cvs-annotate-difference'.
1995
1996 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1997
1998 * saveplace.el (save-place): Require `saveplace'.
1999
2000 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
2001 Use `sexp' for :value-type instead of `face'.
2002
2003 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2004
2005 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2006 regexps due to 5-digit message IDs.
2007
2008 2001-10-21 Jason Rumney <jasonr@gnu.org>
2009
2010 * term/w32-win.el (redisplay-dont-pause): Don't set.
2011
2012 2001-10-21 Miles Bader <miles@gnu.org>
2013
2014 * help-funs.el (help-manyarg-func-alist): Variable removed.
2015
2016 2001-10-21 Miles Bader <miles@gnu.org>
2017
2018 * help-funs.el (help-manyarg-func-alist): Remove entries for
2019 `insert', `insert-and-inherit', `insert-before-markers',
2020 `insert-before-markers-and-inherit', `message', `message-box',
2021 `message-or-box', `propertize', `format', `encode-time', `append',
2022 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2023 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2024 `ml-prefix-argument-loop'.
2025
2026 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2027
2028 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2029 (vc-default-diff-tree): New functions.
2030 (vc-version-diff): Use them. As a result, coding systems are now
2031 set up properly for all sorts of diffs, and tree diffs can now
2032 also be done locally.
2033 (vc-diff): With a prefix argument, don't require that it's called
2034 from a buffer under version control.
2035 (diff-switches): Remove duplicate definition.
2036
2037 * vc-cvs.el (vc-cvs-diff-tree): New function.
2038
2039 2001-10-21 Miles Bader <miles@gnu.org>
2040
2041 * help-funs.el (help-manyarg-func-alist): Remove entries for
2042 `list', `vector', `make-byte-code', `call-process',
2043 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2044 `logand', `logior', and `logxor'.
2045
2046 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2047 image bits to compensate. Use `make-string' instead of
2048 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2049
2050 2001-10-20 Kim F. Storm <storm@cua.dk>
2051
2052 * simple.el (kill-ring-save): Don't show extent of copied region
2053 if using transient-mark-mode and region is fully visible.
2054
2055 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2056
2057 * (Version 21.1 released.)
2058
2059 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2060
2061 * files.el (auto-mode-alist): Associate .indent.pro with
2062 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2063
2064 2001-10-18 Sam Steingold <sds@gnu.org>
2065
2066 Put the *Compile-Log* buffer in `compilation-mode'.
2067 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2068 (byte-compile-log-1, byte-compile-log-file)
2069 (displaying-byte-compile-warnings): Use it
2070
2071 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2072
2073 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2074
2075 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2076
2077 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2078
2079 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2080
2081 * obsolete/hilit19.el (hilit-lookup-face-create):
2082 Call set-face-font only if display-graphic-p.
2083 (toplevel): Remove references to window-system.
2084
2085 2001-10-18 Miles Bader <miles@gnu.org>
2086
2087 * simple.el (what-line): Avoid problems with field properties.
2088
2089 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2090
2091 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2092 Define special colors for a tty.
2093
2094 2001-10-17 Francesco Potorti` <pot@gnu.org>
2095
2096 * comint.el (comint-password-prompt-regexp): Make it less
2097 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2098
2099 2001-10-17 John Wiegley <johnw@gnu.org>
2100
2101 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2102 a regular file, before checking if it is a directory or symlink.
2103 This avoids a call to eshell-file-attributes, which can be
2104 expensive in some situations.
2105
2106 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2107 customization variable, to differentiate ls-in-dired from regular
2108 uses of ls.
2109
2110 2001-10-17 Miles Bader <miles@gnu.org>
2111
2112 * custom.el (defface): Mention `:inherit' in doc-string.
2113
2114 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2115
2116 * paren.el: Update the Commentary with installation instructions.
2117
2118 2001-10-15 Dave Love <fx@gnu.org>
2119
2120 * international/mule.el (set-auto-coding): Fix regexps for local
2121 variables section not to eat newlines.
2122
2123 2001-10-15 Miles Bader <miles@gnu.org>
2124
2125 * simple.el (display-message-or-buffer): Pass the correct buffer
2126 to `display-buffer'.
2127
2128 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2129
2130 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2131 (executable-find): Use exec-suffixes.
2132 (executable-set-magic): Don't use make-local-hook.
2133
2134 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2135
2136 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2137
2138 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2139 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2140 Add .so to the Unix and GNU branch.
2141
2142 * international/latin-1.el:
2143 * international/latin-2.el:
2144 * international/latin-3.el:
2145 * international/latin-4.el:
2146 * international/latin-5.el:
2147 * international/latin-8.el:
2148 * international/latin-9.el: Add no-byte-compile: t, since
2149 Makefile.in instructs make-docfile to look at .el files.
2150
2151 2001-10-14 Miles Bader <miles@gnu.org>
2152
2153 * button.el (define-button-type): Allow supertype property to be
2154 specified with a keyword `:supertype' too.
2155 (button-put, make-text-button): Allow button type property to be
2156 specified using the keyword `:type' too.
2157 (button-type): New function.
2158 (button): Add `button-category-symbol' property.
2159
2160 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2161
2162 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2163 indent-new-comment-line from comment-indent-new-line.
2164
2165 * textmodes/refill.el (refill-mode):
2166 Bind DEL to backward-delete-char-untabify.
2167 Set backward-delete-char-untabify-method to `hungry'.
2168
2169 * textmodes/bib-mode.el (bib-mode):
2170 * play/gomoku.el (gomoku-mode):
2171 * textmodes/page-ext.el (pages-directory-mode):
2172 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2173
2174 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2175
2176 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2177
2178 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2179 Handle here-docs differently.
2180 (sh-font-lock-heredoc): Remove.
2181 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2182 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2183 (sh-font-lock-open-heredoc): New functions.
2184 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2185 (sh-font-lock-keywords-1): Use regexp-opt.
2186 (sh-in-comment-or-string): Use syntax-ppss.
2187 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2188 (sh-select, sh-tmp-file): Add explicit terminating \n.
2189
2190 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2191 Use with-current-buffer.
2192 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2193 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2194 filename), catch any error that occurs in `ange-ftp-cd'.
2195 If an error happened, don't bother sending `cmd' at all.
2196 Fix a parenthesis typo.
2197 (ange-ftp-write-region): Don't blindly use binary if the remote host
2198 is unix-like.
2199
2200 * play/pong.el (pong-init): Don't use make-local-hook.
2201
2202 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2203
2204 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2205 (viper-get-ex-address-subr): More precise addr for the $ marker
2206
2207 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2208
2209 * version.el (emacs-version): Bump to 21.1.50.
2210
2211 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2212
2213 * mail/mailalias.el (mail-directory-stream): Do not double
2214 variables in the lambda-list.
2215
2216 * play/gomoku.el (gomoku-init-display): Ditto.
2217
2218 * play/landmark.el (lm-init-display): Ditto.
2219
2220 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2221 (delimit-columns-rectangle-line): Ditto.
2222
2223 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2224
2225 * newcomment.el (comment-region-internal): Don't rebind
2226 invisibility_spec now that the C routines handle it correctly.
2227
2228 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2229
2230 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2231 and `same-frame'.
2232
2233 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2234
2235 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2236
2237 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2238 C-p and C-r. Remove redundant bindings from inheriting maps.
2239
2240 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2241 After 4.23 and: After 4.24:
2242 (cperl-contract-levels): Restore position.
2243 (cperl-beautify-level): Likewise.
2244 (cperl-beautify-regexp): Likewise.
2245 (cperl-commentify): Rudimental support for length=1 runs
2246 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2247 After 4.25:
2248 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2249 (imenu-example--create-perl-index): Was not enforcing
2250 syntaxification-to-the-end.
2251 (cperl-invert-if-unless): Allow `for', `foreach'.
2252 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2253 Mark qw(), m()x as indentable.
2254 (cperl-init-faces): Highlight `sysopen' too.
2255 Highlight $var in `for my $var' too.
2256 (cperl-invert-if-unless): Was leaving whitespace at end.
2257 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2258 (cperl-calculate-indent): Remove old commented out code.
2259 Support (primitive) indentation of qw(), m()x.
2260 After 4.26:
2261 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2262 q [] with intervening newlines.
2263 (cperl-autoindent-on-semi): New customization variable.
2264 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2265 (cperl-tips): Mention how to make CPerl the default mode.
2266 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2267 (cperl-outline-level): New function.
2268 (cperl-highlight-variables-indiscriminately): New customization var.
2269 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2270 From Sean Kamath <kamath@pogo.wv.tek.com>.
2271 (cperl-after-block-p): Support CHECK and INIT.
2272 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2273 From Doug MacEachern <dougm@covalent.net>.
2274 After 4.27:
2275 (cperl-find-pods-heres): Recognize \"" as a string.
2276 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2277 Allow whitespace between << and "FOO".
2278 (cperl-problems): Remove \"" and q [] with intervening newlines.
2279 Mention multiple <<EOF as unsupported.
2280 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2281 (cperl-indent-parens-as-block): New configuration variable.
2282 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2283 Use `cperl-indent-parens-as-block'.
2284 (cperl-find-pods-heres): Test for =cut without empty line instead of
2285 complaining about no =cut.
2286 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2287 (cperl-find-pods-heres): Likewise.
2288 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2289 POD could've been marked as comment already.
2290 (cperl-unwind-to-safe): Unwind before start of POD too.
2291 After 4.28:
2292 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2293 After 4.29:
2294 (x-color-defined-p): Make an extra case to peacify the warning.
2295 Toplevel: `defvar' to peacify the warnings.
2296 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2297 No -nw-compile time warnings now.
2298 (cperl-find-tags): TAGS file had too short substring-to-search.
2299 Be less verbose in non-interactive mode
2300 (imenu-example--create-perl-index): Set index-marker after name
2301 (cperl-outline-regexp): New variable.
2302 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2303 (cperl-mode): Made use `cperl-outline-regexp'.
2304 After 4.30:
2305 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2306 (cperl-outline-level): Make start-of-file same level as `package'.
2307 After 4.31:
2308 (cperl-electric-pod): `head1' and `over' electric only if empty.
2309 (cperl-unreadable-ok): New variable.
2310 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2311 on an unreadable file.
2312 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2313 on an unreadable directory.
2314
2315 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2316 Consider the text between two errors as belonging to the first error.
2317 (compilation-goto-locus): Use pop-to-buffer rather than
2318 switch-to-buffer-other-frame.
2319
2320 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2321 (awk-font-lock-syntactic-keywords): New var.
2322 (awk-mode): Use it.
2323
2324 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2325
2326 * faces.el (describe-face): Call help-setup-xref earlier.
2327
2328 * jka-compr.el (jka-compr-load-suffixes): New var.
2329 (jka-compr-install): Add its content to load-suffixes.
2330 (jka-compr-uninstall): Remove its content from load-suffixes.
2331
2332 2001-10-12 Sam Steingold <sds@gnu.org>
2333
2334 * bindings.el (completion-ignored-extensions): CL-related
2335 extensions are platform-independent.
2336
2337 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2338 asynchronous multiple file copying.
2339
2340 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2341
2342 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2343 Turn error for repeated variables into warning.
2344
2345 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2346 New function checking that lambda-list consists of non-constant
2347 symbols, that &rest and &optional are followed by variable names,
2348 that &rest VAR is the last element, and that variables aren't doubled.
2349 (byte-compile-lambda): Use it.
2350
2351 2001-10-12 Eli Barzilay <eli@barzilay.org>
2352
2353 * calculator.el (calculator-eng-display): Don't call concat
2354 with an integer argument.
2355
2356 2001-10-12 Miles Bader <miles@gnu.org>
2357
2358 * help-mode.el (help-customize-face): New button-type.
2359
2360 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2361 (describe-face): Fix args to `help-xref-button'.
2362 Don't switch to help-buffer around call to `help-setup-xref'.
2363 Use `help-buffer' instead of hard-wired "*Help*".
2364 Require `help-mode'.
2365
2366 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2367
2368 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2369
2370 * help-mode.el (help-buffer): New function.
2371 Returns the buffer-name to use for help output.
2372 Change all the code to use it instead of hard-coding *Help*.
2373 (help-mode-map): Put back the mouse-2 binding.
2374 (help-xref-stack): Change the format and make buffer-local.
2375 (help-xref-stack-item): Make buffer-local.
2376 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2377 (help-xref-interned): Display the face doc as well.
2378 (help-follow-mouse): Re-introduce.
2379 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2380 (help-do-xref): Don't `push' any more.
2381 (help-follow): Also follow face names.
2382
2383 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2384 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2385 Autoload and cleanup.
2386 (describe-function): Call help-setup-xref.
2387 (describe-variable): Call help-setup-xref earlier.
2388
2389 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2390 (view-lossage): Call help-setup-xref correctly and earlier.
2391 (describe-bindings): Call help-setup-xref earlier.
2392 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2393 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2394
2395 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2396
2397 * master.el (master-mode): Use define-minor-mode instead of
2398 easy-mmode-define-minor-mode. Add autload cookie.
2399 (Commentary): Remove the line showing how to autoload master-mode,
2400 since it's always autoloaded.
2401
2402 * master.el: New file.
2403
2404 2001-10-11 Dave Love <fx@gnu.org>
2405
2406 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2407 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2408 <const-C varset-X const-C>: Fix car/cdr typo.
2409
2410 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2411
2412 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2413 New function extracted from byte-compile-log-1.
2414 (byte-compile-log-1): Change output to be more in line with
2415 the output of other GNU tools.
2416 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2417 (byte-compile-report-error): Downcase error message.
2418 Use `error' instead of `!!' for error messages.
2419 (byte-compile-print-syms): Treat non-interactive case specially.
2420 (displaying-byte-compile-warnings): Use backquote.
2421 (byte-compile-from-buffer): Bind byte-compile-last-line.
2422 (batch-byte-compile): Remove `Done' message.
2423
2424 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2425
2426 * emacs-lisp/copyright.el (copyright): Add final \n.
2427
2428 2001-10-11 Miles Bader <miles@gnu.org>
2429
2430 * diff.el (diff): Display default values in prompts as
2431 `(default ...)', not `(...)'.
2432
2433 * info.el (Info-follow-reference): Likewise.
2434
2435 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2436
2437 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2438
2439 * newcomment.el (comment-indent): Be a little more robust in case
2440 comment-indent-function does funny things.
2441 (comment-normalize-vars): Autoload.
2442 (comment-region-internal): Fiddle with the visibility spec.
2443 (comment-valid-prefix): New function.
2444 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2445 that would turn comment-text into non-comment-text.
2446
2447 * emacs-lisp/syntax.el: New file.
2448
2449 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2450 compatibility cruft.
2451 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2452 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2453 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2454 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2455 tcl-submit-bug-report.
2456 (tcl-mode-syntax-table): Leave \f alone.
2457 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2458 tcl-end-of-defun, tcl-submit-bug-report.
2459 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2460 (tcl-add-emacs-menu): Remove.
2461 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2462 (tcl-keyword-list): Add `chain'.
2463 (tcl-font-lock-syntactic-keywords): New variable.
2464 (tcl-pps-has-arg-6): Remove.
2465 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2466 (tcl-internal-mark-defun): Remove.
2467 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2468 (tcl-mode): Use define-derived-mode. Simplify.
2469 Set comment-indent-function.
2470 (tcl-indent-command): Use line-beginning-position and comment-indent.
2471 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2472 (tcl-indent-line): Use tcl-calculate-indent.
2473 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2474 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2475 (tcl-filter): Use with-current-buffer, simplify.
2476 (inferior-tcl-mode): Use define-derived-mode.
2477 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2478 (tcl-simple-in-comment, tcl-in-comment): Removed.
2479 (tcl-files-alist): New function.
2480 (tcl-help-snarf-commands): Use it and return the result directly
2481 rather than through a global variable.
2482 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2483 (tcl-help-on-word): Provide the default value to completing-read.
2484 (tcl-hilit): Remove.
2485 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2486 (tcl-comment-indent): New function.
2487 (tcl-submit-bug-report): Remove.
2488 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2489 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2490 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2491
2492 2001-10-10 Miles Bader <miles@gnu.org>
2493
2494 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2495 (Info-fontify-node): Don't fontify the node if it's already been done.
2496
2497 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2498
2499 * international/iso-transl.el (iso-transl-e-caret)
2500 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2501 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2502
2503 * simple.el (end-of-buffer): Fix code scrolling specially
2504 for the buffer end.
2505
2506 * startup.el (command-line-1): Bind tab-width to 8.
2507
2508 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2509
2510 * emulation/tpu-edt.el: Use defalias instead of fset for
2511 user-visible commands. From Rob Riepel
2512 <riepel@Networking.Stanford.EDU>.
2513
2514 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2515
2516 * ruler-mode.el: New file.
2517
2518 2001-10-09 Miles Bader <miles@gnu.org>
2519
2520 * apropos.el (button): New require.
2521
2522 * help-funs.el: New file, contents mostly from `help.el'.
2523 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2524
2525 * help-mode.el: New file, contents mostly from `help.el'.
2526
2527 * help.el: Don't require `view' when compiling.
2528 (help-with-tutorial, describe-function, describe-function-1)
2529 (variable-at-point, describe-variable, locate-library):
2530 Functions moved into `help-funs.el'.
2531 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2532 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2533 (help-setup-xref, help-xref-following, help-make-xrefs)
2534 (help-xref-button, help-insert-xref-button, help-xref-interned)
2535 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2536 (help-xref-on-pp): Functions moved into `help-mode.el'
2537 (help-mode-map, help-xref-stack, help-xref-stack-item)
2538 (help-highlight-p, help-highlight-face, help-back-label)
2539 (help-xref-symbol-regexp, help-xref-mule-regexp)
2540 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2541 (help-symbol, help-back, help-info, help-customize-variable)
2542 (help-function-def, help-variable-def):
2543 Button-types moved into `help-mode.el'.
2544 (load-symbol-file-load-history, symbol-file):
2545 Functions moved into `subr.el'.
2546 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2547 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2548
2549 * subr.el (symbol-file-load-history-loaded)
2550 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2551
2552 * loadup.el ("button"): Load removed.
2553
2554 * button.el (define-button-type): Respect any `supertype' property.
2555 (button-type-subtype-p, button-has-type-p): New functions.
2556
2557 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2558 dollar-signs.
2559
2560 * comint.el (comint-insert-previous-argument): New function.
2561 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2562 (comint-insert-previous-argument-last-start-pos)
2563 (comint-insert-previous-argument-last-index): New variables.
2564
2565 * apropos.el (apropos-next-label-button): Use the presence of a
2566 `apropos-label' property to detect label buttons.
2567
2568 2001-10-08 Miles Bader <miles@gnu.org>
2569
2570 * button.el (next-button, previous-button): Remove N and WRAP
2571 parameters. Don't pay attention to `skip' properties.
2572 (forward-button): Implement wrapping, iterating, and skipping here
2573 instead.
2574 (button-activate): USE-MOUSE-ACTION is optional.
2575 (button-nop): Function removed.
2576 (default-button): Use `ignore' as default button action.
2577
2578 * apropos.el (apropos-next-label-button): Update arguments to
2579 `next-button'.
2580 (apropos-symbol): Add `skip' property.
2581 (apropos-function, apropos-macro, apropos-command)
2582 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2583 (apropos-plist): New button types.
2584 (apropos-label-properties): Variable removed.
2585 (apropos-print): Pass button-type to apropos-print-doc, rather
2586 than help function and label text.
2587 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2588 Get button label from TYPE.
2589
2590 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2591
2592 * help.el (help-mode): Use define-derived-mode.
2593 (describe-mode): Add optional `buffer' arg.
2594 Use it instead of going through help-xref-mode.
2595 Avoid doubling the word `minor' when prettifying.
2596 (describe-function-1): List the corresponding key bindings.
2597 (describe-variable): Say if the var is automatically buffer-local.
2598 If the source is `loaddefs.el', look for the real source.
2599 (help-xref-mode): Remove.
2600
2601 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2602 the file says no-byte-compile.
2603
2604 2001-10-08 Miles Bader <miles@gnu.org>
2605
2606 * button.el (next-button, previous-button): Respect `skip' property.
2607
2608 2001-10-07 Miles Bader <miles@gnu.org>
2609
2610 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2611 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2612 `woman-follow-word' instead of `woman-mouse-2'.
2613 (woman-follow-word): Renamed from `woman-mouse-2'.
2614 Follow current unconditionally, since this function is now only
2615 bound to M-mouse-2. Use accessor functions.
2616 (WoMan-highlight-references): Use `make-text-button'.
2617 (woman-xref): New button type.
2618
2619 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2620 ("button"): New load, just before "help" (which uses it).
2621
2622 * help.el (help-mode-map): Make button-buffer-map our parent.
2623 Don't bind mouse events or tab/backtab.
2624 (help-function, help-variable, help-face, help-coding-system)
2625 (help-input-method, help-character-set, help-back, help-info)
2626 (help-customize-variable, help-function-def, help-variable-def):
2627 New button types.
2628 (help-button-action): New function.
2629 (describe-function-1): Pass help button-types to
2630 `help-xref-button' rather than help function and help-echo string.
2631 Don't put multiple help-function args in a list to pass them to
2632 help-xref-button, just pass them as multiple arguments.
2633 Use `help-insert-xref-button' to make [back]-button, rather than
2634 `help-xref-button'.
2635 (help-xref-button): Take a button-type TYPE as a parameter rather
2636 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2637 and add a &rest parameter ARGS to serve the same purpose.
2638 Use `make-text-button' to add the button.
2639 (help-insert-xref-button): Use `insert-text-button' to add the button.
2640 (help-follow-mouse, help-next-ref, help-previous-ref):
2641 Functions removed.
2642 (help-do-xref): New function.
2643 (help-follow): Use `push-button' and `help-do-xref' to do most of
2644 the work.
2645
2646 * apropos.el (apropos-symbol, apropos-label): New button types.
2647 (apropos-symbol-button-display-help)
2648 (apropos-label-button-display-help, apropos-next-label-button):
2649 New functions.
2650 (apropos-mode-map): Make button-buffer-map our parent.
2651 Don't bind mouse events.
2652 (apropos-print, apropos-print-doc): Create buttons instead of text
2653 properties.
2654 (apropos-mouse-follow): Function removed.
2655 (apropos-follow): Use buttons.
2656
2657 * button.el: New file.
2658
2659 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2660
2661 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2662 Remove.
2663
2664 2001-10-05 Richard M. Stallman <rms@gnu.org>
2665
2666 * add-log.el (add-change-log-entry): Skip copyright notice
2667 and copying permission notice at start of file, if any.
2668 Make use of terms "entry" and "item" accord with Emacs manual.
2669 Simplify the logic for moving point while entering or creating
2670 an entry and then an item.
2671 (add-change-log-entry-other-window): Doc fix.
2672
2673 2001-10-06 Miles Bader <miles@gnu.org>
2674
2675 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2676 removed; they apparently don't work with faces.
2677
2678 2001-10-05 Sam Steingold <sds@gnu.org>
2679
2680 * textmodes/sgml-mode.el (html-xhtml): New user option.
2681 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2682 (html-ordered-list, html-unordered-list, html-list-item)
2683 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2684 (sgml-skip-close-p): New function.
2685 (sgml-value): Use it.
2686
2687 2001-10-05 Sam Steingold <sds@gnu.org>
2688
2689 * calendar/diary-lib.el (diary-entry-compare): When times are
2690 identical, compare the entries lexicographically.
2691
2692 2001-10-06 Miles Bader <miles@gnu.org>
2693
2694 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2695 Use `minibuffer-prompt-end'.
2696
2697 * simple.el (previous-matching-history-element): Fix misplaced
2698 parentheses.
2699
2700 2001-10-05 Miles Bader <miles@gnu.org>
2701
2702 * rfn-eshadow.el: New file.
2703
2704 2001-10-05 Miles Bader <miles@gnu.org>
2705
2706 * cus-face.el (custom-face-attributes): Make sure each attribute
2707 has a valid default value. Remove hacks that mapped `nil' to
2708 `off' and used nil to mean `unspecified'. Remove `unspecified'
2709 choices from all attributes (unspecified is handled by the parent
2710 checklist).
2711 * cus-edit.el (custom-face-edit-convert-widget)
2712 (custom-face-edit-deactivate, custom-face-edit-activate)
2713 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2714 New functions.
2715 (custom-face-edit): Specify a custom :convert-widget.
2716 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2717 Don't pass in default filters that map between `nil' and `off' and
2718 `unspecified' and `nil'.
2719
2720 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2721
2722 * progmodes/compile.el (compilation-buffer-name): New function.
2723 (compile-internal): Use it to determine the name of the
2724 compilation buffer.
2725
2726 2001-10-05 Miles Bader <miles@gnu.org>
2727
2728 * progmodes/compile.el (grep-use-null-device): New variable.
2729 (grep-command): Mention `grep-use-null-device'.
2730 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2731 Make computation of `grep-command' respect `grep-use-null-device'.
2732 (grep): Respect `grep-use-null-device'.
2733 Call `grep-compute-defaults' even if grep-command is set, if
2734 grep-use-null-device is still tentative.
2735
2736 * subr.el (call-process-shell-command): New function.
2737
2738 2001-10-05 Miles Bader <miles@gnu.org>
2739
2740 * simple.el (previous-matching-history-element)
2741 (next-history-element, next-complete-history-element): Use
2742 `minibuffer-' functions instead of calling `field-' functions directly.
2743 (minibuffer-prompt-end, minibuffer-contents):
2744 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2745 Functions removed (now subrs).
2746 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2747
2748 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2749 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2750 instead of calling `field-' functions directly.
2751 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2752
2753 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2754
2755 * files.el (find-file-noselect): If file's read-only status has
2756 changed on disk, ask if buffer's read-only status should be
2757 changed, unless NOWARN is set.
2758
2759 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2760 alias for define-setf-method.
2761
2762 * bindings.el: Remove no-byte-compile from file local variables
2763 to enable bootstrapping.
2764
2765 2001-10-04 Andrew Innes <andrewi@gnu.org>
2766
2767 * faces.el (face-font-registry-alternatives) [windows-nt]:
2768 Make gb2312 an alias for gb2312.1980.
2769
2770 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2771
2772 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2773 (uniquify-reverse-components): Remove.
2774
2775 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2776 Make sure the file is readable.
2777 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2778 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2779 (batch-byte-recompile-directory): Pass arg=0.
2780
2781 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2782 (perl-calculate-indent): Use it.
2783 (perl-backward-to-noncomment): Use forward-comment.
2784
2785 * derived.el (define-derived-mode, derived-mode-make-docstring):
2786 Allow `parent' to be nil.
2787
2788 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2789 Use define-derived-mode.
2790 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2791
2792 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2793
2794 * emacs-lisp/lselect.el: Use facep iso find-face.
2795
2796 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2797 Use regexp-opt.
2798 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2799 (lisp-font-lock-syntactic-face-function): New function.
2800 (lisp-mode-variables): Use it. Make arg optional.
2801 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2802 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2803 Set comment-start-skip.
2804
2805 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2806
2807 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2808 (ignore-errors): Don't bother using a `err' symbol.
2809
2810 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2811 (autoload-insert-section-header, autoload-before-p)
2812 (autoload-remove-section): New functions.
2813 (generate-file-autoloads): Use them.
2814 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2815 Make sure the autoload file is properly formatted when creating it.
2816 (update-autoloads-from-directories): Use them as well.
2817 Only update autoloads for files whose timestamp has changed.
2818 Add a dummy entry to remember the files which had no autoload cookies.
2819
2820 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2821
2822 * subr.el (define-key-after): Allow `key' to be longer than 1.
2823 (make-local-hook): Make obsolete.
2824 (add-hook, remove-hook): Don't use make-local-hook any more.
2825 (make-syntax-table): Inherit all chars from s-s-t.
2826
2827 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2828
2829 This is a fix for a report saying that resuming a search with C-s
2830 C-s doesn't use the case-fold-search setting of the previous
2831 search (C-s ... M-c ... then C-s C-s).
2832
2833 * isearch.el (isearch-last-case-fold-search): New variable.
2834 (isearch-mode): Remember value of isearch-case-fold-search
2835 in isearch-last-case-fold-search.
2836 (isearch-done): Quote value of isearch-case-fold-search.
2837 (isearch-repeat): When resuming a search, restore
2838 isearch-case-fold-search from isearch-last-case-fold-search.
2839
2840 Added to NEWS.
2841
2842 * startup.el (inhibit-startup-buffer-menu): New user-option.
2843 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2844 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2845
2846 This allows upto 99999 messages in the summary without screwing up
2847 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2848
2849 * mail/rmailsum.el (rmail-make-summary-line)
2850 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2851 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2852 Allow 5-digit message ids instead of 4.
2853
2854 This adds expansion of environment variables in the value
2855 specified with M-x setenv. Added to NEWS.
2856
2857 * env.el (substitute-env-vars): New function.
2858 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2859 environment variables in VALUE. Return VALUE.
2860
2861 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2862
2863 * Branch for 21.1.
2864
2865 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2866
2867 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2868
2869 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2870
2871 * emulation/tpu-edt.el: Make messages match original TPU/edt
2872 editor. From riepel@Stanford.EDU (Rob Riepel).
2873
2874 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2875
2876 * rect.el: Update maintainer's email address.
2877
2878 2001-10-02 Andreas Schwab <schwab@suse.de>
2879
2880 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2881 and Extended Passive Mode, resp.
2882
2883 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2884
2885 These changes add support for Calendar-related items in the
2886 menu bar on tty's as well:
2887
2888 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2889 unconditionally.
2890 (calendar-mode): Set up activate-menubar-hook unconditionally.
2891
2892 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2893 calls x-popup-menu only if popup menus are supported.
2894 (calendar-mouse-insert-hebrew-diary-entry)
2895 (calendar-mouse-insert-islamic-diary-entry)
2896 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2897 (calendar-mouse-view-other-diary-entries)
2898 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2899 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2900 Call cal-menu-x-popup-menu instead of x-popup-menu.
2901
2902 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2903
2904 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2905
2906 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2907
2908 * emacs-lisp/rx.el: New file.
2909
2910 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2911
2912 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2913
2914 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2915
2916 * frame.el (select-frame-by-name, other-frame): Doc fix.
2917
2918 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2919
2920 * play/snake.el (snake-score-file): Use temporary-file-directory
2921 instead of a literal "/tmp". Suggested by Robert
2922 <robert@chezmarshall.freeserve.co.uk>.
2923
2924 * play/tetris.el (tetris-score-file): Ditto.
2925
2926 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2927
2928 * apropos.el (apropos-print): Make the directions inserted at the
2929 beginning of the *Apropos* buffer more clear.
2930
2931 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2932
2933 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2934 Added comments.
2935
2936 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2937
2938 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2939 "\\s-" when defining comment-end-skip.
2940
2941 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2942
2943 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2944 Call get-buffer-window first second arg `visible'.
2945
2946 * international/mule-diag.el (list-input-methods-1):
2947 Output something that's independent of Emacs' version.
2948
2949 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2950 calling byte-to-position with a nil tar-header-offset.
2951
2952 2001-09-27 Simon Josefsson <jas@extundo.com>
2953
2954 * mail/sendmail.el (send-mail-function): Doc fix.
2955 (mail-do-fcc): Error if header-end is not a marker.
2956 (mail-do-fcc): Add a comment.
2957 (mail-reply-to): Doc fix.
2958 (mail-signature): Make ATPOINT optional.
2959 (mail-yank-original): Use cond instead of nestled if.
2960
2961 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2962
2963 * info.el (Info-on-current-buffer): Default arg to "Top".
2964
2965 2001-09-25 Eli Barzilay <eli@barzilay.org>
2966
2967 * calculator.el (calculator-copy-displayer): New user-option.
2968 (calculator-displayer-prev, calculator-displayer-next):
2969 Renamed from calculator-displayed-{left,right}.
2970 (calculator, calculator-standard-displayer)
2971 (calculator-num-to-string, calculator-update-display)
2972 (calculator-copy, calculator-put-value): Bug and display fixes.
2973
2974 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2975
2976 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2977 (ebnf-version): New version (3.6.1).
2978
2979 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2980 (ebnf-bnf-non-terminal-chars): New internal const.
2981 (ebnf-bnf-lex): Fix code.
2982
2983 * ebnf-iso.el: Fix character range regexp. Doc fix.
2984 (ebnf-iso-non-terminal-chars): New internal const.
2985 (ebnf-iso-lex): Fix code.
2986
2987 * ebnf-yac.el: Fix character range regexp. Doc fix.
2988 (ebnf-yac-skip-chars): New internal const.
2989 (ebnf-yac-skip-code): Fix code.
2990
2991 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2992
2993 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2994
2995 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2996 passing it to VC.
2997
2998 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2999 case where the file is relative.
3000
3001 2001-09-24 Gerd Moellmann <gerd@gnu.org>
3002
3003 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3004 same on each side. Make sure we properly handle simple quotes.
3005 From Daiki Ueno <ueno@unixuser.org>.
3006
3007 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3008
3009 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3010 <jas@extundo.com>.
3011
3012 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3013 some items of the Options menu.
3014
3015 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3016
3017 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3018
3019 * vc-hooks.el (vc-delete-automatic-version-backups):
3020 Don't fail if the directory doesn't exist.
3021
3022 * diff-mode.el (diff-default-read-only): New var.
3023 (diff-mode): Use it.
3024
3025 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3026
3027 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3028 Use make-keymap instead of copy-keymap, since copying the global
3029 keymap messes up the menu bar.
3030
3031 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3032 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3033
3034 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3035
3036 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3037
3038 * dired-aux.el (dired-insert-subdir): Pass switches to
3039 dired-build-subdir-alist.
3040
3041 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3042
3043 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3044 caused %#a and %#b to be mis-formatted.
3045
3046 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3047
3048 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3049 ccmode, emacs-mime, and eudc manuals.
3050
3051 2001-09-19 Sam Steingold <sds@gnu.org>
3052
3053 w32 find cannot be used with `grep-find'.
3054 * progmodes/compile.el (find-program): New variable.
3055 (grep-compute-defaults): Use it to set `grep-find-command'.
3056
3057 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3058
3059 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3060
3061 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3062
3063 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3064 programming. Doc fix.
3065 (ebnf-version): New version (3.6).
3066 (ebnf-eps-begin): Data fix.
3067 (ebnf-begin-file): Code fix.
3068
3069 * ebnf-bnf.el: Doc fix.
3070 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3071
3072 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3073
3074 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3075
3076 * ps-print.el: Better face mapping for black/white PostScript printers.
3077 Check if mark is active when printing a region. Doc fix.
3078 (ps-print-version): New version number (6.5.5).
3079 (ps-print-color-p): Customization fix.
3080 (ps-black-white-faces): New option.
3081 (ps-black-white-faces-alist): New internal var.
3082 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3083 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3084 (ps-nb-pages-region): Interactive fix.
3085 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3086 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3087
3088 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3089
3090 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3091 numeric month value, and allow the Kanji character after the it to
3092 be missing (happens with ls-lisp's output on Japanese versions of
3093 MS-Windows).
3094
3095 2001-09-18 Miles Bader <miles@gnu.org>
3096
3097 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3098 it's empty (and thus probably a new patch file about to be edited).
3099
3100 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3101
3102 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3103 Check for '(' in column 0 of doc string.
3104
3105 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3106 of `nth' so that using a vector as bounding-box works.
3107 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3108
3109 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3110
3111 * vc.el (vc-annotate): Use current workfile version explicitly as
3112 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3113
3114 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3115
3116 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3117 convert-standard-filename doesn't guarantee that the .el extension
3118 is preserved.
3119
3120 * dos-fns.el (convert-standard-filename): Replace invalid
3121 characters only after converting dash/underscore to a period.
3122 (original-make-auto-save-file-name): New.
3123 (make-auto-save-file-name): New function, overrides the definition
3124 on files.el and calls the original function via
3125 original-make-auto-save-file-name.
3126
3127 * mail/rmail.el (top-level): Require mule-utils when compiling.
3128 (rmail-decode-babyl-format): Use detect-coding-with-priority
3129 instead of detect-coding-region, to favor detection of emacs-mule
3130 encoded Babyl files written by rmailout.el etc. Suggested by
3131 Kenichi Handa <handa@etl.go.jp>.
3132
3133 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3134
3135 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3136 Use `equal', not `=', since the device number can be a cons cell.
3137
3138 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3139
3140 * simple.el: Comment out change of 2001-09-13.
3141
3142 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3143
3144 * progmodes/compile.el (grep-compute-defaults): Don't set
3145 grep-command/grep-find-command when it is already non-nil.
3146 (grep-command): Make it a user option.
3147 (grep-find-command): Likewise.
3148
3149 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3150
3151 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3152 inhibit quit.
3153
3154 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3155
3156 * files.el (make-auto-save-file-name): If long file names are not
3157 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3158 generating an auto-save file name from it.
3159
3160 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3161
3162 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3163 (ps-nb-pages-region): Signal an error if called interactively
3164 and the mark is not active.
3165
3166 * simple.el (minibuffer-prompt-modification)
3167 (minibuffer-prompt-insertion): New functions.
3168 (minibuffer-prompt-properties): Use `modification-hooks' and
3169 `insert-in-front-hooks'.
3170
3171 2001-09-12 Richard M. Stallman <rms@gnu.org>
3172
3173 * textmodes/outline.el (outline-regexp): Doc fix.
3174 Initialize it in the defcustom, the usual way.
3175
3176 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3177
3178 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3179 from `ediff-meta-info' properties need not be an overlay.
3180 From David Ponce <dponce@voila.fr>.
3181
3182 * isearch.el (isearch-intersects-p): Fix end checks.
3183
3184 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3185
3186 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3187 `t' branch of `cond', since Irix 6.1 and up is a special case of
3188 the standard dbx interface.
3189
3190 2001-09-11 Miles Bader <miles@gnu.org>
3191
3192 * comint.el (comint-send-input): When waiting for echoed input,
3193 don't save the expected end position in `echo-end', so that things
3194 work properly even if the buffer is modified elsewhere at the same
3195 time [this happens if `comint-truncate-buffer' is used].
3196
3197 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3198
3199 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3200 when constructing imenu-generic-expression from outline-regexp.
3201
3202 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3203
3204 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3205 `equal' instead of `=', since they can be cons cells. From Nils
3206 Goesche <cartan@cartan.de>.
3207
3208 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3209
3210 * vc.el (vc-annotate): Rewrote doc string.
3211
3212 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3213
3214 * time-stamp.el: Update Stephen Gildea's email address.
3215
3216 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3217
3218 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3219 enable-multibyte-characters = nil. From Hallvard B Furuseth
3220 <h.b.furuseth@usit.uio.no>.
3221
3222 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3223
3224 * ediff-init.el (ediff-highest-priority): Bug fix.
3225
3226 * viper-cmd.el (viper-special-read-and-insert-char): New function
3227 that reads a character and uses the current input method or
3228 iso-accents when appropriate.
3229
3230 * viper.el and all others: Corrections to the comment blocks at
3231 the top.
3232
3233 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3234
3235 * info.el (Info-goto-node): Doc fix.
3236
3237 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3238
3239 * isearch.el (isearch-intersects-p): New function.
3240 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3241 use isearch-intersects-p, and clean up.
3242
3243 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3244
3245 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3246 and "german8", for the new German orthography dictionaries,
3247 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3248 the entries, to keep the line length balanced for loaddefs.el.
3249
3250 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3251
3252 * comint.el (comint-send-input): Handle comint-process-echoes
3253 differently.
3254
3255 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3256
3257 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3258
3259 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3260
3261 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3262
3263 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3264
3265 * server.el (server-switch-buffer):
3266 * textmodes/refer.el (refer-find-entry-internal):
3267 * term/sup-mouse.el (sup-pos-to-window):
3268 * term/bg-mouse.el (bg-window-from-x-y):
3269 * emacs-lisp/edebug.el (edebug-window-live-p):
3270 Use get-window-with-predicate.
3271
3272 * window.el (get-window-with-predicate): Renamed from some-window.
3273 (some-window): Make it an alias.
3274
3275 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3276
3277 * simple.el (undo): Remove positions from buffer-undo-list up to
3278 the next undo boundary only.
3279
3280 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3281
3282 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3283 Kim <ryk@dspwiz.com>
3284
3285 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3286 the message "Creating customization items...done".
3287
3288 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3289
3290 * font-lock.el (toplevel): Require `jit-lock' only if
3291 font-lock-support-mode is set to jit-lock-mode.
3292
3293 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3294
3295 * international/quail.el (quail-use-package, quail-inactivate)
3296 (quail-activate): Mention the hooks these functions run in their
3297 doc strings.
3298
3299 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3300
3301 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3302 of file in header of menu.
3303
3304 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3305
3306 * env.el (setenv): Interactively, if VARIABLE has a current value,
3307 add that to the front of the history, as the doc string says.
3308
3309 * comint.el (comint-send-input): Change help-echo.
3310 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3311
3312 * bookmark.el (bookmark-write-file): Bind print-length and
3313 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3314
3315 * obsolete/uncompress.el: Moved there from lisp/.
3316
3317 * comint.el (comint-insert-clicked-input): Goto point-max before
3318 deleting previous input. From "Dr Francis J. Wright"
3319 <F.J.Wright@qmw.ac.uk>.
3320
3321 * simple.el (backward-word): Doc fix.
3322
3323 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3324
3325 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3326 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3327 * w32-fns.el: Add Keywords header.
3328
3329 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3330
3331 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3332 "Text Properties". Suggested by Simon Marshall
3333 <Simon.Marshall@midas-kapiti.com>.
3334
3335 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3336
3337 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3338 consulting the value of file-name-coding-system.
3339
3340 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3341
3342 * help.el (describe-function-1): Save precomputed `file-name' rather
3343 than recomputing it (incorrectly) with `symbol-file'.
3344
3345 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3346
3347 * international/isearch-x.el (isearch-exit-recursive-edit):
3348 Take three parameters, since it's used as an after-change-function.
3349
3350 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3351 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3352 from doc strings.
3353
3354 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3355
3356 * progmodes/glasses.el (glasses-convert-to-unreadable):
3357 Consider underscores as in `glasses-make-readable'.
3358
3359 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3360
3361 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3362 MS-DOS, since cpp might not be available.
3363
3364 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3365 Mention "yank" in the help-echo text.
3366 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3367
3368 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3369
3370 * newcomment.el (comment-indent): Insert spaces more carefully.
3371
3372 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3373
3374 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3375 exists. From Andy Petrusenco <andy@int.spb.ru>.
3376
3377 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3378 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3379 <andy@int.spb.ru>.
3380
3381 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3382
3383 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3384 Instead of running mouse-yank-at-click, see what the event is
3385 bound to outside Isearch and run that.
3386
3387 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3388
3389 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3390 Fix the menu entry to mention transient-mark-mode.
3391
3392 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3393
3394 * simple.el (eval-expression-print-level): Fix last change.
3395
3396 * bindings.el (mode-line-coding-system-map): New variable.
3397 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3398
3399 * simple.el (eval-expression-print-level): Change the type
3400 of the defcustom to allow nil.
3401
3402 * emacs-lisp/find-gc.el: Moved here from lisp/.
3403
3404 * international/quail.el (quail-completion-1):
3405 Reverse the ((CHAR . DEFN) ...) list before processing it.
3406 From Kenichi Handa <handa@etl.go.jp>.
3407
3408 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3409 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3410
3411 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3412
3413 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3414 aren't supported. This avoids the annoying gray strip drawn by
3415 the Windows version instead of the missing tool bar.
3416
3417 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3418
3419 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3420 and tooltips more consistent. From "Marshall, Simon"
3421 <Simon.Marshall@midas-kapiti.com>.
3422
3423 * startup.el (fancy-splash-screens): Temporarily set
3424 minor-mode-map-alist to nil while displaying splash screens.
3425
3426 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3427
3428 * buff-menu.el: Add Keywords header.
3429 Doc fix (C-x C-b is bound to list-buffers).
3430
3431 * dired-x.el: Add keyword files to get listed in finder.
3432 Remove confusing notes about GNU Emacs 19.
3433
3434 * dired.el, dired-aux.el: Add Keywords header.
3435
3436 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3437
3438 * vc.el (vc-revert-file): Call the backend even if the FILE's
3439 contents can be reverted locally; pass new arg CONTENTS-DONE
3440 down to the backend.
3441
3442 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3443 optional arg CONTENTS-DONE.
3444
3445 2001-08-28 Andrew Innes <andrewi@gnu.org>
3446
3447 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3448
3449 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3450
3451 * makefile.nt (install): Copy more *.el files.
3452
3453 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3454
3455 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3456 instead of `w' which is already in use.
3457
3458 * gs.el (gs-load-image): Use sleep-for.
3459 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3460
3461 2001-08-28 Miles Bader <miles@gnu.org>
3462
3463 * replace.el (query-replace-regexp-eval): Return args from
3464 `interactive' form in correct order.
3465
3466 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3467
3468 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3469 major modes, don't create panes for modes for which
3470 mouse-buffer-menu-alist returns an empty alist.
3471
3472 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3473
3474 * progmodes/hideshow.el: Update first-line description.
3475 Sync comments w/ maintainer version 5.31.
3476
3477 (hs-isearch-open): Default value now `code'.
3478 Fix docstring to use "code blocks" vs "comment blocks",
3479 as opposed to "block" vs "comment".
3480 (hs-flag-region): Accept `hs-isearch-open' value
3481 of `block' as synonymous w/ `code'.
3482 (hs-hide-block-at-point): For code blocks, pass `code'
3483 to `hs-flag-region' instead of `block'.
3484
3485 2001-08-28 Miles Bader <miles@gnu.org>
3486
3487 * comint.el (comint-next-prompt): Don't loop infinitely if
3488 {next,previous}-single-char-property-change returns its input
3489 position when the search fails.
3490
3491 2001-08-27 Miles Bader <miles@gnu.org>
3492
3493 * comint.el (comint-get-old-input-default): Don't signal an error
3494 if point is not on an input field; instead, return the current
3495 line (using `comint-bol' to skip any prompt, in case we're not
3496 using fields at all).
3497
3498 * man.el (Man-mode-line-format): Variable removed.
3499 (Man-mode): Change `mode-line-buffer-identification' instead of
3500 `mode-line-format'.
3501
3502 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3503
3504 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3505 From Simon Josefsson <jas@extundo.com>.
3506
3507 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3508
3509 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3510 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3511
3512 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3513 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3514
3515 * emacs-lisp/lselect.el: Ditto.
3516
3517 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3518 Remove periods from the end of error message strings.
3519 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3520
3521 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3522 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3523
3524 * net/telnet.el: Ditto.
3525
3526 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3527
3528 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3529 KEYMAP to the call to define-minor-mode.
3530
3531 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3532
3533 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3534 Replace some of the undefined characters with emulations of bidi
3535 formatting characters and Niqud as per SI 1311-1.
3536 (IT-unicode-translations): Ditto.
3537 (IT-display-table-setup, IT-setup-unicode-display):
3538 Fill characters without translations with dos-unsupported-char-glyph.
3539
3540 2001-08-24 Simon Josefsson <jas@extundo.com>
3541
3542 * hl-line.el (hl-line-mode): Don't be a global mode.
3543 (global-hl-line-mode): New function.
3544
3545 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3546
3547 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3548 being reset by Ghostscript. Don't kill the gs process.
3549 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3550
3551 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3552
3553 * term/mac-win.el: Require scroll-bar.
3554
3555 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3556
3557 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3558
3559 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3560
3561 * hexl.el (hexl-insert-multibyte-char) New function.
3562 (hexl-quoted-insert, hexl-self-insert-command)
3563 (hexl-insert-hex-char, hexl-insert-decimal-char)
3564 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3565 Fix the doc strings accordingly.
3566 (hexl-insert-char): Reject characters whose code is above 255.
3567 Doc fix.
3568 (hexl-mode-map): Copy the global keymap instead of creating a
3569 sparse keymap, and bind all self-inserting characters to
3570 hexl-self-insert-command.
3571
3572 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3573
3574 * wid-edit.el (text): Re-order docstring correctly.
3575
3576 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3577
3578 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3579
3580 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3581
3582 * simple.el (line-number-mode): Mention the variable
3583 line-number-display-limit-width in the doc string.
3584
3585 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3586
3587 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3588 Temporarily select EVENT's window for switching buffers.
3589 (mode-line-bury-buffer): New function.
3590 (mode-line-buffer-identification-keymap): Use it instead of
3591 bury-buffer. Bind down-mouse events to prevent global down-mouse
3592 events from shining through.
3593
3594 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3595
3596 * newcomment.el (comment-beginning): Make sure the comment-start
3597 we found isn't a comment-end (in cases where confusion is possible).
3598
3599 2001-08-22 Miles Bader <miles@gnu.org>
3600
3601 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3602 before writing it, so that hard-links don't see new version.
3603
3604 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3605
3606 * gs.el (gs-set-ghostview-colors-window-prop):
3607 Call x-change-window-property with 3rd arg FRAME.
3608 (gs-load-image): Wait for a previous Ghostscript process
3609 to complete before starting a new one.
3610
3611 * image.el (image-type-regexps): Make sure that the TIFF
3612 pattern is only matched at the beginning of a string.
3613 From Markus Rost <rost@math.ohio-state.edu>.
3614
3615 * international/swedish.el: Pre-Mule file removed. From Jonas
3616 Oberg <jonas@gnu.org>.
3617
3618 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3619
3620 * whitespace.el (whitespace-abort-on-error): Add custom variable
3621 to whitespace to abort a write-file if whitespace is detected in file.
3622
3623 * whitespace.el (whitespace-write-file-hook): Hook to be called
3624 when writing a file. If `whitespace-abort-on-error' is set, the
3625 write will abort on detecting whitespaces.
3626 If `whitespace-auto-cleanup' is set, the file will be cleaned
3627 automatically prior to writing.
3628
3629 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3630 whitespaces in the error output!
3631
3632 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3633 `indent-tabs-mode', since the latter notes user preferences on
3634 TABs anyway.
3635
3636 * whitespace.el (whitespace-version): 3.1. All of the above issues
3637 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3638
3639 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3640
3641 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3642 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3643
3644 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3645
3646 2001-08-20 Alex Schroeder <alex@gnu.org>
3647
3648 * sql.el (sql-db2): Doc change.
3649
3650 2001-08-20 Alex Schroeder <alex@gnu.org>
3651
3652 * sql.el (sql-postgres): Add the database at the end of the
3653 parameters instead of at the beginning.
3654 (sql-postgres-options): Doc change.
3655
3656 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3657
3658 * custom.el (defcustom): Doc fix.
3659
3660 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3661
3662 * ps-mule.el (find-composition): Check if (char-after POS)
3663 returns a valid character.
3664
3665 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3666
3667 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3668 original-point for extra CR characters that are added/removed when
3669 the buffer is written/read whose EOL type is -dos.
3670
3671 2001-08-16 Miles Bader <miles@gnu.org>
3672
3673 * simple.el (line-move): Undo previous change.
3674
3675 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3676 property to input-terminating `boundary' overlays to avoid
3677 line-move wierdness.
3678
3679 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3680
3681 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3682 buffer in a save-restriction. Under one test case with Ediff,
3683 window-scroll-functions are run with a window start that's
3684 temporarily outside of the restriction.
3685
3686 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3687
3688 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3689 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3690 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3691 (texinfo-update-menu-region-beginning)
3692 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3693 command, @ifnottex, to regexps, so it is found.
3694
3695 2001-08-16 Andrew Innes <andrewi@gnu.org>
3696
3697 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3698 (DONTCOMPILE): Omit sc.el.
3699
3700 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3701 (DONTCOMPILE): Omit sc.el.
3702
3703 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3704
3705 * replace.el (occur): Bind inhibit-read-only to t.
3706
3707 2001-08-16 Miles Bader <miles@gnu.org>
3708
3709 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3710 calling `constrain-to-field', to avoid problems with comint prompts.
3711
3712 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3713
3714 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3715 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3716
3717 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3718 of a while-loop.
3719
3720 * Makefile.in (DONTCOMPILE): Remove sc.el.
3721
3722 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3723 Don't include term/.
3724
3725 * mail/sc.el: Moved to obsolete/.
3726
3727 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3728
3729 * ps-print.el: Change error function arguments to follow Emacs
3730 message convention. Doc fix.
3731 (ps-print-version): New version number (6.5.4).
3732 (coding-system-for-write): Change declaration position to avoid
3733 XEmacs compilation gripes.
3734 (coding-system-for-read, buffer-file-coding-system):
3735 Declarations to avoid XEmacs compilation gripes.
3736
3737 * ps-mule.el: Doc fix.
3738 (ps-mule-encode-header-string): If STRING is not a string, replace
3739 STRING by empty string.
3740
3741 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3742
3743 * frame.el (show-trailing-whitespace): Doc fix.
3744
3745 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3746
3747 * desktop.el (desktop-save): Insert the coding: tag before
3748 desktop-header.
3749
3750 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3751
3752 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3753 its path from $els.
3754
3755 * image.el (image-jpeg-p): Fix call of substring.
3756
3757 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3758
3759 * play/animate.el (animate-string): Doc fix. Use a buffer
3760 name with stars in it.
3761 (animate-sequence): New function.
3762 From Richard Stallman <rms@gnu.org>.
3763
3764 * frame.el (select-frame-set-input-focus): New function
3765 extracted from other-frame.
3766 (other-frame): Use it.
3767 (next-multiframe-window, previous-multiframe-window): Use it.
3768
3769 * isearch.el (isearch-other-meta-char): Don't switch to the
3770 buffer of a window clicked on, when the current buffer is
3771 in Isearch mode.
3772
3773 * image.el (image-jpeg-p): Test for APPn markers in the range
3774 #xe0..#xef.
3775
3776 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3777
3778 * desktop.el (desktop-save): Don't use concat to form a file
3779 name, use expand-file-name.
3780
3781 * mouse.el (mouse-delete-window): Do nothing if frame has just
3782 one window.
3783
3784 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3785 for the minor mode name.
3786
3787 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3788 minor mode name.
3789
3790 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3791 instead of make-mode-line-mouse2-map.
3792
3793 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3794 the minor mode name.
3795
3796 * emacs-lisp/easy-mmode.el (define-minor-mode):
3797 Use mode-line-minor-mode-keymap for the minor mode name.
3798
3799 * calendar/calendar.el (calendar-mode-line-format):
3800 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3801
3802 * bindings.el (make-mode-line-mouse-map): Renamed from
3803 make-mode-line-mouse2-map. Take additional arg MOUSE.
3804 (mode-line-modified): Use mouse-3 instead of mouse-2.
3805 (mode-line-buffer-identification-keymap): Bind keys differently.
3806 (propertized-buffer-identification): Adapt help-echo to new bindings.
3807
3808 * bindings.el (mode-line-format): Specify help-echo for line
3809 number, column number and buffer-percent part of the mode-line.
3810
3811 * image.el (image-type-regexps): Allow whitespace at the start
3812 of the image data for XPM, XBM and Postscript, which are
3813 text files.
3814 (image-jpeg-p): Correct calculation of next field offset.
3815
3816 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3817
3818 * battery.el: Fix typo.
3819
3820 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3821
3822 * image.el (image-type-regexps): Allow predicates. Change the way
3823 JPEG images are recognized.
3824 (image-jpeg-p): New function.
3825 (image-type-from-data): Handle predicates in image-type-regexps.
3826
3827 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3828 #:, #x, #o, and similar constructs.
3829
3830 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3831
3832 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3833
3834 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3835 instead of `progn'.
3836
3837 * tar-mode.el (tar-extract): Avoid generating a new buffer
3838 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3839
3840 * textmodes/paragraphs.el (forward-sentence): Avoid building
3841 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3842
3843 * progmodes/executable.el (executable-set-magic):
3844 If executable-find returns a quoted file name, unquote it before
3845 inserting it.
3846
3847 * image.el (image-type-regexps): For JPEG files, use a regexp
3848 derived from the JFIF spec.
3849
3850 * image.el (image-type-regexps): Use `\`' instead of `^' in
3851 most regular expressions.
3852
3853 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3854
3855 * play/animate.el: Re-insert a reference to re-inserted function.
3856
3857 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3858
3859 * help.el (describe-function-1): Use find-function-search-for-symbol
3860 instead of find-function-noselect because the latter follows aliases.
3861
3862 * play/animate.el (animate-birthday-present): Re-insert.
3863
3864 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3865 Handle old-style menu definitions.
3866
3867 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3868
3869 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3870 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3871
3872 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3873 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3874 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3875
3876 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3877
3878 * textmodes/tildify.el: Milan Zamazal has new address.
3879
3880 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3881
3882 * custom.el (custom-set-variables): Don't test `custom-requests'
3883 properties, check the third element of the options passed to
3884 custom-set-variables instead.
3885
3886 * info.el (info-insert-file-contents): Use info-file-exists-p
3887 instead of file-exists-p.
3888
3889 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3890 the mode-line face is restored. Fix several bugs.
3891
3892 * replace.el (perform-replace): Doc fix.
3893
3894 2001-08-02 Francesco Potorti` <pot@gnu.org>
3895
3896 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3897 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3898 (uniquify-fix-item-base, uniquify-fix-item-filename)
3899 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3900 Callers changed.
3901 (uniquify-set-proposed): Changed to work with a vector item.
3902 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3903 the fix list, and a list of strings for the non-file buffer
3904 names. Both changes reduce consing.
3905 (uniquify-rationalize-a-list): Local variable renaming.
3906 (uniquify-rationalize-conflicting-sublist): Use member instead of
3907 assoc.
3908 (uniquify-rename-buffer): Use unless instead of if not.
3909
3910 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3911
3912 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3913
3914 * custom.el (custom-set-variables): Set options with :require
3915 clauses last.
3916
3917 * custom.el (defcustom): Doc fix.
3918
3919 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3920
3921 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3922
3923 * man.el (man): Mention Man-switches in the doc string.
3924 (Man-switches): Mention -a in the doc string.
3925
3926 * textmodes/ispell.el (ispell-alternate-dictionary):
3927 Add /usr/share/lib/dict/words, for Irix.
3928
3929 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3930 corresponding non-kp keys. Suggested by Stephen Gildea
3931 <gildea@stop.mail-abuse.org>.
3932
3933 2001-08-01 Francesco Potorti` <pot@gnu.org>
3934
3935 * uniquify.el: These changes correct a corner case that the old
3936 code managed correctly.
3937 (uniquify-fix-item-proposed): Renamed from
3938 uniquify-fix-item-min-proposed.
3939 (uniquify-set-proposed): New function.
3940 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3941 clarity and speed.
3942 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3943 This is equivalent to what the old code did.
3944 (uniquify-rationalize-a-list): Never recompute the proposed
3945 name. Sort the conflicting sublist before rationalising it: this
3946 is equivalent to what the old code did, but one directory element
3947 at a time, and only when necessary.
3948 (uniquify-rationalize-conflicting-sublist): Recompute here the
3949 proposed name.
3950
3951 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3952
3953 * play/animate.el: Add Keywords and Maintainer. Remove a
3954 reference to a removed function.
3955
3956 * play/animate.el (animate-string): Handle case that the string is
3957 longer than the window is wide.
3958
3959 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3960
3961 * desktop.el (desktop-save): Bind coding-system-for-write to
3962 `emacs-mule' for write-region.
3963
3964 * delsel.el (delete-selection-pre-hook): Don't set this-command
3965 to `ignore' if the region is empty.
3966
3967 * international/mule.el (set-keyboard-coding-system):
3968 Set keyboard-coding-system.
3969
3970 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3971 before accessing it.
3972
3973 2001-07-30 Andreas Schwab <schwab@suse.de>
3974
3975 * menu-bar.el (toggle-highlight-paren-mode):
3976 Use `(show-paren-mode)' as body.
3977
3978 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3979
3980 * vc.el (vc-checkout-hook): New hook.
3981 (vc-checkout): Run it.
3982
3983 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3984
3985 * progmodes/make-mode.el (makefile-macroassign-regex):
3986 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3987
3988 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3989
3990 * vc.el (vc-switch-backend): Fix autoload cookie.
3991
3992 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3993 the desktop file.
3994
3995 2001-07-30 Simon Josefsson <jas@extundo.com>
3996
3997 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3998 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3999
4000 2001-07-27 Gerd Moellmann <gerd@gnu.org>
4001
4002 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4003 (last-sexp-toggle-display): Renamed from last-sexp-print.
4004 (last-sexp-toggle-display, eval-last-sexp-1):
4005 Use last-sexp-setup-props.
4006
4007 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4008 New user-options.
4009 (mouse-wheel-change-button): New function.
4010 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4011 (mwheel-scroll): Ditto.
4012
4013 2001-07-26 Gerd Moellmann <gerd@gnu.org>
4014
4015 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4016 `...', compare with unabbreviated printed representation instead.
4017 (last-sexp-print): Bind print-length and print-level to nil.
4018
4019 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4020 before assigning text properties. Make properties rear-nonsticky.
4021
4022 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4023 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4024 <mouse-2> and <RET> in that map to a function printing the
4025 unabbreviated value.
4026
4027 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4028 is a buffer, put a text property `printed-value' on the printed
4029 representation, with the Lisp object printed as value.
4030
4031 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4032
4033 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4034 Mention the effect of eval-expression-print-length and
4035 eval-expression-print-level in the doc strings. Suggested by
4036 Kevin Gallagher <kevingal@onramp.net>.
4037
4038 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4039
4040 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4041 for buttons > 3.
4042 (xterm-mouse-translate): Handle the case that we don't get a
4043 down-event.
4044
4045 * emacs-lisp/find-func.el (find-function-regexp):
4046 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4047 in front of the function name.
4048
4049 * isearch.el (isearch-other-meta-char): Fix last change.
4050
4051 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4052 similar events for which fake prefix keys are generated. It's no
4053 longer necessary since read_key_sequence doesn't modify these
4054 events for internal purposes anymore.
4055
4056 * files.el (auto-mode-alist): Use nroff-mode for files ending
4057 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4058
4059 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4060
4061 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4062 tool-bar-lines parameter, behave as if its value were zero.
4063 (mouse-avoidance-set-pointer-shape): Don't do anything if
4064 x-pointer-shape is not boundp.
4065
4066 2001-07-23 Francesco Potorti` <pot@gnu.org>
4067
4068 * uniquify.el: Overall speedup changes when using many buffers.
4069 (uniquify-fix-item-base, uniquify-fix-item-filename)
4070 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4071 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4072 place in the item, but was never used.
4073 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4074 in the item is now used as cache for the proposed name.
4075 (uniquify-rationalize-file-buffer-names): Move computation made on
4076 newbuffile out of the loop, in the newbuffile-nd local var.
4077 Use dolist (cosmetic change). Compute the proposed name for the most
4078 common case and cache it in the fourth place in the item.
4079 (uniquify-rationalize-file-buffer-names): Used to return a a list
4080 of buffer whose name was changed, but that return value was never used.
4081 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4082 the cached proposed name, does much less consing and is quicker.
4083 (uniquify-filename-lessp): Deleted.
4084 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4085 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4086 cached proposed name is possible.
4087 (uniquify-get-proposed-name): Arguments changed, callers changed.
4088 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4089 uniquify-possibly-resolvable flag, which is no more bound locally.
4090 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4091 flag, which does not exist any more.
4092
4093 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4094
4095 * term/internal.el (IT-unicode-translations): Fix the appearance of
4096 "6`".
4097
4098 * progmodes/compile.el (compile-internal): If EMACS is already
4099 defined in the environment, don't override its value.
4100
4101 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4102
4103 * play/fortune.el: Undo change of 2001-07-13.
4104 Fix autoload cookies. Add types to defcustoms.
4105 (fortune) <defgroup>: Add :link.
4106 (fortune-from-region): Use eq, not eql.
4107 From Dave Love <fx@gnu.org>.
4108
4109 * play/animate.el (animate-birthday-present): Function removed.
4110
4111 * play/animate.el: New file.
4112
4113 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4114
4115 * startup.el (normal-top-level-add-subdirs-to-load-path):
4116 On Windows, put into normal-top-level-add-subdirs-inode-list the
4117 canonicalized names of the directories instead of inode numbers.
4118
4119 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4120
4121 * ediff-util.el: Copyright years.
4122 (ediff-choose-syntax-table): New function.
4123 (ediff-setup): Use ediff-choose-syntax-table.
4124 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4125 vc-state is available.
4126 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4127
4128 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4129 with-syntax-table.
4130 (ediff-coding-system-for-read): From ediff-diff.el
4131 (ediff-coding-system-for-write): New variable.
4132 (ediff-highest-priority): Fixed the bug having to do with disappearing
4133 overlays.
4134 (ediff-file-remote-p): Use file-remote-p, if available.
4135 (ediff-listable-file): New function.
4136 (ediff-file-attributes): Use ediff-listable-file.
4137
4138 * ediff-mult.el (ediff-meta-insert-file-info1):
4139 Use ediff-listable-file.
4140
4141 * ediff-ptch.el (ediff-prompt-for-patch-file):
4142 Use ediff-coding-system-for-read.
4143 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4144
4145 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4146 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4147
4148 * ediff.el: Date of last update, copyright years.
4149
4150 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4151
4152 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4153 of Scott Bronson.
4154 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4155 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4156 Deleted functions.
4157 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4158 ex-token-list.
4159 (viper-get-ex-address-subr): Convert registers to char data type.
4160
4161 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4162 (viper-memq-char): Use viper-int-to-char.
4163 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4164 vc-locking-state.
4165 (viper-read-key): Use viper-read-key-sequence.
4166
4167 * viper.el (viper-major-mode-modifier-list):
4168 Added inferior-emacs-lisp-mode.
4169 (this-major-mode-requires-vi-state): New function that uses simple
4170 heuristics to decide if vi state is appropriate.
4171 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4172 (viper-non-hook-settings): Don't advise read-key-sequence.
4173 (viper-read-key-sequence): New function that replaces the
4174 previously used advice to read-key-sequence.
4175
4176 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4177 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4178 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4179 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4180 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4181 Got rid of the negative character hack.
4182 (viper-escape-to-state,viper-replace-state-exit-cmd):
4183 Use viper-read-key-sequence.
4184 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4185 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4186 Don't override existing minibuffer-setup-hook.
4187 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4188 Convert registers to char data type.
4189 (viper-autoindent): Use viper-indent-line.
4190
4191 * viper-keym.el: Use viper-exec-key-in-emacs.
4192
4193 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4194
4195 * server.el (server-visit-files): Fix variable name typo.
4196
4197 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4198
4199 * simple.el (delete-trailing-whitespace): Save match data
4200 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4201
4202 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4203
4204 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4205 return a this-error using the alternative format (a pair of markers).
4206
4207 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4208
4209 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4210
4211 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4212 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4213
4214 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4215
4216 * international/iso-transl.el: Fix typo in the header of the file.
4217
4218 * textmodes/picture.el (picture): Doc fix.
4219
4220 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4221 follow coding conventions in generated files.
4222
4223 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4224
4225 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4226 (tool-bar-add-item): Don't call image-related primitives if the
4227 display doesn't support images.
4228
4229 * frame.el (display-images-p): New function.
4230
4231 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4232
4233 * server.el (server-visit-files): Handle the case the specified
4234 column number is <= 0.
4235
4236 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4237
4238 * startup.el (command-line-1): Add support for +LINE:COLUMN
4239 command line argument.
4240
4241 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4242
4243 * server.el (server-process-filter, server-visit-files):
4244 Add support for +LINE:COLUMN style emacsclient calls.
4245
4246 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4247
4248 * emacs-lisp/easy-mmode.el: Add Keywords header.
4249
4250 * play/pong.el: Author has new address.
4251
4252 * play/landmark.el: Author is no more reachable.
4253
4254 * play/handwrite.el: Author is no more reachable.
4255
4256 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4257
4258 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4259 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4260 Complete bindings for F<1..12> keys.
4261 (global-map): Remove `undo' binding (already in the default).
4262 Replace `t<n>' bindings with `f<n>' bindings.
4263
4264 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4265
4266 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4267 (tcl-mode): Use tcl-add-log-defun.
4268 (tcl-indent-line): Use tcl-calculate-indent.
4269 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4270 (tcl-indent-exp): Renamed from indent-tcl-exp.
4271 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4272 (tcl-indent-for-comment): Call comment-indent-function properly
4273 and handle the case where it returns nil.
4274
4275 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4276
4277 * calendar/cal-islam.el (calendar-goto-islamic-date):
4278 Remove autoload cookie.
4279
4280 * calendar/calendar.el (calendar-goto-islamic-date):
4281 Add call to autoload.
4282
4283 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4284
4285 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4286 Don't change compile-auto-highlight globally.
4287 Don't bother with `font-lock-defaults' property since XEmacs
4288 also understands the `font-lock-defaults' variable.
4289 Use make-local-variable rather than make-variable-buffer-local.
4290 Don't `defconst' comment-indent-function: keep the default.
4291 Call easy-menu-add unconditionally.
4292 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4293 (ada-create-menu): Use :included for Emacs as well.
4294
4295 * vc.el (vc-do-command): Autoload.
4296
4297 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4298
4299 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4300
4301 * ps-print.el: Fix Author: header.
4302
4303 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4304
4305 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4306 mouse-1 etc., bind them to `ignore'.
4307
4308 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4309 send-invisible, which is already defined in Comint.
4310 (eshell-watch-for-password-prompt): Use it.
4311
4312 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4313
4314 * which-func.el (which-func-mode): Doc fix.
4315
4316 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4317 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4318 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4319 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4320 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4321 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4322 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4323 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4324 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4325 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4326 * emulation/edt-mapper.el, emulation/edt-pc.el,
4327 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4328 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4329 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4330 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4331 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4332 * international/isearch-x.el, international/iso-cvt.el,
4333 * international/ogonek.el, international/quail.el,
4334 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4335 * language/devanagari.el, language/ethio-util.el,
4336 * language/ethiopic.el, language/european.el, language/indian.el,
4337 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4338 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4339 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4340 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4341 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4342 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4343 * progmodes/autoconf.el, progmodes/cmacexp.el,
4344 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4345 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4346 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4347 * progmodes/ebnf2ps.el, progmodes/executable.el,
4348 * progmodes/fortran.el, progmodes/idlw-shell.el,
4349 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4350 * progmodes/m4-mode.el, progmodes/mantemp.el,
4351 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4352 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4353 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4354 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4355 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4356 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4357 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4358 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4359 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4360 * textmodes/two-column.el, time-stamp.el, timezone.el,
4361 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4362 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4363 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4364 conventions.
4365
4366 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4367
4368 * simple.el (set-variable): Require 'cus-edit' instead of
4369 `wid-edit', so that the Custom widgets get defined.
4370
4371 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4372
4373 * allout.el: A fix to follow coding conventions.
4374
4375 * find-lisp.el: A fix to follow coding conventions.
4376
4377 * term/w32-win.el: A fix to follow coding conventions.
4378
4379 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4380
4381 * term/xterm.el: A fix to follow coding conventions.
4382
4383 * term/news.el: A fix to follow coding conventions.
4384
4385 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4386 header line fixed.
4387
4388 * sun-curs.el: Fix Maintainer: header line.
4389
4390 * emacs-lisp/easymenu.el: Address of the author added.
4391
4392 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4393
4394 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4395 property.
4396
4397 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4398
4399 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4400 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4401 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4402 Some fixes to follow coding conventions.
4403
4404 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4405
4406 * which-func.el (which-func-mode): Doc fix.
4407
4408 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4409
4410 * net/rcompile.el (remote-compile): Use make-local-variable.
4411
4412 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4413
4414 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4415
4416 * mail/reporter.el (reporter-submit-bug-report):
4417 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4418
4419 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4420
4421 * calendar/cal-china.el, calendar/cal-coptic.el,
4422 * calendar/cal-dst.el, calendar/cal-french.el,
4423 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4424 * calendar/cal-iso.el, calendar/cal-julian.el,
4425 * calendar/cal-mayan.el, calendar/cal-persia.el,
4426 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4427 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4428 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4429 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4430 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4431 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4432 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4433 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4434 * progmodes/ada-xref.el, progmodes/cc-align.el,
4435 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4436 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4437 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4438 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4439 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4440 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4441 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4442 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4443 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4444 * textmodes/reftex.el: Some fixes to follow coding
4445 conventions in Eshell files with known maintainers.
4446
4447 * emulation/viper.el: A fix to follow coding conventions.
4448
4449 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4450 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4451 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4452 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4453 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4454 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4455 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4456 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4457 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4458 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4459 conventions in Eshell files.
4460
4461 * composite.el, diff.el, emacs-lisp/levents.el,
4462 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4463 * emulation/pc-mode.el, emulation/viper-cmd.el,
4464 * emulation/viper-ex.el, emulation/viper-init.el,
4465 * emulation/viper-keym.el, emulation/viper-macs.el,
4466 * emulation/viper-mous.el, emulation/viper-util.el,
4467 * emulation/viper.el, forms-pass.el, international/ccl.el,
4468 * international/characters.el, international/encoded-kb.el,
4469 * international/fontset.el, international/ja-dic-cnv.el,
4470 * international/ja-dic-utl.el, international/kinsoku.el,
4471 * international/kkc.el, international/mule-cmds.el,
4472 * international/mule-diag.el, international/mule-util.el,
4473 * international/mule.el, international/titdic-cnv.el,
4474 * language/china-util.el, language/chinese.el,
4475 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4476 * language/greek.el, language/hebrew.el, language/japan-util.el,
4477 * language/japanese.el, language/korea-util.el, language/korean.el,
4478 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4479 * language/slovak.el, language/thai-util.el, language/thai.el,
4480 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4481 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4482 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4483 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4484 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4485 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4486 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4487 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4488 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4489 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4490 to follow coding conventions in files without maintainer or in files
4491 with clear maintainer (but without Maintainer header stating so).
4492
4493 * emacs-lisp/elp.el: A fix to follow coding conventions.
4494
4495 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4496 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4497 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4498 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4499 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4500 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4501 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4502 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4503 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4504 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4505 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4506 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4507 conventions in files from Gnus.
4508
4509 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4510 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4511 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4512 * echistory.el, electric.el, emacs-lisp/authors.el,
4513 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4514 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4515 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4516 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4517 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4518 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4519 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4520 * international/codepage.el, international/iso-ascii.el,
4521 * international/iso-insert.el, international/iso-transl.el,
4522 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4523 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4524 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4525 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4526 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4527 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4528 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4529 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4530 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4531 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4532 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4533 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4534 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4535 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4536 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4537 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4538 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4539 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4540 * textmodes/tex-mode.el, textmodes/text-mode.el,
4541 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4542 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4543 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4544 files maintained by FSF.
4545
4546 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4547
4548 * arc-mode.el: A fix to follow coding conventions.
4549
4550 * bindings.el: Ditto.
4551
4552 * cdl.el: Ditto.
4553
4554 * comint.el: Ditto.
4555
4556 * cus-start.el: Ditto.
4557
4558 * shell.el: Ditto.
4559
4560 * skeleton.el: Ditto.
4561
4562 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4563
4564 * info.el (Info-build-node-completions):
4565 Make Info-current-file-completions buffer local.
4566
4567 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4568
4569 * which-func.el (which-func-mode, which-func-ff-hook)
4570 (which-function-mode): Remove references to which-func-mode-global.
4571
4572 * calendar/cal-islam.el (calendar-goto-islamic-date):
4573 Add autoload cookie.
4574
4575 * play/fortune.el: Add types to defcustoms.
4576
4577 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4578
4579 * language/czech.el: A fix to follow coding conventions.
4580
4581 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4582
4583 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4584 to the extension list, for antlr-mode. From Christoph Wedler
4585 <Christoph.Wedler@sap.com>.
4586
4587 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4588
4589 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4590 (vc-dired-mode-map): Fix the madness.
4591
4592 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4593 (vc-prefix-map): Moved back from vc.el.
4594
4595 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4596
4597 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4598 Increase the size of the obarray.
4599 (mail-extr-all-top-level-domains): Add more toplevel domains,
4600 add more long names.
4601 From: Per Starback <starback@ling.uu.se>.
4602
4603 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4604
4605 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4606 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4607
4608 * progmodes/ada-mode.el: Ditto.
4609
4610 * progmodes/ada-xref.el: Ditto.
4611
4612 2001-07-11 Miles Bader <miles@gnu.org>
4613
4614 * finder.el (finder-insert-at-column): Also move to the next line
4615 if exactly at COLUMN.
4616
4617 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4618
4619 * help.el (describe-function-1): When printing FUNCTION's
4620 documentation, don't assume FUNCTION is a symbol.
4621
4622 * startup.el (normal-top-level): Don't operate on the initial
4623 frame if we failed to create one.
4624
4625 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4626
4627 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4628 itself, i.e. only indent the contents in it.
4629
4630 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4631
4632 * mail/rmail.el (rmail-show-message): Show beginning of message in
4633 all windows containing it.
4634
4635 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4636
4637 * term/tty-colors.el: Fix the header line and copyright years.
4638
4639 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4640
4641 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4642 original definition has an interactive form, but is Elp
4643 instrumented, use the interactive form of the function called by
4644 elp-wrapper.
4645
4646 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4647 configurations with compare-window-configuration; they aren't
4648 window configurations.
4649
4650 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4651 from the server for the format we expect. Don't use it if it
4652 doesn't look like what the Internet draft for FTP extensions specifies.
4653
4654 * toolbar/*.pbm: Cleaned up.
4655 From Luis Fernandes <elf@ee.ryerson.ca>.
4656
4657 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4658
4659 * cc-cmds.el: Extended the kludge to interoperate with the
4660 delsel and pending-del packages wrt to the new function
4661 `c-electric-delete-forward'.
4662
4663 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4664
4665 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4666 to delay the call to <mode> for global minor modes.
4667 (easy-mmode-define-navigation): Only recenter if interactive.
4668
4669 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4670
4671 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4672 to lisp-indent-line.
4673
4674 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4675 from the server. Call encode-time only when we are sure that we
4676 got a 213 response.
4677
4678 2001-07-06 Simon Josefsson <jas@extundo.com>
4679
4680 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4681 (mail-envelope-from): New user option.
4682 (sendmail-send-it): Use it.
4683
4684 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4685
4686 * ps-print.el: Use locale dependant date to print date in header.
4687 Doc fix.
4688 (ps-print-version): New version number (6.5.3).
4689 (ps-right-header, ps-right-footer): Initialization and doc fix.
4690 (ps-time-stamp-locale-default): New fun.
4691
4692 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4693
4694 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4695 field problem with MIME-mode.
4696
4697 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4698
4699 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4700
4701 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4702 MIME-mode.
4703
4704 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4705
4706 * bindings.el (mode-line-mule-info): Don't show the tip with
4707 buffer-file-coding-system if that is nil.
4708
4709 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4710
4711 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4712 instead of kill-line.
4713
4714 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4715 <Pavel@Janik.cz>.
4716
4717 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4718 <Pavel@Janik.cz>.
4719
4720 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4721
4722 * font-lock.el (c-font-lock-keywords-3): When matching something
4723 like `struct X Y', finish with point after Y.
4724
4725 2001-07-04 Simon Josefsson <jas@extundo.com>
4726
4727 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4728 in caller buffer.
4729
4730 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4731
4732 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4733 instead of string-match to find the basename of the file.
4734 From Pascal Obry <p.obry@wanadoo.fr>.
4735
4736 * net/browse-url.el (browse-url-default-windows-browser):
4737 Support the MS-DOS port when it runs on Windows.
4738 (browse-url-browser-function) [ms-dos]: Default to
4739 browse-url-default-windows-browser.
4740
4741 * help.el (locate-library): Enable code that looks for compressed
4742 libraries if auto-compression-mode is on.
4743
4744 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4745
4746 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4747
4748 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4749
4750 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4751
4752 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4753
4754 * allout.el: Fix the header line, so that finder.el recognizes it.
4755 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4756
4757 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4758 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4759
4760 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4761
4762 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4763
4764 * ps-bdf.el (bdf-directory-list): Use the value relative to
4765 installation-directory for MS-Windows as well.
4766
4767 2001-06-29 Richard M. Stallman <rms@gnu.org>
4768
4769 * wid-edit.el (widget-color-sample-face-get):
4770 Return ((foreground-color . COLOR)) instead of constructing a face.
4771
4772 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4773
4774 * faces.el (region): Change the background color for the
4775 light-background color display to lightgoldenrod2, to make it
4776 visible on some laptops.
4777
4778 2001-06-28 Richard M. Stallman <rms@gnu.org>
4779
4780 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4781 (rmail-msg-restore-non-pruned-header): Likewise.
4782 If point was in the old pruned header, put it at the top.
4783 (rmail-msg-prune-header): If point was at the top, keep it there.
4784
4785 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4786 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4787
4788 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4789
4790 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4791
4792 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4793
4794 * saveplace.el: Update maintainer email address.
4795
4796 2001-06-27 Francesco Potorti` <pot@gnu.org>
4797
4798 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4799 Undo previous change.
4800
4801 2001-06-27 Francesco Potorti` <pot@gnu.org>
4802
4803 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4804 preliminary quick reordering. Can speed things up dramatically.
4805
4806 2001-06-26 Richard M. Stallman <rms@gnu.org>
4807
4808 * dired.el (dired-get-filename): A file name starting with ~
4809 is not absolute in this context.
4810
4811 * which-func.el (which-func-maxout): Increase default to 500000.
4812 (which-function-mode): This is now the "real" name of the function.
4813 (which-func-mode): Now an alias.
4814 (which-func-mode-global): Name deleted.
4815
4816 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4817 button-2, when binding hs-mouse-toggle-hiding.
4818
4819 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4820
4821 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4822 (rmail-msg-prune-header): Likewise.
4823 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4824 and `rmail-msg-prune-header'.
4825
4826 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4827
4828 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4829 back than LINEBEG.
4830
4831 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4832
4833 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4834 window where they clicked the mouse has a header line, adjust
4835 vertical movement by one.
4836
4837 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4838
4839 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4840 too when separating a parenthesis.
4841
4842 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4843
4844 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4845 (bookmark-bmenu-hide-filenames): Add help-echo to
4846 mouse-highlighted text.
4847 (bookmark-bmenu-show-filenames): Remove help-echo property from
4848 the whitespace.
4849
4850 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4851
4852 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4853 From Karl Eichwalder <ke@suse.de>.
4854
4855 2001-06-23 Richard M. Stallman <rms@gnu.org>
4856
4857 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4858
4859 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4860 contents for completing-read.
4861
4862 2001-06-22 Richard M. Stallman <rms@gnu.org>
4863
4864 * menu-bar.el (menu-bar-make-toggle): Construct the
4865 function's doc string from HELP, not DOC, and make it accurate by
4866 adding "Toggle whether to " at the front and downcasing the initial.
4867 Change the HELP arg in some calls to make it fit this usage.
4868
4869 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4870 Undo previous change.
4871
4872 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4873
4874 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4875
4876 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4877
4878 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4879
4880 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4881
4882 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4883
4884 2001-06-20 Richard M. Stallman <rms@gnu.org>
4885
4886 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4887 broken out from dabbrev--find-expansion. Handle minibuffer
4888 specially here.
4889 (dabbrev--find-expansion): Simplify code in various ways.
4890 Don't treat minibuffers specially.
4891 Call dabbrev--make-friend-buffer-list.
4892 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4893 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4894
4895 2001-06-19 John Wiegley <johnw@gnu.org>
4896
4897 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4898 Also, added a comment describing how to greatly speedup Eshell
4899 loadup time, by concatenating together all of Eshell's .elc files.
4900
4901 2001-06-19 John Wiegley <johnw@gnu.org>
4902
4903 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4904
4905 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4906
4907 * woman.el (WoMan-highlight-references): Add help-echo to
4908 mouse-highlighted text.
4909
4910 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4911
4912 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4913
4914 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4915
4916 * international/quail.el (quail-start-conversion):
4917 Reset quail-translating to nil.
4918
4919 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4920 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4921
4922 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4923
4924 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4925 mouse-highlighted text.
4926
4927 * dired.el (dired-mark-pop-up): Fix last change.
4928
4929 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4930
4931 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4932 mouse-highlighted text.
4933
4934 * net/quickurl.el (quickurl-url-file): Run through
4935 convert-standard-filename.
4936 (quickurl-list-populate-buffer): Add help-echo to
4937 mouse-highlighted text.
4938 (top-level): Update Dave's URL.
4939
4940 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4941 mouse-highlighted text.
4942
4943 * textmodes/page-ext.el (pages-copy-header-and-position):
4944 Add help-echo to mouse-highlighted text.
4945
4946 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4947 mouse-highlighted text.
4948
4949 * replace.el (occur): Add help-echo to mouse-highlighted text.
4950
4951 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4952 mouse-highlighted text.
4953
4954 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4955 mouse-highlighted text.
4956
4957 * progmodes/compile.el (compile-reinitialize-errors):
4958 Add help-echo to mouse-highlighted messages.
4959 (compilation-forget-errors): Remove help-echo property as well.
4960
4961 * play/landmark.el (lm-plot-square, lm-init-display):
4962 Add help-echo to mouse-highlighted text.
4963
4964 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4965 Add help-echo to mouse-highlighted text.
4966
4967 * dired.el (dired-insert-set-properties): Add help-echo to
4968 mouse-highlighted text.
4969 (dired-mark-pop-up): Remove help-echo property from the file name.
4970
4971 * comint.el (comint-send-input): Add help-echo to
4972 mouse-highlighted text.
4973
4974 * buff-menu.el (list-buffers-noselect): Add help-echo to
4975 mouse-highlighted text.
4976
4977 * arc-mode.el (archive-summarize-files): Add help-echo to
4978 mouse-highlighted text.
4979
4980 * ffap.el (ffap-machine-p): Always return nil if
4981 open-network-stream is not fboundp.
4982
4983 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4984
4985 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4986 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4987 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4988 incorrectly binding chars between 128 and 256 to it.
4989 (sgml-maybe-name-self): Handle latin-1 chars properly.
4990 (sgml-tags-invisible): Bind buffer-file-name to nil.
4991 Use unwind-protect and restore-buffer-modified-p.
4992 (sgml-point-entered): Use buffer-substring-no-properties.
4993 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4994 (html-mode): Don't force `imenu-sort-function'.
4995
4996 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4997
4998 * tar-mode.el: Fix the copyright notice.
4999
5000 * font-lock.el (font-lock-comment-face): For tty's with dark
5001 background, use "red1", since "lightred" is not one of the colors
5002 recognized by tty-colors.el.
5003
5004 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5005 create a buffer for extracted file, in case there's more than one
5006 file by that name in an archive, possibly in different
5007 directories. From Kevin Rodgers <kevinr@ihs.com>.
5008
5009 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5010 <alex@gnu.org>.
5011
5012 2001-06-15 Miles Bader <miles@gnu.org>
5013
5014 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5015 Revert previous change.
5016
5017 2001-06-14 Richard M. Stallman <rms@gnu.org>
5018
5019 * replace.el (keep-lines-read-args): Return just a regexp.
5020 Provide nil for the region args.
5021 (keep-lines, flush-lines, how-many):
5022 Calculate the defaults for the region here, when args are nil.
5023
5024 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5025
5026 * rot13.el (rot13-other-window): Some more doc fix.
5027
5028 2001-06-14 Per Starback <starback@ling.uu.se>
5029
5030 * replace.el (case-replace, query-replace-from-history-variable)
5031 (query-replace-to-history-variable, keep-lines-read-args)
5032 (occur-revert-function, query-replace-help): Dox fix.
5033
5034 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5035
5036 * rot13.el (rot13-other-window): Doc fix.
5037
5038 2001-06-14 Miles Bader <miles@gnu.org>
5039
5040 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5041 of " and \ to "." (punctuation).
5042 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5043
5044 2001-06-13 Richard M. Stallman <rms@gnu.org>
5045
5046 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5047
5048 * simple.el (shell-command-on-region): Never kill the
5049 *Shell Command Output* buffer.
5050
5051 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5052
5053 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5054
5055 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5056
5057 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5058 New var, to recognize ${ $' and PODs.
5059 (perl-font-lock-syntactic-face-function): New function.
5060 (perl-mode): Use them.
5061 (perl-continuation-line-p): New function, from perl-calculate-indent.
5062 (perl-calculate-indent): Use it, to properly handle continuation
5063 lines of continuation lines.
5064
5065 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5066
5067 * server.el (server-process, server-buffer-clients): Doc fix.
5068 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5069
5070 2001-06-09 John Wiegley <johnw@gnu.org>
5071
5072 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5073 test if the last command was Lisp or not.
5074 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5075 B x C".
5076
5077 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5078
5079 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5080 general one on compile.el supports drive letters.
5081
5082 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5083
5084 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5085 key description.
5086
5087 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5088
5089 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5090 (reftex-toc-jump): New command.
5091
5092 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5093 to parse international characters as well.
5094
5095 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5096 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5097
5098 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5099
5100 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5101 TAB to the key separators.
5102
5103 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5104
5105 * international/mule.el (auto-coding-alist): Remove redundant
5106 up-cased versions of the extensions (auto-coding-alist-lookup is
5107 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5108 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5109
5110 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5111
5112 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5113
5114 2001-06-01 Richard M. Stallman <rms@gnu.org>
5115
5116 * help.el (describe-variable): Put value on same line
5117 with preceding text, if it is short enough to look good that way.
5118
5119 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5120
5121 * term/internal.el (IT-unicode-translations): New variable.
5122 (IT-setup-unicode-display): New function.
5123
5124 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5125
5126 * ps-print.el: Handle before-string and after-string overlay properties
5127 in ps-print-*-with-faces commands. Doc fix.
5128 (ps-print-version): New version number (6.5.2).
5129 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5130 for XEmacs.
5131 (ps-prefix-quote): Doc fix.
5132 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5133 (ps-basic-plot-str, ps-plot-string): New funs.
5134
5135 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5136
5137 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5138 and :type spec.
5139
5140 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5141
5142 * international/mule-cmds.el (inactivate-input-method):
5143 Set input-method-function to nil.
5144
5145 * xml.el (xml-parse-tag): The document may contain invalid characters.
5146 From ShengHuo ZHU <zsh@cs.rochester.edu>
5147
5148 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5149
5150 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5151 `rmail-summary-line-decoder' if the message does not have
5152 a Subject: field.
5153
5154 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5155
5156 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5157 New variable.
5158 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5159 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5160 is non-nil.
5161
5162 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5163
5164 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5165
5166 2001-05-29 Sam Steingold <sds@gnu.org>
5167
5168 * faces.el (face-valid-attribute-values): Bind `valid' directly
5169 instead of using `setq'.
5170
5171 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5172 Use `tex-shell-buf'.
5173 (tex-shell-proc): Use `tex-shell-running'.
5174 (tex-shell-buf-no-error): New function.
5175 (tex-send-tex-command): Use it.
5176 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5177 (tex-kill-job): Check the process before calling `quit-process'.
5178
5179 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5180
5181 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5182 UTF-8 sequences.
5183
5184 2001-05-28 Miles Bader <miles@gnu.org>
5185
5186 * comint.el (comint-carriage-motion): Renamed from
5187 `comint-cr-magic'. Operate on the buffer instead of the string
5188 (for use as a comint post-output filter, instead of as a
5189 pre-output filter). Handle backspaces too. Add to the
5190 `comint-output-filter-functions' hook instead of
5191 `comint-preoutput-filter-functions'.
5192
5193 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5194
5195 * language/japan-util.el (japanese-hankaku): Prefer the charset
5196 `jisx0201' when the optional argument `ascii-only' is not specified.
5197 (japanese-hankaku-region): Ditto.
5198 From Katsumi Yamaoka <yamaoka@jpl.org>
5199
5200 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5201
5202 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5203 (outline-invisible-p): New function.
5204 (hide-leaves): Save excursion.
5205 (hide-other): Stop looping when reaching bobp.
5206
5207 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5208
5209 * cus-edit.el (custom-file): Fix last change.
5210
5211 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5212
5213 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5214 same definition in byte-compile-function-environment as `autoload'
5215 would put in `symbol-function'.
5216
5217 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5218 patch to correct the error message as well.
5219
5220 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5221
5222 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5223 unless ~/.emacs exists.
5224
5225 * novice.el (enable-command): If user-init-file is nil or does not
5226 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5227
5228 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5229
5230 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5231 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5232 Allow spaces around macro arguments.
5233 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5234 indent-for-tab-command.
5235 (latex-mode-map, plain-tex-mode-map): New keymaps.
5236 Inherit from tex-mode-map.
5237 (tex-common-initialization): Don't setup the keymap any more
5238 since it's now done right by define-derived-mode.
5239 (latex-mode): Set skeleton-end-hook to nil.
5240 (latex-skeleton-end-hook): Remove.
5241 (tex-latex-block, latex-insert-item): Simplify.
5242 (latex-syntax-after): Use following-char rather than char-after.
5243 (tex-discount-args-cmds, tex-count-words): New functions.
5244
5245 * textmodes/tildify.el (tildify-ignored-environments-alist):
5246 Recognize \verb* as well.
5247
5248 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5249 (perl-comment-indent): Simplify to let newcomment.el do its job.
5250 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5251 (perl-mark-function): Cleanup the namespace.
5252 (perl-calculate-indent): Don't be fooled by nested functions.
5253
5254 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5255
5256 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5257 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5258
5259 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5260
5261 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5262 actually be `\\'.
5263 (ctlau-b5-converter): Likewise.
5264
5265 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5266
5267 * international/titdic-cnv.el (quail-misc-package-ext-info):
5268 Change CTLauB.el to CTLau-b5.el.
5269
5270 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5271
5272 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5273 rather than beginning-of-line to avoid problems with fields.
5274 (gud-perldb-massage-args): Use unless and push.
5275 (gud-chdir-before-run): New var.
5276 (gud-common-init): Use it.
5277
5278 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5279
5280 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5281 delete entries for chinese-ctlau and chinese-ctlaub.
5282 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5283 chinese-ctlaub.
5284 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5285 New functions.
5286
5287 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5288
5289 * cus-edit.el (custom-comment-show): Remove debug code.
5290
5291 * language/japan-util.el (japanese-symbol-table): Fix handling of
5292 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5293
5294 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5295
5296 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5297 Renamed by removing the silly `-flag' suffix.
5298 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5299
5300 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5301
5302 * replace.el (keep-lines-read-args): Use `copy-marker'.
5303 (how-many): Save excursion properly.
5304 (occur-mode): Use define-derived-mode.
5305 (perform-replace): Use with-current-buffer.
5306
5307 2001-05-20 Richard M. Stallman <rms@gnu.org>
5308
5309 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5310
5311 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5312
5313 * info.el (Info-read-subfile): Widen before finding the
5314 desired node in the subfile.
5315
5316 * startup.el (command-line-1): When >2 files visited,
5317 leave the last one visible, and make that the selected window.
5318
5319 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5320
5321 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5322
5323 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5324
5325 * international/ccl.el (define-ccl-program): Fix a typo.
5326 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5327
5328 * international/mule.el (decode-char): Fix a typo. From Pavel
5329 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5330
5331 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5332 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5333
5334 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5335 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5336
5337 2001-05-18 Sam Steingold <sds@gnu.org>
5338
5339 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5340 and [RET] to `cvs-mode-find-file'.
5341
5342 2001-05-18 John Wiegley <johnw@gnu.org>
5343
5344 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5345 configuration variable, which determines the initial character
5346 that forces use of an external version of a command. The default
5347 is *, but may be set to \, for example.
5348
5349 * eshell/esh-ext.el (eshell-explicit-command):
5350 Use `eshell-explicit-command-char' instead of ?*.
5351
5352 * eshell/esh-cmd.el (eshell/which):
5353 Use `eshell-explicit-command-char' instead of ?*.
5354
5355 * eshell/em-cmpl.el (eshell-completion-command-name)
5356 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5357 instead of ?*.
5358
5359 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5360
5361 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5362 subst-char-in-string.
5363 (ange-ftp-after-parse-ls-hook): New variable.
5364 (ange-ftp-ls): Run that hook.
5365 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5366
5367 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5368 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5369 text into *Completions*.
5370
5371 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5372 part of which look like email addresses.
5373
5374 2001-05-18 Andrew Innes <andrewi@gnu.org>
5375
5376 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5377 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5378 cmd.exe's handling of FOR loops.
5379 (autoloads): Set find-file-suppress-same-file-warnings to t to
5380 avoid slew of spurious messages.
5381
5382 2001-05-18 Simon Josefsson <simon@josefsson.org>
5383
5384 * mail/smtpmail.el (maybe-append-domain): Renamed to
5385 `smtpmail-maybe-append-domain'.
5386 (smtpmail-via-smtp): Use the new name.
5387
5388 * net/browse-url.el (browse-url-browser-function): Add kde.
5389 (browse-url-kde-program, browse-url-kde-args): New variables.
5390 (browse-url-kde): New function.
5391
5392 2001-05-18 Miles Bader <miles@gnu.org>
5393
5394 * simple.el (delete-horizontal-space, just-one-space):
5395 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5396 because it's more efficient for large files.
5397
5398 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5399
5400 * mail/rmail.el (rmail-require-mime-maybe): New function.
5401 (rmail): Use it.
5402 (rmail-mode): Handle the case of finding Rmail files.
5403
5404 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5405 functions.
5406
5407 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5408
5409 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5410 text-property after moving to the beginning of line and regardless
5411 of the value of font-lock-multiline.
5412
5413 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5414
5415 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5416
5417 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5418 last coding system used before calling set-buffer-modified-p
5419 because that function changes last-coding-system.
5420
5421 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5422
5423 * files.el (switch-to-buffer-other-window)
5424 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5425 the doc string.
5426
5427 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5428
5429 * language/slovak.el, language/czech.el: New maintainer.
5430
5431 2001-05-16 Sam Steingold <sds@gnu.org>
5432
5433 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5434 sub-form of `defgeneric' correctly.
5435
5436 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5437
5438 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5439 of `c'.
5440
5441 * textmodes/outline.el (outline-font-lock-level): Remove the
5442 condition-case, test what outline-level returns instead, to
5443 ease debugging.
5444
5445 * international/mule.el (auto-coding-regexp-alist): New user-option.
5446 (auto-coding-from-file-contents): New function.
5447 (set-auto-coding): Use it to determine a coding system.
5448
5449 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5450
5451 * mouse.el (mouse-delete-other-windows): Doc fix.
5452
5453 * emacs-lisp/lisp-mode.el (lisp-mode):
5454 Make font-lock-keywords-case-fold-search a buffer-local variable with
5455 make-local-variable before setting it.
5456
5457 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5458
5459 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5460 prefixes.
5461
5462 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5463
5464 * hexl.el (hexl-current-address): Print a message when called
5465 interactively.
5466
5467 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5468
5469 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5470
5471 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5472
5473 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5474
5475 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5476
5477 * startup.el (command-line): If parameters have been changed in
5478 the init files which influence font selection, clear the face
5479 cache so that faces get realized with the new parameters.
5480
5481 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5482
5483 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5484
5485 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5486
5487 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5488
5489 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5490 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5491
5492 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5493
5494 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5495 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5496
5497 2001-05-09 John Wiegley <johnw@gnu.org>
5498
5499 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5500 Annotated the documentation string to tell users about
5501 `eshell-no-numeric-conversions'.
5502
5503 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5504 conversions if a Lisp function has the property
5505 `eshell-no-numeric-conversions' set to a non-nil value.
5506
5507 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5508 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5509 property `eshell-no-numeric-conversions' on the following
5510 functions (which all deal with filesystem entities, and never Lisp
5511 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5512 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5513 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5514 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5515 eshell/which, eshell/addpath.
5516
5517 2001-05-09 John Wiegley <johnw@gnu.org>
5518
5519 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5520 encountered as an argument, don't convert it right away, but tag
5521 the first character of the string with the text properties
5522 `number', which signifies to `eshell-lisp-command' that the
5523 argument should be passed through `string-to-number' if it is
5524 actually used in the call to a Lisp function.
5525
5526 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5527 function, convert any string arguments that have been tagged as
5528 "numbers", by calling string-to-number.
5529
5530 * eshell/esh-util.el (eshell-number-regexp): Now that number
5531 conversions only happen for Lisp function calls, the number regexp
5532 should now match all integer and floating point forms.
5533
5534 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5535 `eshell-continue-process', since they are both nonfunctional at
5536 the moment.
5537 (eshell-proc-initialize): Don't bind keys for
5538 `eshell-stop-process' or `eshell-continue-process'.
5539
5540 * eshell/em-unix.el (eshell-shuffle-files):
5541 Apply `directory-file-name' before calling `file-name-directory'.
5542
5543 * eshell/em-hist.el (eshell-add-to-history): Reference to
5544 `eshell-history-ring' needed to be `eshell-history-index'.
5545
5546 * calendar/timeclock.el (timeclock-find-discrep):
5547 Initialize `elapsed' to 0.
5548 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5549 it's still nil.
5550
5551 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5552
5553 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5554 (archive-mode): Use capitalize.
5555 (archive-unique-fname): Use make-temp-file.
5556
5557 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5558
5559 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5560
5561 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5562
5563 * tar-mode.el (tar-extract): Pay attention to the value of
5564 coding-system-for-read, if it is non-nil.
5565
5566 * calendar/holidays.el (holidays): Add an autoload cookie.
5567 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5568
5569 2001-05-08 John Wiegley <johnw@gnu.org>
5570
5571 * calendar/timeclock.el (timeclock-workday-remaining):
5572 Changed logic for determining how much time is remaining.
5573 (timeclock-workday-elapsed): Don't accept a "relative" argument
5574 for the current day's elapsed time. What could that have meant?
5575 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5576 (timeclock-when-to-leave): Changed logic, similarly to what was
5577 done for `timeclock-workday-remaining'.
5578 (timeclock-find-discrep): Removed "today-only" argument, which had
5579 no meaning. Fixed some more math problems. The function now
5580 returns a three member list: (TOTAL-TIME-DISCREPANCY
5581 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5582
5583 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5584
5585 * w32-fns.el (convert-standard-filename): Start replacing slashes
5586 from the beginning of the file name, not from where the last
5587 invalid character was. From "Andrew Maguire (SWW)"
5588 <Andrew.Maguire@Smallworld.co.uk>
5589
5590 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5591
5592 The following changes are to provide infrastructure for handling
5593 MIME messages to rmail. They don't affect the original behaviour
5594 if rmail-enable-mime is nil.
5595
5596 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5597 (rmail-search-mime-message-function)
5598 (rmail-search-mime-header-function): New variables.
5599 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5600 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5601 `rmail-view-buffer' is hidden.
5602 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5603 call rmai-show-mime-function.
5604 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5605 mode-line-process of rmail-view-buffer.
5606 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5607 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5608 buffer.
5609 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5610 set-buffer to the Rmail buffer.
5611 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5612 rmail-search-mime-header-function.
5613 (rmail-search-message): New function.
5614 (rmail-search): Call rmail-search-message to check if a message
5615 matches REGEXP, lastly update point after calling
5616 rmail-show-message.
5617 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5618 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5619 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5620 header region, refer to rmail-msgref-vector while setting the
5621 current buffer to rmail-buffer temporarily.
5622 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5623 If rmail-enable-mime is non-nil, call
5624 rmail-insert-mime-forwarded-message-function instead of inserting
5625 forwarded message by itself.
5626
5627 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5628 Rmail buffer.
5629 (rmail-set-label, rmail-next-labeled-message): Likewise.
5630
5631 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5632 set-buffer to the Rmail buffer.
5633 (rmail-output-to-rmail-file): Likewise.
5634 (rmail-output): Likewise.
5635
5636 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5637 of mail-fetch-field by rmail-summary-line-decoder.
5638 (rmail-new-summary): Be sure to go to the Rmail buffer.
5639 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5640 rmail-view-buffer to nil.
5641 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5642 rmail-view-buffer.
5643 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5644 rmail-buffer.
5645 (rmail-summary-scroll-msg-down): Likewise.
5646 (rmail-summary-beginning-of-message): Likewise.
5647 (rmail-summary-wipe): Likewise.
5648 (rmail-summary-toggle-header): Use save-window-excursion, not
5649 save-excursion. Update point in rmail-view-buffer, not in
5650 rmail-buffer.
5651 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5652 rmail-view-buffer, not rmail-buffer.
5653
5654 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5655
5656 * cus-edit.el (custom-file): Signal an error if user-init-file is
5657 nil (running -q).
5658
5659 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5660
5661 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5662 Add :version.
5663
5664 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5665 New option.
5666 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5667 only if smtpmail-warn-about-unknown-extensions is set.
5668
5669 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5670 instead of rmail-sort-by-keywords.
5671
5672 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5673 rmail-sort-by-keywords.
5674
5675 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5676 rmail-summary-sort-by-keywords. Doc fix.
5677 (rmail-summary-mode): Doc fix.
5678
5679 * mail/rmail.el (rmail-edit): New Custom group.
5680
5681 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5682 (rmail-edit-mode-hook): New user-option.
5683
5684 2001-05-05 Richard M. Stallman <rms@gnu.org>
5685
5686 * help.el (help-xref-symbol-regexp): Recognize "source of"
5687 and friends, meaning make a link to the source file.
5688 (help-make-xrefs): Handle "source of" and friends
5689 by constructing a link that visits the source file.
5690
5691 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5692
5693 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5694
5695 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5696 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5697 Renamed from perl-font-lock-keywords to avoid clashes.
5698 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5699 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5700 Updated correspondingly.
5701
5702 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5703 Typo `nonexistant' -> `nonexistent'.
5704
5705 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5706
5707 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5708 Split `c-electric-delete' into two functions where
5709 `c-electric-delete-forward' always deletes forward and
5710 `c-electric-delete' only contains the code necessary for XEmacs to
5711 choose between backward and forward deletion.
5712
5713 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5714 get the electric behavior on that key too.
5715 (c-fill-paragraph): Fixed bogus direct use of
5716 c-comment-prefix-regexp, which caused an error when it's a list.
5717
5718 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5719
5720 * dired-aux.el (dired-diff): Doc fix.
5721
5722 * dired.el (dired-diff): Likewise.
5723
5724 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5725
5726 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5727
5728 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5729
5730 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5731 if both the buffer and the file are read-only.
5732
5733 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5734 rather than font-lock-string-face.
5735 (sh-get-indent-info): Treat heredocs like strings.
5736
5737 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5738
5739 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5740 a newline following `}'.
5741 (texinfo-format-email): New function.
5742 (toplevel): Use texinfo-format-email for @email.
5743 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5744 Add `display'.
5745 (texinfo-sort-region): Goto point-min before sorting.
5746 (texinfo-set): Remove leading white space from value.
5747 From yagi@is.titech.ac.jp.
5748
5749 * replace.el (query-replace-regexp-eval): Doc fix.
5750
5751 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5752
5753 * diff-mode.el (diff-nonexistant-face): New face.
5754 (diff-font-lock-keywords): Use it.
5755
5756 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5757
5758 * font-lock.el (font-lock-mode): Doc fix.
5759
5760 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5761 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5762
5763 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5764
5765 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5766 backslash at the start of the here-document delimiter.
5767 (sh-font-lock-syntactic-keywords): Likewise.
5768
5769 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5770
5771 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5772
5773 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5774 (tty-color-translate, tty-color-by-index, tty-color-values)
5775 (tty-color-desc): Doc fix.
5776
5777 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5778
5779 * dired-aux.el (dired-do-create-files, dired-do-copy)
5780 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5781 Mention dired-dwim-target in the doc string.
5782
5783 2001-04-28 Miles Bader <miles@gnu.org>
5784
5785 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5786 (dabbrev--find-expansion): Use it.
5787 (dabbrev--select-buffers): Don't select ignored buffers.
5788
5789 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5790
5791 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5792
5793 2001-04-26 Richard M. Stallman <rms@gnu.org>
5794
5795 * dabbrev.el: Add doc strings for some functions.
5796 (dabbrev--eliminate-newlines): New variable.
5797 (dabbrev--substitute-expansion): Convert newlines to spaces
5798 if dabbrev--eliminate-newlines is set.
5799 If abbrev and expansion are both all-lower-case,
5800 leave dabbrev--last-case-pattern nil.
5801
5802 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5803
5804 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5805 if necessary, like in rmail-show-message.
5806
5807 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5808
5809 * ps-print.el: Color specified by number is forced to be float number.
5810 (ps-print-version): New version number (6.5.1.1).
5811 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5812 initialization.
5813 (ps-prefix-quote): New internal var.
5814 (ps-print-quote): New fun.
5815 (ps-setup, ps-output-frame-properties, ps-float-format)
5816 (ps-format-color): Code fix.
5817 (ps-plot-region): Eliminate redundant foreground color text setting.
5818
5819 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5820
5821 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5822
5823 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5824
5825 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5826
5827 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5828
5829 * info.el (Info-additional-directory-list): Doc fix.
5830
5831 * find-lisp.el (find-lisp-find-dired-filter)
5832 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5833 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5834
5835 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5836
5837 * progmodes/make-mode.el (makefile-font-lock-keywords):
5838 Rationalize the rules for includes and conditionals and use the
5839 keyword face for them.
5840
5841 * faces.el (modify-face): Add compatibility for non-interactive use.
5842
5843 2001-04-24 John Wiegley <johnw@gnu.org>
5844
5845 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5846 fix from last night, since it wasn't finding eshell/cd.
5847
5848 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5849
5850 * rect.el (string-rectangle): Revert to 20.x behaviour.
5851 (replace-rectangle): Make it an alias for string-rectangle.
5852 (string-insert-rectangle): New function.
5853
5854 2001-04-23 John Wiegley <johnw@gnu.org>
5855
5856 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5857 occurring with Emacs 21's diff.el/compile.el interaction layer.
5858
5859 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5860
5861 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5862 case where the function was defined in a file, but not part of an
5863 eshell module.
5864
5865 2001-04-23 John Wiegley <johnw@gnu.org>
5866
5867 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5868 code to work around a redisplay problem I've been having.
5869
5870 2001-04-23 John Wiegley <johnw@gnu.org>
5871
5872 * calendar/timeclock.el (timeclock-day-required): If the time
5873 required for a particular day is not set, use `timeclock-workday'.
5874 (timeclock-find-discrep): Added some sample code in a comment.
5875
5876 * eshell/eshell.el (eshell-command): Made a few changes so that
5877 `eshell-command' could be called programmatically.
5878
5879 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5880
5881 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5882
5883 2001-04-23 John Wiegley <johnw@gnu.org>
5884
5885 * calendar/timeclock.el: Updated copyright.
5886 (timeclock-generate-report): Don't report the daily or two-week
5887 total, if no time has been worked in that period.
5888 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5889 final computational form, which was unnecessary; corrected a
5890 parsing problem when timeclock-relative was nil.
5891
5892 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5893
5894 * calendar/timeclock.el (timeclock-modeline-display): Check if
5895 `list-entry' is null.
5896 (timeclock-use-display-time): The first argument to `set-variable'
5897 must be a symbol.
5898
5899 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5900
5901 * calendar/calendar.el (diary-entry-marker)
5902 (calendar-today-marker, calendar-holiday-marker):
5903 Use display-color-p instead of window-system.
5904 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5905 instead of window-system.
5906 (calendar-hide-window): Use display-multi-frame-p instead of
5907 window-system.
5908
5909 * calendar/cal-x.el (calendar-two-frame-setup)
5910 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5911 Use display-multi-frame-p instead of window-system.
5912
5913 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5914
5915 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5916
5917 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5918 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5919
5920 2001-04-23 Alex Schroeder <alex@gnu.org>
5921
5922 * goto-addr.el: Instead of defining line-beginning-position and
5923 line-end-position a defalias is used for point-at-bol and point-at-eol.
5924
5925 2001-04-23 Alex Schroeder <alex@gnu.org>
5926
5927 * goto-addr.el: Added XEmacs compatibility code.
5928 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5929
5930 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5931
5932 * textmodes/paragraphs.el (sentence-end): Doc fix.
5933
5934 2001-04-20 Alex Schroeder <alex@gnu.org>
5935
5936 * sql.el (sql-escape-newlines-and-send): New function.
5937 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5938
5939 2001-04-20 Alex Schroeder <alex@gnu.org>
5940
5941 * sql.el (sql-db2-program): New option.
5942 (sql-db2-options): New option.
5943 (sql-db2): New function.
5944
5945 2001-04-20 Alex Schroeder <alex@gnu.org>
5946
5947 * sql.el (sql-mode-menu): Added highlighting entries.
5948 (sql-highlight-oracle-keywords): New function.
5949 (sql-highlight-postgres-keywords): New function.
5950 (sql-highlight-ansi-keywords): New function.
5951
5952 2001-04-20 Alex Schroeder <alex@gnu.org>
5953
5954 * sql.el (sql-help): Doc change.
5955
5956 2001-04-19 Karl Fogel <kfogel@collab.net>
5957
5958 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5959 that inserted file content only to delete it immediately.
5960 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5961 <lektu@uol.com.br> for the patch.
5962
5963 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5964
5965 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5966
5967 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5968
5969 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5970 for defmethod.
5971
5972 * comint.el (comint-cr-magic): New function.
5973 (toplevel): Add it to comint-preoutput-filter-functions.
5974
5975 2001-04-18 Andrew Innes <andrewi@gnu.org>
5976
5977 * makefile.w32-in (EMACSLOADPATH): Define.
5978 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5979 (recompile): Remove stuff to set EMACSLOADPATH.
5980
5981 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5982
5983 * language/slovak.el ("Slovak"): Add tutorial entry.
5984
5985 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5986 browse-url-new-window-p.
5987
5988 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5989
5990 * info.el (Info-menu-update): When there are no menus and/or no
5991 cross references in the node, make the respective items of the
5992 Info menu-bar menu inactive.
5993
5994 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5995
5996 * indent.el (indent-for-tab-command): Call indent-line-function
5997 with no argument if PREFIX-ARG is non-nil.
5998
5999 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6000
6001 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6002
6003 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6004 an async subprocess if start-process is unavailable. Suggested by
6005 Tim Van Holder <tim.van.holder@pandora.be>.
6006
6007 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6008
6009 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6010 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6011
6012 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6013
6014 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6015 manual.
6016
6017 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6018
6019 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6020 (cvs-menu): Add a few entries.
6021
6022 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6023 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6024 lock file appears to be reachable from Emacs.
6025 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6026 (cvs-mode-find-file): Look for cvs-header-face rather than
6027 cvs-dirname-face (which doesn't exist).
6028 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6029
6030 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6031
6032 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6033
6034 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6035 normal-erase-is-backspace on a tty. Instead, bind some keys such
6036 as [delete] directly, like pc-select.el did before
6037 normal-erase-is-backspace was invented.
6038
6039 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6040
6041 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6042
6043 2001-04-11 John Wiegley <johnw@gnu.org>
6044
6045 * eshell/em-ls.el (eshell-ls-insert-directory):
6046 Set font-lock-defaults to nil, to prevent fontification in dired
6047 buffers, if Eshell's ls is being used.
6048
6049 2001-04-11 John Wiegley <johnw@gnu.org>
6050
6051 * calendar/timeclock.el (timeclock-completing-read): New function.
6052 (timeclock-ask-for-project, timeclock-ask-for-reason):
6053 Call `timeclock-completing-read'.
6054
6055 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6056 required where `member' was being used.
6057
6058 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6059
6060 * eshell/em-hist.el (eshell-previous-matching-input):
6061 Don't display "History item" if the the minibuffer is active.
6062
6063 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6064
6065 * startup.el (command-line): Output a newline after printing
6066 an error from loading the window system's init file.
6067
6068 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6069
6070 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6071 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6072 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6073 keywords whose arguments routinely include @@.
6074
6075 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6076
6077 * emacs-lisp/advice.el (ad-make-advised-definition):
6078 Construct advice for subrs differently.
6079
6080 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6081 regexp in parentheses when building the regexp for searching backwards.
6082
6083 * simple.el (completion-list-mode-finish): New function.
6084 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6085
6086 * language/european.el ("Polish"): Change sample text.
6087 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6088
6089 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6090 parameter.
6091
6092 * faces.el (menu): Doc fix.
6093
6094 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6095
6096 * ps-print.el: Footer implementation. Doc fix.
6097 (ps-print-version): New version number (6.5.1).
6098 (ps-header-frame-alist): New customization var for header frame
6099 properties.
6100 (ps-line-number-color): New customization var for line number color.
6101 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6102 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6103 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6104 (ps-right-footer): New customization vars for footers.
6105 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6106 footers.
6107 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6108 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6109 Code fix.
6110 (ps-prologue-file): Indentation fix.
6111 (ps-print-quote): Fun eliminated.
6112 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6113 (ps-output-frame-properties): New fun.
6114 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6115 (ps-skip-newline): Replace defun by defsubst.
6116
6117 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6118
6119 * eshell/eshell.el (eshell-command): Needed a "%s" format
6120 specifier, in case the buffer contains percent characters.
6121
6122 2001-04-10 John Wiegley <johnw@gnu.org>
6123
6124 * calendar/timeclock.el (timeclock-generate-report): Added a
6125 missing insert of the project name.
6126
6127 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6128
6129 * obsolete/profile.el: Moved from emacs-lisp/.
6130
6131 * Makefile.in (nonobsolete_setwins): New macro.
6132 (finder-data): Use it instead of `setwins'.
6133 From: Dave Love <fx@gnu.org>.
6134
6135 * server.el (server-visit-files): Set server-existing-buffer correctly.
6136 (server-visit-files): Run server-visit-hook after going to
6137 line 1 so that the hook can set point as it sees fit.
6138
6139 * bindings.el (mode-line-modified): Unify help messages.
6140
6141 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6142
6143 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6144 All callers changed.
6145
6146 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6147
6148 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6149 long file names aren't supported, truncate the file names in
6150 quail-misc-package-ext-info to 8+3 before matching them against
6151 FILENAME.
6152
6153 * dos-fns.el (dos-truncate-to-8+3): New function.
6154
6155 * progmodes/compile.el (grep-compute-defaults): Use null-device
6156 instead of literal /dev/null. Reported by Jens Schmidt
6157 <schmidt@mathematik.uni-kl.de>.
6158
6159 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6160
6161 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6162
6163 * textmodes/sgml-mode.el: Add unknown maintainer.
6164 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6165 (html-mode-map): Use set-keymap-parent.
6166
6167 2001-04-06 Dave Love <fx@gnu.org>
6168
6169 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6170 Remove redundant string-to-list.
6171
6172 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6173
6174 * composite.el (reference-point-alist): Doc fix.
6175
6176 2001-04-05 Sam Steingold <sds@gnu.org>
6177
6178 * font-lock.el (font-lock-keywords-case-fold-search):
6179 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6180 file made font-lock case-insensitive.
6181
6182 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6183
6184 * faces.el (defface menu): Doc fix.
6185
6186 * wid-edit.el (widget-color-sample-face-get): Don't make
6187 faces for undefined colors.
6188
6189 * version.el (emacs-version): Include LessTif/Motif version info.
6190
6191 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6192
6193 * ps-mule.el: Eliminate cl package dependence.
6194 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6195 if they aren't defined yet.
6196 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6197 Eliminate cl package dependence.
6198
6199 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6200
6201 * progmodes/cc-cmds.el (c-outline-level):
6202 Bind buffer-invisibility-spec. Originally from Dave Love, but
6203 got lost when incorporating version 5.26.
6204
6205 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6206
6207 * emulation/pc-select.el (pc-selection-mode):
6208 Call normal-erase-is-backspace-mode instead of binding
6209 keys individually.
6210
6211 * cus-load.el (normal-erase-is-backspace): Use it instead of
6212 delete-key-deletes-forward.
6213
6214 * startup.el (command-line): Use normal-erase-is-backspace and
6215 normal-erase-is-backspace-mode.
6216
6217 * simple.el (normal-erase-is-backspace): Rename from
6218 delete-key-deletes-forward. Doc fix.
6219 (normal-erase-is-backspace-mode): Rename from
6220 delete-key-deletes-forward-mode. Doc fix.
6221 Run normal-erase-is-backspace-hook.
6222
6223 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6224 ``human-readable'' format produced by GNU `ls'.
6225 (dired-move-to-filename-regexp): Recognize ISO format dates.
6226 From Paul Eggert <eggert@twinsun.com>.
6227
6228 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6229
6230 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6231 New functions.
6232 (lm-verify): Check keywords.
6233 From Eric M. Ludlam <eric@siege-engine.com>.
6234
6235 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6236
6237 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6238 `xemacs' feature instead of for the function `set-extent-property'.
6239
6240 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6241
6242 * mail/mh-utils.el (mh-folder-hist): New var.
6243 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6244
6245 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6246
6247 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6248 region, position point on the first or last 16-byte group.
6249 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6250 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6251 hexl-beginning-of-line.
6252
6253 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6254
6255 * icomplete.el (icomplete-mode): Treat an argument like other
6256 modes do.
6257
6258 * startup.el (fancy-splash-head): Use splash8.xpm for color
6259 depth 8.
6260
6261 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6262 Add an antry for ``converts''.
6263
6264 * language/slovak.el ("Slovak"): Add documentation string.
6265 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6266
6267 * language/czech.el ("Czech"): Add documentation string.
6268 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6269
6270 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6271 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6272
6273 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6274
6275 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6276 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6277 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6278 Use `defsubst' rather than a macro to ease debugging.
6279 (mail-extr-last): Remove (use `last' instead).
6280 (mail-extract-address-components): Properly reset the syntax-table
6281 after parsing an address. Use `last' rather than mail-extr-last.
6282 Make sure the end marker stays at the very end.
6283
6284 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6285
6286 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6287 last change.
6288
6289 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6290
6291 * ps-print.el: Line and paragraph spacing feature. Region to cut
6292 out when printing. Doc fix.
6293 (ps-print-version): New version number (6.5).
6294 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6295 New vars. Line and paragraph spacing feature.
6296 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6297 out when printing.
6298 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6299 (ps-get-font-size, ps-begin-job, ps-continue-line)
6300 (ps-plot-region): Code fix.
6301 (ps-print-prologue-2): Var eliminated.
6302 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6303 New internal vars.
6304 (ps-get-size): New fun.
6305 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6306 (ps-next-line): Replace defun by defsubst.
6307 (ps-mule-plot-string): Autoload doc fix.
6308
6309 * ps-bdf.el: XEmacs compatibility. Doc fix.
6310 (installation-directory, coding-system-for-read): Declare vars if
6311 it's not declared yet.
6312 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6313
6314 * ps-mule.el: XEmacs compatibility. Doc fix.
6315 (leading-code-private-22): Declare var if it's not declared yet.
6316 (charset-bytes, charset-dimension, charset-id, charset-width)
6317 (find-charset-region, split-char, char-width, chars-in-region)
6318 (forward-point, decompose-composite-char, encode-coding-string)
6319 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6320 Define funs if not defined yet.
6321 (encode-composition-rule, find-composition): Define funs if not
6322 loaded yet.
6323 (ps-mule-prologue): PostScript code fix.
6324
6325 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6326
6327 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6328 non-nil, generate font for the header strings.
6329 (ps-mule-prepare-font): Likewise.
6330 (ps-mule-generate-glyphs): Likewise.
6331 (ps-mule-string-encoding): Likewise.
6332 (ps-mule-header-charsets): New variable.
6333 (ps-mule-encode-header-string): New function.
6334 (ps-mule-header-string-charsets): New function.
6335 (ps-mule-begin-job): Check charsets in the header strings. If there
6336 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6337
6338 * ps-print.el (ps-generate-header-line): Encode the header string by
6339 ps-mule-encode-header-string.
6340 (ps-mule-encode-header-string): Declare autoload.
6341
6342 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6343
6344 * frame.el (cursor-in-non-selected-windows):
6345 Replaces show-cursor-in-non-selected-windows.
6346
6347 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6348
6349 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6350 Delete entries for "chinese-py" and "chinese-ziranma".
6351 (quail-misc-package-ext-info): New variable.
6352 (tsang-quick-converter): New function.
6353 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6354 (quick-cns-converter, py-converter, ziranma-converter)
6355 (miscdic-convert, batch-miscdic-convert): New functions.
6356
6357 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6358
6359 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6360 eight-bit-control chars.
6361
6362 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6363 Reduce making temporary vector (suggested by Dave Love).
6364
6365 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6366
6367 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6368 string as well.
6369
6370 2001-03-30 Andreas Schwab <schwab@suse.de>
6371
6372 * files.el (backup-directory-alist): Fix typo.
6373
6374 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6375
6376 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6377 <eggert@twinsun.com>.
6378
6379 2001-03-30 Dave Love <fx@gnu.org>
6380
6381 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6382
6383 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6384
6385 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6386
6387 2001-03-30 Miles Bader <miles@gnu.org>
6388
6389 * subr.el (interactive-form): Fix paren typo.
6390
6391 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6392
6393 * emacs-lisp/profile.el: Say that it's obsolete in the header
6394 line, so that finder.el puts that into its data-base.
6395 Suggested by Alex Schroeder <alex@gnu.org>.
6396
6397 2001-03-29 Paul Eggert <eggert@twinsun.com>
6398
6399 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6400 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6401
6402 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6403
6404 * generic.el (generic-mode-set-comments): Use "" rather than nil
6405 for comment-end.
6406
6407 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6408
6409 * emacs-lisp/advice.el (ad-make-advised-definition):
6410 Call interactive-form to obtain the interactive spec of subrs.
6411
6412 * subr.el (interactive-form): New function.
6413
6414 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6415
6416 * vc-sccs.el (vc-sccs-register): Use relative file names.
6417
6418 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6419
6420 * bookmark.el (bookmark-get-bookmark): Handle case that
6421 BOOKMARK is not a string.
6422
6423 * image.el (image-type-regexps): Change type for PS files
6424 to `postscript'.
6425
6426 * subr.el (read-passwd): Clear command history after each
6427 character entered. From: Stephen Gildea
6428 <gildea@stop.mail-abuse.org>.
6429
6430 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6431
6432 * international/kkc.el (kkc-save-init-file): Locally bind
6433 print-length to nil.
6434
6435 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6436
6437 * textmodes/flyspell.el: Some doc fixes.
6438 (flyspell-maybe-correct-transposition)
6439 (flyspell-maybe-correct-doubling): Use a temporary buffer
6440
6441 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6442
6443 * emacs-lisp/byte-opt.el (byte-optimize-while)
6444 (byte-optimize-form-code-walker): Diagnose too few arguments
6445 for `if' and `while'.
6446
6447 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6448
6449 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6450 Prepend `\' to "\<quail-translation-docstring>".
6451
6452 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6453
6454 * autorevert.el (global-auto-revert-non-file-buffers):
6455 Remove duplicate defcustom.
6456
6457 2001-03-26 Miles Bader <miles@gnu.org>
6458
6459 * international/latin1-disp.el (latin1-char-displayable-p):
6460 Add leading "-" for X font pattern.
6461
6462 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6463
6464 * international/mule-diag.el (describe-coding-system):
6465 For raw-text and emacs-mule, don't add anymore text about what
6466 charsets they can encode.
6467
6468 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6469
6470 * help.el (view-lossage): Mention open-dribble-file in the doc
6471 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6472
6473 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6474
6475 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6476 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6477
6478 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6479
6480 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6481 Call ccl-execute-on-string directly so that CCL program handling
6482 multibyte sequence can work correctly.
6483 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6484 property of the coding system.
6485
6486 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6487
6488 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6489 Fix transcription typo.
6490
6491 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6492
6493 * whitespace.el: Add buffer local variables to toggle testing of
6494 whitespaces in buffers without affecting the default values.
6495 Bump version to 3.0 to account for a few other changes.
6496 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6497 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6498 (whitespace-toggle-spacetab-check): New functions.
6499
6500 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6501
6502 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6503
6504 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6505
6506 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6507 bs-cycle-configuration-name. From Juanma Barranquero
6508 <lektu@uol.com.br>.
6509
6510 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6511 and cc-vars.el.
6512
6513 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6514 headers. Always invoke sendmail with option -t.
6515
6516 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6517
6518 * Release of cc-mode 5.28.
6519
6520 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6521
6522 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6523 Removed the hardcoded switch to "java" style in Java mode.
6524 It's instead taken care of by the default value for c-default-style.
6525
6526 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6527
6528 * cc-align.el (c-lineup-math): Fix bug where lineup was
6529 triggered by equal signs in string literals.
6530
6531 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6532
6533 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6534 limit detection when at the ends of the buffer.
6535
6536 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6537 "for" statement clause in case 7F; a better one is done
6538 earlier in case 7D anyway.
6539
6540 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6541
6542 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6543 somewhat more and did a small optimization.
6544
6545 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6546
6547 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6548 Use the limit argument only to limit the syntactic context
6549 search, not to limit the actual movement.
6550
6551 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6552 inside multiline strings, just like in comments. Also various
6553 fixes to the paragraph and comment prefix recognition, block
6554 comment ender handling etc.
6555
6556 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6557
6558 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6559 the relative position of the point.
6560
6561 * cc-cmds.el (c-electric-continued-statement): New function to
6562 use as abbrev hook to reindent for keywords such as "else"
6563 that continues an earlier statement.
6564
6565 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6566 like classes.
6567
6568 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6569 (pike-mode): Populate the default abbrev tables to reindent for
6570 keywords such as "else" that can continue earlier statements.
6571 Abbrev mode is therefore turned on by default now. (Note that
6572 this doesn't apply to idl-mode, since IDL afaik doesn't have
6573 statements at all.)
6574
6575 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6576
6577 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6578 bracelists where the declaration contains template arguments.
6579
6580 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6581
6582 * cc-cmds.el (c-comment-indent):
6583 Use `c-get-syntactic-indentation' to correctly calculate the
6584 syntactic indentation. Fixes bug with lineup functions that
6585 return vectors.
6586
6587 * cc-engine.el (c-get-syntactic-indentation): Split the
6588 indentation sum calculation from `c-indent-line' to a separate
6589 function.
6590
6591 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6592
6593 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6594 Fixed places where it was assumed that preprocessor directives
6595 have to start in column zero.
6596
6597 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6598 template arguments after a class identifier properly.
6599
6600 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6601 lists for `new Foo[]' constructs in Java as expressions and
6602 not top level definition brace lists on the top level, so that
6603 they'll get indented consistently with the same type of
6604 expression in a normal block.
6605
6606 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6607
6608 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6609 whether the adaptive filling package fails to keep the comment
6610 prefix is now kludged further to check for filladapt-mode
6611 which doesn't have that problem. This is really icky, but it's
6612 the only way that works with the current misfeatures/bugs in
6613 both adaptive-fill-mode and filladapt-mode.
6614
6615 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6616 around point is recognized more robust.
6617
6618 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6619
6620 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6621 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6622 (c-lit-type): Fixed all internal variables used dynamically so
6623 that they are always bound.
6624
6625 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6626 errors:
6627
6628 (c-indent-region): Fixed reporting of syntactic errors so that
6629 the region is fully reindented even when an error occurs.
6630 The last syntactic error is printed afterwards. Also cleanup up a
6631 whole lot of code that tried to optimize indentation of whole
6632 sexps but in reality accomplishes nothing.
6633
6634 (c-indent-sexp): Use c-indent-region.
6635
6636 (c-parsing-error): Changed this variable to hold the message
6637 for any syntactic error that is discovered.
6638
6639 (c-parse-state): Search backward from point instead of the bod
6640 position when the latter is invalid. This makes CC Mode
6641 recover faster when there are unbalanced close braces.
6642
6643 (c-backward-to-start-of-if): Use c-parsing-error to report
6644 dangling "else" clauses instead of throwing an error, and fall
6645 back to a reasonable position.
6646
6647 (c-indent-line): Added argument to avoid reporting syntactic errors.
6648
6649 (c-show-syntactic-information): Don't report any syntactic errors.
6650
6651 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6652
6653 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6654 paragraph recognition when moving by sentence in literals.
6655
6656 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6657 start regexp for javadoc to recognize javadoc markup in general instead
6658 of a specific set of keywords, to be more future-safe.
6659
6660 (c-Pike-pikedoc-paragraph-start)
6661 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6662 pikedoc markup.
6663
6664 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6665
6666 (pike-mode): Initialize paragraph settings pikedoc recognition.
6667
6668 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6669
6670 (c-comment-prefix-regexp): Made it possible to use an
6671 association list on this to specify mode specific regexps.
6672 The default value now use a special regexp in Pike mode to
6673 recognize pikedoc markup.
6674
6675 (c-current-comment-prefix): New variable containing the actual
6676 regexp from c-comment-prefix-regexp for the current buffer.
6677
6678 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6679
6680 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6681 lists: We can't look at the syntax, since a brace list can get
6682 recognized as a plain statement-cont.
6683
6684 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6685 special brace list opener broken over two lines got recognized
6686 as a statement on the second line. Case 9A changed.
6687
6688 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6689
6690 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6691 adjustment after line is reindented.
6692
6693 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6694
6695 * cc-defs.el (c-point): Added optional argument for position
6696 to use instead of the current point.
6697
6698 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6699 the in-expression block symbols when the construct starts at
6700 boi, to avoid the extra level of indentation in that case.
6701 Cases 4, 16A and 17E affected.
6702
6703 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6704
6705 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6706 calls to `c-indent-line', to adhere better to Emacs conventions.
6707
6708 * cc-engine.el (c-indent-line): Use the syntax already bound
6709 to `c-syntactic-context', if there is any.
6710
6711 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6712
6713 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6714 wasn't added up correctly when a lineup function returned nil.
6715
6716 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6717
6718 * cc-engine.el (c-collect-line-comments): Fixed bug where
6719 empty lines were ignored when collecting line comments backwards.
6720
6721 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6722
6723 * cc-align.el (c-lineup-dont-change): Return an absolute
6724 indentation column to work correctly in the case when several
6725 syntactic elements are processed for the same line.
6726
6727 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6728 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6729 (c-set-offset): Added absolute indentation column settings by
6730 using the vector type.
6731
6732 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6733
6734 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6735 Implemented two new cleanups `space-before-funcall' and
6736 `compact-empty-funcall'.
6737
6738 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6739
6740 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6741 helping building regexps.
6742
6743 * cc-engine.el (c-on-identifier): New function for detecting
6744 identifiers. It takes keywords into account.
6745
6746 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6747 lists. `c-keywords' is set to a regexp matching all keywords
6748 in the current language.
6749
6750 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6751
6752 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6753 list of characters to skip backwards over at the beginning of
6754 a statement, since it can precede string literals in Pike.
6755
6756 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6757
6758 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6759 recognition when standing on the last line in a C++ comment
6760 with nothing but whitespace after the prefix.
6761
6762 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6763 given no limit argument.
6764
6765 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6766
6767 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6768 recognition for the `[]= operator symbol in Pike.
6769
6770 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6771
6772 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6773 around a bug in `eval-when-compile' in the byte compiler.
6774
6775 * cc-engine.el (c-forward-token-1): Fixed bug with return
6776 value when count is zero and there's no token start within the limit.
6777
6778 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6779 "prefix comments", i.e. comments which are followed by code on
6780 the same line.
6781
6782 * cc-mode-19.el: Fixes so that checks that must be done at
6783 compile time also are done then.
6784
6785 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6786
6787 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6788 time and at runtime, and only when it's needed.
6789
6790 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6791
6792 Major cleanup for less error prone and more warning free
6793 compilation, including some fixes for bugs due to different
6794 compilation orders. Thanks to Martin Buchholz for providing
6795 the basis for all this.
6796
6797 * cc-bytecomp.el: New file that provides some byte compilation
6798 features: It ensures that files always are loaded from the
6799 current source directory during compilation, and it provides a
6800 set of macros to turn off specific compiler warnings for
6801 specific symbols. (It's not CC Mode specific in any way.)
6802
6803 Fixed a nearly acyclic dependency tree (both runtime and
6804 compile-time) between all files.
6805
6806 * cc-defs.el: Separated all macros before the inline functions,
6807 to ensure correct compilation.
6808
6809 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6810 cc-defs.el to cc-engine.el and made it a function instead.
6811
6812 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6813 about char-after.
6814
6815 * cc-vars.el: Cope even when there isn't a custom package
6816 containing defcustom available.
6817
6818 * cc-make.el: Removed since it's no longer necessary.
6819
6820 README: Updated installation instructions.
6821
6822 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6823
6824 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6825 improve the modularity: Moved all mode init stuff from
6826 cc-langs.el to cc-mode.el, including the keymap
6827 initialization; cc-langs now only contains the various
6828 variables for configuring the language syntax.
6829
6830 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6831 (c-get-offset): Moved from cc-styles to cc-engine since file
6832 dependency analysis suggests they belong there (which also
6833 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6834
6835 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6836
6837 * cc-cmds.el (c-fn-region-is-active-p): New function that
6838 wraps the corresponding macro, for use in places that aren't
6839 compiled. Thanks to Martin Buchholz for pointing out this.
6840
6841 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6842
6843 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6844 add things to the bug report.
6845
6846 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6847
6848 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6849 returned prefix could contain a newline when the search for a
6850 good prefix line failed.
6851
6852 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6853
6854 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6855 (c-toggle-auto-hungry-state): Made the argument optional, as
6856 the documentation says it is.
6857
6858 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6859
6860 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6861 multiline string syntax, #"...", as a cpp macro.
6862
6863 2001-03-21 Paul Eggert <eggert@twinsun.com>
6864
6865 * international/mule-cmds.el (set-locale-environment):
6866 Set system-messages-locale and system-time-locale, but only if the
6867 caller specifies a non-nil locale name.
6868
6869 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6870
6871 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6872 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6873
6874 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6875
6876 * follow.el (follow-avoid-tail-recenter): Doc fix.
6877
6878 * custom.el (custom-set-variables): Avoid reversing the list
6879 of args needlessly.
6880
6881 * startup.el (fancy-splash-head): Don't change the colors of the
6882 XPM image on a dark background.
6883
6884 * comint.el (comint-exec-1): Set columns of the terminal to
6885 window-width instead of frame-width.
6886
6887 * info.el (Info-scroll-down): Add missing WINDOW arg for
6888 pos-visible-in-window-p.
6889
6890 * ehelp.el (electric-help-mode-hook): Add defcustom.
6891
6892 * mail/sendmail.el (mail-mode): Activate case-folding in
6893 font-lock-defaults.
6894
6895 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6896
6897 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6898 (completion-ignored-extensions): Remove duplicate ".class".
6899
6900 2001-03-19 Andreas Schwab <schwab@suse.de>
6901
6902 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6903 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6904
6905 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6906
6907 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6908 methods since there are not prefix input methods.
6909
6910 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6911
6912 * international/mule-cmds.el (read-input-method-name):
6913 Locally bind enable-recursive-minibuffers to t.
6914
6915 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6916
6917 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6918
6919 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6920
6921 * ediff-util.el: Copyright years.
6922 (ediff-choose-syntax-table): New function.
6923 (ediff-setup): Use ediff-choose-syntax-table.
6924
6925 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6926 with-syntax-table.
6927
6928 * ediff.el: Date of last update, copyright years.
6929
6930 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6931
6932 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6933 of Scott Bronson.
6934 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6935 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6936 Deleted functions.
6937 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6938 ex-token-list.
6939
6940 * viper-util.el: Spaces, indentation.
6941
6942 * viper.el: Changed version, modification time.
6943
6944 2001-03-16 John Wiegley <johnw@gnu.org>
6945
6946 * calendar/timeclock.el (timeclock-workday-remaining):
6947 Check whether `discrep' is non-null before using it.
6948
6949 2001-03-16 John Wiegley <johnw@gnu.org>
6950
6951 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6952 first-time checkins.
6953 (timeclock-log-data): Fixed problem with reading timelog log file.
6954 Resulting data in the "day list" was incorrect.
6955 (timeclock-find-discrep): Check if `timeclock-file' is readable
6956 before opening it.
6957 (timeclock-time-less-p): New function.
6958 (timeclock-day-base): New function.
6959 (timeclock-geometric-mean): New function.
6960 (timeclock-generate-report): Generate a summary report based on
6961 the contents of the log file. This uses `timeclock-log-data', and
6962 is an example of writing a timelog manipulation function.
6963 (timeclock-visit-timelog): A quick command for opening the timelog
6964 file.
6965 (timeclock-log-data): Bound the variable event.
6966
6967 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6968
6969 * international/mule-cmds.el (select-safe-coding-system):
6970 Fix typo: symbol-name -> symbol-value.
6971
6972 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6973 before substitute-in-file-name to handle double slashes in FILE
6974 correctly.
6975
6976 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6977
6978 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6979 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6980
6981 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6982
6983 * bindings.el (features): Add `md5' and `overlay' to the list.
6984
6985 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6986 bound before using it. It's not bound when configured without X,
6987 for instance.
6988
6989 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6990
6991 * progmodes/hideshow.el: Update copyright.
6992 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6993 (hs-minor-mode-hook): Include `:version' in defcustom form.
6994
6995 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6996
6997 * help.el (string-key-binding): Don't call event-start on
6998 a non-list.
6999
7000 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7001
7002 * startup.el (fancy-splash-tail, command-line-1): Fix the
7003 copyright year.
7004
7005 2001-03-13 Kenichi Handa <handa@etl.go.jp>
7006
7007 * term.el: These changes are based on a patch sent from Yong Lu
7008 <lyongu@yahoo.com>.
7009 (term-set-escape-char): Bind M-x to execute-extended-command in
7010 term-raw-escape-map.
7011 (term-move-columns): Don't try to move to negagive column.
7012 (term-emulate-terminal): Insert a string before deleting a text to
7013 overwrite.
7014
7015 2001-03-12 Gerd Moellmann <gerd@gnu.org>
7016
7017 * play/life.el (life): Rearrange code so that all calls to
7018 life-display-generation are in a catch-form.
7019
7020 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7021 file that isn't interesting. In an interesting file, push the old
7022 value of point on the mark ring.
7023
7024 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7025 New function.
7026 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7027 Use it.
7028
7029 * emacs-lisp/autoload.el (generate-file-autoloads):
7030 Remove warning about line lengths.
7031
7032 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7033
7034 * progmodes/etags.el (tags-compression-info-list): New variable.
7035 (find-tag-in-order): Use it to deal with compressed source files.
7036 (tag-file-name-match-p): New function.
7037 (etags-recognize-tags-table): Use it for better match of file names.
7038
7039 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7040
7041 * international/mule-cmds.el (register-input-method): Doc fix.
7042
7043 * international/quail.el (quail-translate-key): Fix condition to
7044 check if there's another breaking point in the current key.
7045
7046 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7047
7048 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7049 Babyl header to the newly-created output file, bind
7050 coding-system-for-write to either rmail-file-coding-system or
7051 emacs-mule-unix.
7052
7053 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7054
7055 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7056 Fix the name and regexp used for subsubsections.
7057
7058 2001-03-10 Dave Love <fx@gnu.org>
7059
7060 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7061 and save-buffer if buffer-file-name non-nil. From rms.
7062
7063 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7064
7065 * vc.el (vc-do-command): If the destination buffer is already
7066 current, don't set it up and don't erase it. Updated doc string
7067 to reflect that.
7068 (vc-version-diff): When doing a single file diff, don't switch to the
7069 *vc-diff* buffer before the command. This is to preserve local
7070 variable bindings that might affect the diff command.
7071 (vc-print-log): Don't switch to the *vc* buffer before the
7072 command, so that local variable bindings are preserved.
7073
7074 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7075 not the current buffer.
7076 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7077
7078 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7079 make output go to buffer *vc*, not the current buffer.
7080
7081 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7082
7083 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7084 so ^, $, *, ? and + are interpreted correctly.
7085
7086 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7087
7088 * help.el (string-key-binding): Renamed from
7089 mode-line-key-binding. Handle any event on a string.
7090 Check for `keymap' properties as well as `local-map' properties.
7091
7092 * comint.el (comint-insert-clicked-input): Use the last key
7093 from this-command-keys to lookup the global key definition.
7094
7095 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7096
7097 * international/characters.el: Add category `j' for
7098 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7099
7100 * international/mule-conf.el (no-conversion): Fix docstring.
7101 (raw-text): Fix docstring.
7102
7103 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7104
7105 * simple.el (choose-completion-string): When not leaving the
7106 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7107 is set.
7108
7109 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7110 parameter `(minibuffer . t)'.
7111
7112 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7113
7114 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7115 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7116 (sh-mode): Remove `make-local-variable' for unused var
7117 `font-lock-unfontify-region-function'.
7118
7119 2001-03-07 Richard M. Stallman <rms@gnu.org>
7120
7121 * info.el (Info-scroll-down): Fix previous change.
7122
7123 * mail/rmail.el (rmail-toggle-header): Use a window which
7124 is showing the Rmail buffer, rather than the selected window.
7125
7126 2001-03-07 Dave Love <fx@gnu.org>
7127
7128 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7129 now, to avoid problems with binding imenu directly to a mouse event.
7130
7131 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7132
7133 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7134 second arg t.
7135
7136 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7137
7138 * log-edit.el (log-edit-common-indent): New var.
7139 (log-edit-set-common-indentation): Renamed from
7140 log-edit-delete-common-indentation. Use the new var.
7141 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7142
7143 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7144 (cvs-mode-add-change-log-entry-other-window):
7145 Don't presume change-log-default-name is defined.
7146
7147 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7148
7149 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7150 the "tree" operation as well.
7151
7152 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7153
7154 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7155 to match paragraph-start.
7156
7157 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7158 comment-start-skip and set comment-end-skip as well.
7159 (sgml-comment-indent): Fix for new value of comment-start-skip.
7160 (html-autoview-mode): Don't bother using make-local-hook.
7161
7162 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7163
7164 * cus-edit.el (custom-save-delete): Move in front of local
7165 variables, otherwise long Custom entries would make them ineffective.
7166
7167 * uniquify.el: Set maintainer to FSF.
7168
7169 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7170
7171 * dired-aux.el (dired-do-shell-command): Doc fix.
7172
7173 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7174
7175 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7176
7177 * which-func.el (which-func-modes): Add cperl-mode.
7178 (which-func-mode-global): Use define-minor-mode.
7179
7180 * info-look.el: Docstring fixes and dead code eliminated.
7181 (cperl-mode): Add support.
7182 (emacs-lisp-mode): List all entries from elisp manual, whether
7183 or not they are currently (f)bound or not. Update regexp.
7184
7185 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7186
7187 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7188 so that C-h m shows the correct information.
7189 Use make-local-variable rather than make-variable-buffer-local.
7190 (cperl-info-buffer, cperl-setup-tmp-buf):
7191 Use make-local-variable rather than make-variable-buffer-local.
7192 (cperl-msb-fix, cperl-get-help-defer):
7193 Check major-mode for `cperl-mode' as well.
7194
7195 * progmodes/cperl-mode.el: Updated to author version 4.23.
7196 (cperl-electric-pod): SYNOPSIS was misspelled.
7197 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7198 (cperl-after-expr-p): Make true after __END__.
7199
7200 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7201
7202 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7203 bookmark-completion-ignore-case is t.
7204
7205 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7206 switch, like xterm, and concat resource strings, with a newline
7207 between them.
7208
7209 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7210
7211 * international/codepage.el (cp770-decode-table)
7212 (cp773-decode-table, cp774-decode-table): New variables.
7213
7214 * man.el (Man-hyphenated-reference-regexp): New variable.
7215 (Man-build-references-alist): Use it to search for referenced
7216 manpages. If hyphenated is non-nil, record a concatenated word in
7217 Man-refpages-alist only if it matches Man-reference-regexp.
7218 Update word's length when it is concatenated. Reverse the list,
7219 to get the first manpage at the head.
7220 (Man-possibly-hyphenated-word): New function.
7221 (Man-follow-manual-reference): Use it instead of current-word to
7222 find a manpage at point, in a way that accounts for hyphenated
7223 references.
7224
7225 2001-03-06 Alex Schroeder <alex@gnu.org>
7226
7227 * sql.el (sql-interbase): New function.
7228 (sql-interbase-program): New option.
7229 (sql-interbase-options): New option.
7230 And some typos fixed: "customise" to "customize".
7231
7232 2001-03-06 Dave Love <fx@gnu.org>
7233
7234 * textmodes/flyspell.el (flyspell-region):
7235 Set up flyspell-local-mouse-map.
7236
7237 2001-03-05 Richard M. Stallman <rms@gnu.org>
7238
7239 * mail/rmail.el (rmail-retry-failure):
7240 Don't call rmail-beginning-of-message.
7241 Don't discard From: field. Do discard Received: field.
7242 Use unwind-protect to re-prune.
7243 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7244
7245 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7246
7247 * international/quail.el (quail-title): Add autoload cookie.
7248
7249 2001-03-05 Dave Love <fx@gnu.org>
7250
7251 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7252 new defs.
7253
7254 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7255
7256 * language/ethio-util.el (ethio-toggle-space):
7257 Update current-input-method-title if necessary.
7258 (ethio-toggle-punctuation): Likewise.
7259
7260 * international/quail.el (quail-title): Fix for the case that a
7261 title of an input method is specified by a list of the same form
7262 as used in mode-line-format.
7263
7264 * international/mule-cmds.el (activate-input-method):
7265 If current-input-method-title is set by activating INPUT-METHOD,
7266 respect that value.
7267
7268 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7269
7270 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7271
7272 2001-03-05 Alex Schroeder <alex@gnu.org>
7273
7274 * sql.el (sql-sybase): Fix typo (was: query user about server two
7275 times instead of server and database).
7276
7277 * sql.el (sql-sybase): Doc change.
7278 (sql-mysql): Doc change.
7279 (sql-postgres): Doc change.
7280
7281 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7282
7283 * international/mule-conf.el (emacs-mule, raw-text):
7284 Docstring modified.
7285
7286 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7287
7288 * term/internal.el: Update copyright notice.
7289
7290 * term/pc-win.el: Update copyright notice.
7291
7292 2001-03-02 Dave Love <fx@gnu.org>
7293
7294 * files.el (insert-file-contents-literally):
7295 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7296 not jka-compr-compression-info-list.
7297
7298 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7299
7300 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7301 spaces in default comment-start-skip settings rather than \s-.
7302
7303 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7304
7305 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7306 default-frame-alist as well.
7307
7308 2001-03-01 Dave Love <fx@gnu.org>
7309
7310 * textmodes/reftex.el (defvar): Wrap some defvars in
7311 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7312
7313 * subr.el (event-basic-type): Doc fix.
7314
7315 * international/quail.el: Doc fixes.
7316
7317 * international/utf-8.el: Doc fixes.
7318
7319 * international/mule-cmds.el: Doc fixes.
7320 (leim-list-header): Fix header text.
7321
7322 * international/mule.el (coding-system-category): Doc fix.
7323
7324 * international/ccl.el (ccl-compile): Doc fix.
7325
7326 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7327
7328 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7329 rather than (before|after)-change-functions.
7330
7331 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7332
7333 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7334 scroll-left and scroll-right being called interactively so that
7335 they set the window's min_hscroll.
7336
7337 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7338
7339 * info.el (info-insert-file-contents-1): Accept an additional
7340 argument `lfn': if it is non-nil, concatenate `filename' and
7341 `suffix'; otherwise use the complicated MS-DOS code.
7342 All callers changed.
7343 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7344 can access long file names, try the long file-name version of
7345 `info-insert-file-contents-1', then the short file-name version.
7346
7347 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7348
7349 * language/ethio-util.el (setup-ethiopic-environment-internal):
7350 Change bindings of functions keys to conform to "Emacs Lisp Coding
7351 Convention".
7352
7353 * language/ethiopic.el ("Ethiopic"): Add documentation.
7354
7355 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7356
7357 * international/utf-8.el (mule-utf-8): Set coding-category
7358 property to coding-category-utf-8.
7359
7360 2001-02-27 Richard M. Stallman <rms@gnu.org>
7361
7362 * lpr.el (lpr-page-header-switches, print-region-1):
7363 Undo 2000-07-06 change.
7364 (lpr-add-switches): Default to t on gnu/linux.
7365
7366 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7367
7368 * bs.el (bs-attributes-list): Doc fix.
7369
7370 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7371
7372 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7373
7374 * help.el (view-order-manuals): Use goto-address.
7375
7376 * startup.el (command-line-1): Add info about ordering manuals
7377 to the not so fancy splash screens.
7378
7379 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7380
7381 * vc.el (vc-default-workfile-unchanged-p)
7382 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7383
7384 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7385
7386 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7387 fontify in the right buffer.
7388
7389 * allout.el (outline-flag-region): Move macro in front of first
7390 use to avoid a run-time error.
7391
7392 2001-02-24 Andrew Innes <andrewi@gnu.org>
7393
7394 * makefile.w32-in: Fix copyright notice.
7395
7396 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7397
7398 * international/utf-8.el (mule-utf-8): Set correct value for
7399 valid-codes property.
7400
7401 * international/fontset.el (x-complement-fontset-spec): In the
7402 case that we use ASCII font for the other charsets, use only
7403 family and registry part of it.
7404
7405 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7406
7407 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7408 (shrink-window-if-larger-than-buffer): Doc fix.
7409
7410 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7411
7412 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7413 predicate passed to completing-read.
7414
7415 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7416
7417 * startup.el (command-line): Fix last change.
7418
7419 2001-02-23 Jason Rumney <jasonr@gnu.org>
7420
7421 * startup.el (tool-bar-originally-present): New variable.
7422 (command-line): Set it if the tool-bar is switched on at startup.
7423
7424 * frame.el (frame-notice-user-settings): Only adjust frame height
7425 for no tool-bar case if tool-bar was originally switched on.
7426 From E. Jay Berkenbilt.
7427
7428 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7429
7430 * server.el (server-switch-buffer): Only switch window if the
7431 current one is dedicated.
7432
7433 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7434 rather than using (match-beginning 0) when searching for break point.
7435
7436 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7437
7438 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7439 @ follows an accent command such as @'. Support optional braces
7440 in commands that insert accents, like makeinfo does.
7441
7442 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7443
7444 * startup.el (fancy-splash-text): Add a line for ordering
7445 manuals. Reverse order of splash screens shown.
7446 (use-fancy-splash-screens-p): Adapt to the text line added.
7447
7448 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7449 manuals from the FSF.
7450
7451 * help.el (view-order-manuals): New function.
7452 (toplevel): Bind C-h C-m to this function.
7453
7454 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7455
7456 * newcomment.el (comment-forward): Skip the comment-start before
7457 searching for the comment-end.
7458
7459 2001-02-21 Dave Love <fx@gnu.org>
7460
7461 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7462
7463 * international/mule-cmds.el, international/mule.el: Doc fixes.
7464
7465 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7466
7467 * startup.el (fancy-splash-screens): Use display-hourglass
7468 instead of display-busy-cursor.
7469
7470 * frame.el (display-hourglass): Renamed from busy-cursor.
7471 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7472 (show-cursor-in-non-selected-windows): Doc fix.
7473
7474 2001-02-20 Dave Love <fx@gnu.org>
7475
7476 * international/utf-8.el: Doc and commentary fixes.
7477
7478 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7479
7480 * ehelp.el (with-electric-help): Doc fix.
7481
7482 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7483
7484 * msb.el (msb-mode): Call the update-buffers function explicitly
7485 with a FORCE argument.
7486
7487 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7488 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7489 returns nil.
7490
7491 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7492
7493 * ps-print.el: Timestamp package replacement. Some enhancements.
7494 Some XEmacs compatibility. Doc fix.
7495 (ps-print-version): New version number (6.4).
7496 (ps-printer-name): Initialization fix.
7497 (ps-zebra-stripe-follow): Funcionality enhancement.
7498 (ps-prologue-file): Code enhancement.
7499 (ps-right-header): Timestamp package replacement.
7500 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7501 (ps-get-page-dimensions)
7502 (ps-generate-header, ps-begin-file, ps-begin-job)
7503 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7504 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7505 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7506 (coding-system-for-write): Var declaration (XEmacs compatibility).
7507
7508 2001-02-20 Miles Bader <miles@gnu.org>
7509
7510 * image-file.el (image-file-name-extensions): Add "tif".
7511
7512 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7513
7514 * wid-edit.el (widget-button-click): Save the selected window
7515 around the code handling clicks on buttons.
7516
7517 2001-02-18 Dave Love <fx@gnu.org>
7518
7519 * imenu.el (imenu--generic-function): Use mapc to iterate over
7520 syntax characters.
7521
7522 2001-02-17 Richard M. Stallman <rms@gnu.org>
7523
7524 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7525
7526 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7527
7528 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7529
7530 * mouse.el (mouse-save-then-kill): If the distance from the new
7531 point to the mark is equal to the distance of point from the new
7532 point, move point instead of the mark.
7533
7534 2001-02-16 Dave Love <fx@gnu.org>
7535
7536 * textmodes/flyspell.el (flyspell-get-word): Return string without
7537 properties.
7538
7539 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7540
7541 * generic.el (generic-find-file-regexp): Doc fix.
7542 (generic-ignore-files-regexp): New defcustom.
7543 (generic-mode-find-file-hook): If the file's name matches the
7544 regexp in `generic-ignore-files-regexp', don't enter
7545 default-generic-mode. Doc fix.
7546
7547 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7548
7549 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7550 Add autoload cookies.
7551
7552 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7553 of cal-tex-24.
7554
7555 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7556
7557 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7558
7559 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7560 the character class after the (optional) drive, to support file
7561 names with embedded blanks.
7562
7563 2001-02-15 Sam Steingold <sds@gnu.org>
7564
7565 * textmodes/tex-mode.el (tex-shell-running):
7566 Check the process buffer too.
7567
7568 2001-02-15 Dave Love <fx@gnu.org>
7569
7570 * battery.el (battery-status-function): Fix doc, :type.
7571
7572 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7573
7574 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7575
7576 * subr.el (read-passwd): Clear Lisp memory holding password.
7577
7578 2001-02-15 Miles Bader <miles@gnu.org>
7579
7580 * info.el (Info-copy-current-node-name): New function.
7581 (Info-mode-menu): Add it to the menu.
7582
7583 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7584
7585 * international/mule-cmds.el (toggle-input-method): Doc fix.
7586
7587 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7588
7589 * replace.el (occur): Stop at end of buffer.
7590
7591 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7592
7593 * international/mule-cmds.el (set-input-method): Another doc fix.
7594
7595 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7596
7597 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7598
7599 2001-02-13 Miles Bader <miles@gnu.org>
7600
7601 * faces.el (set-face-background, set-face-foreground)
7602 (set-face-stipple): Treat a value of nil as being `unspecified'.
7603
7604 2001-02-12 Dave Love <d.love@dl.ac.uk>
7605
7606 * international/latin1-disp.el: Doc fixes.
7607 (latin1-display) <defgroup>: Add :link.
7608 (latin1-display) <function>: Set variable latin1-display.
7609
7610 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7611
7612 * international/mule-cmds.el (set-input-method): Doc fix.
7613
7614 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7615
7616 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7617 (speedbar-line-file): Return nil if not a file.
7618 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7619
7620 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7621
7622 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7623 for remote files.
7624 (ediff-coding-system-for-read): Replaced the no-conversion default
7625 with raw-text.
7626
7627 * ediff-init.el: Removed :version from defcustom vars.
7628
7629 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7630 Better handling of the diff mode.
7631
7632 * ediff.texi: Added ediff-coding-system-for-read.
7633
7634 * viper.texi: Fix typos.
7635
7636 2001-02-11 Dave Love <fx@gnu.org>
7637
7638 * shadowfile.el: Doc fixes.
7639 (shadow) <defgroup>: Add :link.
7640 (shadowfile-unload-hook): New function.
7641 (shadow-initialize): Use defalias, not fset.
7642 (shadow-define-cluster, shadow-define-literal-group)
7643 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7644
7645 * international/mule.el: Doc and message fixes.
7646
7647 * international/ccl.el (define-ccl-program): Doc fix.
7648
7649 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7650
7651 * faces.el (mode-line): Set :line-width property to -1.
7652
7653 2001-02-10 Richard M. Stallman <rms@gnu.org>
7654
7655 * complete.el (partial-completion-mode): Doc fix.
7656
7657 * simple.el (delete-key-deletes-forward-mode):
7658 Change `let' to `let*' to fix gross bug in last change.
7659
7660 * repeat.el (repeat): Don't let execute-kbd-macro alter
7661 real-last-command.
7662
7663 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7664
7665 * simple.el (eval-expression): Doc fix.
7666
7667 2001-02-09 Dave Love <fx@gnu.org>
7668
7669 * imenu.el (imenu-generic-expression): Doc fix.
7670
7671 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7672 From Juanma Barranquero.
7673
7674 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7675
7676 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7677
7678 * faces.el (set-face-attribute): Describe the case of a negative
7679 value specified for :line-width.
7680
7681 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7682
7683 * which-func.el (which-func-mode): Invert which-func-mode-global.
7684 From Juanma Barranquero <lektu@uol.com.br>.
7685
7686 2001-02-08 Dave Love <fx@gnu.org>
7687
7688 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7689 widget-plist-value-type.
7690 (widget-alist-convert-widget): Replace binding of
7691 widget-alist-value-type.
7692
7693 * textmodes/paragraphs.el (sentence-end): Doc fix.
7694
7695 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7696 Remove `backward-line'.
7697
7698 * play/pong.el (pong-blank-color, pong-bat-color)
7699 (pong-ball-color, pong-border-color, pong-left-key)
7700 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7701 (pong-pause-key, pong-resume-key, pong-timer-delay):
7702 * mail/mh-comp.el (mh-compose-letter-function):
7703 * eshell/esh-mode.el (eshell-skip-prompt-function):
7704 * emulation/viper-ex.el (ex-unix-type-shell-options):
7705 * recentf.el (recentf-menu-filter):
7706 * ps-print.el (ps-print-region-function):
7707 * lpr.el (print-region-function):
7708 * forms.el (forms-mode-hooks):
7709 * dirtrack.el (dirtrack-directory-change-hook):
7710 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7711 * textmodes/spell.el (spell-filter):
7712 * textmodes/fill.el (adaptive-fill-function):
7713 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7714 * progmodes/etags.el (find-tag-default-function):
7715 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7716 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7717
7718 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7719
7720 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7721 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7722 Meyering <jim@meyering.net>.
7723
7724 * loadup.el: Revert last change.
7725
7726 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7727
7728 * international/mule.el (transform-make-coding-system-args):
7729 Make it work also for coding systems not using CCL.
7730
7731 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7732
7733 * simple.el (previous-matching-history-element)
7734 (next-matching-history-element): Doc fix.
7735
7736 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7737 specific part.
7738
7739 2001-02-06 Dave Love <fx@gnu.org>
7740
7741 * add-log.el (add-log-current-defun-function)
7742 (add-log-buffer-file-name-function, add-log-file-name-function):
7743 Fix :type.
7744 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7745
7746 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7747
7748 * info.el (info-initialize): Remove the test for system-type when
7749 invocation-directory is non-nil.
7750
7751 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7752 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7753
7754 2001-02-06 Andrew Innes <andrewi@gnu.org>
7755
7756 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7757 absolute.
7758
7759 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7760
7761 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7762 buffers. When hi-lock turned on rather than only checking current
7763 buffer for regexps, all buffers are checked. Moved activation of
7764 font-lock to hi-lock-refontify. When font-lock turned off rather
7765 than removing added highlighting just in current buffer, remove it
7766 in all buffers. Changed edit menu text from "Automatic
7767 Highlighting" to "Regexp Highlighting" Documentation for
7768 highlighting phrases, minor documentation changes.
7769 (hi-lock-set-file-patterns): Execute only if there are new or
7770 existing file patterns.
7771 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7772 unfontify and, if a support mode is active, will not refontify the
7773 whole buffer. If necessary, turn on font lock. (Removed
7774 font-lock-unfontify and font-lock support-mode-specific calls,
7775 such as lazy-lock-fontify-window.)
7776 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7777 patterns are found. Not useful now since find-file-hook is removed
7778 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7779 (hi-lock-face-phrase-buffer): New function. Also added related
7780 menu item and keybinding.
7781 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7782 (hi-lock-process-phrase): New function.
7783 (hi-lock-line-face-buffer): Doc fixes.
7784 (hi-lock-face-buffer): Doc fixes.
7785 (hi-lock-unface-buffer): Doc fixes.
7786
7787 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7788
7789 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7790 dabbrev-ignored-regexps.
7791
7792 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7793
7794 * simple.el (kill-line): Doc fix.
7795
7796 2001-02-05 Dave Love <fx@gnu.org>
7797
7798 * loadup.el: Revert last two changes -- bootstrapping works with
7799 regenerated loaddefs.
7800
7801 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7802
7803 * isearch.el (isearch-forward): Doc fix.
7804
7805 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7806 of font-lock-defaults to backward-paragraph.
7807
7808 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7809
7810 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7811 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7812
7813 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7814
7815 * ebnf2ps.el: Eliminate time-stamp functions.
7816 (ebnf-version): New version (3.5).
7817 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7818 format-time-string.
7819
7820 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7821
7822 * simple.el (next-line): Goto end-of-line before inserting a newline.
7823
7824 2001-02-05 Miles Bader <miles@gnu.org>
7825
7826 * image-file.el (insert-image-file): When visiting an image, also
7827 set `truncate-lines' to t so that any fringe arrow looks correct.
7828
7829 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7830
7831 * isearch.el (isearch-forward): Add description about input method
7832 in the docsting.
7833
7834 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7835
7836 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7837
7838 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7839
7840 * info.el (info-initialize): If installation-directory is nil, for
7841 DOS/Windows systems try looking in a sibling of invocation-directory.
7842
7843 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7844
7845 * wid-edit.el (widget-button-click): Fix last change.
7846
7847 * frame.el (frame-notice-user-settings): When resizing the initial
7848 frame because the tool bar is off, also change the frame's top
7849 position if a negative top position was specified.
7850
7851 2001-02-02 Miles Bader <miles@gnu.org>
7852
7853 * image-file.el (insert-image-file): When visiting an image,
7854 suppress the cursor in the image buffer.
7855
7856 2001-02-01 Dave Love <fx@gnu.org>
7857
7858 * progmodes/f90.el (f90-mode): Remove startup message.
7859
7860 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7861
7862 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7863
7864 * startup.el (command-line): Fix code determining whether or not
7865 to use delete-key-deletes-forward-mode.
7866
7867 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7868
7869 * vc.el (vc-diff-switches): New user option.
7870 (vc-version-diff): Use it.
7871 (vc-diff-switches-list): New macro.
7872
7873 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7874 New customization options.
7875 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7876
7877 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7878
7879 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7880
7881 * msb.el (toplevel): Quote hook symbols.
7882
7883 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7884
7885 * international/mule.el (make-coding-system): Add description
7886 about recognized properties in the docstring.
7887
7888 * international/mule-conf.el: Remove unused charsets
7889 mac-roman-lower and mac-roman-upper.
7890
7891 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7892
7893 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7894 is in front of the left-margin, if any.
7895
7896 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7897 like `delete'.
7898
7899 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7900
7901 * term/w32-win.el (mouse-set-font): Doc fix.
7902
7903 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7904
7905 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7906 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7907 on already.
7908
7909 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7910
7911 * files.el (save-buffer): Don't give message if (buffer-file-name)
7912 returns nil.
7913
7914 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7915
7916 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7917
7918 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7919 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7920
7921 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7922 display problems.
7923
7924 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7925
7926 * international/mule.el (charset-info): Fix docstring.
7927
7928 * international/mule-diag.el (describe-character-set): Check final
7929 char valid before printing it.
7930
7931 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7932
7933 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7934
7935 * frame.el (frame-notice-user-settings): Do the tool-bar
7936 stuff only for graphical displays. Fix a braino.
7937
7938 * frame.el (frame-initialize): Create initial frame visible.
7939 (frame-notice-user-settings): When tool-bar has been switched off,
7940 correct the frame size and sync tool-bar-mode.
7941
7942 * startup.el (command-line): Remove manipulation of frame
7943 height for tool bars.
7944
7945 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7946
7947 * lpr.el: Compatibility with XEmacs and doc fixes.
7948 (lpr-windows-system, lpr-lp-system): New vars.
7949 (lpr-printer-switch): New defcustom.
7950 (printer-name, lpr-command): Customization fix.
7951 (print-region-1): Code fix.
7952 (print-region-new-buffer, printify-region): Indentation fix.
7953 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7954 New functions.
7955
7956 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7957
7958 * msb.el (toplevel): Fix the eval-after-load.
7959
7960 2001-01-29 Dave Love <fx@gnu.org>
7961
7962 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7963
7964 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7965
7966 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7967 (tcl-using-emacs-19-23): Consider Emacs 21+.
7968 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7969 (tcl-add-emacs-menu): Supply menu name.
7970 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7971
7972 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7973
7974 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7975
7976 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7977
7978 * pcvs.el (cvs-mark-fis-dead): New function.
7979 (cvs-mode-add): Use it.
7980 (cvs-mode-add-change-log-entry-other-window):
7981 Rebind change-log-default-name to itself rather than to nil.
7982
7983 2001-01-29 Sam Steingold <sds@gnu.org>
7984
7985 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7986 `autoload' statements.
7987
7988 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7989
7990 * files.el (confirm-kill-emacs): Doc fix.
7991
7992 * frame.el (frame-initialize): Doc fix.
7993
7994 * time-stamp.el (time-stamp-string): Doc fix.
7995
7996 * woman.el (WoMan-log-1): Make the log buffer writable.
7997 From Markus Rost <rost@math.ohio-state.edu>.
7998
7999 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8000
8001 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8002 the `make-variable-buffer-local'.
8003
8004 2001-01-29 Dave Love <fx@gnu.org>
8005
8006 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
8007 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8008 Add autoload cookie.
8009 (ansi-color-apply-sequence): Fix typo.
8010
8011 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8012
8013 * menu-bar.el (menu-bar-files-menu): Add menu items for
8014 Postscript printing in black and white.
8015
8016 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8017 X-Mailman-Version, Precedence, List-Help, List-Post,
8018 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8019 Content-Type, Content-Length.
8020
8021 2001-01-29 Dave Love <fx@gnu.org>
8022
8023 * elide-head.el (elide-head): Make overlay evaporate.
8024
8025 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8026
8027 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8028
8029 * isearch.el (isearch-highlight): Don't punt if the display
8030 doesn't support colors, since isearch faces are defined for
8031 monochrome displays as well.
8032
8033 2001-01-27 Sam Steingold <sds@gnu.org>
8034
8035 * shell.el (shell-write-history-on-exit): Make sure that we are in
8036 the shell buffer (M-x tex-file RET inserted the error message into
8037 the TeX buffer).
8038
8039 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8040
8041 * simple.el (transient-mark-mode): Doc fix.
8042
8043 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8044
8045 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8046
8047 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8048
8049 * shell.el (shell-unquote-argument): If the shell is one of the
8050 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8051 quote character.
8052 (shell-dumb-shell-regexp): Document that the shells which match
8053 this regexp are supposed to not treat a backslash as a quote character.
8054
8055 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8056 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8057
8058 2001-01-27 Richard M. Stallman <rms@gnu.org>
8059
8060 * dabbrev.el (dabbrev--substitute-expansion):
8061 Treat a one-capital-letter abbrev as "not all upper case",
8062 so as to force preservation of the expansion's pattern
8063 if the expansion starts with a capital letter.
8064
8065 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8066
8067 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8068 Doc fix.
8069
8070 * simple.el (transient-mark-mode): Document the fact that many
8071 commands act on the region when mark is active.
8072
8073 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8074
8075 * international/quail.el (quail-setup-completion-buf): Make the
8076 multibyteness of current buffer inherited to Quail completion buffer.
8077 (quail-show-guidance-buf): Make the multibyteness of current
8078 buffer inherited to Quail guidance buffer.
8079 (quail-help): Make the multibyteness of current buffer inherited
8080 to Quail help buffer.
8081
8082 2001-01-26 Dave Love <fx@gnu.org>
8083
8084 * time-stamp.el: Doc fixes.
8085
8086 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8087 (delphi-keyword-face, delphi-other-face): Fix :type.
8088
8089 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8090
8091 * mail/feedmail.el (feedmail): Add :link.
8092 (feedmail-send-it): Doc fix.
8093
8094 * mail/sendmail.el: Doc fixes.
8095 (sendmail-send-it): Fix the non-ASCII regexp and use
8096 rfc2047-encode-string.
8097
8098 * dired.el, dired-aux.el: Revert last change.
8099
8100 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8101
8102 * makefile.w32-in (DONTCOMPILE): Add various term files.
8103
8104 2001-01-26 Dave Love <fx@gnu.org>
8105
8106 * Makefile.in (DONTCOMPILE): Add various term files.
8107
8108 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8109
8110 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8111
8112 * startup.el (display-startup-echo-area-message): Make sure
8113 the echo area is resized to fit the size of the startup message.
8114
8115 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8116 part of which is a constant.
8117
8118 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8119
8120 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8121
8122 2001-01-26 Richard M. Stallman <rms@gnu.org>
8123
8124 * simple.el (next-line): Don't let `newline' expand abbrevs.
8125 Simplify slightly.
8126 (open-line): Don't let `newline' expand abbrevs.
8127
8128 2001-01-25 John Wiegley <johnw@gnu.org>
8129
8130 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8131 to `repeat' in the :type field.
8132
8133 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8134 allow a choice of regexp or nil.
8135 (pcomplete-dir-ignore): Same.
8136
8137 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8138 a command) to always fail.
8139
8140 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8141
8142 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8143 discard the result.
8144 (iswitchb-to-end): Likewise.
8145
8146 2001-01-25 Sam Steingold <sds@gnu.org>
8147
8148 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8149 Require vc.
8150
8151 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8152
8153 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8154
8155 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8156
8157 2001-01-25 Dave Love <fx@gnu.org>
8158
8159 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8160 (describe-coding-system): Tweak the English text.
8161
8162 * loadup.el: Preload international/ccl for utf-8.
8163
8164 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8165
8166 * mail/rmail.el (rmail-redecode-body): Doc fix.
8167
8168 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8169
8170 * international/mule-cmds.el (reset-language-environment):
8171 Reset coding-category-utf-8 to mule-utf-8.
8172
8173 * international/mule-conf.el (coding-category-utf-8):
8174 Initialize to mule-utf-8.
8175
8176 * loadup.el: Preload international/utf-8.
8177
8178 * international/utf-8.el: New file.
8179
8180 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8181
8182 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8183
8184 2001-01-24 Sam Steingold <sds@gnu.org>
8185
8186 * dired.el (dired-replace-in-string): Removed.
8187 (dired-sort-toggle): Use `replace-regexps-in-string'
8188 instead of `dired-replace-in-string'.
8189
8190 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8191 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8192
8193 * gs.el (gs-replace-in-string): Removed.
8194 (gs-options): Use `replace-regexps-in-string'
8195 instead of `gs-replace-in-string'.
8196
8197 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8198
8199 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8200 bug report is mailed to an email list and posted to a news group.
8201
8202 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8203
8204 * comint.el (comint-replace-by-expanded-history-before-point):
8205 Fix change of 2000-08-03 to move point to the start of the line again.
8206
8207 * startup.el (tool-bar-images-pixel-height): New variable.
8208 (command-line): After loading the user's init file, when
8209 tool-bar-mode is on, increase the frame's size by some lines for
8210 the tool-bar.
8211
8212 * frame.el (frame-initialize): Create the initial frame invisible.
8213
8214 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8215
8216 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8217 (chinese-big5): MIME:Big5.
8218
8219 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8220
8221 * international/mule-cmds.el (universal-coding-system-argument):
8222 Handle commands with prefix args.
8223
8224 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8225
8226 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8227 being a list of numbers.
8228 (diary-mail-entries): Rewritten.
8229
8230 2001-01-23 Dave Love <fx@gnu.org>
8231
8232 * international/mule.el (make-coding-system): Fix typo.
8233
8234 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8235 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8236
8237 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8238
8239 * font-lock.el (font-lock-mode): Doc fix.
8240
8241 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8242
8243 * international/mule.el (make-translation-table): Fix docstring.
8244
8245 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8246
8247 * mail/rmail.el (rmail-redecode-body): New function.
8248
8249 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8250
8251 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8252
8253 * isearch.el (isearch-lazy-highlight-case-fold-search)
8254 (isearch-lazy-highlight-regexp): New variables.
8255 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8256 case-fold search or regexp search has been toggled.
8257
8258 * wid-edit.el (widget-button-click): Avoid a save-excursion
8259 around running a global binding.
8260
8261 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8262 to 0.25.
8263
8264 2001-01-20 Miles Bader <miles@gnu.org>
8265
8266 * cus-edit.el (custom-face-save): Do post-processing on the face's
8267 new value like `custom-face-set' does.
8268
8269 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8270
8271 * mail/emacsbug.el (report-emacs-bug): Report the value of
8272 LC_CTYPE, not LC_TYPE.
8273
8274 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8275 isearch-toggle-regexp and isearch-edit-string to doc string.
8276
8277 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8278
8279 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8280 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8281
8282 * jit-lock.el (jit-lock-fontify-now): Don't bind
8283 font-lock-beginning-of-syntax-function to nil.
8284
8285 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8286
8287 * mail/emacsbug.el (report-emacs-bug): Report values of
8288 locale-coding-system, default-enable-multibyte-characters, and the
8289 environment variables LC_ALL, LC_TYPE, and LANG.
8290
8291 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8292
8293 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8294
8295 * font-lock.el (font-lock-multiline): Default to nil.
8296 (font-lock-default-fontify-region): If font-lock-multiline is
8297 nil, don't check the property `font-lock-multiline'.
8298
8299 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8300 is nil, don't check the `font-lock-multiline' text property.
8301
8302 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8303
8304 * viper.el: Call initial-major-mode on startup.
8305
8306 * ediff.el (ediff-patch-file): Use better defaults.
8307
8308 * ediff-vers.el: Fix for 8+3 DOS file systems.
8309
8310 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8311
8312 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8313 diff mode, if available.
8314
8315 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8316
8317 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8318
8319 * ediff-init.el (subst-char-in-string): Define and use it, unless
8320 it's already defined.
8321
8322 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8323
8324 * tooltip.el (tooltip-hide-delay): New user-option.
8325 (tooltip-show): Use tooltip-hide-delay instead of the default.
8326
8327 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8328
8329 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8330 kill-local-variable doesn't work for enable-multibyte-characters.
8331
8332 2001-01-17 Dave Love <fx@gnu.org>
8333
8334 * ediff-init.el (ediff-before-setup-hook)
8335 (ediff-merge-filename-prefix): Add :version.
8336
8337 * international/latin1-disp.el: Require disp-table.
8338 (latin1-display): Fix :set.
8339
8340 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8341
8342 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8343
8344 * isearch.el (isearch-lazy-highlight-initial-delay)
8345 (isearch-lazy-highlight-interval): Default to 0.
8346
8347 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8348
8349 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8350 1 here rather than each time through
8351 isearch-lazy-highlight-new-loop.
8352 (isearch-lazy-highlight-max): Variable deleted.
8353 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8354 isearch-lazy-highlight-max but controls a single invocation of
8355 isearch-lazy-highlight-update.
8356 (isearch-lazy-highlight-wrapped): Variable recreated.
8357 (isearch-lazy-highlight-window-start): New variable.
8358 (isearch-lazy-highlight-cleanup): Restored to behavior of
8359 before 2-Jan.
8360 (isearch-lazy-highlight-remove-overlays): Function deleted;
8361 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8362 behavior removed.
8363 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8364 isearch-lazy-highlight-update in a loop rather than just once.
8365 Test isearch-invalid-regexp here and decide not to start a new
8366 loop, rather than testing it each time through
8367 isearch-lazy-highlight-update.
8368 (isearch-lazy-highlight-search): Function restored.
8369 (isearch-lazy-highlight-update): Get called in a timer loop again,
8370 but this time highlight more than one match each time through.
8371 Only highlight matches in the visible part of the window.
8372 Start at point, move in the direction of the search, and wrap around at
8373 the edge of the window. Use sit-for to force redisplay and ensure
8374 window-start is credible. "Face suppressing" behavior removed;
8375 overlay priorities should make it unnecessary, right?
8376 (isearch-highlight): Face suppressing behavior removed.
8377 (isearch-dehighlight): Face suppressing behavior removed.
8378 (isearch-set-lazy-highlight-faces-at): Removed.
8379
8380 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8381
8382 * language/european.el ("Latin-1"): Make the format of description
8383 about additional language environments same as that of Latin-2.
8384
8385 2001-01-16 Dave Love <fx@gnu.org>
8386
8387 * isearch.el (isearch-lazy-highlight): Add :version.
8388
8389 * simple.el (backward-delete-char-untabify-method)
8390 (next-line-add-newlines): Add :version.
8391
8392 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8393
8394 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8395 Don't bind <delete> otherwise.
8396
8397 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8398 and <delete> via function-key-map.
8399
8400 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8401 Subject line only if point is after the `Subject:'.
8402
8403 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8404
8405 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8406 japanese-jisx0213-2 in `charset' property of this lang. env.
8407
8408 * language/european.el ("Latin-1"): Add description for Dutch and
8409 Spanish lang. env.
8410
8411 * international/mule.el (decode-char): Fix conditions.
8412 (encode-char): Handle eight-bit-control too.
8413 (transform-make-coding-system-args): New function.
8414 (make-coding-system): Accept XEmacs style arguments for CCL base
8415 coding system.
8416
8417 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8418
8419 * progmodes/etags.el (find-tag-noselect): Save the value of
8420 tags-file-name before switching buffers, for the case it has a
8421 buffer-local value.
8422
8423 2001-01-15 Alex Schroeder <alex@gnu.org>
8424
8425 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8426 From Dave Love <fx@gnu.org>.
8427 (ansi-color-for-comint-mode): Fix :version.
8428
8429 2001-01-15 Alex Schroeder <alex@gnu.org>
8430
8431 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8432
8433 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8434
8435 * dired.el (dired-insert-directory): If file-system-info fails,
8436 remove the " free " part, but don't signal an error.
8437
8438 2001-01-12 Sam Steingold <sds@gnu.org>
8439
8440 * bookmark.el (bookmark-maybe-historicize-string):
8441 Use new backquote syntax.
8442
8443 2001-01-12 Richard M. Stallman <rms@gnu.org>
8444
8445 * subr.el (last): Handle a list that doesn't end in nil.
8446
8447 2001-01-12 Sam Steingold <sds@gnu.org>
8448
8449 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8450 to `backward-delete-char-untabify'.
8451
8452 2001-01-12 Dave Love <fx@gnu.org>
8453
8454 * cus-edit.el (customize-menu-create): Fix the :filter following
8455 easymenu change.
8456
8457 * wid-edit.el (function): Add :match-alternatives.
8458 (widget-color-action): Doc fix.
8459
8460 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8461
8462 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8463
8464 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8465
8466 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8467
8468 * international/ccl.el (define-ccl-program): Fix docstring.
8469
8470 2001-01-11 Dave Love <fx@gnu.org>
8471
8472 * international/mule-cmds.el (standard-display-european-internal):
8473 Set display table for 2208 as for 160.
8474
8475 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8476
8477 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8478 entry for custom-menu-create change.
8479 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8480 don't cons it in the search loop.
8481
8482 * imenu.el (imenu--truncate-items): Revert last change.
8483
8484 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8485
8486 * info.el (Info-setup-header-line): If the node header includes
8487 either Next: or Prev: links, don't show the File: and Node: parts
8488 in the header line.
8489
8490 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8491
8492 * comint.el (comint-goto-process-mark): Don't print a message
8493 when running in batch mode.
8494
8495 * isearch.el (isearch-search): In the condition-case handler for
8496 `error', set isearch-invalid-regexp to the whole error message.
8497
8498 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8499 ensure that eval-after-load works for files dumped with Emacs.
8500
8501 * help.el (load-symbol-file-load-history): New function extracted
8502 from function symbol-file.
8503 (symbol-file): Use it.
8504
8505 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8506
8507 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8508
8509 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8510 behave as if there were no prefix argument.
8511 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8512 argument were nil.
8513
8514 2001-01-11 Richard M. Stallman <rms@gnu.org>
8515
8516 * isearch.el (isearch-lazy-highlight-update):
8517 Don't look for more potential matches once maximum is exceeded.
8518 Use overlays-in to check correctly for overlap with current match.
8519 Ignore empty matches.
8520
8521 2001-01-11 Miles Bader <miles@gnu.org>
8522
8523 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8524 (ispell-overlay-window, ispell-help, ispell-show-choices)
8525 (ispell-command-loop): Use it instead of `window-height'.
8526
8527 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8528
8529 * files.el (confirm-kill-emacs): New user-option.
8530 (save-buffers-kill-emacs): Ask for final confirmation before
8531 killing Emacs.
8532
8533 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8534 to nil.
8535
8536 2001-01-10 Dave Love <fx@gnu.org>
8537
8538 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8539
8540 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8541
8542 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8543
8544 * calculator.el (calculator-number-digits): Fix :type.
8545
8546 * vc-cvs.el (vc-cvs-header): Fix :type.
8547 * vc-rcs.el (vc-rcs-header): Fix :type.
8548 * vc-sccs.el (vc-sccs-header): Fix :type.
8549
8550 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8551
8552 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8553
8554 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8555
8556 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8557
8558 * simple.el (set-variable): Force a thorough redisplay for the
8559 case that the variable has an effect on the display, like
8560 `tab-width' has.
8561
8562 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8563
8564 * vc.el: Add documentation for backend interface.
8565
8566 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8567
8568 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8569
8570 * international/mule-conf.el (latin-extra-code-table): Set to t
8571 for \223 and \224.
8572
8573 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8574
8575 * international/mule-cmds.el (locale-language-names): Map "es" to
8576 "Spanish" and "nl" to "Dutch".
8577
8578 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8579
8580 * bindings.el (global-map): Bind <home> to beginning-of-line,
8581 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8582 C-<end> to end-of-buffer.
8583
8584 * language/european.el: Add Dutch and Spanish language info
8585 to be able to use the appropriate tutorials.
8586
8587 2001-01-09 Alex Schroeder <alex@gnu.org>
8588
8589 * ansi-color.el (ansi-color-process-output): Use markers instead
8590 of positions for start and end of region.
8591 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8592 Previously, occasional mistakes happend when fontifying many
8593 chunks of output (eg. ls --color=yes /dev). This happened
8594 whenever an overlay was created up to the end of the region, which
8595 coincided with the process-mark. New text would then be added
8596 within that overlay instead of after it.
8597 (ansi-color-make-extent): Overlays are created with the property
8598 `modification-hooks' set to '(ansi-color-freeze-overlay).
8599 (ansi-color-freeze-overlay): New function. When inserting text at
8600 the end of the overlay, the overlay will resize.
8601
8602 2000-01-09 Alex Schroeder <alex@gnu.org>
8603
8604 * ansi-color.el (ansi-color-process-output): Doc change.
8605 (ansi-color-unfontify-region): Doc change. No longer installed
8606 automatically in font-lock-unfontify-region-function.
8607 (ansi-color-apply): Doc change.
8608 (ansi-color-apply-on-region): Use extents or overlays instead of
8609 text-properties.
8610 (ansi-color-make-extent): New function.
8611 (ansi-color-set-extent-face): New function.
8612
8613 2000-01-09 Alex Schroeder <alex@gnu.org>
8614
8615 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8616 both use ansi-color-process-output, now.
8617 (ansi-color-process-output): Doesn't return string anymore. It is
8618 installed in comint-output-filter-functions for both Emacs and
8619 XEmacs, now.
8620 (ansi-color-unfontify-region): Simplified code removing variables
8621 pos and start-ansi.
8622 (ansi-color-apply): Put text-property ansi-color before putting
8623 text-property face because ansi-color-unfontify-region is called
8624 immediately after the call to put-text-property.
8625 (ansi-color-context-region): Doc change.
8626 (ansi-color-filter-region): Simplified code.
8627 (ansi-color-apply-on-region): Changed start to start-marker, using
8628 a marker explicitly. Put text-property ansi-color before putting
8629 text-property face because ansi-color-unfontify-region is called
8630 immediately after the call to put-text-property.
8631
8632 2000-01-09 Alex Schroeder <alex@gnu.org>
8633
8634 * ansi-color.el (ansi-color-faces-vector): Doc change.
8635 (ansi-color-for-comint-mode): Changed :type property to choice.
8636 (ansi-color-last-context): Removed.
8637 (ansi-color-process-output): Don't use ansi-color-last-context, as
8638 the main functions will store their context now.
8639 (ansi-color-context): Doc change.
8640 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8641 Uses ansi-color-context such that repeated calls will strip
8642 partial escape sequences, too.
8643 (ansi-color-apply): Simplified code. Colorize end of string if
8644 face is not null. Store context in new (FACE STRING) format, such
8645 that repeated calls will strip partial escape sequences, too.
8646 Append faces to face property using ansi-color-apply-sequence such
8647 that cumulative mode actually works.
8648 (ansi-color-context-region): New variable.
8649 (ansi-color-filter-region): Rewrote it based on
8650 ansi-color-apply-on-region. Uses ansi-color-context-region such
8651 that repeated calls will strip partial escape sequences, too.
8652 (ansi-color-apply-on-region): Simplified code. Colorize end of
8653 region if face is not null. Store context in new (FACE POS)
8654 format, such that repeated calls will strip partial escape
8655 sequences, too. Append faces to face property using
8656 ansi-color-apply-sequence such that cumulative mode actually works.
8657 (ansi-color-apply-sequence): New function.
8658 (ansi-color-get-face): When the default face is added to the list
8659 of faces, all previous settings are discarded and the list of
8660 faces is set to '(default).
8661
8662 2000-01-09 Alex Schroeder <alex@gnu.org>
8663
8664 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8665 face, such that ansi-color-apply and ansi-color-apply-on-region
8666 will do the right thing.
8667 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8668 returns nil, set the list of faces back to nil instead of
8669 appending the result of ansi-color-get-face to the front of the list.
8670
8671 2000-01-09 Alex Schroeder <alex@gnu.org>
8672
8673 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8674 (ansi-color-process): Doc change.
8675 (ansi-color-last-context): New buffer-local variable.
8676 (ansi-color-process-output): New function. It is automatically
8677 added to comint-output-filter-functions if this is XEmacs.
8678 (ansi-color-unfontify-region): New optional parameter for XEmacs
8679 compatibility. Check wether font-lock-syntactic-keywords is
8680 boundp before removing the syntax table text property, as XEmacs
8681 doesn't have it.
8682 (ansi-color-filter-region): Doc change.
8683 (ansi-color-apply-on-region): Doc change.
8684 (ansi-color-make-face): New function. Compatibility layer for
8685 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8686 (ansi-color-make-color-map): Use ansi-color-make-face.
8687 (ansi-color-get-face): Avoid face text property '(nil) as results
8688 in an errow for XEmacs.
8689
8690 2000-01-09 Alex Schroeder <alex@gnu.org>
8691
8692 * ansi-color.el (ansi-color-unfontify-region): New function.
8693 Uses text-property ansi-color in order to preserve fontification by
8694 ansi-color. When the package is loaded, a lambda expression is
8695 put onto font-lock-mode-hook. This lambda expression will check
8696 font-lock-unfontify-region-function and replace
8697 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8698 (ansi-color-apply): Add text-property ansi-color in addition to
8699 text-property face.
8700 (ansi-color-apply-on-region): Add text-property ansi-color in
8701 addition to text-property face.
8702 (save-buffer-state): Copy of the macro that is also used by
8703 lazy-lock and font-lock.
8704
8705 (ansi-color-for-comint-mode): New option.
8706 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8707 (ansi-color-for-comint-mode-off): Ditto.
8708 (ansi-color-for-comint-mode-filter): Ditto.
8709 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8710 decide what to do. This function is added to
8711 comint-preoutput-filter-functions when the package is loaded.
8712
8713 (ansi-color-for-shell-mode-set): Removed.
8714 (ansi-color-for-shell-mode): Removed.
8715
8716 2000-01-09 Alex Schroeder <alex@gnu.org>
8717
8718 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8719 the lambda expression from the ansi-color-for-shell-mode :set
8720 property. Additionally, modify shell-mode-hook to enable or
8721 disable font-lock-mode for future shell buffers.
8722 (ansi-color-for-shell-mode): The :set property calls
8723 ansi-color-for-shell-mode-set instead of a lambda expression.
8724
8725 2000-01-09 Alex Schroeder <alex@gnu.org>
8726
8727 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8728 (ansi-color-context): New variable.
8729 (ansi-color-apply): Save context between calls.
8730
8731 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8732
8733 * isearch.el (isearch, isearch-lazy-highlight-face):
8734 New definitions for face colors and attributes.
8735
8736 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8737 of display-mouse-p.
8738
8739 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8740
8741 * international/mule.el (make-coding-system): If the coding system
8742 accepts extra latin codes, register such codes as safe for the
8743 coding system.
8744
8745 2001-01-08 Richard M. Stallman <rms@gnu.org>
8746
8747 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8748 don't mention the file name or the date here, because they are
8749 logged at the start of the file.
8750
8751 2001-01-08 Richard M. Stallman <rms@gnu.org>
8752
8753 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8754 Change screen-width to frame-width.
8755
8756 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8757
8758 * info.el (Info-search): Print the default as part of the prompt.
8759
8760 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8761
8762 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8763 constant implementations in backends.
8764
8765 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8766 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8767
8768 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8769 WRITABLE to EDITABLE.
8770
8771 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8772 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8773 to EDITABLE.
8774
8775 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8776
8777 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8778 (copyright, copyright-update): Compute the current year at run time.
8779
8780 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8781
8782 * isearch.el (isearch-old-signal-hook): Removed.
8783 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8784 instead of setting signal-hook-function.
8785 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8786
8787 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8788
8789 * emulation/edt.el: Update to version 4.0. Provide support for
8790 EDT scroll margins at top and bottom of the window. Provide an
8791 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8792 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8793 user when file-related buffer modifications exist.
8794 Provide support for running EDT Emulation in XEmacs.
8795 Provide customize access to some user updatable variables.
8796 Add Commentary section to file header.
8797 Fixed a few minor bugs and cleaned up some code.
8798
8799 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8800 for detecting a keypress that generates an ASCII key sequence.
8801 (Previously, only a keypress that generates a vector was
8802 recognized.) Embed Window Manager name into name of the generated
8803 EDT Emulation initialization file since the initialization file is
8804 Window Manager specific. Add Commentary section to file header.
8805
8806 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8807
8808 * mail/sendmail.el (mail-mode): Doc fix.
8809
8810 * info.el (Info-goto-emacs-command-node): Doc fix.
8811 (Info-goto-emacs-key-command-node): Doc fix.
8812
8813 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8814
8815 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8816 systems without long file-name support.
8817
8818 2001-01-06 Andrew Innes <andrewi@gnu.org>
8819
8820 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8821
8822 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8823
8824 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8825 (isearch-lazy-highlight-update): Doc fix.
8826
8827 * ffap.el (ffap-bindings): Doc fix.
8828
8829 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8830
8831 2001-01-05 Dave Love <fx@gnu.org>
8832
8833 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8834
8835 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8836
8837 * mouse-drag.el (mouse-drag-safe-scroll):
8838 Bind scroll-preserve-screen-position to nil.
8839
8840 * isearch.el (isearch-old-signal-hook): New variable.
8841 (isearch-mode): Set signal-hook-function to isearch-done.
8842 (isearch-done): Restore old signal-hook-function.
8843
8844 * info.el (Info-fontify-node): Mark one more char as intangible.
8845
8846 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8847
8848 * composite.el (compose-last-chars): New argument COMPONENTS.
8849 If it is non-nil, compose preceding characters by compose-region with
8850 COMPONENTS.
8851
8852 * international/quail.el (quail-input-string-to-events): New function.
8853 (quail-input-method): Convert input string to events here.
8854 (quail-start-translation): Return input string, not event list.
8855 (quail-start-conversion): Likewise.
8856
8857 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8858
8859 * tooltip.el (tooltip-cancel-delayed-tip)
8860 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8861 and tooltip-add-timeout.
8862 (tooltip-show): Set border color from faces's foreground.
8863 (tooltip-show-help-function): If called with the same help string
8864 as last time, do nothing.
8865 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8866
8867 * startup.el (fancy-splash-screens): Don't bind show-help-function
8868 to nil.
8869
8870 * tooltip.el (tooltip-frame-parameters): Remove colors.
8871 (tooltip): New face
8872 (tooltip-set-param): New function.
8873 (tooltip-show): Set up color frame parameters from face `tooltip'.
8874 Display the tooltip text in face `tooltip'.
8875
8876 2001-01-04 Dave Love <fx@gnu.org>
8877
8878 * whitespace.el (whitespace-global-mode): Fix typo.
8879
8880 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8881
8882 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8883
8884 * help.el (help-for-help): Fix a typo in a doc string.
8885 From kwzh@gnu.org (Karl Heuer).
8886
8887 2001-01-03 Dave Love <fx@gnu.org>
8888
8889 * dired-x.el: Doc fixes. Maintainer change.
8890 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8891 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8892 (dired-guess-shell-alist-user): Customize.
8893 (dired-x-help-address): Set to bug-gnu-emacs.
8894 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8895 (dired-default-directory): Renamed from default-directory.
8896
8897 * hl-line.el (hl-line): Doc fix.
8898
8899 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8900
8901 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8902
8903 2001-01-02 Richard M. Stallman <rms@gnu.org>
8904
8905 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8906 to remove all the current alternative-match highlighting.
8907 If nil, remove only what's outside the current window.
8908 (isearch-lazy-highlight-remove-overlays): Take optional
8909 region within which NOT to remove them.
8910 (isearch-lazy-highlight-new-loop): Greatly simplified.
8911 (isearch-lazy-highlight-update): Find all the other occurrences
8912 visible in the window, in just one call.
8913 (isearch-lazy-highlight-start): Now holds start of region to scan.
8914 (isearch-lazy-highlight-end): Now holds end of region to scan.
8915 (isearch-lazy-highlight-wrapped): Variable deleted.
8916 (isearch-lazy-highlight-search): Function deleted.
8917
8918 2000-01-02 Andrew Innes <andrewi@gnu.org>
8919
8920 * w32-fns.el (convert-standard-filename): Do length check on name
8921 before aref.
8922
8923 2001-01-02 Dave Love <fx@gnu.org>
8924
8925 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8926 value.
8927 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8928
8929 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8930
8931 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8932 read syntax.
8933
8934 * calendar/todo-mode.el (todo): Add :link, :version.
8935 (todo-save-top-priorities): Remove autoload cookie.
8936 (todo-add-category, todo-add-item-non-interactively)
8937 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8938
8939 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8940
8941 * comint.el (comint-input-history-ignore): New variable.
8942 (comint-read-input-ring): Ignore entries matching
8943 comint-input-history-ignore.
8944
8945 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8946
8947 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8948 (lm-copyright-mark): New function.
8949 (lm-crack-copyright): New function.
8950 (lm-verify): Check that the file has a copyright.
8951 Check that the file is copyright Free Software Foundation.
8952
8953 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8954
8955 * international/mule-diag.el (print-fontset): Indent font name by
8956 24 columns, not 25.
8957
8958 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8959
8960 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8961 in Subject line.
8962
8963 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8964 Use mail-mode-hook instead of mail-setup-hook.
8965 Otherwise continuing an interrupted message with C-u C-x m for
8966 instance, winds up in Mail mode without abbrevs.
8967
8968 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8969
8970 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8971 non-nil. Adding almost all customization variables on ps-setup.
8972 Doc fix.
8973 (ps-print-version): New version number (6.3.3).
8974 (ps-end-with-control-d): Initialization fix.
8975 (ps-lines-printed): New var.
8976 (ps-skip-newline): New fun.
8977 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8978 (ps-next-line, ps-continue-line, ps-plot-region)
8979 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8980
8981 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8982
8983 * international/fontset.el (x-complement-fontset-spec):
8984 Resolve ASCII font name so that the same family name is used for fonts
8985 registered in x-font-name-charset-alist.
8986 (create-fontset-from-fontset-spec): Adjusted for the above change.
8987 The name of fontset alias should be a unresolved ASCII font name.
8988
8989 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8990
8991 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8992 and delete in isearch-mode-map.
8993
8994 2000-12-28 Richard M. Stallman <rms@gnu.org>
8995
8996 * dired-x.el (dired-guess-shell-alist-default):
8997 Use xpdf instead of acroread.
8998
8999 2000-12-28 Kenichi Handa <handa@etl.go.jp>
9000
9001 * textmodes/artist.el (artist-butlast): Deleted.
9002 (artist-ellipse-mirror-quadrant): Use butlast instead of
9003 artist-butlast.
9004
9005 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9006
9007 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9008
9009 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9010
9011 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9012
9013 * ls-lisp.el: Better support for the Mac and MS-Windows.
9014 (ls-lisp): New defgroup.
9015 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
9016 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
9017 (ls-lisp-support-shell-wildcards): New defcustoms.
9018 (ls-lisp-parse-symlink): New function.
9019 (insert-directory): Code to convert switches to a list and set up
9020 the wildcard argument copied from ls-lisp-insert-directory.
9021 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9022 for -C and -R switches.
9023 (ls-lisp-column-format): New function.
9024 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9025 (ls-lisp-format-time): Add doc strings.
9026 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9027 Support ls-lisp-dirs-first.
9028 (ls-lisp-classify, ls-lisp-extension): New functions.
9029 (ls-lisp-format): Optionally support emulation of symlinks.
9030 Support -i, -s, and -G switches.
9031
9032 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9033
9034 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9035
9036 * version.el (emacs-version): Print X scroll bar information.
9037
9038 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9039 instead of x-toolkit-scroll-bars-p.
9040
9041 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9042 of x-toolkit-scroll-bars-p.
9043
9044 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9045
9046 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9047 (ffap-bindings): Doc fix, to reflect the above change.
9048
9049 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9050
9051 * term.el (term-char-mode): Define all non-ascii self-inserting
9052 characters to 'term-send-raw in term-raw-map.
9053
9054 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9055
9056 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9057
9058 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9059 Changed initialization; use add-hook.
9060 (ediff-file-remote-p): Use file-local-copy.
9061
9062 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9063
9064 * ediff.el (ediff-patch-buffer): Bug fix.
9065 (ediff-revision): Allow selection of the file at the prompt.
9066
9067 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9068
9069 * subr.el (combine-run-hooks): Remove.
9070
9071 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9072 and remove the rogue second spec.
9073
9074 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9075
9076 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9077
9078 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9079
9080 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9081 Use minibuffer menu prompt for the `=' prefix.
9082 (smerge-command-prefix): Change default to C-^.
9083 (smerge-mode): Don't assume font-lock doesn't move point.
9084
9085 * skeleton.el (skeleton-internal-1): Make sure the first line of
9086 the region is also re-indented.
9087 (skeleton-end-newline): New var.
9088 (skeleton-end-hook): Use it.
9089
9090 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9091
9092 * comint.el (comint-password-prompt-regexp): Support CVS.
9093
9094 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9095
9096 * simple.el (delete-key-deletes-forward-mode): Simplify.
9097 Also backspace key combinations, depending on
9098 delete-key-deletes-forward.
9099
9100 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9101
9102 * simple.el (delete-key-deletes-forward): Doc fix.
9103
9104 2000-08-22 Emmanuel Briot <briot@gnat.com>
9105
9106 * xml.el (top level comment): Updated to reflect the fact that
9107 white spaces are relevant in the XML file.
9108 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9109 to parse was already edited. This allows for on-the-fly analysis
9110 of XML files.
9111 (xml-parse-tag): Check that the casing is the same in the start
9112 tag and end tag, since XML is case-sensitive. Allows for spaces
9113 in the end tag, after the name of the tag.
9114 (xml-parse-attlist): Allow for the character '-' in the name of
9115 attributes, as in the standard http-equiv attribute Do not save
9116 the properties in the XML tree, since they are not relevant.
9117
9118 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9119
9120 * generic.el (generic-read-type): Undo last change, inline into
9121 `generic-mode' and then remove.
9122 (generic-mode): Inline generic-read-type.
9123 (define-generic-mode): Push the symbol name rather than the symbol
9124 onto generic-mode-list.
9125
9126 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9127
9128 * generic.el (generic-read-type): Build an alist for
9129 completing-read as in 20.7.
9130
9131 * play/landmark.el (lm): Use interactive spec `P'.
9132 (toplevel): Don't set debug-on-error.
9133
9134 * server.el (server-switch-buffer): Choose a window on a visible frame.
9135
9136 2000-12-21 Dave Pearson <davep@davep.org>
9137
9138 * quickurl.el: Commentry change, I've moved my web site.
9139
9140 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9141
9142 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9143 ranges like \177-\237, but accepts the character sequence from \177 to
9144 \237. Doc fix.
9145 (ebnf-version): New version (3.4).
9146 (ebnf-setup): Code fix.
9147 (ebnf-range-regexp): New fun.
9148 (ebnf-8-bit-chars): Const fix.
9149
9150 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9151 entry. Doc fix.
9152 (ebnf-bnf-lex): Code fix.
9153 (ebnf-bnf-comment-chars): Const fix.
9154
9155 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9156 entry. Doc fix.
9157 (ebnf-iso-comment-chars): Const fix.
9158
9159 * ebnf-otz.el: Doc fix.
9160
9161 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9162 entry. Doc fix.
9163 (ebnf-yac-skip-code): Code fix.
9164 (ebnf-yac-comment-chars): Const fix.
9165
9166 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9167
9168 * files.el (insert-directory-safely): New function.
9169 (recover-file): Use it instead of insert-directory.
9170 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9171
9172 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9173
9174 * international/mule-cmds.el (select-safe-coding-system):
9175 Check coding-category-list more rigidly. Improve help message.
9176
9177 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9178
9179 2000-12-21 Miles Bader <miles@gnu.org>
9180
9181 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9182
9183 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9184
9185 * international/mule-diag.el (describe-char-after): Make *Help*
9186 buffer inherit multibyteness of the current buffer.
9187
9188 * international/mule.el (make-char): Docstring adjusted for the
9189 change of make-char-internal.
9190
9191 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9192
9193 * international/iso-cvt.el: Docstrings fix.
9194
9195 2000-12-20 Dave Love <fx@gnu.org>
9196
9197 * subr.el (eval-after-load): Doc fix.
9198
9199 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9200
9201 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9202 for numbers.
9203
9204 2000-12-20 Miles Bader <miles@gnu.org>
9205
9206 * international/quail.el (quail-help): Resize the help window
9207 again after it has all its contents. Remove unneeded progn.
9208
9209 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9210
9211 * pcmpl-linux.el: Fix copy/paste error.
9212
9213 2000-12-19 Andrew Innes <andrewi@gnu.org>
9214
9215 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9216
9217 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9218
9219 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9220
9221 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9222
9223 * progmodes/idlw-shell.el: Fixed copyright notice.
9224
9225 * progmodes/idlwave.el: Fixed copyright notice.
9226
9227 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9228 TAB as key separators.
9229
9230 2000-12-19 Alex Schroeder <alex@gnu.org>
9231
9232 * sql.el (sql-sybase-options): New option.
9233 (sql-sybase): Use it. Add sql-database to the list of parameters
9234 provided for login. The options -w 2048 -n are not used any more.
9235 (sql-postgres-options): Changed default from "--pset" to "-P".
9236 (sql-mysql-options): Doc change.
9237 (sql-stop): Doc change.
9238
9239 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9240
9241 * international/quail.el (quail-input-method): Always hide
9242 the guidance buffer on exiting.
9243
9244 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9245
9246 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9247 isn't fboundp.
9248
9249 * server.el (server-buffer-done): Bury the buffer before
9250 killing it.
9251
9252 * faces.el (face-spec-set): Interpret a nil in specs for
9253 foreground and background colors as `unspecified', for
9254 compatibility with 20.x.
9255
9256 2000-12-18 Dave Love <fx@gnu.org>
9257
9258 * simple.el (mail-user-agent): Doc fix.
9259 (input-mode-8-bit): Removed.
9260
9261 * international/mule.el (set-keyboard-coding-system): Doc fix.
9262 (keyboard-coding-system): New option.
9263
9264 * mail/sendmail.el (send-mail-function): Customize.
9265
9266 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9267
9268 * international/codepage.el (cp866-decode-table): New table.
9269
9270 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9271
9272 * version.el (emacs-version): Remove `%a' from the time format
9273 because the weekday doesn't fit well into each locale.
9274
9275 2000-12-18 Miles Bader <miles@gnu.org>
9276
9277 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9278
9279 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9280 Check that emacs-major-version is `=' to 20, not `>='.
9281 (artist-replace-chars): Use `make-string' instead of a loop.
9282
9283 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9284
9285 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9286 (cvs-execute-single-file): Don't change directory.
9287 Patch from Per Cederqvist.
9288
9289 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9290
9291 * textmodes/ispell.el (check-ispell-version):
9292 If `ispell-program-name' is "aspell", pass it the -v switch instead
9293 of -vv.
9294
9295 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9296
9297 * international/mule-diag.el (mule-diag): Insert information about
9298 configure options, multibyte awareness, language env.
9299
9300 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9301 regexp to search for candidates.
9302
9303 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9304
9305 * info.el (Info-forward-node): If the node has an
9306 Info-header-line, widen the buffer before searching for "next:"
9307 and "up:" pointers, and set the search limit to stay in the
9308 current node.
9309
9310 2000-12-16 Miles Bader <miles@gnu.org>
9311
9312 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9313
9314 2000-12-15 Miles Bader <miles@gnu.org>
9315
9316 * comint.el (comint-send-string, comint-send-region): Also accept
9317 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9318 process-send-string/region.
9319
9320 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9321
9322 * isearch.el (isearch-lazy-highlight-max): New user-option.
9323 (isearch-lazy-highlight-update): Don't highlight more than
9324 isearch-lazy-highlight-max matches.
9325
9326 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9327
9328 2000-12-15 Richard M. Stallman <rms@gnu.org>
9329
9330 * sort.el (sort-columns): Fix error message.
9331
9332 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9333 `upcase' or `downcase' or nil.
9334 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9335 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9336 (dabbrev--substitute-expansion): New arg record-case-pattern.
9337 If it is non-nil, set dabbrev--last-case-pattern.
9338 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9339
9340 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9341
9342 2000-12-15 Miles Bader <miles@gnu.org>
9343
9344 * paths.el (Info-default-directory-list): Don't delete
9345 configure-info-directory from the list of standard info
9346 directories when appending it to the end -- their order is important.
9347
9348 * faces.el (read-face-attribute): If there's no entry for the
9349 user's input in VALID, just use it as-is (this will often result
9350 in an error, but it may be OK for e.g. colors using hexadecimal
9351 notation, and at least will yield a better error message).
9352
9353 * window.el (mode-line-window-height-fudge): Function removed.
9354 (height-affecting-face-attributes, mode-line-window-height-fudge):
9355 Variables removed.
9356 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9357 window is really the right size. Use vertical-motion
9358 rather than forward-line.
9359 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9360 (ispell-command-loop, ispell-show-choices): Use the variable
9361 ispell-choices-win-default-height, rather than the function.
9362 (ispell-choices-win-default-height): Function removed.
9363 (ispell-mode-line-window-height-fudge): Function removed.
9364
9365 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9366
9367 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9368
9369 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9370
9371 * paths.el (Info-default-directory-list):
9372 If configure-info-directory is not one of the standard directories,
9373 put it first in the list; otherwise put it last. Doc string
9374 changed accordingly.
9375
9376 * info.el (Info-directory-list): Change doc string to reflect the
9377 change in Info-default-directory-list.
9378
9379 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9380 windows-nt as windowed environments, even under -nw.
9381
9382 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9383 if not fboundp. Switch delete-forward mode for the <delete> key
9384 on all PC platforms, even under -nw.
9385
9386 * term/internal.el ([M-delete]): Remap to M-d.
9387
9388 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9389
9390 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9391
9392 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9393
9394 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9395
9396 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9397
9398 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9399 if appropriate.
9400
9401 * simple.el (delete-key-deletes-forward): New user-option.
9402 (delete-key-deletes-forward-mode): New function.
9403
9404 * bindings.el: Bind `delete' to backward-delete-char.
9405
9406 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9407 Test if symbol is bound before getting its value.
9408
9409 * tooltip.el (tooltip-show): If an error is signaled in
9410 x-show-tip, display that error, and display the help in the
9411 echo area.
9412
9413 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9414
9415 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9416 Show "... entries" messages for every 10000 entries, not 10.
9417
9418 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9419
9420 * bookmark.el: Provide a generic exit hook, as suggested by
9421 Ovidiu Predescu <ovidiu@cup.hp.com>:
9422 (bookmark-exit-hook): New var.
9423 (bookmark-exit-hook-internal): New func, replaces
9424 old raw lambda form in `kill-emacs-hook', and runs new
9425 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9426 as logically that feature must have been provided if this function
9427 is running.
9428 Removed ;;;###autoload before the `add-hook' call.
9429
9430 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9431
9432 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9433 (easy-menu-current-active-maps): New function.
9434 (easy-menu-get-map): Use it.
9435 Make a proper menu entry when creating a new keymap.
9436
9437 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9438
9439 * international/characters.el: Fix cases and syntaxes for
9440 mule-unicode-0100-24ff.
9441
9442 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9443 that a Japanese character is not appended after day and year.
9444
9445 * info.el (Info-suffix-list): Change format for a command that
9446 requires arguments.
9447 (info-insert-file-contents): Adjusted for the above change.
9448
9449 2000-12-12 Andreas Schwab <schwab@suse.de>
9450
9451 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9452 on the name of the tar buffer. Verify that the existing buffer is
9453 visiting the same subfile.
9454
9455 2000-12-12 Dave Love <fx@gnu.org>
9456
9457 * subdirs.el: Add obsolete.
9458
9459 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9460
9461 * mail/rmailsum.el (rmail-summary-expunge)
9462 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9463 instead of rmail-confirm-expunge.
9464
9465 * replace.el (perform-replace): Don't use an empty match adjacent
9466 to a non-empty match when computing the next match before the
9467 replacement is performed.
9468
9469 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9470
9471 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9472 definition (patch by Stefan Monnier).
9473 (glasses-mode): Use jit-lock instead of `after-change-functions'
9474 (patch by Stefan Monnier).
9475
9476 2000-12-12 Miles Bader <miles@gnu.org>
9477
9478 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9479 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9480
9481 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9482
9483 * term/mac-win.el: Remove load for ls-lisp.
9484
9485 * loadup.el: Load ls-lisp for system-type `macos'.
9486
9487 2000-12-12 Miles Bader <miles@gnu.org>
9488
9489 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9490 Respect field end too.
9491 (just-one-space): Respect fields as `delete-horizontal-space'.
9492 (newline-and-indent, reindent-then-newline-and-indent):
9493 Use `delete-horizontal-space'.
9494
9495 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9496
9497 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9498 (so as to obey the field property in the minibuffer).
9499
9500 * obsolete/c-mode.el: Moved from lisp/progmodes.
9501 * obsolete/auto-show.el: Moved from lisp.
9502 * obsolete/ooutline.el: Moved from lisp/textmodes.
9503
9504 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9505
9506 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9507 changes to list them here.
9508
9509 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9510 Too many changes to list them here.
9511
9512 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9513 Too many changes to list them here.
9514
9515 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9516
9517 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9518
9519 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9520
9521 * cus-edit.el (custom-save-variables, custom-save-faces):
9522 Comment fix.
9523
9524 * hscroll.el: Moved to `obsolete' subdir.
9525
9526 2000-12-11 Miles Bader <miles@gnu.org>
9527
9528 * window.el (window-text-height): Function removed (now in C).
9529
9530 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9531
9532 * log-edit.el (log-edit-parent-buffer): New var.
9533 (log-edit): Set it. Add BUFFER argument.
9534 (log-edit-done): Use char-before.
9535 Don't bother checking validity of vc-comment-ring.
9536 Only bury the buffer if log-edit popped it up.
9537
9538 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9539 (cvs-mode-diff-help): Remove.
9540 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9541 (cvs-mode-marked): Set up the default for CMD manually.
9542
9543 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9544 Remove binding for ? now made unnecessary.
9545
9546 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9547
9548 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9549 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9550
9551 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9552 when master file is not open.
9553
9554 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9555
9556 * progmodes/ada-stmt.el: Update `maintainer'.
9557
9558 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9559
9560 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9561 choices to match documentation string.
9562
9563 2000-12-09 Miles Bader <miles@gnu.org>
9564
9565 * minibuf-eldef.el: New file.
9566
9567 * window.el (fit-window-to-buffer): Don't pass last argument to
9568 pos-visible-in-window-p, now that its meaning is inverted.
9569
9570 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9571
9572 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9573 <ceder@lysator.liu.se>.
9574
9575 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9576
9577 * autoinsert.el (auto-insert-alist): Add missing final \n.
9578
9579 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9580 (cvs-menu-map): Remove.
9581 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9582 (cvs-mode-quit): Turn it back into a plain function.
9583
9584 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9585 (texinfo-filter): Remove (move to texinfo.el).
9586
9587 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9588 file where it's more visible.
9589 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9590 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9591 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9592 (texinfo-inside-macro-p): Only catch `scan-error's.
9593 (texinfo-inside-env-p): Make better use of the match info.
9594 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9595 (texinfo-insert-@end): Slight re-organization.
9596 Also remove useless `looking-at' call.
9597
9598 2000-12-08 Andrew Innes <andrewi@gnu.org>
9599
9600 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9601 accessible in -nw mode.
9602
9603 * term/w32-win.el: Remove stuff about selection timeout, which is
9604 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9605 it is accessible in -nw mode.
9606
9607 2000-12-08 Dave Love <fx@gnu.org>
9608
9609 * emacs-lisp/lisp-mode.el (lisp-mode):
9610 Set font-lock-keywords-case-fold-search.
9611
9612 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9613
9614 * textmodes/ispell.el (ispell): Doc fix.
9615
9616 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9617
9618 * international/quail.el (quail-insert-decode-map): Check the
9619 frame width of a window displaying the current buffer, not that of
9620 the selected frame.
9621 (quail-help): Make sure that the help buffer has window before
9622 inserting text in it.
9623
9624 2000-12-07 Sam Steingold <sds@gnu.org>
9625
9626 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9627 Backquote is used in isearch.el, so autoloading saves nothing.
9628
9629 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9630
9631 * startup.el (normal-top-level-add-subdirs-to-load-path):
9632 Ignore the CVS and RCS subdirectories case-insensitively.
9633
9634 * dired.el (dired-insert-directory): If file-system-info is
9635 fboundp, call it instead of invoking dired-free-space-program.
9636
9637 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9638
9639 * server.el (server-visit-files): Push files on file-name-history.
9640
9641 * progmodes/cc-langs.el: Update copyright.
9642
9643 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9644
9645 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9646
9647 * bindings.el (mode-line-mode-menu): Reverse the order
9648 of define-keys so that the menu appears in alphabetical order.
9649
9650 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9651
9652 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9653 of the function.
9654
9655 2000-12-07 Dave Love <fx@gnu.org>
9656
9657 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9658
9659 * facemenu.el (facemenu-unlisted-faces): Fix value.
9660
9661 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9662
9663 * font-lock.el (font-lock-default-fontify-region):
9664 Include the terminating \n (off-by-one error).
9665 (font-lock-set-defaults): Use dolist.
9666
9667 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9668
9669 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9670
9671 * international/mule-cmds.el (describe-language-environment):
9672 Fix for the case that an input method title is not string but a list.
9673
9674 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9675 of wrong SIZE record.
9676
9677 2000-12-06 Dave Love <fx@gnu.org>
9678
9679 * newcomment.el (comment-region, comment-dwim): Doc fix.
9680
9681 * textmodes/texinfo.el: Require tex-mode when compiling.
9682 (texinfo-update-node): Doc fix.
9683 (texinfo-imenu-generic-expression): Add @anchor.
9684 (texinfo-font-lock-keywords): Add @uref.
9685 (texinfo-inside-macro-p): Don't use ignore-errors.
9686 (texinfo-insert-quote): Match more contexts.
9687
9688 * international/mule.el (decode-char, encode-char): Doc fix.
9689 (auto-coding-alist): Customize.
9690
9691 * files.el (load-file): Fix change of 2000-03-12.
9692
9693 * wid-edit.el (widget-text-keymap): Doc fix.
9694
9695 2000-12-06 Andrew Innes <andrewi@gnu.org>
9696
9697 * makefile.w32-in (lisp): Set to an absolute directory, namely
9698 $(CURDIR).
9699
9700 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9701
9702 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9703 read generated-autoload-file, and set buffer-file-coding-system to
9704 raw-text-unix after reading the file.
9705
9706 * international/mule-conf.el (file-coding-system-alist):
9707 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9708
9709 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9710
9711 * replace.el (occur): Make line-number-width 1 smaller for the
9712 colon following the line number.
9713
9714 * startup.el (fancy-splash-text, command-line-1):
9715 Use `File' for the menu name instead of `Files'.
9716
9717 * tmm.el: Update copyright.
9718
9719 * cus-start.el: Add entry for even-window-heights.
9720
9721 2000-12-06 Miles Bader <miles@gnu.org>
9722
9723 * faces.el (frame-set-background-mode): Avoid stomping on
9724 locally modified faces.
9725
9726 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9727
9728 * international/fontset.el: Correct the font registries for
9729 japanese-jisx0213-1 and japanese-jisx0213-2.
9730
9731 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9732
9733 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9734
9735 * iswitchb.el: Update customization commentary.
9736
9737 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9738
9739 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9740 (tpu-search-highlight): Fixed comparison of overlay end positions.
9741 (tpu-trim-line-ends): Implemented trimming logic locally.
9742
9743 * emulation/tpu-extras.el (tpu-write-file-hook)
9744 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9745
9746 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9747
9748 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9749 to cn-gb.
9750 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9751
9752 2000-12-04 Dave Love <fx@gnu.org>
9753
9754 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9755
9756 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9757
9758 * mail/rmailsum.el (rmail-summary-expunge)
9759 (rmail-summary-expunge-and-save): Ask for confirmation with
9760 rmail-expunge-confirmed.
9761
9762 * mail/rmail.el (rmail-expunge-confirmed): New function.
9763 (rmail-expunge): Use it.
9764
9765 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9766
9767 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9768 (etags-recognize-tags-table, find-tag-in-order):
9769 New functionality: interpret file names as tags.
9770
9771 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9772
9773 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9774 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9775 the first subnode until the bottom of the current node is visible.
9776
9777 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9778
9779 * format.el (format-decode): Don't change buffer's undo list.
9780
9781 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9782
9783 * faces.el (face-font-registry-alternatives): Add entries for CJK
9784 fonts. Doc-string adjusted for the actual usage of this data.
9785
9786 * international/fontset.el: Change the font registries for CJK
9787 fonts in the default fontset. Don't append '*' to registries.
9788
9789 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9790
9791 * emacs-lisp/easy-mmode.el (define-derived-mode)
9792 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9793
9794 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9795 (derived-mode-p): New function.
9796 (derived-mode-make-docstring): Add `docstring' argument.
9797 Use it if available and complete it if necessary.
9798
9799 2000-12-03 Andreas Schwab <schwab@suse.de>
9800
9801 * type-break.el (type-break): Don't make parent of itself.
9802
9803 2000-12-03 Miles Bader <miles@gnu.org>
9804
9805 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9806
9807 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9808
9809 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9810 (tex-main-file, tex-file): Simplify.
9811 (tex-generate-zap-file-name): Use subst-char-in-string.
9812 (tex-strip-dots): Remove.
9813
9814 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9815
9816 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9817 to check if the match succeeded.
9818
9819 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9820
9821 * startup.el (use-fancy-splash-screens-p): New function.
9822 (command-line-1): Use it to determine whether or not to use
9823 a fancy splash screen.
9824
9825 2000-12-02 Andreas Schwab <schwab@suse.de>
9826
9827 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9828
9829 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9830
9831 * international/mule.el (make-char): Fix last change.
9832
9833 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9834 New defcustoms.
9835 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9836 autoloading tex-mode; instead, do the same manually.
9837 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9838 with numeric argument. Docstring fix.
9839 (toplevel): Require cl when compiling.
9840
9841 * international/mule.el (make-char): Doc fix.
9842
9843 2000-12-02 Jason Rumney <jasonr@gnu.org>
9844
9845 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9846 the Emacs Lisp manual)
9847
9848 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9849
9850 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9851
9852 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9853 the Emacs Lisp manual).
9854
9855 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9856
9857 * simple.el (next-line-add-newlines): Change default to nil.
9858
9859 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9860
9861 * files.el (revert-buffer, recover-file):
9862 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9863
9864 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9865
9866 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9867
9868 2000-12-01 Miles Bader <miles@gnu.org>
9869
9870 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9871
9872 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9873
9874 * international/mule-diag.el (describe-char-after): Fix typo.
9875 (describe-character-set, non-iso-charset-alist): Fix typo.
9876
9877 2000-12-01 Miles Bader <miles@gnu.org>
9878
9879 * image-file.el (image-file-name-regexp): Automatically add
9880 upper-case variants of each filename extension in
9881 `image-file-name-extensions', since they seem to be common.
9882
9883 * simple.el (minibuffer-contents)
9884 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9885 New functions.
9886 * filecache.el (file-cache-directory-name)
9887 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9888
9889 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9890
9891 * filecache.el (file-cache-minibuffer-complete): Don't try to
9892 delete the minibuffer prompt.
9893
9894 2000-11-30 Dave Love <fx@gnu.org>
9895
9896 * cus-start.el: Fix read-buffer-function type.
9897
9898 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9899
9900 * md5.el: Removed. There's a built-in function, now.
9901
9902 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9903
9904 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9905 as dummy 0-th char of rmail-deleted-vector.
9906
9907 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9908
9909 * ps-print.el (ps-end-job): Bind case-fold-search only after
9910 switching to ps-spool-buffer.
9911
9912 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9913
9914 * ps-print.el: Line number font customization. PostScript: Lines and
9915 PageCount are initialized on each page. Doc Fix.
9916 (ps-print-version): New version number (6.3.2).
9917 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9918 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9919 (ps-right-header): Customization fix.
9920 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9921 Fix code.
9922 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9923 New vars.
9924
9925 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9926
9927 * bs.el: Fix typos and spelling errors.
9928 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9929 (bs-configuration): Doc fix.
9930
9931 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9932
9933 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9934
9935 * emulation/tpu-edt.el (tpu-version): New version.
9936 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9937 (tpu-original-mode-line): Variable deleted.
9938 (tpu-mark-flag): New initial value.
9939 (tpu-set-mode-line): Don't redefine mode-line-format.
9940 Add tpu-mark-flag to minor-mode-alist.
9941 (tpu-update-mode-line): New mark flag logic.
9942 (tpu-get): Use find-file-wildcards.
9943 (tpu-search-highlight): Move overlay less, reset overlay properly.
9944 (tpu-unselect): Deactivate mark.
9945 (tpu-lm-replace): Reset overlay properly.
9946 (tpu-forward-line): Use forward-visible-line.
9947 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9948
9949 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9950
9951 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9952
9953 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9954
9955 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9956
9957 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9958 and skip whitespace and newlines.
9959
9960 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9961
9962 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9963
9964 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9965
9966 * help.el (describe-function-1): Regexp-quote function name
9967 when used as part of a regexp.
9968
9969 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9970 Use face-attribute instead of face-foreground and face-background.
9971 (tool-bar-add-item): Likewise, and handle unspecified colors.
9972
9973 * enriched.el (enriched-face-ans): Use face-attribute instead
9974 of face-foreground and face-background.
9975
9976 * faces.el (face-foreground, face-background, face-stipple):
9977 Return nil if attribute is unspecified, for backward compatibility.
9978
9979 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9980
9981 * play/5x5.el: Remove version info.
9982
9983 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9984
9985 * frame.el (blink-cursor-mode): Doc fix.
9986
9987 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9988
9989 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9990 to create Makefile rules.
9991 (antlr-tool-command): New user option.
9992 (antlr-ask-about-save): New user option.
9993 (antlr-makefile-specification): New user option.
9994 (antlr-file-formats-alist): New variable.
9995 (antlr-special-file-formats): New variable.
9996 (antlr-unknown-file-formats): New user option.
9997 (antlr-help-unknown-file-text): New variable.
9998 (antlr-help-rules-intro): New variable.
9999 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10000 (antlr-mode-menu): Add entries.
10001 (antlr-file-dependencies): New function.
10002 (antlr-directory-dependencies): New function.
10003 (antlr-superclasses-glibs): New function.
10004 (antlr-run-tool): New command.
10005 (antlr-makefile-insert-variable): New function.
10006 (antlr-insert-makefile-rules): New function.
10007 (antlr-show-makefile-rules): New command.
10008
10009 * antlr-mode.el: More Emacs/XEmacs stuff.
10010 (antlr-no-action-keywords): New constant with value nil.
10011 (antlr-font-lock-keywords-alist): Use it. Old value would break
10012 syntax highlighting in Emacs-21.0.
10013 (antlr-default-directory): Emacs/XEmacs dependend function.
10014 (antlr-read-shell-command): Ditto.
10015 (antlr-with-displaying-help-buffer): Ditto.
10016
10017 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10018
10019 * antlr-mode.el: imenu, parsing and highlighting changes.
10020 (antlr-imenu-create-index-function): Don't create extra submenus
10021 for definitions in different grammar classes. It is not necessary
10022 for the menu and would make command `imenu' awkward to use.
10023 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10024 header actions and more than one.
10025 (antlr-font-lock-tokendef-face): Changed color.
10026 (antlr-font-lock-tokenref-face): Changed color.
10027 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10028 (antlr-mode-syntax-table): New variable.
10029 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10030 (antlr-with-syntax-table): Don't copy syntax table.
10031
10032 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10033
10034 * antlr-mode.el: Minor changes: language setting.
10035 (antlr-language-alist): The value for file option "language" can
10036 be both an identifier and a string.
10037 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10038 (antlr-language-limit-n-regexp): Change accordingly.
10039
10040 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10041
10042 * antlr-mode.el: Minor changes: tabs, hiding.
10043 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10044 (antlr-action-visibility): Also allow value nil to also hide the
10045 braces. Renamed from `antlr-tiny-action-length'.
10046 Suggested by Jay@aol.com.
10047 (antlr-hide-actions): Change accordingly. Hide line if completely
10048 hidden action is on a line of its own.
10049
10050 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10051
10052 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10053
10054 * sort.el (sort-columns): Don't concat strings with numbers.
10055
10056 2000-11-29 Dave Love <fx@gnu.org>
10057
10058 * cus-edit.el (face): Fix :format.
10059
10060 * mail/feedmail.el: Require smtpmail when compiling.
10061 (mail-do-fcc): Autoload.
10062 (feedmail) <defgroup>: Fix :link.
10063 (feedmail-nuke-body-in-fcc): Fix :type.
10064 (feedmail-send-it): Add autoload cookie.
10065
10066 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10067
10068 * newcomment.el (comment-indent): Save excursion around call to
10069 comment-indent-function.
10070
10071 2000-11-29 Miles Bader <miles@gnu.org>
10072
10073 * subr.el (member-ignore-case): Return the tail of the list who's
10074 car matches, like `member', not the matching element itself.
10075
10076 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10077
10078 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10079 should not contain `\n'.
10080
10081 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10082
10083 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10084
10085 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10086
10087 * dired-aux.el (dired-do-create-files): Construct default file
10088 name for dired-mark-read-file-name so that when the user enters
10089 just RET, the target file will end up in the target directory.
10090
10091 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10092 local-abbrev-table before changing buffers because it might
10093 have a buffer-local binding.
10094
10095 2000-11-28 Miles Bader <miles@gnu.org>
10096
10097 * simple.el (delete-horizontal-space): Handle fields more generally.
10098
10099 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10100
10101 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10102
10103 2000-11-28 Dave Love <fx@gnu.org>
10104
10105 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10106 comment-start-skip locally.
10107
10108 * progmodes/fortran.el (fortran-mode): Don't set
10109 fortran-comment-line-start-skip. Set comment-start to
10110 fortran-comment-line-start.
10111 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10112 (fortran-comment-line-start-skip): Simplify slightly.
10113
10114 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10115
10116 * play/5x5.el: Remove RCS keyword.
10117
10118 * bs.el: Mistaken commit, undone 2000-11-30.
10119
10120 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10121
10122 * textmodes/tildify.el (tildify-string-alist):
10123 Add `plain-tex-mode' here.
10124
10125 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10126
10127 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10128 reference.
10129
10130 2000-11-28 Miles Bader <miles@gnu.org>
10131
10132 * cus-face.el (custom-face-attributes): Add post-filter function
10133 for :box. Make pre-filter function for :box handle all cases.
10134
10135 * wid-edit.el (widget-choose): Make sure pop-up window is large
10136 enough to display all the choices, as there's no way to scroll it.
10137
10138 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10139
10140 * international/mule-conf.el: Make the coding system no-conversion
10141 safe for all characters.
10142
10143 2000-11-27 Dave Love <fx@gnu.org>
10144
10145 * net/ldap.el (ldap) <defgroup>: Add :version.
10146
10147 * tooltip.el (tooltip-use-echo-area): Doc fix.
10148
10149 * cus-start.el <minibuffer-prompt-properties>: Add version.
10150 <read-buffer-function>: Add.
10151
10152 * apropos.el (apropos-print): Add help-echo to active text.
10153
10154 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10155
10156 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10157
10158 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10159 type, group and version.
10160
10161 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10162
10163 * select.el (x-get-selection): Docstring fix.
10164
10165 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10166
10167 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10168
10169 2000-11-27 Andrew Innes <andrewi@gnu.org>
10170
10171 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10172
10173 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10174
10175 2000-11-27 Miles Bader <miles@gnu.org>
10176
10177 * dired.el (dired-get-filename): Return filename verbatim if
10178 LOCALP is `verbatim'.
10179 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10180 `verbatim' so that we don't inadvertently delete a non-existant
10181 directory name.
10182
10183 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10184
10185 * international/characters.el: Specify cases and syntaxes for
10186 mule-unicode-0100-24ff.
10187
10188 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10189
10190 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10191 that foreground and/or background colors of the face `tool-bar'
10192 are unspecified.
10193
10194 2000-11-27 Miles Bader <miles@gnu.org>
10195
10196 * wid-edit.el (widget-field-buffer, widget-field-start)
10197 (widget-field-end): Handle widget field `pseudo-overlays'.
10198 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10199 if it's there instead of in `widget-field-list'.
10200
10201 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10202 (help-make-xrefs): Delete extraneous newlines at the end of the
10203 docstring.
10204
10205 2000-11-25 Jason Rumney <jasonr@gnu.org>
10206
10207 * startup.el (command-line): Call set-locale-environment after
10208 Window System init file is read, as it can result in a call to
10209 redraw-frame.
10210
10211 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10212
10213 * simple.el (shell-command): Mention the effect of the prefix
10214 argument in the doc string.
10215
10216 2000-11-25 Miles Bader <miles@gnu.org>
10217
10218 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10219
10220 * wid-edit.el (widget-field-value-delete): Don't try to delete
10221 overlay when it's the `pseudo-overlay' that exists at some points.
10222
10223 2000-11-24 Jason Rumney <jasonr@gnu.org>
10224
10225 * international/mule-cmds.el (locale-language-names): Add "jp" as
10226 a non-standard alternative for Japanese.
10227
10228 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10229
10230 * vc-hooks.el: Require 'cl during compilation.
10231
10232 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10233
10234 * faces.el (face-set-after-frame-default): Let face attributes
10235 specified for new frames override frame parameters.
10236
10237 * startup.el (command-line): Fix computation of the source file
10238 for user-init-file when user-init-file is a compiled file.
10239
10240 2000-11-24 Miles Bader <miles@gnu.org>
10241
10242 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10243 (custom-post-filter-face-spec): New functions.
10244 (custom-face-set, custom-face-value-create): Filter the face spec
10245 before and after customization.
10246 (custom-face-set): If VALUE specifies a null face, pass a
10247 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10248 * cus-face.el (custom-face-attributes): Remove SET and GET
10249 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10250 cases they're needed.
10251
10252 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10253 that it's distinguishable from the :off-glyph on dark-background
10254 displays. Set its background color too.
10255
10256 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10257 so that people can easily turn it off.
10258
10259 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10260
10261 * ediff-diff.el: Moved variables around to have it compile under NT.
10262
10263 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10264
10265 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10266
10267 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10268 redundant skip-small-frames test.
10269
10270 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10271 (viper-downgrade-to-insert): Protect against errors in hooks.
10272
10273 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10274 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10275 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10276 New functions.
10277
10278 * viper-util.el (viper-memq-char): Bug fixes.
10279
10280 * viper.el (viper-mode): Fix cursor handling.
10281
10282 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10283
10284 * international/mule-diag.el (list-iso-charset-chars):
10285 For two-byte charset, fix the `while' condition.
10286 (list-non-iso-charset-chars): Fix the `while' condition.
10287
10288 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10289
10290 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10291 if the variable is make-variable-buffer-local.
10292
10293 * progmodes/ada-stmt.el (ada-template-map):
10294 Initialize and bind it to C-c t in ada-mode-map.
10295 (ada-stmt-mode-hook): New function extracted from old code.
10296 Only change the buffer-local side of skeleton-*.
10297 (ada-mode-hook): Use it.
10298
10299 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10300
10301 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10302 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10303 we expect to be returned by minibuffer-depth once we prompt the
10304 user in the minibuffer.
10305 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10306 as recorded in iswitchb-minibuf-depth, return non-nil.
10307
10308 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10309
10310 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10311 (hscroll-window-maybe): Docstring fix.
10312
10313 2000-11-23 Dave Love <fx@gnu.org>
10314
10315 * rect.el (string-rectangle): Don't test delete-selection-mode.
10316
10317 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10318
10319 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10320 is in the tool bar.
10321
10322 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10323 with `no-dir'; we want the directory part to be able to remove it.
10324
10325 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10326
10327 * textmodes/outline.el (outline-flag-region):
10328 Don't bind inhibit-read-only since we don't modify the buffer.
10329 (outline-isearch-open-invisible): Don't jump to overlay-start
10330 since we're trying to unhide text around point.
10331 (outline-discard-overlays): Use dolist.
10332
10333 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10334
10335 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10336
10337 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10338
10339 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10340
10341 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10342 Fix ARG regexp to skip quoted braces.
10343 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10344 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10345 are (correctly) handled separately).
10346 Remove `caption' and `footnote' from `citations': they contain text.
10347 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10348 (latex-skeleton-end-hook): New function.
10349 (latex-mode): Use it.
10350 (tex-start-tex-marker): Remove.
10351 (tex-send-tex-command): Don't set tex-start-tex-marker.
10352 (tex-error-parse-syntax-table): New var.
10353 (tex-compilation-parse-errors): Use it.
10354 Ignore tex-start-tex-marker. Don't bother with marker-position.
10355 (tex-validate-buffer): Don't bother with marker-position.
10356
10357 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10358 (flyspell-generic-progmode-verify): Use it.
10359
10360 2000-11-22 Sam Steingold <sds@gnu.org>
10361
10362 * simple.el (delete-trailing-whitespace): New interactive function.
10363
10364 * progmodes/ada-mode.el (ada-mode): Use it instead of
10365 `ada-remove-trailing-spaces'.
10366 (ada-remove-trailing-spaces): Removed.
10367
10368 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10369
10370 * textmodes/picture.el (picture-clean): Removed.
10371 (picture-mode-exit): Call it instead of `picture-clean'.
10372
10373 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10374
10375 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10376
10377 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10378 jit-lock-fontify-buffer; it should anyway be unneccessary to
10379 do anything special when jit-lock is active.
10380 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10381
10382 2000-11-22 Dave Love <fx@gnu.org>
10383
10384 * calendar/todo-mode.el (todo-top-priorities): Use
10385 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10386
10387 * language/chinese.el, language/cyrillic.el:
10388 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10389 * language/hebrew.el, language/indian.el, language/japanese.el:
10390 * language/korean.el, language/lao.el, language/misc-lang.el:
10391 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10392 Use provide.
10393
10394 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10395 (custom-variable-set): Improve validation error mesage.
10396
10397 * rect.el (string-rectangle): Revert last change.
10398 (string-rectangle-line): New arg DELETE.
10399 (string-rectangle): Check delete-selection-mode.
10400
10401 * emacs-lisp/edebug.el (edebug-version)
10402 (edebug-maintainer-address): Deleted.
10403 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10404 (edebug-read-function): Account for other `'#' read forms.
10405 (edebug-mode-menus): Make some items toggles.
10406 (edebug-outside-unread-command-event, unread-command-event):
10407 Remove these to avoid warnings.
10408
10409 2000-11-22 David Ponce <david@dponce.com>
10410
10411 * recentf.el (recentf-menu-items-for-commands)
10412 (recentf-make-menu-items, recentf-make-menu-item)
10413 (recentf-filter-changer): Added :help and :active menu-item properties.
10414
10415 (recentf-build-dir-rules, recentf-dump-variable)
10416 (recentf-edit-list, recentf-open-files-item)
10417 (recentf-open-files): Replaced unnecessary `mapcar' with new
10418 built-in `mapc'.
10419
10420 2000-11-23 Miles Bader <miles@gnu.org>
10421
10422 * faces.el (menu): Make inverse-video on ttys too.
10423
10424 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10425
10426 * simple.el (comment-line-break-function): Use the new name
10427 indent-new-comment-line -> comment-indent-new-line.
10428 (clone-indirect-buffer): Don't ignore NORECORD.
10429 (next-completion): Properly handle the case where items are adjacent.
10430
10431 * mouse.el (popup-menu): Stupid typo.
10432
10433 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10434
10435 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10436 maintainer, keywords tags.
10437
10438 * rect.el (replace-rectangle): Don't call string-rectangle-line
10439 with too many arguments.
10440
10441 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10442
10443 * ediff-util.el (ediff-file-checked-out-p)
10444 (ediff-file-checked-in-p): Call vc-state instead of
10445 vc-locking-user, which no longer exists.
10446
10447 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10448
10449 2000-11-22 Dave Love <fx@gnu.org>
10450
10451 * md5.el (md5): Provide.
10452 (md5): Fix error call.
10453
10454 2000-11-22 Miles Bader <miles@gnu.org>
10455
10456 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10457 (refill-fill-paragraph-at): Remove debugging code.
10458
10459 * calendar/calendar.el (generate-calendar-window): When we don't
10460 call `fit-window-to-buffer', make sure the top line is fully visible.
10461
10462 * image-file.el (insert-image-file): Don't make `read-only'
10463 property rear-nonsticky.
10464
10465 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10466 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10467 stashing away its original value.
10468 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10469 in the recursive edit.
10470 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10471 (isearch-done): Restore `minibuffer-message-timeout'.
10472
10473 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10474
10475 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10476
10477 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10478
10479 * find-lisp.el (find-lisp-find-files-internal):
10480 Use dolist, when and file-name-as-directory.
10481
10482 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10483 (define-derived-mode, define-minor-mode): Add specs.
10484
10485 * window.el: General comment and spacing fixes.
10486 (save-selected-window): Use backquotes.
10487 (window-safely-shrinkable-p): New function.
10488 (shrink-window-if-larger-than-buffer): Use it.
10489
10490 * subr.el (make-local-hook): Docstring fix.
10491
10492 * shell.el (shell-mode): Use define-derived-mode.
10493
10494 * newcomment.el (comment-indent): Insert comment before calling
10495 comment-indent-function. Don't insert in column 0.
10496 (comment-dwim): Indent before inserting comment.
10497
10498 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10499 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10500 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10501 Use mapc rather than map.
10502
10503 * files.el (find-buffer-visiting): Compare all attributes before
10504 declaring two files identical (rather than just their inode-no).
10505 (auto-mode-alist): Use \' rather than $.
10506
10507 * which-func.el: Update maintainer line.
10508
10509 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10510 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10511 (uniquify-buffer-file-name): Use it.
10512
10513 2000-11-22 Miles Bader <miles@gnu.org>
10514
10515 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10516 * simple.el (minibuffer-avoid-prompt): New function.
10517
10518 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10519
10520 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10521
10522 2000-11-21 Miles Bader <miles@gnu.org>
10523
10524 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10525 inclusion of `track-mouse'.
10526
10527 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10528 (refill-adjust-ignorable-overlay): New function.
10529 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10530 only the paragraph's tail if possible.
10531 Update `refill-ignorable-overlay'.
10532 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10533
10534 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10535 point inside the fill-prefix.
10536
10537 * textmodes/refill.el (refill-post-command-function): Don't reset
10538 refill-doit in the case where a self-insertion command doesn't
10539 case a refill. Use `refill-fill-paragraph-at', getting position
10540 from `refill-doit'.
10541 (refill-after-change-function): Set `refill-doit' to END.
10542 (refill-fill-paragraph-at): New function, mostly from old
10543 refill-fill-paragraph.
10544 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10545 (refill-pre-command-function): New function.
10546 (refill-mode): Add it to `pre-command-hook'.
10547
10548 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10549
10550 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10551
10552 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10553 javadoc tags.
10554
10555 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10556
10557 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10558 vc.el).
10559
10560 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10561 require vc.
10562
10563 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10564 checkouts.
10565
10566 2000-11-20 Dave Love <fx@gnu.org>
10567
10568 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10569
10570 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10571
10572 * calculator.el (calculator-paste): Use `if' instead of `and'
10573 and `or'.
10574 (calculator-help): Don't use electric-describe-mode for XEmacs.
10575
10576 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10577
10578 * info.el (info-menu-5): Doc fix.
10579
10580 * textmodes/artist.el: New file.
10581
10582 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10583
10584 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10585 and differentiate according to checkout model.
10586 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10587 since this function is only concerned with master state.
10588
10589 * vc-hooks.el (vc-workfile-unchanged-p)
10590 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10591
10592 * vc.el (vc-workfile-unchanged-p)
10593 (vc-default-workfile-unchanged-p): See above.
10594
10595 2000-11-19 Miles Bader <miles@gnu.org>
10596
10597 * image-file.el (insert-image-file): Make `intangible' and
10598 `read-only' properties rear-nonsticky too.
10599
10600 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10601
10602 * ps-print.el: Update copyright notice.
10603
10604 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10605 (tooltip-show): Use the offsets.
10606
10607 * bindings.el (mode-line-modified): Fix a typo.
10608 (mode-line-toggle-modified, mode-line-widen)
10609 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10610
10611 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10612
10613 * ps-print.el (toplevel): Test for find-coding-system being
10614 fboundp before calling ps-x-find-coding-system.
10615
10616 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10617
10618 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10619 (vc-version-backup-file): Docstring fix.
10620
10621 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10622
10623 * files.el (basic-save-buffer): Don't add a newline if
10624 find-file-literally is non-nil.
10625 (find-file-literally): Extend doc string.
10626
10627 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10628 sort(1) with the `-f' argument.
10629
10630 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10631
10632 * vc.el: Updated backend documentation.
10633 (vc-default-check-headers): New function.
10634
10635 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10636
10637 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10638 up-to-date.
10639 (vc-do-command): In the asynchronous case, output messages only if
10640 the minibuffer is not active.
10641
10642 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10643 `vc-cvs-use-edit' is on.
10644 (vc-cvs-checkout): When this is used for reverting the workfile,
10645 make a backup of the original contents and revert to that in case
10646 of error.
10647 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10648 remote repositories.
10649
10650 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10651 for both version and ratio in the minibuffer.
10652
10653 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10654 Use vc-do-command to perform the annotation, not call-process.
10655
10656 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10657
10658 * international/quail.el (quail-start-translation): Don't call
10659 `message' before reading key sequence.
10660
10661 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10662
10663 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10664
10665 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10666
10667 * window.el (fit-window-to-buffer): Be sure to acquire at least
10668 one text line even if the buffer is empty.
10669
10670 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10671
10672 * net/ange-ftp.el (ange-ftp-file-writable-p)
10673 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10674 Bind ange-ftp-process-verbose to nil.
10675
10676 2000-11-15 Dave Love <fx@gnu.org>
10677
10678 * wid-edit.el (widget-specify-field, widget-specify-button):
10679 If :help-echo is a function, set help-echo of overlay to
10680 widget-mouse-help.
10681 (widget-mouse-help): New function.
10682 (widget-echo-help): Rewritten for :help-echo functions only taking
10683 a widget arg.
10684
10685 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10686 Use display-graphic-p.
10687 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10688 and that JPEG is available.
10689 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10690
10691 * international/mule-cmds.el (locale-charset-language-names):
10692 Match @euro.
10693
10694 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10695
10696 * faces.el (face-set-after-frame-default):
10697 If `inhibit-default-face-x-resources' is bound, don't intialize the
10698 default face from X resources.
10699
10700 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10701
10702 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10703 Don't set EMACSLOADPATH.
10704
10705 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10706
10707 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10708 texinfo-insert-@url.
10709 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10710 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10711
10712 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10713
10714 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10715 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10716 (checkdoc-minor-keymap): Backward compatibility.
10717 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10718 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10719 (checkdoc-this-string-valid-engine): Be a bit more strict
10720 to avoid matching substrings of `...' quoted vars/funs.
10721 (checkdoc-defun-info): Only look for `interactive' if alone.
10722 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10723
10724 * progmodes/compile.el (grep): `tag-default' can be nil.
10725
10726 * newcomment.el (comment-indent): Paren typo.
10727
10728 2000-11-14 Dave Love <fx@gnu.org>
10729
10730 * calculator.el: New maintainer version.
10731
10732 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10733
10734 * cmuscheme.el: Doc fixes.
10735 (cmuscheme) <defgroup>: Use `scheme' as parent.
10736 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10737
10738 * xscheme.el (scheme-program-name): Don't define here.
10739
10740 * progmodes/scheme.el (scheme-program-name): New variable
10741 (originally in cmuscheme).
10742
10743 2000-11-14 Miles Bader <miles@gnu.org>
10744
10745 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10746 Handle header-lines. Don't loop forever if we can't enlarge the
10747 window anymore. Simplify a bit.
10748
10749 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10750
10751 * window.el (fit-window-to-buffer): Don't check
10752 window-text-height. Assure that the last line is fully visible.
10753
10754 * international/quail.el (quail-show-guidance-buf):
10755 Call fit-window-to-buffer to assure the enough height of the guidance
10756 buffer.
10757 (quail-update-guidance): Avoid making the guidance buffer shorter.
10758
10759 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10760
10761 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10762 rather than `prepend' and add an interesting comment.
10763 (tex-math-face, tex-font-lock-syntactic-face-function):
10764 New face and function to use it.
10765 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10766 than `menu-enable' symbol property.
10767 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10768 (tex-mode): Add some latex-mode commands for auto-selection.
10769 Use tex-font-lock-syntactic-face-function.
10770 (tex-insert-quote): Simplify.
10771 (tex-shell): New mode.
10772 (tex-start-shell): Use it.
10773 (tex-shell-proc, tex-shell-buf): New functions.
10774 (tex-send-command): Use it.
10775 (tex-main-file): Fix the meaning of the new arg REALFILE.
10776 (tex-send-tex-command): New function split from `tex-start-tex'.
10777 Set compilation-last-buffer and compilation-parsing-end.
10778
10779 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10780 when it follows non-comment text on the line.
10781
10782 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10783 Set font-lock-defaults.
10784 (lisp-mode-shared-map): Init inside the defvar.
10785 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10786 Use define-derived-mode.
10787
10788 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10789
10790 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10791
10792 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10793
10794 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10795 Don't recursively optimize body because that can lead to infinite
10796 recursion; see comment there.
10797
10798 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10799
10800 * faces.el (face-spec-set-match-display): Revert the change from
10801 2000-10-24. Add a FIXME for after v21.1.
10802
10803 2000-11-13 Miles Bader <miles@gnu.org>
10804
10805 * textmodes/fill.el (skip-line-prefix): New function.
10806 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10807 (fill-paragraph): Don't leave point inside the fill-prefix.
10808 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10809 point inside the fill-prefix.
10810
10811 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10812
10813 * calendar/calendar.el (generate-calendar-window):
10814 Use `fit-window-to-buffer'.
10815
10816 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10817
10818 * gud.el (gud-minor-mode): New var.
10819 (gud-symbol, gud-val): New functions.
10820 (gud-find-file): Copy gud-minor-mode to the new buffer.
10821 (gud-menu-map): Include entries for commands that are not always
10822 available, using :enable to (de)activate them.
10823 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10824 (gud-mode-map): New map.
10825 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10826 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10827 Don't set up gud's menu (it's done by the minor-mode).
10828 (gud-minibuffer-local-map): New.
10829 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10830 (gud-query-cmdline): New function.
10831 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10832 (gud-mode): Use define-derived-mode.
10833 Don't set up gud's menu (it's done by the minor-mode).
10834 (gud-chop-words): Remove.
10835 (gud-common-init): Use split-string instead.
10836 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10837
10838 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10839 Add keyword arg :name.
10840
10841 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10842 (diff-count-matches, diff-split-hunk): New functions.
10843 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10844
10845 * pcvs-info.el (cvs-fi-conflict-face): New var.
10846
10847 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10848 Make it into a simple syntax-table, shared among all submodes.
10849 (sh-heredoc-face): Re-introduce.
10850 (sh-font-lock-syntactic-face-function): New function.
10851 (sh-mode): Use it. Also use define-derived-mode.
10852 Remove old bogus setting of indent-region-function.
10853 (sh-set-shell): Don't set the syntax-table any more.
10854 (sh-mode-syntax-table) <defun>: Remove.
10855
10856 2000-11-12 Miles Bader <miles@gnu.org>
10857
10858 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10859 message if interactive.
10860
10861 2000-11-12 Dave Love <fx@gnu.org>
10862
10863 * mail/feedmail.el: Fix header,
10864 (feedmail) <defgroup>: Add :link.
10865
10866 * view.el: Use local-map property, not keymap on mode-line string.
10867
10868 * scroll-all.el (scroll-all-mode): Customize variable.
10869 Add autoload cookie to function.
10870
10871 * lazy-lock.el: Remove compatibility code.
10872
10873 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10874 (finder-help-echo): New variable.
10875 (finder-mouse-face-on-line): Add help-echo stuff.
10876 (finder-list-keywords, finder-list-matches): Use mapc.
10877
10878 * faces.el (face-font-registry-alternatives): Add :version.
10879
10880 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10881 tags-table-list.
10882
10883 * net/browse-url.el (browse-url-browser-function): Update :version.
10884
10885 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10886 (mail-mode): Use [:alnum:] in some regexps.
10887
10888 2000-11-10 Dave Love <fx@gnu.org>
10889
10890 * ediff.el (ediff-regions-internal, ediff-documentation):
10891 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10892 fundamental mode.
10893
10894 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10895 buffer into fundamental mode.
10896 (ediff-set-difference): Use copy-sequence if available.
10897
10898 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10899 Check ediff-patch-map non-nil.
10900 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10901 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10902 buffer into fundamental mode.
10903
10904 * ediff-merg.el (state-or-merge): Defvar when compiling.
10905
10906 2000-11-10 Jason Rumney <jasonr@gnu.org>
10907
10908 * w32-fns.el (w32-add-charset-info): New function.
10909 (w32-charset-info-alist): Use it.
10910
10911 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10912
10913 * faces.el (face-font-registry-alternatives): New user-option.
10914
10915 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10916
10917 * textmodes/texinfo.el (texinfo-block-default): New var.
10918 (texinfo-insert-block): Use it. Insert a newline if needed.
10919
10920 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10921 (fill-region-as-paragraph): Use it.
10922
10923 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10924 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10925 Tweak paragraph regexps to allow a leading [ \t]*.
10926 (tex-latex-block): Insert a newline if necessary.
10927 (latex-insert-item): Only insert a newline if necessary.
10928 (tex-guess-main-file): New function.
10929 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10930 Set tex-main-file if TeX-master is provided.
10931 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10932
10933 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10934
10935 * startup.el (command-line): Set the default tooltip-mode
10936 to t for graphical displays which implement x-show-tip.
10937
10938 * tooltip.el (tooltip-mode): Add a comment about startup.el
10939 setting the default value of this user-option.
10940
10941 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10942
10943 * font-lock.el (font-lock-*-face) <defvar>: Move.
10944 (font-lock-defaults-alist): Mark obsolete.
10945 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10946 (font-lock-mode): Use define-minor-mode.
10947 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10948 (font-lock-turn-off-thing-lock): Be more explicit.
10949 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10950 (font-lock-syntactic-face-function): New var.
10951 (font-lock-fontify-syntactically-region): Use it.
10952 (font-lock-doc-face): New.
10953
10954 * pcvs.el (cvs-enabledp): Ignore errors.
10955 (cvs-commit-filelist): Never query.
10956 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10957 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10958 (cvs-do-removal): Use cvs-partition rather than delete-if.
10959 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10960 cvs-bury-buffer.
10961
10962 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10963 Allow `next' to jump to after the end of the last match.
10964
10965 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10966
10967 * simple.el (byte-compiling-files-p): New function.
10968
10969 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10970 if it is there.
10971
10972 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10973 nil again.
10974
10975 * textmodes/ispell.el (ispell-library-path): Don't call
10976 check-ispell-version when byte-compiling because that starts
10977 an ispell process, and ispell might not be installed.
10978 (toplevel): Don't set up a menu when byte-compiling.
10979
10980 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10981 it, so that a boundp test can be used to determine if we're
10982 currently byte-compiling.
10983
10984 2000-11-09 Dave Love <fx@gnu.org>
10985
10986 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10987
10988 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10989
10990 * ps-print.el: Patch for variable initialization when spooling.
10991 Doc fix.
10992 (ps-output-list): Fun eliminated.
10993 (ps-begin-file, ps-begin-job): Code fix.
10994
10995 2000-11-08 Dave Love <fx@gnu.org>
10996
10997 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10998
10999 2000-11-08 Gerd Moellmann <gerd@gnu.org>
11000
11001 * simple.el (shell-command, display-message-or-buffer)
11002 (shell-command-on-region): Mention resize-mini-windows in the doc
11003 string.
11004 (display-message-or-buffer): Take the value of resize-mini-windows
11005 into account.
11006
11007 2000-11-07 Gerd Moellmann <gerd@gnu.org>
11008
11009 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11010
11011 * dired.el (dired-between-files): Add `^. find' as an alternative
11012 to the regular expression, for find-dired.
11013
11014 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11015
11016 * textmodes/texnfo-upd.el: Require texinfo.
11017 (defmacro, defgroup): Remove.
11018 (texinfo-section-to-generic-alist): Remove.
11019 Use texinfo-section-list instead (i.e. level is changed string->int).
11020 (texinfo-filter): New function.
11021 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11022 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11023 Use it. And use regexp-opt.
11024 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11025 (texinfo-update-menu-region-beginning)
11026 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11027 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11028 (texinfo-update-menu-same-level-regexps): Update.
11029 (texinfo-update-node, texinfo-every-node-update)
11030 (texinfo-sequential-node-update): Remove autoload cookie.
11031
11032 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11033 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11034 (texinfo-chapter-level-regexp): Remove.
11035 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11036
11037 2000-11-06 Dave Love <fx@gnu.org>
11038
11039 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11040
11041 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11042 Match defun*.
11043
11044 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11045
11046 * composite.el (composition-function-table): Variable declaration
11047 moved to src/composite.c.
11048 (compose-chars-after): New optional arg object.
11049
11050 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11051
11052 * bindings.el (mode-line-toggle-read-only)
11053 (mode-line-toggle-modified, mode-line-widen)
11054 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11055 (make-mode-line-mouse2-map): Rewritten.
11056 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11057 functions so that C-h k can show something with a doc string.
11058
11059 * startup.el (fancy-splash-delay): Set to 10 seconds.
11060 (fancy-splash-max-time): New user-option.
11061 (fancy-splash-stop-time): New variable.
11062 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11063 (fancy-splash-screens-1): Throw `stop-splashing' when current
11064 time is greater than fancy-splash-stop-time.
11065
11066 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11067
11068 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11069
11070 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11071 Prompt user for a file rather than raising an error.
11072 (cvs-enabledp): Fix call to cvs-mode-marked.
11073 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11074 (cvs-mode-insert): Use it. Change the init prompt' value.
11075 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11076
11077 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11078 Don't pass default arg to ewoc-locate.
11079 (ewoc-collect): Return result in the right order.
11080
11081 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11082
11083 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11084 (cvs-status-get-tags): Fix regexp.
11085 (cvs-status-trees, cvs-status-cvstrees):
11086 Combine after change hooks and don't sit-for.
11087 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11088 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11089 Use make-char rather than hard-coded cryptic data.
11090 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11091
11092 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11093
11094 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11095 (cvs-insert-strings): New function.
11096
11097 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11098
11099 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11100 `mwheel-scroll-amount'.
11101 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11102 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11103 string-matching against the version string.
11104
11105 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11106
11107 * language/thai.el ("Thai"): Set a lisp form that produces
11108 composed string in `sample-text' language info.
11109
11110 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11111 composed string in `sample-text' language info.
11112
11113 * international/mule-cmds.el (describe-language-environment):
11114 Eval `sample-text' data and insert the result.
11115
11116 * international/mule-conf.el (compound-text): Define this coding
11117 system here. Make x-ctext and ctext aliases of it.
11118
11119 * language/european.el (compound-text, ctext): Moved to
11120 international/mule-conf.el.
11121
11122 2000-11-05 Andrew Innes <andrewi@gnu.org>
11123
11124 * w32-fns.el (w32-version): New function.
11125
11126 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11127
11128 * progmodes/awk-mode.el: Update copyright.
11129 (awk-mode-abbrev-table): Remove.
11130 (awk-font-lock-keywords): Use regexp-opt.
11131 (awk-mode): Use define-derived-mode.
11132
11133 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11134 when extracting a suffix.
11135
11136 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11137
11138 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11139 auto-save-mode.
11140
11141 2000-11-04 Jason Rumney <jasonr@gnu.org>
11142
11143 * language/european.el (decode-mac-roman): Test against r1 not r0.
11144
11145 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11146
11147 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11148 (icon-mode): Define indent-line-function.
11149 (icon-comment-indent): Simplify.
11150 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11151
11152 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11153
11154 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11155 Bind change-log-default-mode to defeat the caching done on it.
11156 Don't bother saving excursion any more.
11157
11158 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11159
11160 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11161 (set-frame-font): Use the new name (and the old for compatibility).
11162
11163 * toolbar/tool-bar.el (tool-bar-mode):
11164 * time.el (display-time-mode):
11165 * recentf.el (recentf-mode):
11166 * paren.el (show-paren-mode):
11167 * mwheel.el (mouse-wheel-mode):
11168 * msb.el (msb-mode):
11169 * jka-compr.el (auto-compression-mode):
11170 * image-file.el (auto-image-file-mode):
11171 * hl-line.el (hl-line-mode):
11172 * delsel.el (delete-selection-mode):
11173 * autoinsert.el (auto-insert-mode):
11174 * complete.el (partial-completion-mode): Drop unneeded positional args.
11175
11176 * info.el (Info-mode):
11177 * comint.el (comint-mode): Don't bother with make-local-hook.
11178
11179 * log-edit.el (log-edit-menu): New menu.
11180
11181 2000-11-03 Miles Bader <miles@gnu.org>
11182
11183 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11184 definition, so that trailing spaces are handled properly.
11185 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11186
11187 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11188
11189 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11190 tab character.
11191 (fancy-splash-screens): Set tab-width to 20.
11192
11193 2000-11-03 Dave Love <fx@gnu.org>
11194
11195 * comint.el (comint-completion-addsuffix): Fix custom type.
11196
11197 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11198
11199 * font-lock.el (font-lock-buffers): Remove.
11200 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11201 (font-lock-change-major-mode): Remove.
11202 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11203 (font-lock-default-fontify-region): Extend the multiline
11204 fontification to whole lines.
11205 (font-lock-fontify-anchored-keywords)
11206 (font-lock-fontify-keywords-region): If matching just one
11207 line (with \n) only mark the \n as multiline.
11208
11209 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11210 Correctly handle the case where several :group args are supplied.
11211 Allow :extra-args.
11212 (easy-mmode-define-global-mode): Allow :extra-args.
11213 Correctly handle the case where several :group args are supplied.
11214
11215 2000-11-02 Miles Bader <miles@gnu.org>
11216
11217 * calendar/calendar.el (diary-face, calendar-today-face)
11218 (holiday-face): Remove dependency on `window-system'.
11219
11220 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11221
11222 * Makefile.in (emacs): Set EMACSLOADPATH always.
11223 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11224 (compile-files): Bomb out if compilation of a file fails.
11225
11226 2000-11-02 Dave Love <fx@gnu.org>
11227
11228 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11229
11230 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11231
11232 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11233 punctuation in the warning inserted into the *mail* buffer.
11234
11235 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11236
11237 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11238 (authors-public-domain-p): New function.
11239 (authors-print): Use it.
11240
11241 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11242
11243 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11244
11245 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11246
11247 * ps-print.el: Extension for even/odd printing. Doc fix.
11248 (ps-print-version): New version number (6.3.1).
11249 (ps-even-or-odd-pages): Customization fix.
11250 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11251 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11252 (ps-page-count): Var replaced by `ps-page-column'.
11253 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11254 (ps-print-sheet-p): New fun.
11255
11256 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11257
11258 * tooltip.el (tooltip-gud-tips-setup): New function.
11259 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11260 (tooltip-mode): Call tooltip-gud-tips-setup.
11261 (tooltip-gud-tips): Use `gud-basic-call' instead of
11262 process-send-string, so the prompt gets frobbed appropriately.
11263 Handle nil return value from `tooltip-gud-print-command'.
11264
11265 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11266
11267 * comint.el (comint-add-to-input-history): New function.
11268 (comint-send-input): Use `comint-add-to-input-history'.
11269
11270 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11271
11272 * info.el (info-menu-header): New face.
11273 (Info-fontify-menu-headers): New function.
11274 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11275
11276 * info.el (Info-insert-dir): Don't include blank lines at
11277 beginning of additional dir files (one is added automatically).
11278
11279 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11280
11281 * emacs-lisp/easy-mmode.el (define-minor-mode):
11282 Revert the latest changes.
11283 Allow the three positional arguments to be skipped and replaced
11284 by keyword arguments.
11285 Add a :toggle argument to determine whether a nil arg means toggle
11286 or means turn-on. The default is unchanged.
11287 Add a call to force-mode-line-update.
11288
11289 2000-11-01 Dave Love <fx@gnu.org>
11290
11291 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11292
11293 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11294
11295 * calendar/calendar.el (diary-face, holiday-face):
11296 Add dark-background variants.
11297
11298 2000-10-31 Sam Steingold <sds@gnu.org>
11299
11300 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11301 `tex-main-file' does not have directory in it.
11302
11303 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11304
11305 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11306
11307 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11308
11309 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11310 functional change.
11311
11312 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11313
11314 * files.el (find-file-noselect): When we expand a wildcard, return
11315 a list of buffers, as we should do according to the doc string.
11316
11317 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11318
11319 * loadup.el (top level): Adjust load path if program name is
11320 "../src/bootstrap-emacs", in case it's not dumped and thus the
11321 load path adjustment hasn't already been done.
11322
11323 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11324
11325 * ps-print.el: Fix bug on selected pages for printing.
11326 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11327 is on. Try to avoid warning messages when compiling. Doc Fix.
11328 (ps-print-version): New version number (6.3).
11329 (ps-color-device): Use `color-values' to determine if device
11330 supports color.
11331 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11332 (ps-print-page-p): Changed from defsubst to defun.
11333 (ps-page-number): Changed from defmacro to defun.
11334 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11335 printing.
11336 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11337 (ps-end-file, ps-dummy-page): Funs eliminated.
11338 (ps-print-color-scale): Changed default value.
11339 (ps-page-n-up, ps-print-page-p): New internal vars.
11340 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11341 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11342
11343 * delim-col.el: Little programming improvement.
11344 (delimit-columns-str): New macro.
11345 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11346
11347 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11348
11349 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11350 Moved to european.el.
11351 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11352 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11353 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11354 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11355
11356 2000-10-30 Dave Love <fx@gnu.org>
11357
11358 * progmodes/cc-menus.el (imenu-generic-expression)
11359 (imenu-progress-message): Only defvar when compiling.
11360
11361 * emacs-lisp/elp.el (elp-unload-hook): New function.
11362
11363 * loadhist.el (unload-feature): Call elp-restore-function,
11364 checking for symbols; don't use elp-restore-all.
11365 (loadhist-hook-functions): Doc fix.
11366
11367 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11368
11369 * log-edit.el (log-edit-confirm): Fix the default.
11370
11371 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11372
11373 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11374 delimit-columns-format.
11375 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11376
11377 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11378
11379 * comint.el (comint-replace-by-expanded-history): Don't use
11380 comint-get-old-input (we're not looking at *old* input).
11381 (comint-get-old-input-default): If using fields, signal an error
11382 when the point is not in an input field.
11383
11384 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11385
11386 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11387 and mule-unicode-e000-ffff.
11388
11389 * international/mule.el (decode-char, encode-char): New functions.
11390 (make-coding-system): Accept a symbol of translation table as a
11391 value of property `safe-chars'.
11392
11393 * international/mule-cmds.el (encode-coding-char): Check property
11394 safe-chars instead of safe-charsets.
11395
11396 * international/fontset.el (fontset-default): Modified for
11397 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11398 (x-font-name-charset-alist): Likewise.
11399 (ccl-encode-unicode-font): New CCL program. Record it in
11400 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11401
11402 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11403 New translation tables.
11404 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11405 programs are modified and moved from mac-win.el.
11406 (mac-roman): Definition of this coding system is modified and
11407 moved from mac-win.el.
11408
11409 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11410
11411 * ediff-wind.el (ediff-setup-control-frame): Enclose
11412 face-attribute in condition-case to avoid errors in older emacsen.
11413
11414 2000-10-29 Miles Bader <miles@gnu.org>
11415
11416 * custom.el (custom-add-to-group): Allow multiple entries for a
11417 given value OPTION, as long as their widget types are different.
11418 * cus-edit.el (custom-face-value-create): If face name doesn't end
11419 with "face", add such here (similar to custom group widgets).
11420
11421 * comint.el (comint-highlight-prompt): Add :type.
11422
11423 2000-10-28 John Wiegley <johnw@gnu.org>
11424
11425 * calendar/timeclock.el (timeclock-log): Doc fix.
11426 (timeclock-last-event): Doc fix.
11427 (timeclock-log): Kill the timelog buffer after appending a new event.
11428 (timeclock-find-discrep): Use a temp buffer to read in the
11429 timelog, instead of visiting the file.
11430 (timeclock-log-data): A new function, along with a host of helper
11431 functions, for the purpose of making timelog data accessible to
11432 programmers.
11433
11434 * eshell/esh-mode.el (window-height test): Make certain that
11435 `eshell-stringify-t' is non-nil.
11436 (eshell-password-prompt-regexp): Changed to a much simpler
11437 password regexp.
11438 (eshell-send-input): If `eshell-invoke-directly' returns t,
11439 directly invoke the parsed command using `eval'. This improves
11440 turn-around time on simple commands by a factor of three or
11441 greater, such as cd, ls, pwd, etc. -- which get used very often.
11442 It also conserves thousands of cons cells per call (since
11443 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11444 in the Pacific Cookie Company).
11445
11446 * eshell/esh-test.el (eshell-test): Whitespace fix.
11447
11448 * eshell/em-ls.el (eshell-ls-insert-directory):
11449 Make `eshell-ls-initial-args' nil when inserting directory contents.
11450
11451 * eshell/em-script.el (eshell-script-initialize): Add names to
11452 `eshell-complex-commands, since `source' and `.' are complex.
11453
11454 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11455 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11456 `eshell-copy-handles'.
11457 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11458 bodies.
11459 (eshell-separate-commands): Whitespace fix.
11460 (eshell-complex-commands): Added a new list of names, for
11461 determining whether a given command is as simple as it looks.
11462 (eshell-invoke-directly): New function. Returns t if a command
11463 should be invoked directly (using `eval'), rather than indirectly
11464 using `eshell-do-eval'.
11465 (eshell-do-eval): Whitespace fix.
11466
11467 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11468 which provides an emulation of the DOS shell behavior of assuming
11469 that cp/mv/ln should copy/move/link to the current directory.
11470 (eshell-remove-entries): Added a doc string.
11471 (eshell-shuffle-files): Removed the check for `target' being null.
11472 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11473 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11474 it to do a smarter check of whether a destination was provided.
11475 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11476 (eshell/ln): Enable `:preserve-args', and use
11477 `eshell-mvcpln-template' to implement the body of the function.
11478 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11479 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11480 list after flattening it. This makes it possible to cat files
11481 with numerical names.
11482 (eshell-unix-initialize): Added several names to
11483 `eshell-complex-commands.
11484 (eshell-unix-command-complex-p): Return t if a given command name
11485 may result in external processes being invoked.
11486
11487 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11488 variable nil by default, since it slows down glob processing by a
11489 factor of two or more, and increases memory consumption.
11490
11491 * eshell/em-smart.el: Added a note about how memory consumptive
11492 smart display mode can be (at least this is true in Emacs 21).
11493 (eshell-smart-initialize): Whitespace fix.
11494 (eshell-refresh-windows): Use `if' instead of `when'.
11495 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11496 not necessary.
11497 (eshell-currently-handling-window): Added a missing global variable.
11498
11499 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11500 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11501 Whitespace fix.
11502 (eshell-ls-exclude-hidden): Added this variable in addition to
11503 `eshell-ls-exclude-regexp'. This one prevents files beginning
11504 with . from even being read, which can improve memory consumption
11505 quite a bit.
11506 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11507 read file entries beginning with a dot. In home directories with
11508 lots of hidden files, fully two-thirds of the time spent in ls is
11509 used to read directory entries that are immediately thrown away.
11510 (eshell-ls-initial-args): Added back this configuration variable,
11511 for specifying default initial arguments to every call to ls.
11512 Much faster than using an alias to do the same thing.
11513 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11514 (eshell-ls-dir): Whitespace change.
11515
11516 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11517
11518 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11519 (eshell-stringify-t): Added a customization variable, to indicate
11520 whether `t' should be rendered as a string at all. If not, one
11521 can still determine if the result of an expression is true using
11522 "file-exists-p FILE && echo true".
11523 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11524 stringify t!
11525
11526 * eshell/esh-module.el: Whitespace fix.
11527
11528 * eshell/em-alias.el (eshell-alias-initialize):
11529 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11530 (eshell-command-aliased-p): New function that returns t if a
11531 command name names an aliased.
11532
11533 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11534
11535 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11536 redrawing the screen when changing cursor color.
11537 (viper-insert-state-pre-command-sentinel)
11538 (viper-replace-state-pre-command-sentinel)
11539 (viper-replace-state-post-command-sentinel):
11540 Use viper-preserve-cursor-color.
11541 Many functions changed to use viper= instead of = when comparing
11542 characters.
11543 * viper-util.el (viper-memq-char,viper=): New functions for
11544 working with characters.
11545 (viper-change-cursor-color): Fixed buglet.
11546 Many functions changed to use viper= instead of = when comparing
11547 characters.
11548 * viper.el (viper-insert-state-mode-list): Added eshell.
11549
11550 * ediff-init.el (ediff-before-setup-hook): New hook.
11551 Several typos fixed in various docstrings.
11552 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11553 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11554 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11555 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11556 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11557 (ediff-get-selected-buffers): New function.
11558 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11559 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11560 Use save-window-excursion.
11561 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11562 termination check in while loop.
11563 * ediff.el (ediff-get-default-file-name): Better defaults when in
11564 dired buffer.
11565 (ediff-files,ediff-merge-files,ediff-files3)
11566 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11567
11568 2000-10-28 Dave Love <fx@gnu.org>
11569
11570 * info.el (Info-fontify-node): Add help-echo for menu items.
11571
11572 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11573
11574 * startup.el (normal-top-level): If the value of $TERM indicates
11575 we are running from xterm or one of its work-alikes, default to a
11576 light background mode.
11577
11578 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11579 * faces.el (tty-handle-reverse-video): New function.
11580 (tty-create-frame-with-faces): Call it.
11581
11582 * frame.el (frame-notice-user-settings): Don't apply
11583 default-frame-alist and initial-frame-alist to MS-DOS frames.
11584 Call tty-handle-reverse-video, frame-set-background-mode, and
11585 face-set-after-frame-default for non-MS-DOS frames.
11586
11587 * startup.el (tty-long-option-alist): New variable.
11588 (tty-handle-args): New function.
11589 (command-line): Call tty-handle-args.
11590
11591 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11592 startup.el now does that for all character-terminal frames.
11593
11594 2000-10-28 Miles Bader <miles@gnu.org>
11595
11596 * emacs-lisp/easy-mmode.el (define-minor-mode):
11597 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11598 is global. If :global is followed by a non-nil but non-t value,
11599 make the mode buffer-local, but also generate a `global-MODE'
11600 version using `easy-mmode-define-global-mode'.
11601 Add :conditional-turn-on keyword argument.
11602
11603 2000-10-28 Dave Love <fx@gnu.org>
11604
11605 * international/latin1-disp.el (latin1-char-displayable-p):
11606 Don't use window-system.
11607
11608 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11609
11610 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11611 Don't call find-buffer-file-type-coding-system. Instead, just
11612 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11613 if the file is on an untranslated filesystem.
11614 (add-untranslated-filesystem): Use "D" instead of "f" inside
11615 interactive.
11616
11617 2000-10-27 Dave Love <fx@gnu.org>
11618
11619 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11620 (refill-mode): Use it.
11621
11622 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11623
11624 * international/quail.el (quail-activate): Don't make-local-hook.
11625
11626 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11627
11628 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11629 manual backups and file.~<rev>.~ for automatic ones.
11630 (vc-make-version-backup): Don't do it on MS-DOS without long file
11631 names.
11632
11633 * vc.el (vc-version-other-window): If an automatic backup of the
11634 desired version exists, rename it instead of copying it.
11635
11636 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11637 after command. If there's an unexpected error, signal it instead
11638 of being silent.
11639 (vc-cvs-merge-news): Be prepared for no news at all.
11640
11641 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11642
11643 * shell.el (shell): Add BUFFER argument.
11644 * comint.el (make-comint-in-buffer): New function.
11645 (make-comint): Use it.
11646
11647 * faces.el (face-spec-choose): Change syntax so that the list of
11648 attribute-value pairs is now the cdr of each clause, not the cadr.
11649 Detect old-style entries, and handle them. Use pop.
11650
11651 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11652
11653 * cus-edit.el (custom-mode-map): Use a sparse map.
11654 (custom-mode): Don't bother with make-local-hook.
11655
11656 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11657
11658 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11659
11660 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11661
11662 * ps-print.el: Avoid compilation gripes.
11663 (ps-print-version): New version number (6.2.1).
11664
11665 2000-10-26 Dave Love <fx@gnu.org>
11666
11667 * menu-bar.el: Modify some menu item help strings.
11668 (menu-bar-help-menu): Add link to MORE.STUFF.
11669
11670 * cus-edit.el (custom-mode): Add `special' mode-class property.
11671
11672 * wid-browse.el (widget-browse-mode): Likewise.
11673
11674 * wid-edit.el (widget-specify-field): Revert to using local-map
11675 property, not keymap.
11676
11677 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11678
11679 * wid-edit.el (widget-field-end): When checking for a `boundary'
11680 field, do so in the correct buffer.
11681
11682 * simple.el (undo): Correctly distinguish between numeric and
11683 non-numeric prefix args in non-transient-mark-mode, as per the doc
11684 string. When in transient-mark-mode, treat all prefix-args as
11685 numeric.
11686
11687 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11688 Position point on match. Handle N == 0 correctly.
11689
11690 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11691 (comint-mode-map): Reverse order of `comint-write-output' and
11692 `comint-append-output-to-file'.
11693 (comint-append-output-to-file): Reinstate this function, for the
11694 benefit of the menu.
11695
11696 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11697
11698 * vc.el (vc-version-other-window): Bind `file'.
11699
11700 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11701
11702 * Makefile.in (update-authors): New target for maintenance purposes.
11703
11704 * emacs-lisp/authors.el (batch-update-authors): New function.
11705 (authors-fixed-entries): New defconst.
11706 (authors-add-fixed-entries): New function.
11707 (authors): Call it.: Don't process lispref/.
11708
11709 2000-10-25 Jason Rumney <jasonr@gnu.org>
11710
11711 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11712 Merge x w32 and mac definitions.
11713
11714 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11715
11716 * menu-bar.el (menu-bar-options-menu): Add a help string for
11717 `uniquify'.
11718
11719 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11720
11721 * time-stamp.el (time-stamp-string-preprocess):
11722 Fix a wrong type argument error.
11723
11724 2000-10-25 Miles Bader <miles@gnu.org>
11725
11726 * recentf.el (recentf-mode): Variable removed.
11727 (recentf-mode): Use `define-minor-mode'.
11728
11729 * mwheel.el (mouse-wheel-mode): New global minor mode.
11730 (mwheel-install): Use `mouse-wheel-mode'.
11731
11732 2000-10-25 Dave Love <fx@gnu.org>
11733
11734 * progmodes/cperl-mode.el (cperl-mode):
11735 Set normal-auto-fill-function correctly.
11736
11737 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11738 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11739 bindings.
11740
11741 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11742
11743 * wid-edit.el (widget-field-at): New function.
11744 (widget-at, widget-field-activate): Use it.
11745 (widget-tabable-at): Use `widget-at'.
11746 (widget-specify-field): If the terminating character of the widget
11747 field (which is read-only) is a newline, put it into a special
11748 `boundary' field so that C-n/C-p act more naturally.
11749 (widget-field-end): Also don't subtract one if a special
11750 `boundary' field has been added after the widget field.
11751
11752 * comint.el (comint-output-filter, comint-send-input):
11753 Don't bother adding stickiness fields to overlays to fool the field
11754 code, since it should notice the overlay insertion-types now.
11755
11756 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11757 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11758 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11759
11760 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11761
11762 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11763 (authors): Set file coding system to iso-2022-7bit.
11764 Add file-local variables to output buffer.
11765
11766 * files.el (after-find-file): Don't print any warnings if
11767 WARN is nil.
11768
11769 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11770
11771 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11772
11773 * delim-col.el: Now there is a column formatting mechanism.
11774 Modified to customization mechanisms convention. Doc fix.
11775 (columns): New group for delim-col.
11776 (delimit-columns-before, delimit-columns-after)
11777 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11778 (delimit-columns-end): New vars.
11779 (delimit-columns-customize, delimit-columns-format): New funs.
11780 (delimit-columns-region, delimit-columns-rectangle)
11781 (delimit-columns-rectangle-line): Modified to support column
11782 formatting.
11783
11784 2000-10-24 Dave Love <fx@gnu.org>
11785
11786 * log-edit.el (log-edit): Add :version and a :group for vc.
11787
11788 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11789
11790 * files.el (after-find-file): Don't print a message ``New file''
11791 if WARN is nil.
11792
11793 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11794 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11795 get duplicate tool-bar entries because we'll see the global ones
11796 on more than one path through keymaps.
11797
11798 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11799
11800 * progmodes/cmacexp.el: Change Francesco's email address.
11801
11802 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11803
11804 * window.el (fit-window-to-buffer): Adjust point of the window
11805 buffer, not that of the current buffer.
11806
11807 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11808
11809 * progmodes/cmacexp.el: Update the euthor's email address.
11810
11811 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11812
11813 * faces.el (face-spec-set-match-display): Add `graphic' display
11814 type (the inverse of `tty'). Use `display-graphic-p' instead of
11815 the window-system variable.
11816
11817 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11818
11819 * international/isearch-x.el (isearch-with-input-method):
11820 Call input-method-function with the first event in
11821 unread-command-events.
11822
11823 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11824
11825 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11826
11827 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11828
11829 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11830 New charsets.
11831
11832 * term/mac-win.el: Remove definitions of mac-roman-lower and
11833 mac-roman-upper, require dired, and define instead of set
11834 mac-ready-for-drag-n-drop to avoid compilation error.
11835
11836 2000-10-23 Andrew Innes <andrewi@gnu.org>
11837
11838 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11839 Remove superfluous calls to subst-char-in-string; instead apply
11840 expand-file-name after convert-standard-filename to ensure
11841 expected directory separators are used.
11842
11843 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11844
11845 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11846
11847 2000-10-23 Dave Love <fx@gnu.org>
11848
11849 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11850 (tool-bar-add-item): Set foreground and background for XBM icons.
11851
11852 * international/latin1-disp.el (latin1-char-displayable-p):
11853 New function (from Handa).
11854 (latin1-display-check-font): Use it.
11855
11856 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11857 using :key-sequence, making it much more usable.
11858 Use nconc, not append.
11859 (imenu--create-keymap-1): Avoid append.
11860
11861 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11862
11863 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11864
11865 [the following changes fix a bug where `define-minor-mode' didn't
11866 correctly generate :require clauses for defcustoms in compiled files]
11867 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11868 (byte-compile-log-file, byte-compile-log-1): Don't set
11869 `byte-compile-current-file' to nil. Instead set
11870 `byte-compile-last-logged-file' to it. Test whether
11871 byte-compile-current-file equals byte-compile-last-logged-file
11872 instead of whether its nil.
11873 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11874
11875 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11876
11877 * textmodes/refill.el: Fix var names in doc.
11878 (refill-mode): Don't bother with make-local-hook anymore.
11879
11880 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11881
11882 * faces.el (face-user-default-spec, face-default-spec): New functions.
11883 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11884 (frame-set-background-mode, face-set-after-frame-default):
11885 Use `face-user-default-spec'. Simplify code slightly.
11886
11887 * woman.el (woman-italic-face, woman-bold-face)
11888 (woman-unknown-face): Add dark-background variants.
11889 (woman-default-faces): Renamed from `woman-colour-faces'.
11890 Set using the stored defaults, rather than using hard-wired colors.
11891 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11892 Just make the foreground `unspecified' rather than "black".
11893 (woman-menu): Rename menu entries accordingly.
11894
11895 * faces.el (header-line): Make more reasonable on mono/grayscale
11896 displays.
11897
11898 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11899
11900 * cus-edit.el (custom-button-face): Use 3D look for mac.
11901 (custom-button-pressed-face): Likewise.
11902
11903 * faces.el (set-face-attributes-from-resources): Handle mac frames
11904 in the same way as x and w32 frames.
11905 (face-valid-attribute-values): Likewise.
11906 (read-face-attribute): Likewise.
11907 (defined-colors): Likewise.
11908 (color-defined-p): Likewise.
11909 (color-values): Likewise.
11910 (display-grayscale-p): Likewise.
11911 (face-set-after-frame-default): Likewise.
11912 (mode-line): Same default face as for x and w32.
11913 (tool-bar): Likewise.
11914
11915 * frame.el: Remove call to frame-notice-user-settings at end of
11916 the file.
11917
11918 * info.el (Info-fontify-node): Make underlines invisible for mac
11919 as for x, pc, and w32 frame types.
11920
11921 * term/mac-win.el: New file.
11922
11923 2000-10-22 Dave Love <fx@gnu.org>
11924
11925 * textmodes/refill.el: New file.
11926
11927 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11928
11929 * vc-hooks.el (vc-version-backup-file-name): New optional args
11930 MANUAL and REGEXP.
11931 (vc-delete-automatic-version-backups, vc-make-version-backup):
11932 New functions.
11933 (vc-before-save): Use the latter.
11934 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11935 confusion.
11936
11937 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11938 expected by vc[-hooks].el.
11939
11940 * vc.el (vc-checkout): Added `-p' suffix in call to
11941 vc-make-version-backups-p; use vc-make-version-backup to actually
11942 make the backup.
11943 (vc-version-other-window, vc-version-backup-file): Handle both
11944 automatic and manual backups.
11945 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11946 of all of them.
11947
11948 2000-10-22 Miles Bader <miles@gnu.org>
11949
11950 * comint.el (comint-highlight-input, comint-highlight-prompt):
11951 Renamed, `-face' at end removed.
11952 (comint-send-input, comint-output-filter): Use renamed faces.
11953
11954 * window.el (fit-window-to-buffer): Change defaulting of
11955 MAX-HEIGHT slightly.
11956
11957 * faces.el (color-values, color-defined-p): Use `member', not
11958 `memq', because it works correctly for strings.
11959 (frame-set-background-mode): Actually, "unspecified-fg" and
11960 "unspecified-bg" *are* strings. Use `member', not `memq', and
11961 `equal', not `eq', when a string value is possible.
11962
11963 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11964
11965 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11966
11967 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11968
11969 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11970 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11971 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11972 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11973 (sh-font-lock-syntactic-keywords): Use them.
11974 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11975 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11976 (sh-mode): Don't override font-lock-unfontify-region-function.
11977 Use a copy of sh-font-lock-syntactic-keywords.
11978 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11979 Don't call sh-scan-buffer since font-lock does it on the fly.
11980 (sh-get-indent-info): Use `face' rather than `syntax-table'
11981 text-property to detect here-documents.
11982 Replace sh-special-syntax with sh-st-punc.
11983 (sh-prev-line): Use `face' rather than `syntax-table'
11984 text-property to skip over here-documents.
11985 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11986 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11987 (sh-electric-less, sh-set-here-doc-region)
11988 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11989 (sh-scan-buffer, sh-rescan-buffer): Remove.
11990
11991 2000-10-21 Andrew Innes <andrewi@gnu.org>
11992
11993 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11994 remote (ange-ftp) file names.
11995
11996 2000-10-21 Miles Bader <miles@gnu.org>
11997
11998 * window.el (fit-window-to-buffer): New function.
11999 (shrink-window-if-larger-than-buffer): Use it.
12000 (window-text-height): Don't expect minibuffers to have mode-lines.
12001
12002 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
12003 * international/quail.el (quail-update-guidance):
12004 Use `fit-window-to-buffer' instead of `set-window-text-height'.
12005
12006 * international/quail.el (quail-show-guidance-buf): Make sure
12007 guidance window really has enough room.
12008 (quail-update-guidance): If quail-guidance-win is already shown,
12009 make sure its height is OK.
12010
12011 * window.el (window-text-height, set-window-text-height):
12012 New functions.
12013 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12014 instead of `window-height' & `mode-line-window-height-fudge'.
12015 (mode-line-window-height-fudge): Add FACE parameter.
12016 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12017 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12018
12019 2000-10-20 Miles Bader <miles@gnu.org>
12020
12021 * window.el (height-affecting-face-attributes): Use `defconst'.
12022
12023 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12024 New function, conditionally aliased to `mode-line-window-height-fudge'.
12025 (ispell-help): Use it.
12026 (ispell-choices-win-default-height): Don't include mode-line fudge.
12027 (ispell-choices-win-default-height): New function.
12028 (ispell-show-choices, ispell-command-loop): Use function
12029 `ispell-choices-win-default-height' instead of variable.
12030
12031 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12032
12033 * window.el (mode-line-window-height-fudge): New variable.
12034 (height-affecting-face-attributes): New variable.
12035 (mode-line-window-height-fudge): New function.
12036 (shrink-window-if-larger-than-buffer): Use it.
12037 * help.el (resize-temp-buffer-window): Likewise.
12038
12039 * info.el (Info-fontify-node): Add support for @subsubsection
12040 titles, which use `Info-title-4-face'.
12041 (Info-title-4-face): New face.
12042 (Info-title-3-face): Inherit from Info-title-4-face instead of
12043 variable-pitch.
12044
12045 2000-10-19 Jason Rumney <jasonr@gnu.org>
12046
12047 * dired.el (dired-insert-directory): Do not let errors signalled by
12048 attempt to run dired-free-space-program prevent dired from working.
12049
12050 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12051
12052 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12053
12054 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12055
12056 * dirtrack.el (dirtrack): Fix call to run-hooks.
12057
12058 * cmuscheme.el (cmuscheme-program-name): Renamed from
12059 scheme-program-name because xscheme.el contains a defcustom with
12060 the same name. As a consequence, customizing group `cmuscheme'
12061 loaded `xscheme' which redefined run-scheme.
12062 (run-scheme): Use cmuscheme-program-name.
12063
12064 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12065
12066 * play/doctor.el (doctor-death): Update the Samaritans'
12067 anonymous address, and add a website for Befrienders International.
12068
12069 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12070
12071 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12072 Avoid compilation gripes. Doc fix.
12073 (ps-print-version): New version number (6.2).
12074 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12075 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12076 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12077 (ps-x-extent-priority, ps-x-extent-start-position)
12078 (ps-x-face-font-instance, ps-x-find-coding-system)
12079 (ps-x-font-instance-properties, ps-x-make-color-instance)
12080 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12081 avoid compilation gripes without defining functions.
12082 (ps-e-find-composition): Alias for function find-composition, to have a
12083 suitable function depending on Emacs version.
12084 (ps-color-device, ps-color-values, ps-face-foreground-name)
12085 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12086 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12087 (ps-print-ensure-fontified): Function definitions surrounded by
12088 `eval-and-compile' to avoid compilation gripes.
12089 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12090 by symbol-value to avoid compilation gripes.
12091 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12092 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12093
12094 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12095
12096 * startup.el (normal-top-level): Call `frame-set-background-mode'
12097 after `frame-notice-user-settings' because the latter doesn't call
12098 the former on a tty.
12099
12100 * faces.el (frame-set-background-mode): `unspecified' &c are
12101 symbols, not strings.
12102
12103 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12104
12105 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12106 why some "light*" colors are deliberately absent from the alist.
12107
12108 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12109 Change colors for tty's, as suggested by Miles Bader.
12110
12111 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12112
12113 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12114 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12115 for ISO10646-1 fonts.
12116 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12117
12118 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12119
12120 * faces.el (frame-set-background-mode): If a tty frame defines a
12121 background color, use that to compute the background mode, instead
12122 of always defaulting to "dark".
12123
12124 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12125
12126 * comint.el (comint-write-output): New function.
12127 (comint-mode-map): Add it to the menu.
12128 Bind `C-c C-s' to comint-write-output.
12129
12130 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12131
12132 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12133 Use fancy-splash-delay.
12134
12135 2000-10-18 Alex Schroeder <alex@gnu.org>
12136
12137 * progmodes/sql.el (sql-sybase-options): New option.
12138 (sql-sybase): Use it. Add sql-database to the list of parameters
12139 provided for login. The options -w 2048 -n are not used any more.
12140
12141 * comint.el (comint-read-input-ring): Bugfix such that the first
12142 and the last entry of the input ring file are not lost.
12143
12144 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12145
12146 * ps-print.el: Internal variable changes to defcustom,
12147 make-local-hook changes to defvar. Doc fix.
12148 (ps-print-version): New version number (6.1).
12149 (ps-setup, ps-do-despool): Code fix.
12150 (ps-printer-name): Customization fix.
12151 (ps-printer-name-option): Now is a defcustom instead of an
12152 internal variable.
12153 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12154 (ps-print-begin-column-hook): Now are defvar instead of
12155 make-local-hook.
12156
12157 2000-10-18 Miles Bader <miles@gnu.org>
12158
12159 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12160 (comint-kill-output): Changed into an alias for `comint-delete-output',
12161 and made obsolete.
12162 (comint-mode-map): Rename references to comint-kill-output.
12163
12164 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12165
12166 * diff-mode.el (diff-header-face, diff-file-header-face)
12167 (diff-changed-face): Add bold and italic attributes to tty faces.
12168 (diff-function-face): New face.
12169 (diff-font-lock-keywords): Use it.
12170
12171 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12172
12173 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12174 Remove commented-out call to force-mode-line-update.
12175 (comint-kill-output): Use `forward-line 0' instead of
12176 beginning-of-line to make sure we get past the prompt.
12177
12178 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12179
12180 * diff-mode.el (diff-header-face, diff-file-header-face):
12181 Add specific setting for dark background.
12182 (diff-context-face): Renamed from diff-comment-face.
12183 Set explicitly rather than inheriting from font-lock-comment-face.
12184
12185 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12186
12187 * startup.el (command-line): Move the code which sets the default
12188 TTY colors to before before-init-hook.
12189
12190 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12191
12192 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12193
12194 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12195
12196 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12197 extensions, for MS-DOS.
12198
12199 * diff-mode.el (diff-header-face, diff-file-header-face)
12200 (diff-changed-face): Define tty-specific colors.
12201
12202 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12203
12204 * startup.el (fancy-splash-text): Realign the text.
12205
12206 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12207
12208 * font-lock.el (font-lock-comment-face): Define a separate default
12209 for dark-background tty's.
12210
12211 2000-10-17 Miles Bader <miles@gnu.org>
12212
12213 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12214 being obscured by whizzy mode-lines on graphics displays.
12215
12216 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12217
12218 * info.el (Info-title-1-face, Info-title-2-face)
12219 (Info-title-3-face): Define colors for tty's.
12220 (info-header-node): Remove unneeded tty-specific definition.
12221
12222 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12223
12224 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12225 reverse from the frame parameters, and don't invert foreground and
12226 background colors.
12227
12228 2000-10-16 Miles Bader <miles@gnu.org>
12229
12230 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12231 string "*Info*". Call propertized-buffer-identification to spruce
12232 up the result.
12233
12234 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12235
12236 * help.el: Provide `help' for the sake of define-minor-mode
12237 which generates defcustoms with requires.
12238
12239 * jit-lock.el (jit-lock-after-change): If we're in text that
12240 matches a multi-line font-lock pattern, make sure the whole text
12241 will be redisplayed.
12242
12243 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12244 author's name is unknown.
12245
12246 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12247 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12248 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12249 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12250 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12251 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12252 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12253 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12254 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12255 Add author information.
12256
12257 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12258
12259 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12260 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12261 full-color version (using the Gimp) to eliminate dithering artifacts.
12262
12263 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12264
12265 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12266
12267 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12268
12269 2000-10-15 Dave Love <fx@gnu.org>
12270
12271 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12272
12273 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12274
12275 * whitespace.el: Doc fixes.
12276 (top-level): Don't add hooks here.
12277 (whitespace-running-emacs): Deleted.
12278 (timer): Don't require.
12279 (whitespace): Add back :version conditional on xemacs test.
12280 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12281 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12282 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12283 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12284 Avoid specific xemacs test.
12285 (whitespace-global-mode): New option.
12286 (whitespace-global-mode): New command.
12287 (whitespace-unload-hook): New function.
12288
12289 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12290 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12291 (Info-fontify-node): `Goto' goes to `Go to'.
12292 (Info-fontify-node): Add help-echo to xref links.
12293
12294 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12295
12296 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12297
12298 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12299
12300 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12301 Use plist-get and allow :inherit.
12302
12303 * emacs-lisp/cl-macs.el (cl-do-arglist):
12304 Use plist-get and plist-member instead of memq.
12305
12306 * emacs-lisp/ewoc.el (ewoc-location): New function.
12307 (ewoc-enter-after, ewoc-enter-before): Document return value.
12308 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12309 Don't need make-local-hook any more.
12310 (cvs-addto-collection): Return the new tin.
12311 (cvs-mode-insert): Jump to the new line.
12312
12313 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12314
12315 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12316
12317 * font-lock.el (font-lock-syntactically-fontified): New var.
12318 (font-lock-fontify-syntactic-keywords-region): Use it.
12319 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12320
12321 * diff-mode.el (diff-find-file-name): Fix regexp.
12322
12323 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12324 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12325
12326 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12327 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12328 (sh-mode): Don't make all vars local here.
12329 (sh-kw): Reformat.
12330 (sh-set-shell): Use dolist. Don't set indent-region-function.
12331 (sh-mode-syntax-table): Use pop.
12332 (sh-remember-variable): Use push.
12333 (sh-help-string-for-variable): Use memq.
12334 (sh-safe-backward-sexp): Remove.
12335 (sh-safe-forward-sexp): Add ARG.
12336 (sh-get-indent-info, sh-prev-stmt): Use it.
12337 (sh-prev-line): Simplify by using forward-comment.
12338 (sh-this-is-a-continuation): Simplify.
12339 (sh-learn-buffer-indent): Use dolist.
12340 (sh-do-nothing): Remove.
12341 (sh-set-char-syntax, sh-set-here-doc-region):
12342 Use inhibit-modification-hooks.
12343 (sh-name-style): Use mapcar and push.
12344 (sh-load-style): Use dolist.
12345 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12346 (sh-case, sh-while-getopts): Use propertize directly rather
12347 than sh-electric-rparen.
12348
12349 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12350
12351 * textmodes/tex-mode.el: Require CL when compiling.
12352 (tex-mode-syntax-table): Init immediately.
12353 (tex-mode-map): Bind M-RET to latex-insert-item.
12354 (latex-mode): Set indent-line-function to latex-indent.
12355 (tex-common-initialization): Don't setup the syntax-table any more.
12356 (latex-insert-item): New skeleton.
12357 (tex-next-unmatched-end): Fix copy/paste braino.
12358 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12359 (latex-indent, latex-find-indent): New functions.
12360 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12361 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12362 (tex-compilation-parse-errors): Use with-syntax-table.
12363
12364 2000-10-15 Miles Bader <miles@gnu.org>
12365
12366 * font-lock.el (font-lock-comment-face): Change dark-background,
12367 color, non-tty, default to `chocolate1'.
12368
12369 2000-10-13 John Wiegley <johnw@gnu.org>
12370
12371 * eshell/esh-util.el (require): Added a missing `require' form,
12372 needed when compiling (for an ange-ftp macro definition).
12373
12374 2000-10-13 Dave Love <fx@gnu.org>
12375
12376 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12377
12378 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12379
12380 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12381
12382 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12383 transparent -colors 8).
12384
12385 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12386
12387 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12388 that breaks with old list format timestamps.
12389 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12390 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12391
12392 2000-10-13 John Wiegley <johnw@gnu.org>
12393
12394 * align.el, pcomplete.el, calendar/timeclock.el,
12395 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12396
12397 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12398 faulty math, where holiday hours were being computing as seconds.
12399
12400 2000-10-13 John Wiegley <johnw@gnu.org>
12401
12402 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12403 specifying what "other" kinds of buffers should be saved.
12404 This used to be hard-coded.
12405 (desktop-buffer-misc-functions): A global for specifying how
12406 auxiliary data should be determined for special buffer types.
12407 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12408 instead of hard-coding the special buffer types.
12409 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12410 auxiliary data, instead of hard-coding for Info buffers and dired.
12411 (desktop-buffer-info-misc-data): Aux function for determining Info
12412 buffer auxiliary info.
12413 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12414 (desktop-buffer-info): Changed this function to use the info
12415 gathered above.
12416 (desktop-create-buffer): Be a little more careful about what
12417 `minor-mode' means before calling it. This is important for some
12418 buffer types.
12419
12420 2000-10-13 John Wiegley <johnw@gnu.org>
12421
12422 * eshell/esh-util.el: Added a global form which declares an
12423 autoload for `parse-time-string', if that function is not already
12424 defined, and if parse-time.el is available on the user's system.
12425
12426 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12427 to be aware of ange-ftp user info.
12428 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12429 (eshell-ls-annotate): Use `eshell-file-attributes'.
12430 (eshell-ls-file): Made the user-id printing code a bit smarter.
12431
12432 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12433 allow identification of alias user ids in remote directories.
12434 It's manual, but there's no other way to know when the current user
12435 on the local machine, is also the owning user on the remote machine.
12436 (fboundp): Bind `ange-cache'.
12437 (eshell-directory-files-and-attributes): Re-organized the logic a
12438 bit to use `eshell-file-attributes' instead of `file-attributes'.
12439 The former is more sensitive to directories that are read via FTP,
12440 and knows how to use ange-ftp to determine full attribute
12441 information, instead of just the name and last modtime.
12442 (eshell-current-ange-uids): Return the current user id when in a
12443 remote directory.
12444 (eshell-parse-ange-ls): Parse a full directory listing that has
12445 been returned by ange-ftp.
12446 (eshell-file-attributes): This beefed up version of
12447 `file-attributes' is only special if the user is currently in a
12448 remote directory, in which case it does a lot of work to find out
12449 what the real attributes of a file are, as they appear on the
12450 remote machine. This makes usage of remote directories (i.e.,
12451 ange-ftp pathnames) much more useful. You can now use Eshell as a
12452 full-fledged FTP client, with much more manipulation ability than
12453 most other clients.
12454
12455 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12456 variable, which means that Eshell's du should always be preferred
12457 in remote directories.
12458 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12459 just `file-attributes'.
12460 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12461 when reading remote directories. This is an Eshell-specific
12462 variable (not part of ange-ftp).
12463 (eshell/ln): Bind `ange-cache'.
12464 (eshell/du): Added some extra logic for determining when to use
12465 Eshell's du (which is slow), and when to use the external version
12466 (which may or may not exist).
12467
12468 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12469 Call `eshell-interactive-process', rather than using
12470 `get-buffer-process', since backgrounded processes don't count in
12471 the context of this function's logic.
12472
12473 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12474 `forward-char', so that null strings are parsed correctly.
12475
12476 2000-09-13 John Wiegley <johnw@gnu.org>
12477
12478 * eshell/em-pred.el (eshell-pred-file-type)
12479 (eshell-pred-file-links, eshell-pred-file-size):
12480 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12481
12482 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12483 that remote file globbing is more efficient.
12484
12485 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12486 gathering the files and attributes within a directory.
12487
12488 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12489 the command line is a special file (not a regular file, directory
12490 or symlink), always attempt to call the external version of cat.
12491
12492 2000-09-13 John Wiegley <johnw@gnu.org>
12493
12494 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12495 Eshell-friendly version of find-tag.
12496
12497 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12498
12499 * image-file.el (image-file-name-extensions)
12500 (image-file-name-regexps): Add autoload cookies.
12501
12502 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12503
12504 * international/mule-cmds.el (select-safe-coding-system): If FROM
12505 is string, show it in *Warning* buffer.
12506
12507 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12508
12509 * startup.el (normal-top-level): Use display-popup-menus-p instead
12510 of window-system.
12511 (command-line): Use display-graphic-p instead of window-system.
12512 (command-line-1): Use display-popup-menus-p and display-mouse-p
12513 instead of window-system.
12514
12515 2000-10-12 Sam Steingold <sds@gnu.org>
12516
12517 * tooltip.el (tooltip-use-echo-area): New user variable.
12518 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12519
12520 2000-10-12 Dave Love <fx@gnu.org>
12521
12522 * recentf.el: Maintainer's checkdoc fixes.
12523
12524 * startup.el (normal-top-level-add-subdirs-to-load-path):
12525 Use character class, not ASCII when matching file names.
12526 (fancy-splash-head): Add trailing slash to URL.
12527 (command-line): Don't require XPM support for toolbar.
12528
12529 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12530 (cperl-invalid-face): Revert last change.
12531 (cperl-init-faces): Quote cperl-invalid-face.
12532
12533 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12534
12535 * startup.el (fancy-splash-text): Remove superfluous quote.
12536
12537 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12538
12539 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12540 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12541 (command-line-1): Don't use fancy-splash-pending-command.
12542 (fancy-splash-screens-1): Goto point-min after inserting text.
12543
12544 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12545
12546 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12547 instead of shared-lisp-mode-map.
12548
12549 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12550
12551 * faces.el (header-line): Change tty-variant to use underlining.
12552
12553 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12554 (isearch-highlight): Restore lazy-isearch face properties at old
12555 position, and suppress them at new position.
12556 (isearch-dehighlight): Restore lazy-isearch face properties.
12557 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12558 over the real isearch overlay, but in that case, don't give it a
12559 face property. Use `push'.
12560
12561 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12562
12563 * man.el (Man-getpage-in-background): Fix previous change.
12564 Decode the process output only when we are in multibyte mode.
12565
12566 2000-10-11 Dave Love <fx@gnu.org>
12567
12568 * info.el (Info-mode-menu): Fix some help.
12569 (info-tool-bar-map): Add entry for Info-last.
12570
12571 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12572 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12573 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12574 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12575 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12576 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12577 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12578 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12579 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12580 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12581 Reduce colour requirements to 25 overall. (Probably wants
12582 revisiting from the originals to reduce further.)
12583
12584 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12585
12586 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12587 buffer-file-coding-system, instead of raw-text.
12588 (dehexlify-buffer): Bind coding-system-for-read to
12589 buffer-file-coding-system, instead of raw-text.
12590
12591 2000-10-11 Sam Steingold <sds@gnu.org>
12592
12593 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12594 `underline' - fixes the bug introduced on 2000-09-21.
12595
12596 2000-10-11 Dave Love <fx@gnu.org>
12597
12598 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12599 Avoid compiler warnings.
12600 (scheme-mode): Doc fix.
12601 (scheme-font-lock-keywords-1): Match `define-syntax'.
12602
12603 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12604
12605 * faces.el (frame-set-background-mode): Pay attention to saved
12606 face specs as well as default ones. Only do anything if the
12607 bg-mode or display-type has actually changed. Use `dolist'.
12608 (region): Make dark-background `region' face less in-your-face.
12609
12610 2000-10-10 Sam Steingold <sds@gnu.org>
12611
12612 * chistory.el, ielm.el, ledit.el:
12613 * progmodes/inf-lisp.el, progmodes/scheme.el:
12614 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12615
12616 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12617
12618 * textmodes/texinfo.el: Update copyright and fix typo.
12619
12620 * desktop.el (desktop-modes-not-to-save): New var.
12621 (desktop-save-buffer-p): Use it.
12622 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12623 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12624
12625 2000-10-10 Dave Love <fx@gnu.org>
12626
12627 * toolbar/tool-bar.el (tool-bar-add-item)
12628 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12629
12630 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12631 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12632 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12633 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12634 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12635 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12636 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12637 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12638 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12639 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12640 the .xpms; probably need retouching.
12641
12642 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12643
12644 * subr.el (add-to-list): Add optional argument APPEND.
12645 * battery.el (display-battery): Use `add-to-list'.
12646
12647 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12648
12649 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12650 properties.
12651 (zone, zone-when-idle, zone-leave-me-alone)
12652 (zone-pgm-whack-chars): Use new symbol properties.
12653
12654 * battery.el (display-battery): Doc spelling fix.
12655
12656 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12657 property.
12658
12659 2000-10-09 Dave Love <fx@gnu.org>
12660
12661 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12662 has been initialized before calling tool-bar-setup.
12663 (tool-bar-add-item-from-menu): Add autoload cookie.
12664
12665 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12666
12667 * menu-bar.el (send-mail-item-name): New function.
12668 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12669 of mail-user-agent in the menu. Don't display the "Send Mail"
12670 item if mail-user-agent is nil or its value is ignore.
12671 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12672 if read-mail-command is nil or its value is ignore.
12673
12674 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12675
12676 2000-10-09 Miles Bader <miles@gnu.org>
12677
12678 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12679 Correct image size.
12680 * toolbar/left_arrow.xpm: Correct image size.
12681
12682 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12683 will be done by the definition of `auto-compression-mode' if
12684 necessary. Move code to uninstall existing file-name handler
12685 before definition of `auto-compression-mode'.
12686
12687 * image-file.el (auto-image-file-mode): Move to the end of the
12688 file, because `define-minor-mode' actually calls the mode-function
12689 if the associated variable is non-nil, which requires that all
12690 needed functions be already defined.
12691
12692 * mouse.el (popup-menu): Balance parens.
12693
12694 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12695
12696 * mouse.el (popup-menu): Move the command call outside the loop
12697 so that popup-menu returns whatever the command returns.
12698
12699 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12700 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12701 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12702 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12703
12704 * vc.el (vc-version-diff): diff-switches can be a list.
12705 Use relative filenames for prettier output.
12706
12707 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12708 (vc-post-command-functions): Remove old-VC compatibility code.
12709
12710 * newcomment.el (comment-indent-default): Autoload.
12711
12712 * font-lock.el (font-lock-defaults): Make buffer-local.
12713 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12714 (font-lock-choose-keywords):
12715 Ignore LEVEL unless KEYWORDS is a list of syms.
12716 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12717 Don't wrap regexp-opt things in \(...\) unnecessarily.
12718
12719 * jit-lock.el: Don't require font-lock any more.
12720 (jit-lock-functions): Make buffer-local.
12721 (jit-lock-saved-fontify-buffer-function): Remove.
12722 (jit-lock-mode): Remove autoload cookie.
12723 Remove font-lock specific code.
12724 (jit-lock-unregister): Don't bother handling complex hooks any more.
12725 (jit-lock-refontify): New function.
12726 (jit-lock-fontify-buffer): Use it.
12727 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12728 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12729 Add optional args START and END.
12730 Never call font-lock-fontify-region directly.
12731 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12732
12733 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12734
12735 2000-10-08 Dave Love <fx@gnu.org>
12736
12737 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12738
12739 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12740
12741 * play/studly.el (studlify-region, studlify-word): Add autoload
12742 cookie.
12743
12744 * play/morse.el (morse-region, unmorse-region): Add autoload
12745 cookie.
12746
12747 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12748 concat.
12749
12750 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12751 insist on symbols starting with word syntax.
12752 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12753 (eval-defun-1): Doc fix.
12754 (indent-sexp): Use nconc to build up indent-stack.
12755
12756 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12757 Gnus with little use.
12758 (mail-setup-hook): Add mail-abbrevs-setup to options.
12759
12760 * recentf.el: Doc fixes.
12761
12762 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12763 Clean up remainder.
12764
12765 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12766 without timezone and (8) with timezone to enforce some whitespace.
12767 Simplify code somewhat.
12768
12769 * options.el (list-options): Doc that you should use customize.
12770
12771 * iswitchb.el (iswitchb-mode): Add :require.
12772
12773 * info.el (Info-goto-node, Info-menu): Doc fix.
12774 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12775 (info-tool-bar-map): New variable.
12776 (Info-mode): Use it.
12777 (Info-edit-map): Define all in defvar.
12778 (speedbar-attached-frame): Avoid compiler warning.
12779
12780 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12781 (global-map): Bind [tool-bar] to a filtered map.
12782 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12783 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12784 Allow PBM icons.
12785 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12786
12787 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12788 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12789 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12790 icons, except up_arrow, which is left-arrow rotated.
12791
12792 * imenu.el (imenu-add-to-menubar): Fix last change.
12793
12794 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12795
12796 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12797 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12798
12799 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12800
12801 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12802 typos in doc strings.
12803
12804 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12805 the doc strings how to customize Font Lock faces.
12806
12807 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12808 computing growth when dragging the header line.
12809
12810 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12811
12812 * simple.el (kill-line): Doc fix.
12813
12814 2000-10-08 Miles Bader <miles@gnu.org>
12815
12816 * faces.el (secondary-selection): Make foreground visible on tty.
12817
12818 * jka-compr.el (auto-compression-mode): Move to the end of the
12819 file, because `define-minor-mode' actually calls the mode-function
12820 if the associated variable is non-nil, which requires that all
12821 needed functions be already defined.
12822 (with-auto-compression-mode): Add autoload cookie.
12823
12824 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12825
12826 * files.el (find-backup-file-name) [ms-dos]: If support for long
12827 file names is not available, behave as if version-control were set
12828 to never.
12829
12830 2000-10-07 Dave Love <fx@gnu.org>
12831
12832 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12833 (browse-url-gnome-moz): New function.
12834 (browse-url-browser-function): Use it.
12835 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12836
12837 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12838
12839 * indent.el (tab-always-indent): New var.
12840 (indent-for-tab-command): Use it.
12841
12842 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12843 raise an error. This way it can still default to a sane value.
12844
12845 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12846
12847 * startup.el (fancy-splash-screens): Use local rather than global map.
12848 Don't use `update-menu-bindings' any more.
12849 Get rid of assumptions about keymap representation.
12850
12851 2000-10-06 Dave Love <fx@gnu.org>
12852
12853 * textmodes/fill.el (sentence-end-double-space)
12854 (sentence-end-without-period): Doc fix.
12855 (adaptive-fill-regexp): Purecopy.
12856 (unjustify-current-line): Use line-end-position.
12857 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12858
12859 * net/eudc-vars.el (eudc): Add :version, :link.
12860
12861 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12862
12863 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12864 Fix for define-minor-mode.
12865 (function-at-point): Alias to function-called-at-point.
12866
12867 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12868
12869 * simple.el (backward-word): Doc fix.
12870
12871 * image-file.el (image-file-name-regexp): image-file-regexps ->
12872 image-file-name-regexps.
12873 (image-file-name-extensions): Add pbm.
12874
12875 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12876
12877 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12878 and add filename to the names so that diff-mode can jump to source.
12879
12880 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12881 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12882 (tex-font-lock-keywords-1): Remove.
12883 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12884 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12885 (font-lock-default-fontify-region):
12886 Expand beg..end correctly when just following a multiline region.
12887 (font-lock-fontify-anchored-keywords):
12888 Include the anchor text as part of the multiline.
12889
12890 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12891
12892 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12893 latter needs the autoloaded define-minor-mode macro during the
12894 bootstrap.
12895
12896 * startup.el (command-line): For now, activate tool-bar-mode only
12897 if XPM images are supported.
12898
12899 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12900 window by dragging a header-line at the top of the frame; that's
12901 confusing because the header-line doesn't move.
12902 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12903 of treating the event as a list. Some cleanup.
12904
12905 2000-10-06 Miles Bader <miles@gnu.org>
12906
12907 * simple.el (display-message-or-buffer): New function.
12908 (shell-command-on-region): Use `display-message-or-buffer'.
12909
12910 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12911 docstring parts.
12912
12913 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12914 (smbclient-prompt-regexp): Add usage note to doc string.
12915 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12916 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12917 Use add-hook for adding the comint filter function, and only do so
12918 if it's not already in the global hook list.
12919 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12920 to `make-local-variable'.
12921 (nslookup-font-lock-keywords): Remove prompt entry.
12922 (nslookup): Don't set the process-filter.
12923 (finger): Exit the loop correctly when the regexps list runs out.
12924 (ftp, smbclient, smbclient-list-shares):
12925 Set the real major mode immediately, not after execing.
12926 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12927
12928 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12929
12930 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12931
12932 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12933
12934 * which-func.el (which-func-format): Remove spurious space.
12935 (which-func-mode): Don't make it permanent-local.
12936 (which-func-ff-hook): Allow which-func-maxout to be nil.
12937 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12938 (which-func-mode): Simplify.
12939 Use post-command-idle-hook rather than post-command-hook.
12940 Go through all buffers and update their state.
12941 (which-function): Also try add-log-current-defun-function.
12942
12943 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12944 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12945 Update call to with-vc-properties accordingly.
12946 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12947 (vc-revert-buffer): More careful about window selection and deletion.
12948 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12949
12950 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12951 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12952 (cvs-dired-action): Change the default to quickdir.
12953
12954 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12955 if comment-indent-function returns nil.
12956 (comment-indent-default): New function.
12957 (comment-indent-function): Use it and document the new semantics.
12958
12959 * image-file.el: Docstring fixes.
12960
12961 * help.el (help-xref-on-pp): Use match-string.
12962 (describe-variable): New arg BUFFER.
12963 Store the current buffer in the help-xref-stack.
12964 (temp-buffer-resize-mode): Use define-minor-mode.
12965
12966 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12967 consistently with its docstring.
12968 Set jit-lock-first-unfontify-pos in an idempotent way.
12969 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12970
12971 2000-10-05 Alex Schroeder <alex@gnu.org>
12972
12973 * sql.el (sql-mysql-options): New variable.
12974 (sql-mysql): Use it.
12975
12976 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12977
12978 * image.el (image): New group.
12979
12980 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12981 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12982
12983 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12984
12985 * net/net-utils.el (nslookup-font-lock-keywords)
12986 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12987 Ignore the value of wqindow-system; always define keywords
12988
12989 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12990
12991 * startup.el (fancy-splash-screens): Remove the code for
12992 debugging; `(trace-to-stderr "EXITTT\n")'.
12993
12994 2000-10-05 Miles Bader <miles@gnu.org>
12995
12996 * diff-mode.el (diff-goto-source): Update call to
12997 `diff-hunk-status-msg' to reflect new REV variable.
12998
12999 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13000
13001 * progmodes/icon.el (icon-mode):
13002 Don't gratuitously override the default for comment-column.
13003
13004 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13005
13006 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13007 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13008 (jit-lock-functions): New var.
13009 (jit-lock-function-1): Use it if non-nil.
13010 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13011 Set the `fontified' property before doing the fontification to avoid
13012 repeatedly going through the same error.
13013 Don't turn errors into messages.
13014 (jit-lock-register, jit-lock-unregister): New functions.
13015
13016 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13017 Use with-current-buffer.
13018
13019 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13020 Turn comment into docstring.
13021
13022 * apropos.el (apropos-mode): Use define-derived-mode.
13023
13024 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13025
13026 * startup.el (fancy-splash-pending-command): New variable.
13027 (fancy-splash-pre-command): New function.
13028 (fancy-splash-screens): Rewritten.
13029 (command-line-1): If fancy-splash-pending-command is set, call it
13030 interactively.
13031
13032 2000-10-04 Dave Love <fx@gnu.org>
13033
13034 * toolbar/tool-bar.el (tool-bar-setup): New function.
13035 (tool-bar-mode): Use it.
13036
13037 * subr.el (substitute-key-definition): Doc fix.
13038 (play-sound-file): New command.
13039
13040 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13041
13042 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13043 vc-version-backup-file-name): New functions.
13044
13045 * files.el (basic-save-buffer): Call vc-before-save before saving.
13046
13047 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13048 vc-cvs-stay-local-p.
13049
13050 * vc.el (vc-revert-buffer): Handle empty diff properly.
13051 (vc-version-backup-file): New function.
13052 (vc-checkout): Create a version backup if necessary.
13053 (vc-checkin): If a version backup file exists, delete it.
13054 (vc-version-diff): Diff locally using version backups, if available.
13055 (vc-revert-file): If there's a version backup, revert locally.
13056 (vc-transfer-file): Use version backup for base version, if
13057 available. If not, ask for confirmation whether to get it from the
13058 server. Update mode line before check-in.
13059
13060 2000-10-04 Dave Love <fx@gnu.org>
13061
13062 * toolbar/tool-bar.el (tool-bar-setup): New function.
13063 (tool-bar-mode): Use it.
13064
13065 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13066
13067 * net/net-utils.el (nslookup-font-lock-keywords)
13068 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13069 Only set if window-system is non-nil
13070 (net-utils-run-program): Returns buffer.
13071 (network-connection-reconnect): Added this function.
13072
13073 * generic.el:
13074 Incorporates extensive cleanup and docfixes by
13075 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13076 Uses cl compile-time macros.
13077 (generic-mode-name, generic-comment-list)
13078 (generic-keywords-list, generic-font-lock-expressions)
13079 (generic-mode-function-list, generic-mode-syntax-table):
13080 Removed variables.
13081 (generic-mode-alist): Renamed to generic-mode-list.
13082 (generic-find-file-regexp): Default changed to "^#".
13083 (generic-read-type): Uses completing read on generic-mode-list.
13084 (generic-mode-sanity-check): removed this function.
13085 (generic-add-to-auto-mode): Removed this function
13086 (generic-mode-internal): Bind mode-specific definitions
13087 into function instead of putting them in alist.
13088 (generic-mode-set-comments): Reworked extensively.
13089 (generic-mode-find-file-hook): Simplified regexp searching
13090 (generic-make-keywords-list): Omit extra pair of parens
13091
13092 * find-lisp.el (find-lisp-find-files-internal):
13093 Make sure directory name ends with "/".
13094
13095 * generic-x.el (apache-conf-generic-mode):
13096 Regexp now allows leading whitespace.
13097 (rc-generic-mode): Added eval-when-compile
13098 around generic-make-keywords-list.
13099 Deleted duplicate regexp
13100 (rul-generic-mode): Added eval-when-compile
13101 around generic-make-keywords-list.
13102 (etc-fstab-generic-mode): New generic mode.
13103 (rul-generic-mode): Removed one eval-when-compile
13104 which caused a max-specpdl-size exceeded error.
13105
13106 2000-10-04 Miles Bader <miles@gnu.org>
13107
13108 * simple.el (minibuffer-temporary-goal-position): New variable.
13109 (next-history-element): Try to keep the position of point in the
13110 input string constant.
13111
13112 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13113 (dired-do-create-files): If there's only one file, pass it in as
13114 the DEFAULT arg to dired-mark-read-file-name.
13115
13116 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13117
13118 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13119 (diff-goto-source): Be smarter when choosing REVERSE or not.
13120
13121 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13122 (texinfo-mode-menu): Add an explicit shortcut for update all.
13123
13124 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13125
13126 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13127 factorize backend-specific code cleanly (this was essentially
13128 conceived by Stefan Monnier).
13129 (vc-unregister): Function removed.
13130 (vc-revert-file): New function.
13131 (vc-revert-buffer): Delegate some of the work to it.
13132
13133 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13134 default branch unconditionally.
13135 (vc-rcs-set-default-branch): New function.
13136 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13137 (vc-rcs-checkin): If an appropriate default branch has been set,
13138 force creation of that branch.
13139 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13140 code (as suggested by Stefan Monnier).
13141
13142 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13143
13144 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13145 highlighting overlay with a different face over the overlay
13146 isearch uses to highlight the current match because that can lead
13147 to bad face combinations.
13148
13149 * loadup.el (toplevel): Load faces before isearch.
13150
13151 * isearch.el (isearch-faces): New custom group.
13152 (isearch): New defface; was already tested for in the code.
13153 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13154 (isearch-highlight): Always use face `isearch'.
13155
13156 2000-10-02 Dave Love <fx@gnu.org>
13157
13158 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13159 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13160 comparison of opcode with operand.
13161
13162 2000-10-03 Miles Bader <miles@gnu.org>
13163
13164 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13165 buffer, since the echo area will now grow to accommodate them.
13166
13167 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13168
13169 * vc-hooks.el (vc-registered): If FILE used to be registered under
13170 a certain backend, try that one first.
13171
13172 * vc.el (vc-responsible-backend): Undo the previous change in the
13173 argument list. Handle multiple backends correctly.
13174 (vc-find-new-backend): Function removed.
13175 (vc-register): Use vc-responsible-backend, as before.
13176 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13177
13178 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13179
13180 * startup.el (fancy-splash-head): Change message below the
13181 logo.
13182
13183 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13184
13185 * diff-mode.el (diff-goto-source): Emit a status message.
13186 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13187 (diff-test-hunk): Fix doc string.
13188 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13189 (diff-advance-after-apply-hunk): New variable.
13190 (diff-apply-hunk): Don't return a value.
13191
13192 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13193
13194 * vc.el (vc-editable-p): Minor optimization.
13195 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13196 (vc-find-new-backend): New function split from vc-responsible-backend.
13197 (vc-register): Use it.
13198 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13199 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13200 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13201 (vc-clear-headers): Don't use find-file.
13202 (vc-revert-buffer): Use `and' again (must have been a braino).
13203 (vc-switch-backend): Only prompt if requested.
13204 Short circuit if nothing is to be done.
13205 Don't use vc-resynch-buffer which could lose unsaved editing.
13206 (vc-default-receive-file): Update call to vc-unregister.
13207 (with-vc-file, vc-next-action-on-file):
13208 Use vc-backend rather than vc-registered.
13209 (vc-next-action-on-file): Use intern-soft.
13210 Deal with read-only *vc-diff* buffer.
13211 (vc-transfer-file): Docstring fix.
13212
13213 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13214 (vc-rcs-receive-file): Avoid with-vc-properties.
13215 Update call to vc-unregister.
13216 Use constant `RCS' rather than (dynamically bound) var `backend'.
13217
13218 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13219
13220 * vc.el (vc-next-action-on-file): Update mode line only if file
13221 is visited.
13222 (vc-start-entry): New argument initial-contents. Don't visit the file
13223 if it isn't already visited. Brought documentation up-to-date.
13224 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13225 (vc-checkin): New optional arg initial-contents, which is passed to
13226 vc-start-entry.
13227 (vc-finish-logentry): Make sure to bury log buffer only if there
13228 really is one. Call `vc-resynch-buffer' on log-file, not
13229 buffer-file-name.
13230 (vc-default-comment-history, vc-default-wash-log): New functions.
13231 (vc-index-of): Removed.
13232 (vc-transfer-file): Make do without the above.
13233 (vc-default-receive-file): Call comment-history unconditionally. Pass
13234 the resulting string to vc-checkin, instead of inserting it into the
13235 comment ring.
13236
13237 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13238 unconditionally. Use the comments as initial contents of the log
13239 entry buffer. Document the trick to force branch creation with no
13240 changes.
13241
13242 2000-10-01 Miles Bader <miles@gnu.org>
13243
13244 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13245 `recenter' with an arg to prevent redrawing the display.
13246
13247 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13248
13249 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13250
13251 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13252
13253 * progmodes/c-mode.el (c-mode):
13254 Don't gratuitously override the default for comment-column.
13255
13256 * textmodes/tex-mode.el (latex-metasection-list): New var.
13257 (latex-imenu-create-index): Use it.
13258 Move the regexp construction outside loops (and use push).
13259 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13260 (tex-font-lock-keywords): Moved from font-lock.el.
13261 (tex-comment-indent): Remove.
13262 (tex-common-initialization): Don't set comment-indent-function.
13263 (latex-block-default): New var.
13264 (tex-latex-block): Use it to provide a default choice.
13265 Add any unknown choice to latex-block-names.
13266 Insert [...] after {...}.
13267 (tex-last-unended-begin): Simplify regexp.
13268 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13269 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13270 (latex-mode): Set forward-sexp-function.
13271
13272 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13273 Add regexp for @ignore ... @end ignore.
13274 (texinfo-heading-face): New face.
13275 (texinfo-font-lock-keywords): Use it.
13276 (texinfo-mode-menu): New menu.
13277 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13278 New functions.
13279 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13280 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13281 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13282 Remove declaration.
13283 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13284
13285 * delsel.el (delete-selection-mode): Use define-minor-mode.
13286
13287 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13288
13289 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13290
13291 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13292
13293 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13294
13295 * replace.el (keep-lines-read-args): New function.
13296 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13297 read arguments interactively. Add parameters RSTART and REND.
13298 Operate on the active region in Transient Mark mode.
13299
13300 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13301
13302 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13303 (authors-obsolete-files-regexps): New variable.
13304 (authors-add): Don't record changes in obsolete files.
13305
13306 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13307
13308 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13309
13310 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13311 (comment-indent): Make sure there's a space between code and comment.
13312 Shift comments left to avoid going past fill-column.
13313
13314 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13315
13316 * startup.el (startup-echo-area-message): New function.
13317 (display-startup-echo-area-message): Use it.
13318 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13319 (fancy-splash-default-action): New function.
13320 (fancy-splash-screens-1): New function.
13321 (fancy-splash-head): Put a help-echo and a keymap under the image.
13322
13323 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13324
13325 * diff-mode.el (diff-add-log-file-name): Remove.
13326 (diff-mode): Use add-log-buffer-file-name-function.
13327
13328 * add-log.el (find-change-log): New arg BUFFER-FILE.
13329 (add-log-file-name): Obey add-log-file-name-function.
13330 (add-log-buffer-file-name-function): New var.
13331 (add-change-log-entry): Use it.
13332
13333 2000-09-29 Miles Bader <miles@gnu.org>
13334
13335 * image-file.el (image-file-name-extensions): New variable.
13336 (image-file-name-regexps): Renamed from `image-file-regexps'.
13337 New default value is nil. Call `auto-image-file-mode'.
13338 (image-file-name-regexp): New function.
13339 (auto-image-file-mode): New minor mode.
13340 (insert-image-file): Don't make conditional on the image-file
13341 handler being enabled.
13342 (image-file-handler): Make the call here conditional instead.
13343 (set-image-file-handler-enabled, enable-image-file-handler)
13344 (disable-image-file-handler): Functions removed.
13345
13346 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13347 string.
13348
13349 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13350
13351 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13352 it's a function from CL.
13353 (latex-imenu-create-index): Replace eval-when-compile with progn
13354 because latex-section-alist is not bound while compiling.
13355
13356 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13357
13358 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13359 (outline-mode): Use define-derived-mode.
13360
13361 * progmodes/perl-mode.el (perl-mode):
13362 * progmodes/awk-mode.el (awk-mode):
13363 * progmodes/asm-mode.el (asm-mode):
13364 Don't gratuitously override the default for comment-column.
13365
13366 * emacs-lisp/lisp.el (lisp-complete-symbol):
13367 Distinguish the let-binding case from the funcall case.
13368 (forward-sexp-function): New variable.
13369 (forward-sexp): Use it.
13370
13371 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13372 (easy-mmode-defmap): Remove the now useless autoload.
13373
13374 * time.el (display-time-mode): Use define-minor-mode.
13375
13376 * subr.el (add-minor-mode): Don't eval NAME.
13377 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13378 Use if rather than cond.
13379
13380 * simple.el (read-expression-map): Define more properly.
13381 (comment-indent-hook): Remove.
13382 (string-to-syntax): Bug fix.
13383
13384 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13385 (cvs-ediff-diff): Fix typo.
13386 (cvs-revert-if-needed): Don't bother preserving read-only.
13387
13388 * paren.el (show-paren-mode): Use define-minor-mode.
13389
13390 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13391 (toggle-auto-compression): Remove.
13392 (jka-compr-build-file-regexp): Remove useless grouping.
13393
13394 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13395 Avoid user-reserved bindings.
13396 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13397 (diff-header-face): Revert to grey85.
13398
13399 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13400
13401 * complete.el (partial-completion-mode) <defcustom>: Remove.
13402 (partial-completion-mode): Use define-minor-mode.
13403 (PC-do-completion): Understand `completion-auto-help = delay'
13404 to mean to popup the completion buffer only the second time.
13405 (PC-include-file-all-completions, PC-include-file-all-completions)
13406 (PC-include-file-all-completions): Don't quote lambda.
13407
13408 * comint.el (comint-mode-hook): Docstring fix.
13409 (comint-mode): Use define-derived-mode.
13410 (comint-mode-map): Remove obsolete comment.
13411 (make-comint): Minor stylistic change.
13412 (comint-insert-clicked-input): Be more careful to find the overlay.
13413 Use this-command-keys rather than hardcoding mouse-2.
13414
13415 * font-lock.el: Replace confusing (,@ with ,
13416 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13417 Don't use regexp-opt-depth. Spice up the regexp for args.
13418 Don't distinguish between cmds that can take an opt arg or not.
13419 Use `append' and `prepend' rather than `keep'.
13420
13421 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13422 (latex-outline-regexp): New var.
13423 (latex-outline-level): New fun.
13424 (latex-section-alist): New var.
13425 (latex-imenu-create-index): Use it. Use `push' as well.
13426 (tex-shell-map): Initialize it properly.
13427 (tex-mode): Minor stylistic change.
13428 (plain-tex-mode): Use define-derived-mode.
13429 (latex-mode): Use define-derived-mode.
13430 Construct the paragraph regexps in a more readable way.
13431 Set the buffer-local outline-{level,regexp} vars.
13432 (slitex-mode): Derive from latex-mode.
13433 (tex-common-initialization): Don't kill-all-vars anymore.
13434 Add setting for comment-add and font-lock-defaults.
13435 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13436 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13437 (tex-start-tex): New arg DIR (and send a chdir command for it).
13438 Also display the shell buffer and save it in tex-last-buffer-texed.
13439 (tex-region): Use expand-file-name rather than concat.
13440 Remove code made useless by changes in tex-start-tex.
13441 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13442
13443 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13444
13445 2000-09-28 Dave Love <fx@gnu.org>
13446
13447 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13448
13449 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13450
13451 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13452 `append'.
13453
13454 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13455
13456 * info.el (Info-extract-pointer): Undo last change.
13457 Instead, fix the position of the `bound' arg to re-search-backward.
13458
13459 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13460
13461 * info.el (Info-extract-pointer):
13462 Widen more carefully, to avoid finding pointers in other nodes.
13463 (Info-index): Use push.
13464
13465 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13466
13467 * frame.el (set-frame-font): Remove call to obsolete function
13468 frame-update-faces.
13469 (set-foreground-color, set-background-color): Likewise for
13470 frame-update-face-colors.
13471
13472 2000-09-27 Miles Bader <miles@gnu.org>
13473
13474 * image-file.el: New file.
13475
13476 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13477
13478 * frame.el (frame-notice-user-settings): Don't call
13479 frame-update-faces, which is a no-op now.
13480
13481 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13482 tool-bar-lines.
13483
13484 2000-09-27 Dave Love <fx@gnu.org>
13485
13486 * mouse.el: Fix last change.
13487
13488 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13489
13490 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13491
13492 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13493
13494 * international/quail.el (quail-help): The output message is
13495 improved.
13496
13497 2000-09-26 Dave Love <fx@gnu.org>
13498
13499 * mouse.el (popup-menu): If POSITION is nil, set it using
13500 mouse-position.
13501
13502 2000-09-25 Sam Steingold <sds@gnu.org>
13503
13504 * net/browse-url.el (browse-url-file-url): Check for null maps.
13505
13506 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13507
13508 * frame.el (frame-notice-user-settings): Don't add a
13509 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13510
13511 * frame.el (frame-notice-user-settings):
13512 Make tool-bar-mode and default-frame-alist consistent.
13513
13514 * toolbar/tool-bar.el (tool-bar-help): New function.
13515
13516 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13517
13518 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13519 current-load-list in top-level forms. Else this leaks a cons cell
13520 every time a defun is called.
13521
13522 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13523
13524 2000-09-25 Dave Love <fx@gnu.org>
13525
13526 * startup.el (fancy-splash-head): Check XPM is available.
13527
13528 * autoinsert.el (auto-insert): Doc fix.
13529 (auto-insert-alist): Following GNU notices, don't say `copyright
13530 _by_'. Use line-beginning-position.
13531 (auto-insert): Check buffer-file-name is non-nil before use.
13532
13533 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13534
13535 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13536 starting with `@def' or `@multitable', in addition to ones
13537 specified by the user in auto-fill-inhibit-regexp.
13538
13539 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13540
13541 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13542 rmail-dont-reply-to-names matches the empty string.
13543
13544 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13545
13546 * startup.el (command-line-1, fancy-splash-text): Change the
13547 text to sound more friendly.
13548
13549 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13550
13551 * progmodes/hideshow.el: Update author email address.
13552 Generally, sync w/ maintainer version 5.22.
13553 (hs-hide-all-non-comment-function): New var.
13554 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13555 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13556 (hs-show-region): Delete this command.
13557 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13558
13559 2000-09-22 Dave Love <fx@gnu.org>
13560
13561 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13562 (hl-line-highlight): Specify buffer when moving overlay.
13563
13564 * progmodes/fortran.el (fortran-mode): Locally set
13565 normal-auto-fill-function.
13566 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13567 (fortran-mode-map): Adjust auto-fill menu entry.
13568
13569 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13570
13571 * vc-rcs.el (toplevel): Require `vc' when compiling.
13572
13573 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13574
13575 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13576
13577 * vc.el (vc-switch-backend): Signal an error if the file is not
13578 registered under the new backend.
13579
13580 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13581 without explicit revision number.
13582
13583 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13584
13585 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13586 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13587 (diff-xor): New function.
13588 (diff-find-source-location): Use it. Fix a stupid name clash.
13589 (diff-hunk-status-msg): New function.
13590 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13591 (diff-test-hunk): Use diff-find-source-location.
13592 (diff-goto-source): Favor the `reverse'.
13593 (diff-hunk-text): Properly handle one-sided context diffs.
13594 (diff-apply-hunk): When done, advance to the next hunk.
13595
13596 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13597
13598 * startup.el (command-line): If frame was created with a non-zero
13599 tool-bar-lines parameter, switch tool-bar-mode on.
13600
13601 * add-log.el (change-log-date-face, change-log-name-face)
13602 (change-log-email-face, change-log-file-face)
13603 (change-log-list-face, change-log-conditionals-face)
13604 (change-log-function-face, change-log-acknowledgement-face):
13605 New faces, inheriting from font-lock faces.
13606 (change-log-font-lock-keywords): Use them.
13607
13608 2000-09-21 Dave Love <fx@gnu.org>
13609
13610 * progmodes/cperl-mode.el (top-level): Clean up
13611 `eval-when-compile's and assorted defvars.
13612 (cperl-invalid-face): Don't double-quote value. Change custom
13613 type.
13614 (cperl-mode): Set normal-auto-fill-function and don't zap
13615 auto-fill-function.
13616 (cperl-imenu--function-name-regexp-perl): Renamed from
13617 imenu-example--function-name-regexp-perl.
13618 (cperl-imenu--create-perl-index): Renamed from
13619 imenu-example--create-perl-index.
13620 (cperl-xsub-scan): Don't require cl.
13621
13622 * msb.el (msb-mode-map): Use substitute-key-definition.
13623 (msb-mode): Use msb-mode-map.
13624
13625 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13626
13627 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13628 New functions.
13629 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13630 (vc-switch-backend): New function.
13631 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13632 (vc-register): Fix prompt.
13633 (vc-unregister, vc-default-unregister): New functions.
13634 (vc-version-diff): Handle empty buffer in sentinel.
13635
13636 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13637 (vc-rcs-state-heuristic): Use it to guess the state of files with
13638 non-strict locking.
13639 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13640 been set with -b, but not created yet.
13641 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13642 contents in order to find the state.
13643 (vc-rcs-checkin): Allow creation of branches with no changes.
13644 (vc-rcs-unregister, vc-rcs-receive-file)
13645 (vc-rcs-set-non-strict-locking): New functions.
13646
13647 * vc-hooks.el (vc-name): Force correct computation of the value
13648 in case it is missing.
13649
13650 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13651
13652 * startup.el (fancy-splash-tail): Use a different foreground
13653 color on a dark frame background.
13654
13655 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13656
13657 * info.el: Use the correct capitalization when making Info-mode
13658 and Info-edit-mode `special' modes.
13659
13660 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13661
13662 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13663 (diff-mode): Add support for add-log.el.
13664 (diff-hunk-text): Use char offsets rather than line offsets.
13665 (diff-find-source-location): Replace LINE with line-offset (nil
13666 if not found) and always set POS to a meaningful position.
13667 Adapt to the new char-offsets.
13668 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13669 Adapt to the new diff-find-source-location.
13670 (diff-goto-source): Adapt to the new diff-find-source-location.
13671
13672 * add-log.el (add-log-file-name): New function (split out of
13673 add-change-log-entry).
13674 (add-change-log-entry): Use it.
13675 Call add-log-file-name-function with the changelog file name if
13676 the current buffer is not associated with any file.
13677 Avoid find-file if the selected window is dedicated.
13678
13679 * diff-mode.el (diff-find-source-location):
13680 Move code from diff-apply-hunk. Return buffer rather than file.
13681 (diff-apply-hunk): Use the new result from diff-find-source-location.
13682 (diff-goto-source): Use the new diff-find-source-location.
13683
13684 2000-09-20 Dave Love <fx@gnu.org>
13685
13686 * iswitchb.el: Some doc fixes.
13687 (iswitchb-mode-map): Define completely initially. Inherit
13688 minibuffer-local-map.
13689 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13690 fundamental-mode.
13691 (iswitchb-global-map): New variable.
13692 (iswitchb-summaries-to-end): Amalgamate regexps.
13693 (iswitchb-mode): New.
13694 (iswitchb-mode-hook): New variable.
13695 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13696 `extensions'.
13697
13698 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13699
13700 * ehelp.el (electric-help): New defgroup.
13701 (electric-help-shrink-window): New user-option.
13702 (with-electric-help): Use it.
13703
13704 * window.el (shrink-window-if-larger-than-buffer): If face
13705 `mode-line' has a :box, and we're on a graphical frame, add 1
13706 to the needed window height.
13707
13708 * frame.el (frame-notice-user-settings): Add a last parameter nil
13709 to a call to `append', because the last list passed to `append' is
13710 not copied, and so subsequent calls to assq-delete-all will modify
13711 default-frame-alist.
13712
13713 * startup.el (fancy-splash-image): Change :type.
13714 (fancy-splash-head): Use an XBM image if appropriate.
13715 (command-line-1): Show splash screens in more cases.
13716
13717 * startup.el (fancy-splash-text): Don't quote faces.
13718
13719 * dired.el (dired-font-lock-keywords): Undo last change.
13720 (dired-readin): Bind indent-tabs-mode to nil.
13721
13722 * startup.el (fancy-splash-head): If frame's background mode
13723 is `dark', change the black background of the image to gray.
13724 (fancy-splash-screens): Display startup echo area message.
13725 (display-startup-echo-area-message): New function.
13726
13727 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13728
13729 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13730
13731 * info.el (info-header-node): Tweak for color ttys.
13732
13733 * faces.el (face-valid-attribute-values): Make sure directories we
13734 search for stipples both exist and are readable before trying to
13735 search them.
13736
13737 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13738 in the dry-run case.
13739
13740 * jka-compr.el (with-auto-compression-mode): New macro.
13741
13742 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13743 (custom-group-tag-face, custom-variable-tag-face): Use relative
13744 :height and inherit from `variable-pitch' face instead of
13745 hardwiring :family.
13746 * hi-lock.el (hi-black-hb): Likewise.
13747
13748 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13749 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13750 toolbar-add-item, if image doesn't have a mask add a `:mask
13751 heuristic'.
13752
13753 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13754
13755 * diff-mode.el: Docstring fixes.
13756 (diff-header-face, diff-comment-face): New faces.
13757 (diff-font-lock-keywords): Highlight a bit differently.
13758 (diff-find-source-location): Don't return SPAN any more.
13759 (diff-hunk-text): Don't bother erasing the temp buffer.
13760 (diff-find-text): Drop argument LINE.
13761 (diff-apply-hunk): Update calls to diff-find-text.
13762 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13763
13764 * calendar/calendar.el: Docstring fixes.
13765 (calendar-make-alist): Don't quote lambda.
13766 (calendar-star-date): Use make-local-variable.
13767
13768 2000-09-19 Dave Love <fx@gnu.org>
13769
13770 * toolbar/tool-bar.el: Renamed from toolbar.el.
13771 Change `toolbar' to `tool-bar' generally in symbols.
13772 Make some items invisible in `special' major modes.
13773 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13774 Add arg PROPS.
13775
13776 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13777 Add :version here.
13778 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13779
13780 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13781
13782 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13783
13784 * files.el (find-file-suppress-same-file-warnings): New user-option.
13785 (find-file-noselect): Use it.
13786
13787 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13788 (fancy-splash-screen): Defgroup.
13789
13790 * add-log.el (change-log-font-lock-keywords): Match names
13791 more exactly for the case that font-lock-constant-face is
13792 underlined.
13793
13794 2000-09-19 Richard M. Stallman <rms@gnu.org>
13795
13796 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13797
13798 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13799
13800 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13801
13802 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13803
13804 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13805 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13806 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13807 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13808 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13809 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13810 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13811 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13812 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13813 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13814 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13815 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13816
13817 * startup.el (fancy-splash-text): New variable.
13818 (fancy-splash-delay, fancy-splash-image): New user-options.
13819 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13820 (fancy-splash-screens): New functions.
13821 (command-line-1): If display has a `display' frame parameter, has
13822 colors, and we have XPM support, show more fancy splash screens.
13823
13824 2000-09-19 Dave Love <fx@gnu.org>
13825
13826 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13827 with null `help'. Use modern backquote syntax.
13828
13829 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13830
13831 * font-lock.el (font-lock-mode): Change message telling the user
13832 that ``the buffer is too big''.
13833
13834 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13835 for instance for the case that tab-width is 2.
13836
13837 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13838
13839 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13840 toolbar-add-item, if image doesn't have a mask add a `:mask
13841 heuristic'.
13842
13843 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13844
13845 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13846 and return a cons if it's non-nil.
13847 (diff-apply-hunk): Try to jump to the line in the source text
13848 corresponding to the position of point in the in the hunk.
13849
13850 * info.el (Info-title-3-face, Info-title-2-face)
13851 (Info-title-1-face): Use face inheritance and relative sizes
13852 instead of hard-wiring things.
13853
13854 * faces.el (secondary-selection): Make dark-background variant sane.
13855
13856 2000-09-16 Andrew Innes <andrewi@gnu.org>
13857
13858 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13859 read-only, since they aren't under VC now.
13860
13861 2000-09-17 Dave Love <fx@gnu.org>
13862
13863 * tmm.el: Replace mapcar with mapc in several places.
13864
13865 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13866 ad-unadvise.
13867
13868 * international/latin1-disp.el: New file.
13869
13870 * calendar/cal-move.el (scroll-calendar-left)
13871 (scroll-calendar-right): Make arg optional (for active mode line).
13872
13873 * calendar/calendar.el (calendar-mode-line-format): Make fields
13874 mouse-sensitive.
13875 (calendar-read-date, calendar-read-date, calendar-window-list):
13876 Unquote lambda.
13877 (calendar-month-name): Use aref, not sref.
13878
13879 * view.el (minor-mode-alist): Propertize the string.
13880
13881 * international/characters.el (standard-case-table): Add entries
13882 for Greek.
13883
13884 2000-09-18 Miles Bader <miles@gnu.org>
13885
13886 * info.el (info-node, info-xref): Add dark-background variants.
13887
13888 * faces.el (header-line): Change defaults to be less confusing
13889 when mixed with mode-lines.
13890
13891 * info.el (Info-fontify-node): Make a few cleanups.
13892 Add extra `help-echo' and `local-map' props to node xrefs.
13893 Use header-specific faces for node-names & xrefs.
13894 (Info-use-header-line): New variable.
13895 (info-header-xref, info-header-node): New faces.
13896 (Info-setup-header-line): New function.
13897 (Info-select-node): Call Info-setup-header-line when enabled.
13898 (Info-extract-pointer): Work even if the header line is hidden.
13899 (Info-header-line): New variable.
13900
13901 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13902
13903 * vms-patch.el (print-region-function): Don't quote lambda.
13904
13905 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13906
13907 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13908 (lm-get-header-re): Allow spaces between the header and the colon.
13909 (lm-header): Allow $ in non-RCS headers.
13910 (lm-header-multiline): Put the strings back into order.
13911 Stop at an empty line. Don't require two space chars if the
13912 line is clearly not another header line.
13913
13914 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13915 (popup-menu-popup): Remove.
13916
13917 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13918
13919 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13920 specification if or if not tool-bar item contains an `:enabled'
13921 property.
13922
13923 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13924 current buffer has no file name.
13925
13926 2000-09-15 Dave Love <fx@gnu.org>
13927
13928 * strokes.el: Sync with maintainer's current version with changes
13929 for Emacs, but avoid runtime cl and levents.
13930 (toplevel): Change autoloads and compilation requires.
13931 (strokes-version, strokes-bug-address, strokes-lift): Values
13932 changed.
13933 (strokes-xpm-header, strokes-insinuated): New variable.
13934 (strokes): Add :link.
13935 (strokes-mode): Customized.
13936 (strokes-while-inhibiting-garbage-collector): New macro.
13937 (strokes-remassoc): Avoid remove-if.
13938 (strokes-fix-button2-command): Don't use ad-do-it.
13939 (strokes-insinuate): New function.
13940 (strokes-button-press-event-p, strokes-button-release-event-p):
13941 New functions, used instead of non-`strokes-' versions..
13942 (strokes-mouse-event-p): Rewritten.
13943 (strokes-event-closest-point): Avoid event-point.
13944 (strokes-get-grid-position): Avoid cdadr, caadr
13945 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13946 functions.
13947 (strokes-help): Use with-output-to-temp-buffer.
13948 (strokes-window-configuration-changed-p): New function.
13949 (strokes-update-window-configuration): Use buffer-live-p,
13950 strokes-window-configuration-changed-p.
13951 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13952 (strokes-char-face): New face.
13953 (strokes-char-table, strokes-base64-chars): New variable.
13954 (strokes-xpm-for-stroke, strokes-list-strokes)
13955 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13956 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13957 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13958 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13959 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13960 functions.
13961
13962 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13963
13964 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13965
13966 * image.el (create-image): Doc fix.
13967
13968 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13969 instead of `:heuristic-mask t'.
13970
13971 2000-09-14 Andrew Innes <andrewi@gnu.org>
13972
13973 * makefile.w32-in: Revert to Unix line endings.
13974
13975 2000-09-14 Andrew Innes <andrewi@gnu.org>
13976
13977 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13978 when installing.
13979
13980 * makefile.nt (DONTCOMPILE): Fix typo.
13981
13982 * shell.el (shell-write-history-on-exit): New function.
13983 (shell-dumb-shell-regexp): New custom variable.
13984 (shell-mode): Make shell-write-history-on-exit the process
13985 sentinel if shell name matches shell-dumb-shell-regexp.
13986
13987 * w32-fns.el: Comment out before-init-hook function which resets
13988 source-directory based; this breaks bootstrap.
13989
13990 2000-09-14 Dave Love <fx@gnu.org>
13991
13992 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13993 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13994 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13995 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13996 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13997 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13998 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13999 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14000 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14001
14002 * toolbar/toolbar.el: New.
14003
14004 * subdirs.el: Add toolbar.
14005
14006 2000-09-14 Gerd Moellmann <gerd@gnu.org>
14007
14008 * indent.el (indent-for-tab-command): Doc fix.
14009
14010 2000-09-14 Alex Schroeder <alex@gnu.org>
14011
14012 * ansi-color.el (ansi-colors): Doc change.
14013 (ansi-color-get-face): Simplified regexp.
14014 (ansi-color-faces-vector): Added more faces, doc change.
14015 (ansi-color-names-vector): Doc change.
14016 (ansi-color-regexp): Simplified regexp.
14017 (ansi-color-parameter-regexp): New regexp.
14018 (ansi-color-filter-apply): Doc change.
14019 (ansi-color-filter-region): Doc change.
14020 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14021 deal with zero length parameters.
14022 (ansi-color-apply-on-region): Doc change.
14023 (ansi-color-map): Doc change.
14024 (ansi-color-map-update): Removed debugging message.
14025 (ansi-color-get-face-1): Added condition-case to trap
14026 args-out-of-range errors.
14027 (ansi-color-get-face): Doc change.
14028 (ansi-color-make-face): Removed.
14029 (ansi-color-for-shell-mode): New option.
14030
14031 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14032
14033 * international/quail.el (quail-start-translation): Translate KEY
14034 if necessary even if it doesn't have any mapping in the current
14035 input method.
14036 (quail-start-conversion): Likewise.
14037 (quail-help): The output message is improved.
14038
14039 2000-09-13 Miles Bader <miles@gnu.org>
14040
14041 * comint.el (comint-output-filter): Revert to using
14042 `insert-before-markers'. Add bletcherous hack to undo damage
14043 caused by `insert-before-markers'. Put `front-sticky' property on
14044 overlays created here so that the field code understands how the
14045 overlay works. Use a let when making comint-last-prompt-overlay,
14046 so that the code is easier to read.
14047
14048 2000-09-13 Dave Love <fx@gnu.org>
14049
14050 * wid-edit.el (widget-default-format-handler): DTRT when
14051 doc-property is a function.
14052
14053 2000-09-12 Francesco Potorti` <pot@gnu.org>
14054
14055 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14056 filed name if it's not there.
14057
14058 2000-09-12 Dave Love <fx@gnu.org>
14059
14060 * simple.el (read-mail-command): Doc fix.
14061 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14062
14063 * vc.el (vc-dired-listing-switches): Fix :version.
14064
14065 * vc-hooks.el: Doc fixes.
14066
14067 * subr.el (add-minor-mode): Use toggle-fun arg.
14068
14069 * speedbar.el: Add :version to several defcustoms.
14070
14071 * imenu.el (imenu--truncate-items, imenu--cleanup)
14072 (imenu--generic-function): Avoid mapcar.
14073 (imenu--replace-spaces): Function removed.
14074 (imenu--completion-buffer): Use subst-char-in-string.
14075 (imenu-add-to-menubar): Use keymap inheritance.
14076
14077 2000-09-12 Miles Bader <miles@gnu.org>
14078
14079 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14080 (diff-mode-map): Bind `diff-test-hunk'.
14081 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14082
14083 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14084
14085 * bytecomp.el (byte-compile-defvar): Undo last change
14086 because it breaks '(make-variable-buffer-local (defvar ...)'
14087 which is used at least in dired.
14088
14089 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14090
14091 * international/quail.el (quail-define-package): Docstring
14092 modified.
14093
14094 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14095
14096 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14097 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14098 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14099 docstring of "chinese-py".
14100
14101 * international/quail.el (quail-translation-docstring): New
14102 variable.
14103 (quail-show-keyboard-layout): Docstring modified.
14104 (quail-select-current): Likewise.
14105 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14106 infinite recursive call.
14107 (quail-help): Check quail-translation-docstring. Format of the
14108 output changed.
14109 (quail-help-insert-keymap-description): Adjusted for the above
14110 change.
14111
14112 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14113
14114 * bytecomp.el (byte-compile-defvar): Only cons onto
14115 current-load-list in top-level forms. Else this leaks a cons cell
14116 every time a defun is called.
14117
14118 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14119
14120 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14121 Now understands non-unified diffs. Some functionality moved into
14122 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14123 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14124 modify anything. Only reposition point in the patched file if the
14125 patch succeeds. Only pop up another window if POPUP is true.
14126 Emit a message describing what happened if successful, and at what
14127 line-offset. Automatically detect reversed hunks and do something
14128 appropriate.
14129 (diff-hunk-text, diff-find-text): New functions.
14130 (diff-filter-lines): Function removed.
14131 (diff-test-hunk): New function.
14132 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14133
14134 2000-09-10 Dave Love <fx@gnu.org>
14135
14136 * textmodes/tildify.el: Minor doc/commentary fixes.
14137 (tildify) <defgroup>: Add :version.
14138
14139 * faces.el (face-x-resources): Make custom type more specific.
14140 (frame-background-mode): Use mapc.
14141 (region) <defcustom>: Add :version.
14142
14143 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14144
14145 * vc-sccs.el (vc-sccs-register):
14146 * vc-rcs.el (vc-rcs-register):
14147 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14148 * vc.el (vc-register): Clear file's properties.
14149
14150 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14151
14152 * faces.el (face-spec-set): Only face-spec-reset-face when
14153 ATTRS is non-nil.
14154
14155 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14156
14157 * help.el (help-insert-xref-button): Fix a typo in doc string.
14158
14159 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14160
14161 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14162 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14163 methods.
14164
14165 * menu-bar.el (read-mail-item-name): New function.
14166 (menu-bar-tools-menu): Use it to compute and display the package
14167 used to read email.
14168 (menu-bar-tools-menu): Fix typo in GUD's help string.
14169
14170 2000-09-07 Dave Love <fx@gnu.org>
14171
14172 * diff-mode.el (diff-mouse-goto-source): New function.
14173
14174 * vc-sccs.el: Doc fixes.
14175 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14176
14177 * vc-rcs.el: Doc fixes.
14178 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14179 (vc-rcs-checkout-switches, vc-rcs-header)
14180 (vc-rcs-master-templates): Add or change :version.
14181
14182 * vc-cvs.el: Doc fixes.
14183 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14184 (vc-cvs-stay-local): Add :version.
14185
14186 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14187
14188 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14189
14190 * international/quail.el (quail-help): Fix previous change.
14191
14192 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14193
14194 * faces.el (color-values): Doc fix.
14195
14196 * faces.el (frame-set-background-mode): Use frame-parameter
14197 instead of frame-parameters.
14198
14199 * frame.el (filtered-frame-list): Reduce consing.
14200 (frames-on-display-list): Call frame-parameter instead of
14201 frame-parameters.
14202
14203 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14204
14205 * language/devan-util.el (devanagari-to-indian-region): In the
14206 loop, change the following char, not preceding char.
14207
14208 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14209
14210 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14211 instead of frame-parameters.
14212
14213 * faces.el (set-face-attribute): Simplify by calling
14214 internal-set-lisp-face-attribute with FRAME being 0.
14215
14216 * vc.el: Remove `Id' version control keyword.
14217
14218 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14219
14220 * help.el (help-make-xrefs): Adjusted for the change of
14221 help-xref-mule-regexp.
14222 (help-insert-xref-button): New function.
14223
14224 * international/mule-cmds.el (help-xref-mule-regexp-template):
14225 Include the pattern for character set.
14226 (leim): New group.
14227
14228 * international/quail.el: Don't require face.
14229 (quail): New group.
14230 (quail-other-command): Dummy command to make quail-help work better.
14231 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14232 (quail-keyboard-layout-substitution): New variable.
14233 (quail-update-keyboard-layout): New function.
14234 (quail-keyboard-layout-type): New customizable variable.
14235 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14236 (quail-keyboard-translate): Pay attention to
14237 quail-keyboard-layout-substitution.
14238 (quail-insert-kbd-layout): New function.
14239 (quail-show-keyboard-layout): New function.
14240 (quail-get-translation): If the definition is a vector of length
14241 1, and the element is a string of length 1, return the character
14242 in that string.
14243 (quail-update-current-translations): Fix the case of
14244 relative-index out of range.
14245 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14246 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14247 Show key sequences for all available characters.
14248 (quail-help-insert-keymap-description): Don't show such verbose
14249 key bindings as quail-self-insert-command.
14250
14251 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14252 Format changed, and each element now have extra documentations.
14253 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14254 Adjusted for the change of quail-cxterm-package-ext-info.
14255
14256 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14257
14258 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14259 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14260 during bootstrap.
14261
14262 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14263
14264 * vc.el: (toplevel): Don't require `dired' at run-time.
14265 (vc-dired-resynch-file): Remove autoload cookie.
14266
14267 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14268
14269 * vc.el: Made several backend functions optional.
14270 (vc-default-responsible-p): New function.
14271 (vc-merge): Use RET for first version to trigger merge-news, not
14272 prefix arg.
14273 (vc-annotate): Handle backends that do not support annotation.
14274 (vc-default-merge-news): Removed. The existence of a merge-news
14275 implementation is now checked on caller sites.
14276
14277 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14278 case.
14279
14280 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14281 special case that has been removed from the default in vc-hooks.el.
14282
14283 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14284
14285 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14286
14287 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14288
14289 * vc-hooks.el: Require vc during compilation.
14290 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14291 macro `with-vc-properties' in vc.el.
14292 (vc-file-getprop): Doc fix.
14293 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14294
14295 * vc.el: Require dired-aux during compilation.
14296 (vc-name-assoc-file): Moved to vc-sccs.el.
14297 (with-vc-properties): New macro.
14298 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14299 vc-finish-steal): Use it.
14300 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14301 to the backend-specific function is now supposed to do the checkout,
14302 too.
14303 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14304
14305 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14306 set file properties; that gets done in the generic code now.
14307
14308 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14309 Changed parameter list, added code from vc.el that does the
14310 checkout, possibly with a double-take.
14311
14312 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14313 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14314 the above under the new name.
14315 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14316 parameter list, added checkout command.
14317 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14318 properties; that gets done in the generic code now.
14319
14320 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14321
14322 * vc.el: Docstring fixes (courtesy of checkdoc).
14323
14324 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14325
14326 * vc.el (vc-checkout-writable-buffer-hook)
14327 (vc-checkout-writable-buffer): Remove.
14328 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14329 (vc-log-mode): Make it into a clean derived major mode.
14330 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14331 vc-log-mode if log-edit is not available.
14332 (vc-dired-mode-map): Don't set-keymap-parent yet.
14333 (vc-dired-mode): Do set-keymap-parent here.
14334 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14335
14336 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14337
14338 * faces.el (set-face-attribute, face-spec-reset-face)
14339 (face-spec-set): Avoid consing by removing calls to `apply'.
14340
14341 * frame.el (frame-parameter): Move to C code.
14342
14343 2000-09-05 Dave Love <fx@gnu.org>
14344
14345 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14346 insert-before-markers-and-inherit. Now checked systematically!
14347
14348 2000-09-05 Alex Schroeder <alex@gnu.org>
14349
14350 * sql.el (sql-postgres): Use sql-postgres-options.
14351 (sql-postgres-options): New variable.
14352
14353 2000-09-05 Alex Schroeder <alex@gnu.org>
14354
14355 * sql.el (sql-mode-menu): Work around missing variable mark-active
14356 in XEmacs.
14357 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14358 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14359 compatibility.
14360
14361 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14362
14363 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14364
14365 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14366
14367 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14368
14369 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14370
14371 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14372 don't support anything else under SCCS yet.
14373
14374 * vc-hooks.el: Minor doc fixes.
14375
14376 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14377
14378 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14379 not necessary. If verbose in state `needs-patch', do the same as
14380 under `up-to-date'. When NOT verbose and `needs-patch', check out
14381 latest version instead of `merge-news'.
14382 (vc-next-action-dired): Don't mess with default-directory here; it
14383 breaks other parts of dired. It is the job of the
14384 backend-specific functions to adjust it temporarily if they need it.
14385 (vc-next-action): Remove a special CVS case.
14386 (vc-clear-headers): New optional arg FILE.
14387 (vc-checkin, vc-checkout): Set properties vc-state and
14388 vc-checkout-time properly.
14389 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14390 (vc-print-log): Use new backend function `show-log-entry'.
14391 (vc-cancel-version): Do the checks in a different order. Added a
14392 FIXME concerning RCS-only code.
14393
14394 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14395 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14396
14397 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14398
14399 * vc-hooks.el (vc-default-mode-line-string): Show state
14400 `needs-patch' as a `-' too.
14401
14402 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14403
14404 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14405 (vc-default-could-register): New function.
14406 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14407 (vc-resynch-buffer): Call vc-dired-resynch-file.
14408 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14409 vc-resynch-buffer instead of vc-resynch-window.
14410 (vc-next-action-dired): Don't redisplay here, that gets done as a
14411 result of the individual file operations.
14412 (vc-retrieve-snapshot): Corrected prompt order.
14413
14414 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14415
14416 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14417 as well.
14418 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14419 hostname regexps. Updated all callers.
14420 (vc-cvs-responsible-p): Handle directories as well.
14421 (vc-cvs-could-register): New function.
14422 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14423 properties up-to-date.
14424
14425 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14426 user whether to create one.
14427
14428 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14429
14430 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14431 check out a non-existing file.
14432
14433 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14434 workfile does not exist.
14435
14436 * vc.el (vc-version-diff): Use `require' to check for existence of
14437 diff-mode.
14438
14439 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14440
14441 * vc-cvs.el (vc-cvs-registered): Use new function
14442 vc-cvs-parse-entry to do the actual work.
14443
14444 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14445
14446 * vc-hooks.el (vc-find-backend-function): If function doesn't
14447 exist, return nil instead of error.
14448 (vc-call-backend): Doc fix.
14449
14450 * vc.el (vc-do-command): Doc fix.
14451 (vc-finish-logentry): When checking in from vc-dired, choose the
14452 right backend for logentry check.
14453 (vc-dired-mode-map): Inherit from dired-mode-map.
14454 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14455 simplified.
14456 (vc-dired-state-info): Removed, updated caller.
14457 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14458 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14459 (vc-dired-listing-switches): New variable.
14460 (vc-directory): Use it, instead of dired-listing-switches.
14461
14462 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14463 (vc-cvs-dir-state): New function.
14464 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14465 (vc-cvs-parse-entry): New function, also to be used in
14466 vc-cvs-registered.
14467
14468 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14469
14470 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14471 *or* single-window-frames.
14472
14473 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14474
14475 * vc.el (vc-update-changelog): Split into generic part and default
14476 implementation. Doc string adapted.
14477 (vc-default-update-changelog): New function. Call the `rcs2log'
14478 script in exec-directory, to fix a long-standing nuisance.
14479
14480 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14481 simply signals an error.
14482
14483 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14484
14485 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14486 control-flow more clear and to avoid running `cvs' twice.
14487
14488 * vc.el (vc-next-action-on-file): Doc fix.
14489 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14490 (vc-print-log): Eval `file' before constructing the continuation.
14491
14492 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14493
14494 * vc.el (vc-next-action-on-file): Corrected several messages.
14495 (vc-merge): Add prefix arg `merge-news'; handle it.
14496
14497 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14498 is not reached. It is.
14499 (vc-cvs-merge): Set state to 'edited after merge.
14500 (vc-cvs-merge-news): Set workfile version to nil if not known.
14501 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14502
14503 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14504 via stdout. (Merge from main line.)
14505
14506 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14507
14508 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14509 detection.
14510
14511 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14512
14513 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14514 against kill-all-local-variables.
14515 (vc-log-edit): Don't save vc-parent-buffer any more.
14516 (vc-last-comment-match): Initialize to an empty string.
14517 (vc-post-command-functions): New hook.
14518 (vc-do-command): Run it.
14519 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14520 (vc-finish-logentry): Only add the comment to the ring if it's
14521 different from the last comment entered.
14522 (vc-new-comment-index): New function.
14523 (vc-previous-comment): Use it. Make the minibuffer message
14524 slightly less terse.
14525 (vc-comment-search-reverse): Make it work forward as well. Don't
14526 set vc-comment-ring-index if no match is found. Use
14527 vc-new-comment-index.
14528 (vc-comment-search-forward): Use vc-comment-search-reverse.
14529 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14530 define-derived-mode will do it for us. Bind `v' to a keymap that
14531 inherits from vc-prefix-map so that we can bind `vt' without
14532 binding C-x v t.
14533 (vc-retrieve-snapshot): Parenthesis typo.
14534
14535 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14536 to 1. Make sure to switch to *vc* before looking for an error
14537 message. Use vc-parse-buffer.
14538
14539 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14540
14541 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14542 and NAME.
14543 (vc-retrieve-snapshot): Split into two parts.
14544 (vc-default-retrieve-snapshot): New function.
14545
14546 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14547 (vc-cvs-retrieve-snapshot): New function (untested).
14548 (vc-cvs-stay-local): Default to t.
14549 (vc-cvs-remote-p): New function and property.
14550 (vc-cvs-state): Stay local only if the above is t.
14551 (vc-handle-cvs): Removed.
14552 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14553 done via vc-handled-backends now.
14554 (vc-cvs-header): Escape Id.
14555
14556 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14557
14558 * vc.el (vc-do-command): Remove unused commands.
14559 (vc-version-diff): Make sure default-directory ends with a slash.
14560 Move the window commands into a vc-exec-after.
14561 (vc-print-log): Move more of the code into the `vc-exec-after'.
14562
14563 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14564
14565 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14566 (vc-print-log): Search current revision from beginning of buffer.
14567 (vc-revert-buffer): Clear echo area after the diff is finished.
14568 (vc-prefix-map): Removed definition of "t" for terse display in vc
14569 dired.
14570 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14571 definition of "vt" for terse display.
14572 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14573
14574 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14575
14576 * vc.el (vc-exec-after): Avoid caddr.
14577
14578 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14579
14580 * vc.el (vc-exec-after): New function.
14581 (vc-do-command): Use it to add a termination message for async
14582 procs.
14583 (vc-checkout): Try to handle a missing-backend situation.
14584 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14585 of a directory with a backend using async diffs.
14586 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14587 present.
14588
14589 * vc-sccs.el (vc-sccs-state-heuristic): Use
14590 file-ownership-preserved-p.
14591
14592 * vc-rcs.el (vc-rcs-state-heuristic): Use
14593 file-ownership-preserved-p.
14594 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14595
14596 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14597
14598 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14599 vc-do-command.
14600
14601 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14602 when there are no changes.
14603
14604 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14605
14606 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14607
14608 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14609
14610 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14611
14612 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14613
14614 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14615 the `fset' outside of the defvar so that it works even if
14616 vc-prefix-map was already defined.
14617 (vc-setup-buffer): New function, split out of vc-do-command.
14618 (vc-do-command): Allow BUFFER to be t to mean `just use the
14619 current buffer without any fuss'.
14620 (vc-version-diff): Change the `diff' backend operation to just put
14621 the diff in the current buffer without erasing it. Always use
14622 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14623 shrink-window-if-larger-than-buffer.
14624 (vc-print-log): Change the `print-log' backend operation to just
14625 put the log in the current buffer without erasing it. Protect
14626 shrink-window-if-larger-than-buffer.
14627 (vc-update-change-log): Fix setd typo.
14628
14629 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14630 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14631
14632 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14633 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14634 CMP.
14635
14636 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14637 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14638 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14639
14640 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14641
14642 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14643 not possible, use vc-BACKEND-workfile-unchanged-p.
14644 (vc-default-workfile-unchanged-p): New function. Delegates to a
14645 full vc-BACKEND-diff.
14646
14647 * vc-hooks.el (vc-simple-command): Removed.
14648
14649 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14650 instead of vc-simple-command.
14651 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14652 avoid doing a diff when opening a file.
14653 (vc-rcs-state): Added check for unlocked-changes.
14654 (vc-rcs-header): Escape Id.
14655 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14656 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14657 version.
14658
14659 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14660 (vc-sccs-diff): Remove optional arg CMP.
14661 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14662 SCCS-specific function.
14663
14664 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14665 vc-simple-command.
14666
14667 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14668
14669 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14670 (with-vc-file, vc-merge): Use vc-editable-p.
14671 (vc-do-command): Remove unused var vc-file and fix the
14672 doubly-defined `status' var. Add a user message when starting an
14673 async command.
14674 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14675 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14676 Use with-current-buffer.
14677 (vc-buffer-sync): Use unless.
14678 (vc-next-action-on-file): If the file is 'edited by read-only,
14679 make it read-write instead of trying to commit.
14680 (vc-version-diff, vc-update-change-log): Use `setq
14681 default-directory' rather than `cd'.
14682 (vc-log-edit): Don't forget to set default-directory in the
14683 buffer.
14684
14685 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14686 (vc-sccs-state-heuristic): Use file-writable-p instead of
14687 comparing userids.
14688 (vc-sccs-checkout): Use `unless'.
14689
14690 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14691 of comparing userids.
14692 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14693 Simplify the logic by eliminating unreachable code.
14694 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14695 just do a recursive call if we need to retry.
14696 (vc-rcs-checkout): Handle the case where rcs is missing by making
14697 the buffer read-write if requested and re-signalling the error.
14698
14699 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14700
14701 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14702
14703 * vc-hooks.el (vc-handled-backends): Docstring change.
14704 (vc-ignore-vc-files): Mark obsolete.
14705 (vc-registered): Check vc-ignore-vc-files.
14706 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14707 vc-ignore-vc-files.
14708
14709 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14710
14711 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14712
14713 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14714 files since ange-ftp already has vc-registered return nil.
14715
14716 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14717 (vc-sccs-workfile-version): Use with-temp-buffer and new
14718 vc-parse-buffer and don't bother setting the property.
14719 (vc-sccs-add-triple): Use with-current-buffer and
14720 find-file-noselect.
14721 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14722
14723 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14724 derives from the old vc-parse-buffer but uses the revision number
14725 rather than the date (much easier to compare robustly).
14726 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14727 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14728 locking-user more directly. Check strict locking and set
14729 checkout-model appropriately.
14730 (vc-rcs-parse-locks): Remove.
14731 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14732 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14733 (vc-rcs-system-release): Use with-current-buffer and
14734 vc-parse-buffer.
14735 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14736
14737 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14738 (vc-simple-command): Docstring fix.
14739 (vc-registered): Align the way the file-handler is called with the
14740 way the function itself works.
14741 (vc-file-owner): Remove.
14742
14743 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14744 extraction of fields and call to file-attributes because of a
14745 temporary bug in rcp.el.
14746 (vc-cvs-fetch-status): Use with-current-buffer.
14747
14748 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14749
14750 * vc.el (vc-do-command): Use file-relative-name.
14751 (vc-responsible-backend): Use vc-backend if possible.
14752 (vc-create-snapshot): Improve the `interactive' spec. Add support
14753 for branches and dispatch to backend-specific `create-snapshot'.
14754 (vc-default-create-snapshot): New function, containing the bulk of
14755 the old vc-create-snapshot.
14756 (vc-retrieve-snapshot): Improve the interactive spec.
14757
14758 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14759 (vc-backend-hook-functions): Remove.
14760 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14761 (vc-backend): Reintroduce the test for `file = nil' now that I
14762 know why it was there (and added a comment to better remember).
14763
14764 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14765 code from vc-sccs-hooks.el.
14766 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14767 'vc anymore.
14768 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14769 and file-directory-p instead of file-exists-p.
14770 (vc-sccs-check-headers): Simplify the regexp.
14771
14772 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14773 from vc-rcs-hooks.el. Don't require 'vc anymore.
14774 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14775 file-directory-p instead of file-exists-p.
14776
14777 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14778 from vc-cvs-hooks.el.
14779 (proto vc-cvs-registered): Require 'vc-cvs instead of
14780 'vc-cvs-hooks. Don't require 'vc anymore.
14781 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14782 file-directory-p instead of file-exists-p.
14783 (vc-cvs-create-snapshot): New function, replacing
14784 vc-cvs-assign-name.
14785 (vc-cvs-assign-name): Remove.
14786
14787 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14788
14789 * vc-cvs.el (vc-cvs-header): New var.
14790
14791 * vc-rcs.el (vc-rcs-exists): Remove.
14792 (vc-rcs-header): New var.
14793
14794 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14795 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14796 (vc-sccs-header): New var.
14797
14798 * vc.el (vc-do-command): Get rid of the `last' argument.
14799 (vc-header-alist): Remove, replaced by vc-X-header.
14800 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14801 (vc-dired-hook): Use expand-file-name instead of concat.
14802 (vc-directory): Use file-name-as-directory.
14803 (vc-snapshot-precondition, vc-create-snapshot)
14804 (vc-retrieve-snapshot): Allow the command to operate on any
14805 directory.
14806
14807 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14808 just removing the 'WORKFILE argument or by removing the 'MASTER
14809 argument and replacing `file' with (vc-name file).
14810
14811 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14812
14813 * vc.el: Update Copyright and add a crude list of backend funs.
14814 (vc-writable-p): New function.
14815 (with-vc-file): Use vc-writable-p.
14816 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14817 (vc-register): Avoid vc-name.
14818 (vc-locking-user): Remove.
14819 (vc-steal-lock): Make the `owner' arg non-optional.
14820 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14821 vc-checkout-model.
14822 (vc-default-dired-state-info): Use vc-state instead of
14823 vc-locking-user and return special strings for special states.
14824 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14825 and get rid of one of the special CVS cases.
14826 (vc-cancel-version): prettify error message with \\[...].
14827 (vc-rename-master): New function.
14828 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14829 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14830 the CVS special case generic.
14831 (vc-default-record-rename): Remove.
14832 (vc-file-tree-walk-internal): Only call FUNC for files that are
14833 under control of some VC backend and replace `concat' with
14834 expand-file-name.
14835 (vc-file-tree-walk): Update docstring.
14836 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14837 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14838
14839 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14840 vc-sccs-record-rename. Use `find-file-noselect' rather than
14841 `find-file' and call `vc-rename-master' to do the actual move.
14842 (vc-sccs-diff): Remove unused `backend' variable.
14843
14844 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14845 to delay loading of vc-sccs until it is really used.
14846 (vc-sccs-master-templates): Preload.
14847 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14848 (vc-sccs-project-dir): Remove (merged into
14849 vc-sccs-search-project-dir).
14850 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14851 rather than `concat', make sure it is preloaded and don't bother
14852 to check that the file actually exists.
14853 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14854 `locks' argument (use buffer's content instead) and eliminate n^2
14855 behavior.
14856
14857 * vc-rcs.el: Update Copyright.
14858 (vc-rcs-rename-file): New function.
14859 (vc-rcs-diff): Remove unused `backend' variable.
14860
14861 * vc-hooks.el: Update Copyright.
14862 (vc-backend): Don't accept a nil argument any more.
14863 (vc-up-to-date-p): Turn into a defsubst.
14864 (vc-possible-master): New function.
14865 (vc-check-master-templates): Use `vc-possible-master' and allow
14866 funs in vc-X-master-templates to return a non-existent file.
14867
14868 * vc-cvs.el: Update Copyright.
14869 (vc-cvs-diff): Remove unused `backend' variable.
14870 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14871
14872 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14873
14874 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14875
14876 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14877 since it can be called from vc-rcs.el.
14878 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14879
14880 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14881
14882 * vc.el (vc-version-diff): Expand file name read from the
14883 minibuffer. Handle the case when a previous version number can't
14884 be guessed. Give suitable messages when there were no differences
14885 found.
14886 (vc-clear-headers): Call backend-specific implementation, if one
14887 exists.
14888 (vc-cancel-version): Made error checks generic. When done, clear
14889 headers generically, too.
14890
14891 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14892 from vc-clear-headers in vc.el.
14893
14894 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14895 correctly.
14896 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14897 optional. Handle the case when it's not there.
14898
14899 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14900
14901 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14902
14903 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14904
14905 * vc-hooks.el (vc-loadup): Remove.
14906 (vc-find-backend-function): Use `require'. Also, handle the case
14907 where vc-BACKEND-hooks.el doesn't exist.
14908 (vc-call-backend): Cleanup.
14909
14910 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14911
14912 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14913 vc-rcs-grab-templates)
14914 (vc-rcs-registered): Remove. The default function works as well.
14915 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14916 vc-sccs-grab-templates)
14917 (vc-sccs-registered): Remove. The default function works as well.
14918
14919 * vc.el (vc-version-diff): Left out a vc- in call to
14920 vc-call-backend.
14921 (vc-default-dired-state-info, vc-default-record-rename)
14922 (vc-default-merge-news): Update for the new backend argument.
14923
14924 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14925 using the default function.
14926 (vc-call-backend): If calling the default function, pass it the
14927 backend as first argument. Update the docstring accordingly.
14928 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14929 for the new backend argument.
14930 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14931 (vc-find-backend-function): Use the new name.
14932 (vc-default-registered): New function.
14933
14934 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14935
14936 * vc.el (vc-merge): Use vc-find-backend-function.
14937
14938 * vc-hooks.el (vc-backend-functions): Remove.
14939 (vc-loadup): Don't setup 'vc-functions.
14940 (vc-find-backend-function): New function.
14941 (vc-call-backend): Use above fun and populate 'vc-functions
14942 lazily.
14943 (vc-backend-defines): Remove.
14944
14945 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14946
14947 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14948 Call vc-call-backend without the leading vc-.
14949 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14950 (vc-check-headers): Call vc-call-backend without the leading vc-.
14951 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14952 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14953 Call vc-call-backend without the leading vc-.
14954
14955 * vc-cvs.el (tail): Provide vc-cvs.
14956 * vc-sccs.el (tail): Provide vc-sccs.
14957 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14958
14959 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14960 (vc-make-backend-function, vc-call): Pass names without leading
14961 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14962 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14963 (vc-call-backend): Always try to load vc-X-hooks.
14964 (vc-registered): Remove vc- in call to vc-call-backend.
14965
14966 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14967
14968 * vc.el (vc-process-filter): New function.
14969 (vc-do-command): Setup `vc-process-filter' for the async process.
14970 (vc-maybe-resolve-conflicts): New function to reduce
14971 code-duplication. Additionally, it puts the buffer in
14972 `smerge-mode' if applicable.
14973 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14974 calling `merge-news'.
14975 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14976 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14977 interfacing to log-edit.el.
14978 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14979 log-edit is available.
14980 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14981
14982 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14983
14984 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14985 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14986 defvar and the initialization.
14987 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14988
14989 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14990 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14991
14992 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14993
14994 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14995
14996 * vc.el (vc-file-clear-masterprops): Removed.
14997 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14998 (vc-version-diff): Use buffer-size without argument.
14999 (vc-register): Heed vc-initial-comment.
15000
15001 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15002 default branch.
15003
15004 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15005 file name and workfile version.
15006 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15007
15008 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15009 vc-file-clear-masterprops.
15010
15011 * vc-sccs.el (vc-sccs-checkout): Removed call to
15012 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15013 rather than user login name.
15014
15015
15016 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15017
15018 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15019 `want-differences-if-changed' and simplify.
15020 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15021 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15022 output (which is invalid for async vc-diff) to decide whether to
15023 do the revert silently or not.
15024
15025 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15026
15027 * vc-hooks.el (vc-loadup): Load files quietly.
15028 (vc-call-backend): Oops, brain fart.
15029
15030 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15031
15032 * vc-cvs.el (vc-cvs-state): Typo.
15033 (vc-cvs-merge-news): Return the status code rather than the error msg.
15034
15035 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15036
15037 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15038 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15039 vc-state or vc-up-to-date-p.
15040 (vc-merge): Use vc-backend-defines to check whether merging is
15041 possible. Set state to 'edited after successful merge.
15042
15043 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15044 return that name. Redocumented.
15045
15046 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15047
15048 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15049 new `vc-state' semantics.
15050 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15051 'vc-locking-user to the current user.
15052 (vc-merge): Inline vc-backend-merge. Comment out code that I
15053 don't understand and hence can't adapt to the new `vc-state' and
15054 `vc-locking-user' semantics.
15055 (vc-backend-merge): Remove.
15056
15057 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15058 rather than 'vc-locking-user.
15059
15060 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15061
15062 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15063 (vc-state): Don't use 'reserved any more. Just use the same
15064 convention as the one used for vc-<backend>-state where the
15065 locking user (as a string) is returned.
15066 (vc-locking-user): Update, based on the above convention. The
15067 'vc-locking-user property has disappeared.
15068 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15069
15070 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15071 with a heuristic one.
15072 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15073 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15074 error. That allows us to get to 'needs-merge even in the
15075 stay-local case. There's still no way to detect 'needs-patch in
15076 such a setup (or to force an update for that matter).
15077 (vc-cvs-logentry-check): Remove, the default works as well.
15078
15079 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15080
15081 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15082
15083 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15084 major-mode in which the buffer might have been put earlier. Use
15085 `remove' and `when'. Allow `okstatus' to be `async' and use
15086 `start-process' in this case.
15087 (vc-version-diff): Handle the case where the diff looks empty
15088 because of the use of an async process.
15089
15090 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15091
15092 * vc.el (vc-next-action-on-file): Removed optional parameter
15093 `simple'. Recompute state unconditionally.
15094 (vc-default-toggle-read-only): Removed.
15095
15096 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15097 (vc-toggle-read-only): Undid prev change.
15098
15099 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15100 vc-cvs-simple-toggle. Redocumented.
15101 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15102 (vc-cvs-toggle-read-only): Removed.
15103
15104 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15105
15106 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15107 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15108 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15109 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15110 still is. So maybe it should be removed.
15111 (vc-head-version, vc-find-binary): Remove.
15112 (vc-recompute-state): Move from vc-hooks.el.
15113 (vc-next-action-on-file): Add a `simple' argument to allow
15114 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15115 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15116 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15117 (vc-dired-mode-map): Properly defvar it.
15118 (vc-print-log): Call log-view-mode if available.
15119 (small-temporary-file-directory): defvar instead of use boundp.
15120 (vc-merge-news): Moved to vc-cvs.el.
15121 (vc-default-merge-news): New function.
15122
15123 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15124 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15125 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15126 unknown `vc-latest-version' function. It should probably refer to
15127 vc-workfile-version or somesuch, but it's very unclear to me and I
15128 don't have SCCS to test things.
15129
15130 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15131 (vc-sccs-state-heuristic): Fix typo.
15132 (vc-sccs-workfile-unchanged-p): Add missing argument.
15133
15134 * vc-rcs.el: Require vc and vc-rcs-hooks.
15135 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15136 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15137 (vc-release-greater-or-equal-p): Move from vc.
15138 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15139 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15140 (vc-rcs-checkout): Add a missing `new-version' argument in the
15141 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15142
15143 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15144 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15145 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15146 than the apparently unbound `workfile-version'.
15147
15148 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15149 (vc-file-prop-obarray): Use `make-vector'.
15150 (vc-backend-functions): Add new hookable functions
15151 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15152 (vc-loadup): If neither backend nor default functions exist, use
15153 the backend function rather than nil.
15154 (vc-call-backend): If the function if not bound yet, try to load
15155 the non-hook file to see if it provides it.
15156 (vc-call): New macro plus use it wherever possible.
15157 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15158 nor `vc-find-binary' since it's only called from
15159 vc-mistrust-permission which is only used once the backend is known.
15160 (vc-checkout-model): Fix parenthesis.
15161 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15162
15163 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15164 (vc-cvs-release, vc-cvs-system-release): Remove.
15165 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15166 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15167 status symbols.
15168 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15169 (vc-cvs-toggle-read-only): First cut at a function to allow a
15170 cvs-status-free vc-toggle-read-only.
15171 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15172 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15173 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15174 (vc-cvs-checkout): Modify access rights directly if the user
15175 requested not to use `cvs edit'. And refresh the mode line.
15176
15177 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15178 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15179
15180 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15181
15182 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15183 workfile' that got lost when the code was extracted from vc.el.
15184 And merged the tail with the rest of the code (not possible in the
15185 old vc.el where the tail was shared among all backends). And
15186 explicitly set the state to 'edited if `writable' is set.
15187
15188 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15189 (vc-cvs-state): Be careful to return the value from
15190 vc-cvs-parse-state.
15191 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15192 property but return it instead. Also be careful to handle a nil
15193 or "" `rev' when workfile is non-nil (it was handled properly when
15194 workfile was nil).
15195
15196 * vc.el: Removed those pesky unnecessary `(function' quotes.
15197 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15198 directly in the defvar.
15199 (vc-do-command): Bind inhibit-read-only so as to properly handle
15200 the case where the destination buffer has been made read-only.
15201 (vc-diff): Delegate to vc-version-diff in all cases.
15202 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15203 (vc-annotate-mode-variables): Removed (code moved partly to
15204 defvars and partly to vc-annotate-add-menu).
15205 (vc-annotate-mode): Turned into a derived-mode.
15206 (vc-annotate-add-menu): Moved in code in
15207 vc-annotate-mode-variables.
15208 (vc-update-change-log): Use make-temp-file if available.
15209
15210 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15211
15212 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15213 `vc-checkout-model' updated to `vc-cvs-update-model'.
15214
15215 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15216
15217 * vc.el (vc-next-action-on-file): Added handling of state
15218 `unlocked-changes'.
15219 (vc-checkout-carefully): Is now practically obsolete, unless the
15220 above is too slow to be enabled unconditionally.
15221 (vc-update-change-log): Fixed typo.
15222
15223 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15224
15225 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15226 Now handles state `unlocked-changes'.
15227 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15228
15229 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15230
15231 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15232 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15233 `unlocked-changes'.
15234 (vc-rcs-workfile-unchanged-p): Renamed from
15235 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15236 function yet, but supposed to become one soon.
15237
15238 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15239 `vc-steal-lock'.
15240 (vc-call-backend): Changed error message.
15241 (vc-state): Added description of state `unlocked-changes'.
15242
15243 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15244
15245 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15246 always return t in CVS-controlled directories.
15247
15248 * vc.el (vc-responsible-backend): New function.
15249 (vc-register): Largely rewritten.
15250 (vc-admin): Removed (implementation moved into vc-register).
15251 (vc-checkin): Redocumented.
15252 (vc-finish-logentry): If no backend defined yet (because we are in
15253 the process of registering), use the responsible backend.
15254
15255 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15256 Updated function lists.
15257 (vc-call-backend): Fixed typo.
15258
15259 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15260 New functions.
15261 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15262 Removed query option. Redocumented.
15263
15264 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15265
15266 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15267
15268 * vc.el: Updated callers of `vc-checkout-required' to use
15269 `vc-checkout-model'.
15270
15271 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15272
15273 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15274 stuff updated to reference this function instead of the old
15275 `vc-backend-release-p'.
15276
15277 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15278
15279 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15280 vc-checkout-model. Return appropriate values. Updated callers.
15281
15282 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15283
15284 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15285 (vc-backend-revert): Function moved into `vc-revert';
15286 `vc-next-action' must be updated to accomodate this change.
15287 (vc-backend-steal): Function moved into `vc-finish-steal'.
15288 (vc-backend-logentry-check): Function moved into
15289 `vc-finish-logentry'.
15290 (vc-backend-printlog): Function moved into `vc-print-log'.
15291 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15292 (vc-backend-assign-name): Function moved into
15293 `vc-create-snapshot'.
15294
15295 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15296
15297 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15298 Rename to vc-checkout-model. Return appropriate values.
15299 Update callers.
15300
15301 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15302 to vc-checkout-model.
15303 (vc-checkout-required): Rename to vc-checkout-model.
15304 Re-implement and re-comment.
15305 (vc-after-save): Use vc-checkout-model.
15306
15307 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15308
15309 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15310 Update to use the vc-BACKEND-diff functions instead.
15311 `vc-diff' is now working.
15312
15313 * vc-rcs.el (vc-rcs-logentry-check): New function.
15314
15315 * vc-cvs.el (vc-cvs-logentry-check): New function.
15316
15317 * vc-sccs.el (vc-sccs-diff): Function changed name from
15318 `vc-backend-diff'. This makes `vc-diff' work.
15319
15320 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15321 of functions possibly implemented in a vc-BACKEND library.
15322 (vc-checkout-required): Fix bug that caused an error to be
15323 signaled during `vc-after-save'.
15324
15325 * vc.el: Fix typo.
15326 This checkin is made with our new VC code base for the very first time.
15327 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15328
15329 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15330 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15331
15332 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15333 updated to `vc-uses-locking'.
15334 (vc-checkout-required): Call to backend function.
15335 `vc-checkout-required' updated to `vc-uses-locking' instead.
15336
15337 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15338 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15339
15340 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15341 to match the split into various backends.
15342 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15343 (vc-retrieve-snapshot): Bug fix.
15344
15345 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15346
15347 * vc-sccs.el (vc-sccs-release): Doc fix.
15348
15349 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15350
15351 * vc.el (vc-next-action-on-file): Bug found and fixed.
15352 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15353 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15354
15355 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15356 (vc-rcs-checkout): Name space cleaned up. No more revision number
15357 crunching function names that are not prefixed with vc-rcs.
15358 (vc-rcs-checkout-model): Function added. References to
15359 `vc-checkout-model' replaced.
15360
15361 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15362
15363 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15364 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15365 still need to be split, and implemented for RCS).
15366
15367 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15368
15369 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15370
15371 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15372 required by the vc.el file.
15373
15374 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15375 required by the vc.el file.
15376 (vc-rcs-exists): Function added.
15377
15378 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15379 required by the vc.el file.
15380
15381 * vc.el (vc-admin): Updated to handle selection of appropriate
15382 backend. Current implementation is crufty and need re-thinking.
15383
15384 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15385
15386 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15387
15388 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15389 beginning of annotate buffers correctly.
15390
15391 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15392 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15393 functionality updated quite a lot to support multiple backends.
15394 Variables `vc-annotate-mode', `vc-annotate-buffers',
15395 `vc-annotate-backend' added.
15396
15397 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15398 `vc-annotate-difference' added to supported backend functions.
15399
15400 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15401
15402 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15403 Use with-temp-file instead of /bin/sh. Merged from mainline
15404
15405 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15406
15407 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15408
15409 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15410
15411 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15412
15413 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15414
15415 * vc-hooks.el: vc-state-heuristic added to
15416 vc-backend-hook-functions.
15417
15418 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15419
15420 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15421
15422 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15423 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15424 state to `reserved'.
15425
15426 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15427 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15428
15429 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15430
15431 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15432 untouched.
15433
15434 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15435
15436 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15437 if defined. (Merged from main line, slightly adapted.)
15438
15439 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15440 millenium problem (merged from mainline).
15441
15442 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15443
15444 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15445 part and moved the non-BACKEND stuff to vc.el.
15446
15447 * vc.el: Split the annotate feature into a BACKEND specific part
15448 and moved it from the vc-cvs.el file to this one.
15449
15450 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15451
15452 * vc-hooks.el: Implement new state model.
15453 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15454 (vc-locking-user): Simplify. Now only needed if the file is
15455 locked by somebody else.
15456 (vc-lock-from-permissions): Remove. Functionality is in
15457 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15458 (vc-mode-line-string): New name for former vc-status. Adapted.
15459 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15460
15461 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15462 Various simplifications and adaptations all over the place.
15463
15464 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15465 Simplify and adapt the rest.
15466
15467 * vc.el (vc-resynch-window): Add TODO comment: check for
15468 interaction with view mode according to recent RCS change.
15469 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15470
15471 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15472
15473 * vc.el: Convert the remaining function comments to docstrings.
15474
15475 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15476
15477 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15478 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15479 (vc-minor-part, vc-previous-version): Functions that operate and
15480 compare revision numbers got proper documentation. Comments added
15481 about their possible removal.
15482
15483 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15484
15485 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15486 the vc-backend.el files.
15487
15488 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15489
15490 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15491 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15492 (vc-rcs-previous-version): Functions added.
15493
15494 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15495
15496 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15497
15498 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15499
15500 * vc-hooks.el (vc-master-templates): Is really obsolete.
15501 Comment out the definition for now. What is the right procedure
15502 to get rid of it?
15503 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15504 rewritten.
15505 (vc-default-registered): Remove.
15506 (vc-check-master-templates): New function; does mostly what the
15507 above did before.
15508 (vc-locking-user): Don't rely on the backend to set the property.
15509
15510 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15511 Rewrite documentation.
15512 (vc-rcs-templates-grabbed): New variable.
15513 (vc-rcs-grab-templates): New function.
15514 (vc-rcs-registered): Rewrite to use above mechanism.
15515
15516 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15517 Rewrite documentation.
15518 (vc-sccs-templates-grabbed): New variable.
15519 (vc-sccs-grab-templates): New function.
15520 (vc-sccs-registered): Rewrite to use above mechanism.
15521 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15522 Don't throw the result, simply return it.
15523
15524 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15525 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15526 (vc-cvs-registered): Does the check itself now. Simplify.
15527
15528 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15529 from main line.
15530
15531 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15532
15533 * vc-cvs.el (vc-cvs-diff): New function.
15534
15535 * vc-sccs.el (vc-sccs-diff): New function.
15536
15537 * vc-rcs.el (vc-rcs-diff): New function.
15538 (vc-rcs-checkout): Bug (typo) found and fixed.
15539 (vc-rcs-register-switches): New variable.
15540
15541 * vc.el (vc-backend-diff): Function removed and placed in the
15542 backend files.
15543
15544 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15545
15546 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15547
15548 * vc.el (vc-backend-checkout): Function removed and replaced in
15549 the vc-backend.el files.
15550
15551 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15552
15553 * vc.el (vc-backend-admin): Removed and replaced in the
15554 vc-backend.el files.
15555
15556 * vc.el (Martin): Removed all the annotate functionality since it
15557 is CVS backend specific.
15558
15559 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15560
15561 * spec.txt: Added specification of vc-state.
15562
15563 * vc-sccs-hooks.el (vc-sccs-master-properties):
15564 Remove handling of vc-latest-version and
15565 vc-your-latest-version. What used to be vc-latest-version, is now
15566 returned as vc-workfile-version.
15567 (vc-sccs-workfile-version): Adapt.
15568
15569 2000-09-04 Dave Love <fx@gnu.org>
15570
15571 * vc.el: [Merged from mainline.]
15572 (vc-dired-mode): Make the dired-move-to-filename-regexp
15573 regexp match the date, to avoid treating date as file size.
15574 Add YYYY S option to WESTERN/
15575
15576 2000-09-04 Dave Love <fx@gnu.org>
15577
15578 * vc.el: Require `compile' when compiling.
15579 (vc-logentry-check-hook): New option.
15580 (vc-steal-lock): Use compose-mail.
15581 (vc-dired-mode-map): Defvar when compiling.
15582 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15583 vc-sccs.el and renamed. Callers changed.
15584 (vc-backend-checkout, vc-backend-logentry-check)
15585 (vc-backend-merge-news): Doc fix.
15586 (vc-default-logentry-check): New function.
15587 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15588 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15589 (vc-backend-merge): Doc fix. Use backend functions.
15590 (vc-check-headers): Use backend functions.
15591
15592 * vc-cvs.el: Require vc when compiling.
15593 (vc-cvs-register-switches): Doc fix.
15594 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15595 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15596 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15597 New functions (code from vc.el).
15598 (vc-annotate-display-default): Fix interactive spec.
15599 (vc-annotate-time-span): Doc fix.
15600
15601 * vc-rcs.el: Require vc when compiling.
15602 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15603 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15604 (vc-rcs-checkin): New functions (code from vc.el).
15605 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15606 Doc fix.
15607 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15608
15609 * vc-sccs.el: Require vc when compiling.
15610 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15611 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15612 (vc-sccs-revert)
15613 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15614 from vc.el).
15615 (vc-sccs-add-triple, vc-sccs-record-rename)
15616 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15617 (vc-sccs-admin): Doc fix.
15618
15619 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15620
15621 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15622 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15623 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15624 from vc.el.
15625
15626 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15627
15628 * vc-cvs.el: Moved the annotate functionality from vc.el.
15629 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15630
15631 2000-09-04 Dave Love <fx@gnu.org>
15632
15633 * vc.el (vc-backend-release): Call vc-system-release.
15634
15635 * vc-sccs.el (vc-sccs-system-release):
15636 Renamed from vc-sccs-backend-release.
15637
15638 * vc-rcs.el (vc-rcs-system-release):
15639 Renamed from vc-rcs-backend-release.
15640
15641 * vc-cvs.el (vc-cvs-system-release):
15642 Renamed from vc-cvs-backend-release.
15643
15644 2000-09-04 Dave Love <fx@gnu.org>
15645
15646 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15647 backend files.
15648 (vc-backend-release): Dispatch to backend functions.
15649 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15650 probably needs attention.]
15651
15652 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15653 (vc-sccs-backend-release): New function.
15654
15655 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15656 (vc-cvs-backend-release): New function.
15657
15658 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15659 Doc fix.
15660 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15661 (vc-default-dired-state-info): New function.
15662 (vc-dired-state-info): Dispatch to backends.
15663 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15664
15665 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15666 from vc.el and renamed.
15667
15668 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15669
15670 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15671 (vc-version-other-window, vc-backend-assign-name): Removed
15672 references to vc-latest-version; sometimes changed into
15673 vc-workfile-version.
15674
15675 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15676 vc-rcs-master-workfile-version.
15677 (vc-rcs-workfile-version): Use the above. Don't call
15678 vc-latest-version (that was unreachable code, anyway).
15679 (vc-rcs-fetch-master-properties): Doc fix.
15680
15681 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15682 (vc-backend-hook-functions): Removed them from this list, too.
15683 (vc-fetch-properties): Removed.
15684 (vc-workfile-version): Doc fix.
15685
15686 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15687 (vc-rcs-workfile-version, vc-rcs-locking-user)
15688 (vc-rcs-uses-locking): Use it.
15689
15690 * vc-hooks.el (vc-consult-rcs-headers):
15691 Moved into vc-rcs-hooks.el, under the name
15692 vc-rcs-consult-headers.
15693
15694 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15695 headers.
15696 (vc-cvs-find-master): Use this name only; correct different
15697 versions of the name.
15698
15699 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15700 New functions.
15701 (vc-sccs-locking-user): Use the latter.
15702
15703 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15704 New functions.
15705
15706 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15707 Moved into both
15708 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15709 functions are implementation details of those two backends.
15710
15711 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15712
15713 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15714 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15715
15716 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15717 (vc-sccs-parse-locks): SCCS-specific code moved here from
15718 vc-hooks.
15719
15720 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15721 code moved here from vc-hooks.
15722
15723 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15724 into back-end specific parts and removed. Callers not updated
15725 yet; because I guess these callers will disappear into back-end
15726 specific files anyway.
15727
15728 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15729
15730 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15731 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15732 `vc-uses-locking'.
15733
15734 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15735 Store yes/no in the property, and return t/nil. Updated all
15736 callers.
15737
15738 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15739 vc-sccs-uses-locking. Don't set property.
15740 (vc-sccs-locking-user): Don't set property.
15741
15742 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15743 vc-cvs-uses-locking. Don't set property here; leave that to
15744 vc-hooks.
15745 (vc-cvs-locking-user): Reflect above change. Streamlined.
15746
15747 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15748 vc-rcs-uses-locking.
15749 (vc-rcs-locking-user): Reflect above change.
15750
15751 2000-09-04 Dave Love <fx@gnu.org>
15752
15753 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15754
15755 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15756
15757 * vc-hooks.el (vc-checkout-model): Punt to backends.
15758
15759 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15760
15761 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15762
15763 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15764 New functions.
15765
15766 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15767 New functions.
15768
15769 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15770 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15771
15772 * vc-hooks.el (vc-default-locking-user): New function.
15773 (vc-locking-user, vc-workfile-version): Punt to backends.
15774
15775 2000-09-04 Dave Love <fx@gnu.org>
15776
15777 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15778 (vc-master-workfile-version): Moved from vc-hooks.
15779
15780 * vc-rcs-hooks.el: Fix duplicate code in last change.
15781
15782 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15783 (vc-rcs-master-templates): Improve :type.
15784 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15785 vc-master-workfile-version): Moved from vc-hooks.
15786
15787 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15788 (vc-sccs-master-templates): Improve :type.
15789 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15790
15791 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15792
15793 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15794 (vc-cvs-master-templates): Improve :type. Use
15795 vc-cvs-find-cvs-master.
15796 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15797 from vc-hooks.
15798 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15799
15800 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15801 Moved to vc-cvs-hooks.
15802
15803 * vc-hooks.el: Add doc strings in various places. Simplify the
15804 minor mode setup.
15805 (vc-handled-backends): New user variable.
15806 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15807 simplification.
15808
15809 2000-09-04 Dave Love <fx@gnu.org>
15810
15811 * vc.el: Some doc fixes for autoloaded and interactive functions.
15812 Fix compilation warnings from ediff stuff.
15813 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15814
15815 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15816
15817 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15818
15819 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15820
15821 2000-09-04 Dave Love <fx@gnu.org>
15822
15823 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15824 New variable.
15825 (vc-make-backend-function, vc-loadup, vc-call-backend)
15826 (vc-backend-defines): New functions.
15827
15828 * vc-hooks.el: Various doc fixes.
15829 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15830 (vc-match-substring): Function removed. Callers changed to use
15831 match-string.
15832 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15833 Simplify.
15834
15835 2000-09-04 Dave Love <fx@gnu.org>
15836
15837 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15838 type.
15839 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15840 (vc-sccs-registered): Doc fix.
15841
15842 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15843 (vc-cvs-registered): Doc fix.
15844
15845 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15846 (vc-rcs-registered): Doc fix.
15847
15848 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15849
15850 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15851
15852 * vc-hooks.el: vc-registered has been renamed
15853 vc-default-registered. Some functions have been moved to the
15854 backend specific files. they all support the
15855 vc-BACKEND-registered functions.
15856
15857 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15858
15859 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15860
15861 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15862
15863 2000-09-04 Dave Love <fx@gnu.org>
15864
15865 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15866 menu-bar-update-hook.
15867
15868 * help.el (help-manyarg-func-alist): Add
15869 find-operation-coding-system.
15870
15871 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15872
15873 * custom.el (custom-set-variables): Print message about errors in
15874 setting.
15875
15876 2000-09-03 Andrew Innes <andrewi@gnu.org>
15877
15878 * makefile.w32-in: Change to DOS line endings.
15879
15880 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15881
15882 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15883 minor-mode keymaps, if they don't have one.
15884
15885 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15886
15887 * eshell/esh-module.el (eval-when-compile): Don't lose if
15888 esh-module.el's file name is truncated to DOS 8+3 limits.
15889
15890 2000-09-01 John Wiegley <johnw@gnu.org>
15891
15892 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15893 predicate, which caused entries in the completion list to be
15894 doubled.
15895
15896 2000-08-30 John Wiegley <johnw@gnu.org>
15897
15898 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15899 sending to subprocesses. Also, hook pre-command-hook if
15900 `eshell-send-direct-to-subprocesses' is non-nil.
15901 (eshell-send-direct-to-subprocesses): New config variable. If t,
15902 subprocess input is send immediately.
15903 (eshell-toggle-direct-send): New function.
15904 (eshell-self-insert-command): New function.
15905 (eshell-intercept-commands): New function.
15906 (eshell-send-input): If direct subprocess sending is enabled,
15907 don't echo any input to the Eshell buffer. Let the subprocess
15908 handle that. This requires "stty echo" in bash, for example.
15909
15910 2000-08-28 John Wiegley <johnw@gnu.org>
15911
15912 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15913 completion function for Eshell's implementation of `unset'.
15914
15915 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15916
15917 * info.el (Info-directory-list): Doc fix.
15918
15919 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15920
15921 * filecache.el (file-cache-add-directory-using-find): Don't quote
15922 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15923
15924 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15925
15926 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15927 coding systems.
15928
15929 2000-08-30 Andrew Innes <andrewi@gnu.org>
15930
15931 * timer.el (run-with-idle-timer): Undo last change, so that timer
15932 is not activated immediately if Emacs is already idle. Some
15933 existing code relies on this behaviour.
15934
15935 2000-08-30 Miles Bader <miles@gnu.org>
15936
15937 * frame.el (set-frame-font): Do completion of font-name for
15938 interactive use.
15939
15940 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15941
15942 * international/quail.el (quail-start-translation): Bind locally
15943 last-command-event, last-command, and this-command.
15944 (quail-start-conversion): Likewise.
15945 (quail-self-insert-command): Fix docstring.
15946
15947 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15948
15949 * progmodes/executable.el
15950 (executable-make-buffer-file-executable-if-script-p): Check that
15951 buffer contains at least 2 characters.
15952
15953 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15954
15955 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15956
15957 2000-08-29 Dave Love <fx@gnu.org>
15958
15959 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15960 (diff-mode-shared-map): Bind mouse-2.
15961 (diff-imenu-generic-expression): New variable.
15962 (diff-mode): Use it.
15963
15964 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15965 (mouse-popup-menubar): Add minor mode menus.
15966 (popup-menu): Check for lookup-key returning number.
15967
15968 2000-08-29 Miles Bader <miles@gnu.org>
15969
15970 * comint.el (comint-send-input): Create overlays using the proper
15971 front/read-advance arguments.
15972
15973 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15974
15975 * ps-print.el: Even/odd pages printing. Doc fix.
15976 (ps-print-version): New version number (6.0).
15977 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15978 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15979 (ps-print-duplex-feature): Variable eliminated.
15980 (ps-even-or-odd-pages): New variable.
15981
15982 * progmodes/ebnf2ps.el: Doc fix.
15983 (ebnf-version): New version (3.3).
15984 (ebnf-user-arrow): Change variable customization to sexp.
15985 (ebnf-user-arrow): Function eliminated.
15986 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15987
15988 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15989
15990 * help.el (help-xref-mule-regexp): New variable.
15991 (help-make-xrefs): Handle help-xref-mule-regexp.
15992
15993 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15994 variable.
15995 (describe-input-method): Temporarily activate the specfied input
15996 method to display the information.
15997 (describe-language-environment): Hyperlinks to mule related items.
15998
15999 * international/mule-diag.el (charset-multibyte-form-string): New
16000 function.
16001 (list-character-sets-1): Use charset-multibyte-form-string.
16002 (describe-character-set): New function.
16003 (describe-coding-system): Hyperlinks to safe character sets.
16004
16005 * international/quail.el (quail-help): New arg PACKAGE.
16006 Hyperlinks to mule related items.
16007 (quail-help-insert-keymap-description): Use
16008 substitute-command-keys instead of describe-bindings.
16009 (quail-translation-help): Hyperlinks to mule related items.
16010
16011 2000-08-28 John Wiegley <johnw@gnu.org>
16012
16013 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16014 have a defsubst call itself. Made `eshell-flatten-list' back into
16015 a function again.
16016
16017 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16018 catch, in case re-centering point at bottom messes up the display.
16019 This happens frequently in Emacs 21, due I believe to variable
16020 line heights.
16021
16022 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16023 to call `find-tag-interactive'.
16024
16025 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16026 the list of remember directories.
16027
16028 2000-08-28 John Wiegley <johnw@gnu.org>
16029
16030 * align.el: Test align-region-separate to see if it's a symbol.
16031
16032 2000-08-28 John Wiegley <johnw@gnu.org>
16033
16034 * eshell/esh-util.el (eshell-flatten-list): Made this function
16035 into a defsubst form. It gets used very frequently, although
16036 calls don't occur all that often.
16037
16038 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16039 examining it.
16040
16041 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16042 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16043 `eshell-protect'.
16044 (eshell-copy-handles): Created a new macro for duplicating the
16045 current set of open handles. This is needed by the looping
16046 functions.
16047 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16048 is not incorrectly stomped on.
16049
16050 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16051 declaration for pcomplete-use-paring.
16052 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16053 value of eshell-cmpl-use-paring.
16054 * pcomplete.el (pcomplete-use-paring): New config variable, to
16055 indicate whether paring should be used.
16056 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16057 completion alternatives that have already been used.
16058
16059 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16060 bound to C-c C-y, which will repeat the previous N arguments
16061 (based on prefix argument).
16062 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16063
16064 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16065 if there is no *Help* buffer. This is for XEmacs, which renames
16066 its help buffers uniquely. TODO: Find out what the current buffer
16067 name to delete is.
16068
16069 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16070 first entry that correlates to a passwd/group number. Later
16071 entries (used for group/user name aliasing to multiple IDs) are
16072 ignored.
16073
16074 * eshell/em-xtra.el (eshell/expr):
16075 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16076 (eshell-grep, eshell/diff, eshell/locate):
16077 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16078 argument list, before passing it to the system command.
16079
16080 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16081 `find-tag' for use at final position in Eshell buffers (which
16082 otherwise triggers an error on Emacs 21).
16083 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16084 buffer, if it is currently bound to `find-tag'.
16085
16086 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16087 in the list of matched Makefile names.
16088 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16089 directory, prefer its contents to Makefile.
16090
16091 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16092 directory parts (like "cd old new", or "cd =regexp"), are now case
16093 sensitive on non-Windows/DOS platforms.
16094
16095 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16096 types RET after an open delimiter (like "), display a message
16097 indicating that Eshell is waiting for the closing delimiter.
16098
16099 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16100 environment variables.
16101
16102 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16103 gracefully if the user enters incorrect arguments.
16104
16105 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16106 Eshell buffers.
16107
16108 * eshell/esh-var.el (eshell-interpolate-variable):
16109 * eshell/esh-mode.el (eshell-move-argument):
16110 * eshell/em-unix.el (eshell-du-sum-directory):
16111 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16112 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16113 (not (= ...)).
16114
16115 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16116 to ensure the `preserve' flag gets propagated when doing recursive
16117 directory copies.
16118
16119 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16120
16121 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16122 Don't convert \n into \0177 in memory.
16123 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16124 and back again, when reading and writing.
16125
16126 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16127
16128 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16129 testing of `fboundp' on `processp'.
16130
16131 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16132 (eshell/jobs): Don't call process-list if it is not bound.
16133 (eshell-gather-process-output): Support systems where async
16134 subprocesses aren't supported.
16135 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16136 variables.
16137
16138 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16139 eshell-do-eval returns t.
16140 (eshell-do-pipelines-synchronously): New defmacro.
16141 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16142 when async subprocesses aren't supported.
16143 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16144 if async subprocesses aren't supported.
16145 (eshell-resume-command): Don't assume STATUS is a string.
16146
16147 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16148
16149 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16150 (eshell-close-target, eshell-get-target): Use eshell-processp.
16151 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16152 fix.
16153 (eshell-get-target, eshell-create-handles): Doc fix.
16154
16155 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16156
16157 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16158 criterion to include commands that output something, as long as it
16159 leaves both the command and the end-of-buffer visible when the
16160 command has exited.
16161 (eshell-review-quick-commands): Adjust the help doc string
16162 accordingly.
16163
16164 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16165
16166 * locate.el (locate): Cleaned up locate command's interactive prompting
16167 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16168
16169 * filecache.el (file-cache-case-fold-search): New variable
16170 (file-cache-assoc-function): New variable
16171 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16172 Use file-cache-case-fold-search variable
16173 (file-cache-add-file): Use file-cache-assoc-function
16174 (file-cache-delete-file): likewise
16175 (file-cache-directory-name): likewise
16176 (file-cache-debug-read-from-minibuffer): likewise
16177
16178 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16179
16180 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16181 (abbrev-table-name): New function.
16182 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16183 If non-nil list local abbrev, only.
16184
16185 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16186
16187 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16188 from Gnus support code, and use special article copy buffer
16189 `(gnus-original-article-buffer)' instead. This allows to get rid
16190 of article-hide-headers usage (which breaks in the latest Gnus
16191 version). Thanks to Detlev Zundel.
16192
16193 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16194
16195 * international/quail.el (quail-use-package): Hide "... loaded"
16196 message.
16197 (quail-start-translation, quail-start-conversion): Likewise.
16198
16199 * international/kkc.el (kkc-region): Hide "... loaded" message.
16200
16201 2000-08-27 Dave Love <fx@gnu.org>
16202
16203 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16204
16205 2000-08-27 Miles Bader <miles@gnu.org>
16206
16207 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16208
16209 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16210
16211 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16212 'ja-dic-cnv), not (require 'skkdic-cnv).
16213
16214 2000-08-26 Miles Bader <miles@gnu.org>
16215
16216 * faces.el (face-x-resources): Add entry for :inherit.
16217 * cus-face.el (custom-face-attributes): Add support for :inherit
16218 attribute. Add support for relative face heights.
16219 (custom-face-attributes-get): Treat `nil' as being a default value
16220 for :inherit (as well as `unspecified').
16221
16222 * faces.el (set-face-attribute): Update doc string.
16223 (face-attribute-name-alist): Add :inherit.
16224 (face-valid-attribute-values): Handle :inherit.
16225 (face-read-string): Rephrase prompt to be less confusing.
16226 Assume that DEFAULT is a string, since we must return a string.
16227 (face-read-integer): Use `format' to turn DEFAULT into an
16228 acceptable default for face-read-string. Match NEW-VALUE against
16229 the string "unspecified", not the symbol `unspecified', since
16230 that's what face-read-string returns.
16231 (read-face-attribute): Lookup a name for old-value in valid, and
16232 use it as a default if we find one. Treat all values from
16233 face-read-string as strings. If the default is used, don't do any
16234 more processing on the value, just use the old value directly.
16235 (read-face-and-attribute, modify-face): Tweak prompt.
16236 (read-face-name): Don't assume prompt ends with a space.
16237
16238 * faces.el (describe-face): Add support for :inherit attribute.
16239
16240 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16241
16242 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16243 concat doesn't accept interger.
16244
16245 * international/kkc.el: Remove SKK from Keywords. Require
16246 ja-dic-utl instead of skkdic-utl.
16247
16248 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16249 Provide ja-dic-cnv instead of skkdic-cnv.
16250 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16251 (iso-2022-7bit-short): Add safe-charsets property.
16252 (skkdic-convert-postfix): Search Japanese chou-on character in
16253 addition to Hiragana character.
16254 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16255 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16256 (batch-skkdic-convert): Likewise.
16257
16258 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16259 Provide ja-dic-utl instead of skkdic-utl.
16260 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16261
16262 2000-08-24 Dave Love <fx@gnu.org>
16263
16264 * disp-table.el (standard-display-default): Make the test of `l'
16265 useful.
16266
16267 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16268 mod sample text.
16269
16270 * international/iso-ascii.el: Make pilcrow convenient string
16271 consistent with section.
16272 (iso-ascii-display): Set up multibyte characters as well as
16273 unibyte.
16274
16275 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16276
16277 * international/mule-cmds.el (reset-language-environment): Set
16278 default-process-coding-system to '(undecided . iso-latin-1), which
16279 makes process I/O almost consistent with file I/O. Call this
16280 function when mule-cmds.el[c] is loaded.
16281
16282 2000-08-22 Andrew Innes <andrewi@gnu.org>
16283
16284 * makefile.w32-in: New file.
16285
16286 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16287
16288 * comint.el (comint-output-filter): Compare end of
16289 comint-last-output-overlay with the start of the newly inserted
16290 text, not the end, when deciding whether to extend it.
16291 Set saved-point's insertion type to advance after insertion.
16292
16293 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16294 since this is now done independently of font-lock mode.
16295
16296 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16297
16298 * server.el (server-kill-new-buffers): New user option.
16299 (server-existing-buffer): New buffer-local variable.
16300 (server-visit-files): When using an existing buffer, set
16301 server-existing-buffer to t.
16302 (server-buffer-done): If server-kill-new-buffers is t, kill the
16303 buffer, unless it was already present before visiting it with
16304 Emacs server.
16305
16306 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16307
16308 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16309 even if the display doesn't support colors: some displays will
16310 support bold/underline faces.
16311
16312 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16313
16314 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16315
16316 * startup.el (command-line): If user's init file had an error,
16317 add explanatory text to *Messages*.
16318
16319 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16320
16321 * man.el (Man-getpage-in-background): Decode the process output by
16322 the system locale coding system.
16323
16324 2000-08-20 Dave Love <fx@gnu.org>
16325
16326 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16327 Don't test x-popup-menu.
16328 (function) <complete-function>: Complete only fbound symbols.
16329 <validate, value>: New.
16330 (variable) <complete-function>: Complete only bound symbols.
16331 (coding-system): Add :base-only, :complete-function, :validate,
16332 :value, :prompt-match.
16333 (widget-coding-system-prompt-value): Use read-coding-system and
16334 act on :base-only.
16335 (editable-field): Add :help-echo.
16336 (widget-push-button-gui, widget-push-button-cache)
16337 (widget-gui-action, widget-editable-list-gui): COmment out, along
16338 with uses.
16339 (widget-at): Make arg optional.
16340 (widget-echo-help): Adjust for current help-echo calling sequence.
16341 (widget-specify-field, widget-specify-button)
16342 (widget-specify-insert, widget-get-sibling, widget-image-find)
16343 (widget-convert, widget-insert, widget-leave-text)
16344 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16345 (widget-setup, widget-field-find, widget-before-change)
16346 (widget-after-change, widget-default-complete)
16347 (widget-default-create, widget-default-delete)
16348 (widget-push-button-value-create, editable-field)
16349 (widget-field-prompt-value, widget-field-validate)
16350 (widget-choice-value-create, widget-choice-action)
16351 (widget-choice-validate, widget-checklist-add-item)
16352 (widget-radio-add-item, widget-radio-chosen)
16353 (widget-radio-value-inline, widget-editable-list-value-create)
16354 (widget-editable-list-entry-create)
16355 (widget-documentation-link-add)
16356 (widget-documentation-string-value-create)
16357 (widget-regexp-validate, widget-file-complete)
16358 (widget-sexp-validate, widget-plist-convert-widget)
16359 (widget-plist-convert-widget, widget-alist-convert-widget)
16360 (widget-alist-convert-widget, widget-color-complete): Simplify,
16361 particularly to avoid bindings which aren't optimized out.
16362
16363 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16364 Doc fix.
16365 (down-list, backward-up-list, up-list, kill-sexp)
16366 (backward-kill-sexp, mark-sexp): Make arg optional.
16367 (lisp-complete-symbol): Add optional arg PREDICATE.
16368
16369 * cus-start.el: Add display-buffer-reuse-frames,
16370 file-coding-system-alist.
16371
16372 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16373
16374 * startup.el (command-line): Clear realized faces after
16375 modifying TTY color mappings.
16376
16377 2000-08-20 Miles Bader <miles@gnu.org>
16378
16379 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16380 merely a subset of FACE's attributes.
16381
16382 2000-08-19 Miles Bader <miles@gnu.org>
16383
16384 * comint.el (comint-output-filter): Save the point with a marker,
16385 not just a buffer position.
16386
16387 * international/mule.el (set-buffer-process-coding-system): Make
16388 interactive prompt less confusing.
16389
16390 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16391
16392 * hilit-chg.el: General cleanup of doc strings, comments and
16393 code formatting.
16394
16395 2000-08-19 Miles Bader <miles@gnu.org>
16396
16397 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16398 Compiler macro removed; beginning-of-line is no longer always
16399 equivalent to forward-line, in the presence of fields.
16400
16401 * comint.el (comint-output-filter): Remove ad-hoc saving of
16402 restriction, and just use save-restriction, now that it works
16403 correctly. Don't adjust comint-last-input-start to account for
16404 our insertion; it shouldn't have moved because we don't use
16405 insert-before-markers anymore. Comment out call to
16406 `force-mode-line-update'; why is it here?
16407
16408 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16409 while checking for prompt to delete. Use `forward-line 0'
16410 instead of beginning-of-line.
16411 (gud-filter): Temporarily widen gud comint buffer while
16412 examining output.
16413
16414 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16415
16416 * progmodes/sh-script.el: Big bag of typos.
16417
16418 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16419 check since ispell-process is not bound when ispell is not yet loaded.
16420
16421 2000-08-18 Dave Love <fx@gnu.org>
16422
16423 * image.el (find-image): Copy `spec' before using plist-put.
16424
16425 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16426
16427 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16428 `portugues'.
16429
16430 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16431 backward-kill-sexp, analogous to kill-sexp.
16432
16433 * progmodes/icon.el (icon-indent-line)
16434 (icon-is-continuation-line): Handle comments specially.
16435
16436 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16437
16438 * ispell.el: Set to standard author/maintainer/keyword fields.
16439 Fine tuning to menu map appearance and operation, and added help.
16440 Remove `start' and `end' error messages when compiling.
16441 (ispell-choices-win-default-height): Fixed comment string.
16442 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16443 castellano8 dictionaries.
16444 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16445 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16446 dictionary, added italiano dictionary.
16447 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16448 word character
16449 (ispell-tex-skip-alists): Added psfig support.
16450 (ispell-skip-html): Renamed from ispell-skip-sgml.
16451 (ispell-begin-skip-region-regexp, ispell-skip-region)
16452 (ispell-minor-check): Improved html skipping support to skip across
16453 code, and recognize `&' commands without propper `;' syntax;
16454 (ispell-process-line): Fix alignment error when manually
16455 correcting spelling.
16456 (ispell): Fix comment string.
16457 (ispell-add-per-file-word-list): Always put word list on new line.
16458
16459 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16460
16461 * format.el (format-encode-run-method): Fix error message to say
16462 `encode' instead of `decode'. Use save-window-excursion around
16463 shell-command-on-region as in format-decode-run-method because
16464 shell-command-on-region can display a buffer with error output.
16465 (format-decode): Don't record undo information for the decoding.
16466 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16467 that number part of the temporary buffer name so that more than
16468 one decoding using a temporary buffer can happen safely.
16469
16470 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16471 of `A-z' in the regexp.
16472
16473 * hilit-chg.el: Fix typos in commentary.
16474
16475 * help.el (view-emacs-news): Rewritten for new naming scheme
16476 for old NEWS files.
16477
16478 * startup.el (command-line): Pop to *Messages* in case an error
16479 is signaled while loading user-init-file.
16480
16481 2000-08-17 Andreas Schwab <schwab@suse.de>
16482
16483 * files.el (insert-directory): Don't lose original file name,
16484 undoing an undocumented change.
16485
16486 2000-08-17 Alex Schroeder <alex@gnu.org>
16487
16488 * sql.el (sql-magic-go): Use comint-bol.
16489 (sql-copy-column): Use comint-line-beginning-position.
16490 (comint-line-beginning-position): Define a replacement for
16491 comint-line-beginning-position if it is not fboundp.
16492
16493 2000-08-17 Alex Schroeder <alex@gnu.org>
16494
16495 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16496 it didn't have any effect anyway.
16497
16498 2000-08-17 Alex Schroeder <alex@gnu.org>
16499
16500 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16501 --pset and pager=off instead of sending \\o|cat at the beginning
16502 of the session.
16503
16504 2000-08-17 Miles Bader <miles@gnu.org>
16505
16506 * progmodes/octave-inf.el: Add compatibility definition of
16507 comint-line-beginning-position.
16508
16509 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16510
16511 * startup.el (normal-top-level): Look in each dir in load-path for
16512 a leim-list.el file too. This assures of loading leim-list.el
16513 that is created at Emacs installation time even if a user have his
16514 own leim-list.el.
16515
16516 2000-08-17 Miles Bader <miles@gnu.org>
16517
16518 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16519 foreground color to black if the background is dark.
16520
16521 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16522
16523 * loadhist.el (unload-feature): Typo.
16524
16525 * finder.el (finder-compile-keywords):
16526 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16527 to the generated file.
16528
16529 * mail/mh-e.el (mh-make-local-vars):
16530 Replace make-variable-buffer-local with make-local-variable.
16531
16532 * play/landmark.el:
16533 * options.el (Edit-options-{set,toggle,t,nil}):
16534 * mail/mailabbrev.el (mail-abbrevs-mode):
16535 * textmodes/tex-mode.el (tex-expand-files):
16536 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16537
16538 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16539
16540 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16541 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16542 Allow going past the last element.
16543 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16544 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16545 (cvs-mouse-toggle-mark): Don't move point.
16546 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16547
16548 * progmodes/compile.el (grep): Provide a default set of files.
16549 (next-error): Docstring fix.
16550 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16551
16552 * emacs-lisp/easy-mmode.el (define-minor-mode):
16553 Use `symbol-value' to keep the byte-compiler quiet.
16554
16555 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16556 (diff-find-source-location): New fun, extracted from diff-goto-source.
16557 (diff-goto-source): Use it.
16558 (diff-next-complex-hunk, diff-filter-lines): New function.
16559 (diff-apply-hunk): New command.
16560
16561 * smerge-mode.el (smerge-mode-menu): Doc fix.
16562
16563 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16564
16565 2000-08-16 Dave Love <fx@gnu.org>
16566
16567 * windmove.el (windmove) <defgroup>: Add :version.
16568
16569 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16570 (goto-address-fontify-p, goto-address-highlight-p)
16571 (goto-address-url-face, goto-address-url-mouse-face)
16572 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16573 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16574 (goto-address-fontify, goto-address-at-mouse): Simplify,
16575 (goto-address-at-point): browse-url-url-at-point,
16576 goto-address-find-address-at-point can return nil.
16577 (goto-address-find-address-at-point): Return nil on failure.
16578
16579 * align.el (align) <defgroup>: Add :version.
16580
16581 * calculator.el (calculator): Add :version.
16582 (calculator): Use two lines for calculator window if `modeline'
16583 face is boxed.
16584
16585 * play/5x5.el: Doc fixes.
16586 (5x5) <defgroup>: Add :version.
16587
16588 * play/fortune.el (fortune) <defgroup>: Add :version.
16589 (fortune-append): Fix error message.
16590 (fortune-from-region): Doc fix.
16591
16592 * play/pong.el (pong): Doc fix.
16593
16594 * play/morse.el: Keywords, commentary, autoloads.
16595
16596 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16597
16598 * desktop.el (desktop-save): Don't look at symbol-value of a
16599 member of minor-mode-alist, unless it is boundp.
16600
16601 2000-08-16 Sam Steingold <sds@gnu.org>
16602
16603 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16604 `while'; use `with-current-buffer' instead of `save-excursion'.
16605 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16606
16607 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16608
16609 * international/ccl.el (declare-ccl-program): Docstring modified.
16610 (ccl-execute-with-args): Likewise.
16611
16612 2000-08-16 Miles Bader <miles@gnu.org>
16613
16614 * progmodes/sql.el: Add compatibility definition of
16615 comint-line-beginning-position.
16616
16617 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16618
16619 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16620 'buffer-menu' property.
16621 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16622 fails.
16623 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16624 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16625 wasn't killed.
16626
16627 * buff-menu.el (list-buffers-noselect): Don't display the
16628 *Buffer List* buffer.
16629
16630 * font-lock.el: Require jit-lock to prevent a very late
16631 `Loading jit-lock' message.
16632
16633 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16634 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16635 mail address.
16636
16637 2000-08-15 Miles Bader <miles@gnu.org>
16638
16639 * textmodes/ispell.el (ispell-graphic-p): New constant.
16640 (ispell-choices-win-default-height, ispell-help): Use
16641 `ispell-graphic-p' instead of `xemacsp'.
16642
16643 2000-08-15 Dave Love <fx@gnu.org>
16644
16645 * simple.el: Autoload widget-convert when compiling.
16646 (mail-user-agent): Doc fix.
16647
16648 * help.el (function-called-at-point, variable-at-point): Use
16649 with-syntax-table.
16650 (help-manyarg-func-alist): Add insert-and-inherit.
16651
16652 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16653
16654 * delsel.el (delsel-unload-hook): New function.
16655
16656 * find-file.el: Doc fixes. Move provide to end.
16657 (ff) <defgroup>: Add :link.
16658 (ff-goto-click): Deleted.
16659 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16660 Use mouse-set-point.
16661
16662 * textmodes/tildify.el: Doc fixes.
16663 (tildify) <defgroup>: Add:version.
16664
16665 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16666 (glasses-custom-set): Use set-default, not set.
16667 (minor-mode-alist): Propertize the lighter.
16668 (glasses-mode): Provide optional arg.
16669
16670 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16671 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16672 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16673 option. Provide :type.
16674 (cwarn-configuration): Provide :type.
16675 (cwarn-mode): Doc fix.
16676
16677 * add-log.el (change-log-merge): Doc fix.
16678 (change-log-redate): New command.
16679
16680 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16681 Doze and Dog.
16682 (browse-url): Use dolist, not mapcar.
16683 (browse-url-at-point): Check for null url.
16684 (browse-url-event-buffer, browse-url-event-point): Functions
16685 deleted.
16686 (browse-url-at-mouse, browse-url-netscape): Simplify.
16687
16688 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16689 modes.
16690 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16691 Fix previous change to mapcan.
16692 (msb--init-file-alist, msb--add-separators)
16693 (msb--make-keymap-menu): Simplify.
16694 (msb--choose-file-menu): Use copy-sequence.
16695 (msb-mode-map): Add title to keymap.
16696 (msb-unload-hook): New function.
16697
16698 * bs.el: Fix indentation.
16699 (bs) <defgroup>: Add :links.
16700 (bs-show): Doc fix.
16701 (bs-apply-sort-faces): Don't use window-system.
16702 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16703
16704 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16705
16706 * calendar/timeclock.el (timeclock-file): Run .timelog through
16707 convert-standard-filename.
16708
16709 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16710
16711 * emacs-lisp/authors.el: New file.
16712
16713 * paren.el (show-paren-priority): New user option.
16714 (show-paren-function): Set overlay priorities to
16715 show-paren-priority.
16716
16717 2000-08-14 Miles Bader <miles@gnu.org>
16718
16719 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16720 beginning-of-line with inhibit-field-text-motion bound.
16721
16722 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16723
16724 * calendar/timeclock.el: New file.
16725
16726 2000-08-14 David Ponce <david@dponce.com>
16727
16728 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16729 `widget-button-click'. so that one can use left mouse button to
16730 click on dialog buttons.
16731
16732 2000-08-14 Emmanuel Briot <briot@gnat.com>
16733
16734 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16735 identifiers, since XML is case sensitive
16736
16737 2000-08-12 Miles Bader <miles@gnu.org>
16738
16739 * comint.el (comint-output-filter): Don't bother frobbing
16740 window-start, it doesn't seem to be necessary.
16741
16742 * comint.el (comint-send-string, comint-send-region): Make into
16743 real functions. Snapshot the prompt before sending.
16744
16745 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16746
16747 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16748 technique similar to Info-index, instead of relying on specific
16749 names of relevant Index nodes.
16750 (Info-goto-emacs-command-node): Bind Info-history to nil when
16751 going to the first node found by Info-find-emacs-command-nodes.
16752
16753 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16754
16755 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16756
16757 2000-08-10 Miles Bader <miles@gnu.org>
16758
16759 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16760
16761 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16762
16763 * info.el (Info-file-list-for-emacs): More elements for the
16764 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16765 and woman manuals.
16766
16767 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16768
16769 * comint.el (comint-send-input): Make the newline boundary overlay
16770 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16771 (comint-output-filter): Use `insert' instead of
16772 `insert-before-markers'. Extend comint-last-output-overlay when
16773 necessary since we can't rely on insert-before-markers to do it.
16774 * gud.el (gud-filter): Use `with-current-buffer' instead of
16775 save-excursion when inserting the output, so that point gets
16776 updated correctly; the old method relied on a rather dodgy
16777 side-effect of comint-output-filter to avoid the effect of
16778 save-excursion.
16779
16780 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16781
16782 * files.el (recover-file): Call insert-directory instead of
16783 invoking `ls' directly.
16784
16785 2000-08-10 Miles Bader <miles@gnu.org>
16786
16787 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16788 (comint-last-prompt-overlay): New variables.
16789 (comint-output-filter): Implement prompt highlighting.
16790 (comint-snapshot-last-prompt): New function.
16791 (comint-send-input): Snapshot the last prompt.
16792 Use comint-highlight-input-face.
16793 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16794 Use defface instead of defcustom.
16795 (send-invisible, comint-send-eof): Snapshot the last prompt.
16796 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16797 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16798
16799 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16800
16801 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16802 (regexp-opt-group): Use a list of chars for `letters'.
16803 (regexp-opt-charset): `chars' is now a list of chars.
16804 Use a char-table rather than a vector so it works for multibyte chars.
16805
16806 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16807 Set cvs-minor-current-files to the selected fileinfo.
16808 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16809 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16810
16811 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16812
16813 * files.el (insert-directory): Don't call access-file on
16814 directories on DOS and Windows.
16815
16816 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16817
16818 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16819 longer if necessary.
16820 (ccl-embed-code): Call ccl-embed-data to store CODE in
16821 ccl-program-vector.
16822
16823 2000-08-09 Miles Bader <miles@gnu.org>
16824
16825 * comint.el (comint-output-filter): Properly handle the case where
16826 the text surrounded by comint-last-output-overlay was deleted.
16827
16828 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16829
16830 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16831 non-nil.
16832 (Info-file-list-for-emacs): Remove "info" from the list because
16833 that leads to trying to use the documentation from file `info'
16834 in various situations where it isn't appropriate, for instance
16835 C-h C-k C-h i.
16836
16837 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16838 DIR and/or STRING are nil.
16839
16840 * progmodes/compile.el (compilation-setup): Make variable
16841 compilation-error-screen-columns buffer-local, as some comment
16842 in the code suggests it should be.
16843
16844 * files.el (auto-mode-interpreter-regexp): New variable.
16845 (set-auto-mode): Use it.
16846
16847 * indent.el (indent-for-tab-command): Doc fix.
16848
16849 * mouse-sel.el (mouse-sel-mode): Doc fix.
16850
16851 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16852 labels.
16853
16854 * help.el (print-help-return-message): When
16855 display-buffer-reuse-frames is set, let the help window been quit,
16856 instead of deleting it, which might delete a reused frame.
16857
16858 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16859
16860 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16861 rename a directory to a name that differs only by its letter case.
16862
16863 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16864
16865 * international/quail.el (quail-define-rules): Handle Quail decode
16866 map correctly. Add code for supporting annotations.
16867 (quail-install-decode-map): New function.
16868 (quail-defrule-internal): New optional arguments decode-map and
16869 props.
16870 (quail-advice): New function.
16871
16872 2000-08-07 Sam Steingold <sds@gnu.org>
16873
16874 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16875 `defconst', `define-condition', `with-slots'.
16876 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16877
16878 2000-08-03 Miles Bader <miles@gnu.org>
16879
16880 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16881 New variable.
16882 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16883 comint-use-prompt-regexp-instead-of-fields.
16884 (comint-send-input): Add `input' field property to stuff we send to
16885 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16886 (comint-output-filter): Add `output' field property to process
16887 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16888 (comint-replace-by-expanded-history)
16889 (comint-get-old-input-default, comint-show-output)
16890 (comint-backward-matching-input, comint-forward-matching-input)
16891 (comint-next-prompt, comint-previous-prompt): Use field
16892 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16893 (comint-line-beginning-position): New function.
16894 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16895 (comint-replace-by-expanded-history-before-point): Use
16896 comint-line-beginning-position and line-end-position.
16897 (comint-last-output-overlay): New variable.
16898 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16899
16900 * shell.el (shell-prompt-pattern): Doc change.
16901 (shell-backward-command): Use line-beginning-position.
16902
16903 * gud.el (gud-gdb-complete-command): Use
16904 comint-line-beginning-position.
16905
16906 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16907 comint-bol doesn't actually go to the beginning of the line.
16908
16909 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16910 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16911 (try-expand-line-all-buffers): Likewise.
16912
16913 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16914 explicitly matching comint-prompt-regexp.
16915 (sql-copy-column): Use comint-line-beginning-position instead of
16916 explicitly matching comint-prompt-regexp.
16917
16918 * progmodes/octave-inf.el (inferior-octave-complete): Use
16919 comint-line-beginning-position.
16920
16921 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16922
16923 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16924 looking for a prompt, use `forward-line 0' instead of
16925 `beginning-of-line', to avoid getting caught by an input field.
16926
16927 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16928
16929 * files.el (shell-quote-wildcard-pattern): Make sure to return
16930 PATTERN, in the Unix case.
16931
16932 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16933
16934 * play/zone.el (zone): Discard any pending input before running
16935 the randomly-chosen pgm.
16936
16937 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16938
16939 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16940 checking the existence of any multibyte characters.
16941
16942 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16943
16944 * help.el (describe-mode): Test minor-mode symbol for being
16945 bound before testing its value for being nil.
16946
16947 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16948 `first', `second', and `third'.
16949
16950 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16951 (second): Make it an alias for `cadr'.
16952
16953 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16954
16955 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16956 types of display support faces now.
16957
16958 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16959
16960 * pcvs.el (require): Require `cl' during compilation, only.
16961
16962 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16963 (toplevel): Remove `remq' and `remove' from autoloads.
16964 (cl-fake-autoloads): New variable. If set, arrange for an error
16965 when CL functions etc. are autoloaded.
16966
16967 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16968
16969 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16970
16971 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16972 popped up, but the user clicks outside the menu, return an empty
16973 regexp (that causes unhighlight-regexp to have no effect).
16974
16975 * menu-bar.el (menu-bar-games-menu): Add Zone.
16976
16977 * hi-lock.el (toplevel): Require font-lock.
16978
16979 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16980
16981 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16982 (ebnf-8-bit-chars): New var for bug fix.
16983 (ebnf-string): Bug fix.
16984
16985 2000-08-03 Sam Steingold <sds@gnu.org>
16986
16987 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16988 instead of `buffer-string'.
16989 (require 'cl): Always, not just when compiling.
16990 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16991 necessary.
16992
16993 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16994
16995 * international/mule-cmds.el (select-safe-coding-system): Make
16996 the message text about selecting a safe coding system more clear.
16997
16998 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16999
17000 * hi-lock.el: New file.
17001
17002 * play/zone.el: New file.
17003
17004 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17005 value of tab-width in the original buffer. Choose a line number
17006 format that's a multiple of the original buffer's tab width, so
17007 that lines appear right.
17008
17009 * textmodes/ispell.el (ispell): New function, replacing an alias.
17010 Spell-check active region if in transient-mark-mode and mark
17011 is active; otherwise spell-check buffer.
17012
17013 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17014
17015 * ps-mule.el: Fix a customization problem on
17016 ps-mule-font-info-database-default.
17017
17018 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17019
17020 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17021 display-mouse-p instead of window-system.
17022 (ebrowse-member-mode-map): Ditto.
17023
17024 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17025
17026 * progmodes/ebnf2ps.el: Update ps-print functions call.
17027 Indentation fix. Doc fix.
17028 (ebnf-version): New version number (3.2).
17029 (ebnf-format-color, ebnf-begin-job): Code fix.
17030
17031 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17032
17033 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17034 font lock support on window-system.
17035 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17036
17037 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17038 display-color-p, if fboundp, instead of window-system.
17039
17040 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17041
17042 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17043 instead of window-system.
17044
17045 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17046 window-system.
17047 (widget-choice-mouse-down-action): Use display-popup-menus-p
17048 instead of window-system.
17049
17050 * strokes.el (strokes-file): Run the file name through
17051 convert-standard-filename.
17052 (strokes-mode): Call display-mouse-p instead of looking at
17053 window-system. Change the error message accordingly.
17054
17055 * progmodes/cpp.el (toplevel): Support faces on tty's.
17056
17057 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17058 (lm-plot-square, lm-init-display): Don't use window-system.
17059
17060 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17061 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17062
17063 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17064 instead of looking at window-system.
17065
17066 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17067
17068 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17069 of testing if iswitchb-prepost-hooks is bound, because the
17070 latter will always be true when invoking a recursive minibuffer
17071 from an active Iswitchb buffer.
17072
17073 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17074
17075 * files.el (shell-quote-wildcard-pattern): New function.
17076 (insert-directory): Call it. Only prepend "\" to command on Unix
17077 and GNU/Linux systems.
17078
17079 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17080
17081 * eshell/esh-groups.el: Change custom :link file names
17082 from `eshell.info' to `eshell'.
17083
17084 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17085
17086 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17087 correctly in recursive ange-ftp listings.
17088
17089 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17090
17091 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17092 ps-header-font-size-internal and
17093 ps-header-title-font-size-internal variables are not set,
17094 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17095 face text property is (foreground-color . COLOR) or
17096 `(background-color . COLOR)', ps-print crashes. Doc fix.
17097 (ps-print-version): New version number (5.2.4).
17098 (ps-plot-region): Code fix.
17099 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17100 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17101 Bug fix 2.
17102
17103 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17104
17105 * glasses.el (glasses-make-readable): Fix uncapitalization of
17106 identifiers like `myXMLDocument'.
17107
17108 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17109
17110 * mail/mail-hist.el (mail-hist-previous-input)
17111 (mail-hist-next-input): Do the obvious code factorization.
17112 (mail-hist-retrieve-and-insert): New func, contains common
17113 code of above two.
17114 If inserting a message body, leave point at top.
17115
17116 2000-07-28 Sam Steingold <sds@gnu.org>
17117
17118 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17119 Use `<=', not `<' to compare times!
17120 (ange-ftp-ls): Remove.
17121
17122 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17123
17124 * play/cookie1.el: Add explanation of how to make cookie.el
17125 compatible with strfile(1) to comment.
17126
17127 * subr.el (remove, remq): New functions.
17128
17129 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17130 escape `*' in regexps.
17131 (midnight-find): Reverse order of arguments in the funcall of
17132 TEST.
17133
17134 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17135 and `.class'.
17136
17137 * play/meese.el: Add Commentary section.
17138
17139 2000-07-27 Alex Schroeder <alex@gnu.org>
17140
17141 * sql.el (sql-ms): Added autoload cookie.
17142 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17143 (sql-oracle): Ditto.
17144 (sql-help): Doc change.
17145
17146 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17147 types and exceptions.
17148
17149 2000-07-27 Alex Schroeder <alex@gnu.org>
17150
17151 * sql.el (sql-placeholder-history): New variable.
17152 (sql-query-placeholders-and-send): New function that will query
17153 the user and replace placeholders with user input.
17154 (sql-oracle): If running on NT, set comint-input-sender to
17155 sql-query-placeholders-and-send.
17156
17157 (sql-stop): If in the SQLi buffer, insert stop notification, else
17158 present it as a message.
17159
17160 2000-07-27 Alex Schroeder <alex@gnu.org>
17161
17162 * sql.el (sql-input-ring-separator): Doc change.
17163 (sql-input-ring-file-name): Doc change.
17164 (sql-interactive-mode): Use `sql-input-ring-separator' and
17165 `sql-input-ring-file-name' to set the comint-mode equivalents
17166 without making them local variables.
17167 (sql-stop): Don't bind `sql-input-ring-separator' and
17168 `sql-input-ring-file-name' dynamically to their comint-mode
17169 equivalents.
17170
17171 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17172
17173 * international/mule.el (register-char-codings): New function.
17174 (make-coding-system): Handle `safe-chars' specification in the arg
17175 PROPERTY.
17176
17177 * international/mule-cmds.el
17178 (find-coding-systems-region-subset-p): This function deleted.
17179 (sort-coding-systems-predicate): New variable.
17180 (sort-coding-systems): New function.
17181 (find-coding-systems-region): Use
17182 find-coding-systems-region-internal.
17183 (find-coding-systems-string): Use find-coding-systems-region.
17184 (find-coding-systems-for-charsets): Check
17185 char-coding-system-table.
17186 (select-safe-coding-system-accept-default-p): New variable.
17187 (select-safe-coding-system): Mostly rewritten. New argument
17188 ACCEPT-DEFAULT-P.
17189 (select-message-coding-system): Call select-safe-coding-system
17190 with ACCEPT-DEFAULT-P arg.
17191 (reset-language-environment): Reset default-sendmail-coding-system
17192 to the default value iso-latin-1.
17193 (set-language-environment): Don't set the obsolete variable
17194 charset-origin-alist.
17195
17196 * international/codepage.el (cp-coding-system-for-codepage-1):
17197 Give `safe-chars' property to make-coding-system.
17198
17199 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17200 calling select-message-coding-system twice.
17201
17202 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17203 instead of `safe-charsets'.
17204 (cyrillic-alternativnyj): Likewise.
17205 (ccl-encode-alternativnyj): Don't check the charset
17206 cyrillic-iso8859-5.
17207
17208 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17209
17210 * composite.el (compose-chars-after): Preserve match data.
17211
17212 2000-07-26 Sam Steingold <sds@gnu.org>
17213
17214 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17215 (ange-ftp-real-file-newer-than-file-p): New function.
17216 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17217 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17218
17219 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17220 * midnight.el (midnight-float-time): Ditto.
17221
17222 2000-07-26 Andreas Schwab <schwab@suse.de>
17223
17224 * files.el (normal-backup-enable-predicate): Correct
17225 interpretation of the return value of compare-strings.
17226
17227 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17228
17229 * isearch.el (isearch-resume): New function.
17230 (isearch-done): Add something to command-history to resume
17231 the search.
17232 (isearch-yank-line, isearch-yank-word): Use
17233 buffer-substring-no-properties instead of buffer-substring.
17234
17235 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17236 of flyspell-mouse-map.
17237
17238 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17239 duplicate definition.
17240 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17241
17242 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17243 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17244
17245 2000-07-25 Sam Steingold <sds@gnu.org>
17246
17247 * net/ange-ftp.el: Get modtime over the net.
17248 (ange-ftp-file-modtime): New function.
17249 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17250 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17251 Use it.
17252 (ange-ftp-dot-to-slash): New function.
17253 (ange-ftp-fix-name-for-vms): Use it.
17254
17255 * midnight.el (midnight-buffer-display-time): Use
17256 `with-current-buffer'.
17257
17258 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17259
17260 * find-dired.el: Update copyright notice.
17261 (find-dired): Offer to kill a running `find'.
17262
17263 * enriched.el (enriched-face-ans): For a `foreground-color'
17264 property, return '(("x-color" COLOR))' so that COLOR will be
17265 output as a parameter of the x-color annotation. Likewise for the
17266 `background-color' property. In the case of normal face
17267 properties, don't return annotations for unspecified foreground
17268 and background face attributes.
17269
17270 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17271
17272 * language/japan-util.el (japanese-katakana-region): Fix handling
17273 HANKAKU argument.
17274
17275 2000-07-25 Miles Bader <miles@gnu.org>
17276
17277 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17278 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17279 constrain-to-field.
17280
17281 2000-07-24 Andrew Innes <andrewi@gnu.org>
17282
17283 * timer.el (timer-activate-when-idle): Add optional parameter
17284 DONT-WAIT. Update docstring.
17285 (run-with-idle-timer): Specify extra parameter to
17286 timer-activate-when-idle, so that timer will be activated
17287 immediately if Emacs is already idle.
17288
17289 * w32-fns.el (w32-using-nt): Fix docstring.
17290
17291 2000-07-24 Dave Love <fx@gnu.org>
17292
17293 * mouse.el (popup-menu): Set last-command-event.
17294 (mouse-major-mode-menu-prefix): Declare.
17295
17296 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17297
17298 * textmodes/flyspell.el: Update to author's version 1.5d.
17299
17300 * progmodes/hideshow.el: Update copyright notice.
17301
17302 * vcursor.el: Set maintainer to FSF, since author cannot
17303 be reached.
17304
17305 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17306
17307 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17308 the prompt.
17309
17310 * mouse.el (popup-menu): Run the keymap through indirect-function,
17311 in case it was defined with define-prefix-key. If the menu is a
17312 list of keymaps, look up the binding of user's choice in each one
17313 of the keymaps.
17314 (mouse-popup-menubar): If the global and local menu-bar keymaps
17315 don't have a prompt string, create one and insert it into the
17316 keymap. Don't barf if current-local-map returns nil.
17317
17318 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17319
17320 * dired.el (dired-sort-R-check): Added to allow recursive listing
17321 to be undone.
17322 (dired-sort-other): Use it.
17323
17324 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17325
17326 * Release of cc-mode 5.27
17327
17328 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17329
17330 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17331 c-beginning-of-statement-1 that caused a bad case of recursion
17332 which could consume a lot of CPU in large classes in languages
17333 that have in-expression classes (i.e. Java and Pike).
17334
17335 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17336 statements before top level constructs (i.e. case 6 is moved
17337 before case 5 and is now case 4) to catch in-expression
17338 classes in top level expressions correctly.
17339
17340 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17341
17342 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17343 objc-method-intro. Case 4 removed and case 5I added.
17344
17345 * cc-langs.el (c-append-paragraph-start): New variable used by
17346 c-common-init to get paragraph-start correct.
17347 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17348 initialize paragraph-start to make it correct both with and
17349 without the javadoc special case.
17350
17351 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17352 initialize paragraph-start for javadoc markup.
17353
17354 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17355 change by defaulting this to t. It's motivated by the
17356 confusing behavior that otherwise arise from the style system
17357 when editing both java and non-java files at the same time
17358 (see the comments about style setting in c-common-init).
17359
17360 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17361
17362 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17363 similar to the one in c-fill-paragraph to check the fill
17364 prefix from the adaptive fill function for sanity.
17365
17366 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17367
17368 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17369 defun block.
17370
17371 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17372
17373 * cc-align.el (c-lineup-multi-inher): Handle lines with
17374 leading comma nicely. Extended to handle member initializers
17375 too.
17376
17377 * cc-engine.el: (c-beginning-of-inheritance-list,
17378 c-guess-basic-syntax): Fixed recognition of inheritance lists
17379 when the lines begins with a comma.
17380
17381 * cc-vars.el (c-offsets-alist): Changed default for
17382 member-init-cont to c-lineup-multi-inher since it now handles
17383 member initializers and indents better for leading commas.
17384
17385 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17386
17387 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17388 handling that caused class open lines to be recognized as
17389 statement-conts in some cases.
17390
17391 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17392 guessed by the adaptive fill function unless point is on the
17393 first line of a block comment.
17394
17395 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17396 when the buffer ends with a macro continuation char.
17397
17398 * cc-engine.el (c-guess-basic-syntax): Added support for
17399 function definitions as statements in Pike. The first
17400 statement in a lambda block is now labeled defun-block-intro
17401 instead of statement-block-intro.
17402
17403 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17404 so that the class surrounding point is selected, not the one
17405 innermost in the state.
17406
17407 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17408 recognition of switch labels having hanging multiline
17409 statements.
17410
17411 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17412 some code in c-guess-basic-syntax to a separate function.
17413 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17414 recognition of member inits with multiple line arglists.
17415 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17416 member-init-cont when the commas are in funny places.
17417
17418 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17419
17420 * cc-defs.el (c-auto-newline): Removed this macro since it's
17421 not used anymore.
17422
17423 * cc-engine.el (c-looking-at-bos): New helper function.
17424 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17425 inexpr and toplevel classes apart in Pike.
17426
17427 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17428 of case 9A.
17429
17430 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17431 constant, since "class" can introduce an in-expression class
17432 in Pike nowadays.
17433
17434 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17435
17436 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17437 indentation on cpp-macro lines.
17438
17439 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17440 a syntax modifier like comment-intro, to make it possible to
17441 get syntactic indentation for preprocessor directives. It's
17442 incompatible wrt to lineup functions on cpp-macro, but it has
17443 no observable effect in the 99.9% common case where cpp-macro
17444 is set to -1000.
17445
17446 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17447
17448 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17449 member-init-cont when the preceding arglist is several lines.
17450
17451 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17452
17453 * cc-styles.el (c-style-alist): The basic offset for the BSD
17454 style corrected to 8.
17455
17456 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17457
17458 * cc-styles.el (c-style-alist): Adjusted the indentation of
17459 brace list openers in the gnu style.
17460
17461 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17462
17463 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17464
17465 * cc-cmds.el (c-electric-brace, c-electric-slash,
17466 c-electric-star, c-electric-semi&comma, c-electric-colon,
17467 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17468 when c-syntactic-indentation is nil.
17469
17470 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17471 we were left at comments preceding the first statement when
17472 reaching the beginning of the buffer.
17473
17474 * cc-vars.el (c-syntactic-indentation): New variable to turn
17475 off all syntactic indentation.
17476
17477 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17478
17479 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17480 between the text and the block comment ender when it hangs,
17481 depending on how many there are before the fill.
17482
17483 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17484
17485 * cc-engine.el (c-beginning-of-closest-statement): New helper
17486 function to go back to the closest preceding statement start,
17487 which could be inside a conditional statement.
17488 * cc-engine.el (c-guess-basic-syntax): Use
17489 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17490
17491 * cc-engine.el (c-guess-basic-syntax): Better handling of
17492 arglist-intro, arglist-cont-nonempty and arglist-close when
17493 the arglist is nested inside parens. Cases 7A, 7C and 7F
17494 changed.
17495
17496 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17497 up-to-date with javadoc 1.2.
17498
17499 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17500
17501 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17502 multiline Pike type decls.
17503
17504 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17505
17506 * cc-cmds.el (c-indent-new-comment-line): Always break
17507 multiline comments in multiline mode, regardless of
17508 comment-multi-line.
17509
17510 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17511
17512 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17513 fully::qualified::names in C++ member init lists. Preamble in
17514 case 5D changed.
17515
17516 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17517
17518 * cc-langs.el (c-common-init): Handling of obsolete variables
17519 moved to c-initialize-cc-mode. More compatible style override
17520 when using global style variables.
17521 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17522 variables moved here.
17523
17524 * cc-styles.el (c-make-styles-buffer-local): Flag style
17525 variable localness in c-style-variables-are-local-p to make
17526 the compatibility measure in c-common-init work well.
17527
17528 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17529 longer contain set-from-style.
17530 * cc-styles.el (c-initialize-builtin-style): Don't check for
17531 set-from-style on c-special-indent-hook.
17532 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17533 copy-alist is sufficient now.
17534
17535 * cc-styles.el (c-set-style, c-set-style-1,
17536 c-get-style-variables): Fixes to variable initialization so
17537 that duplicate entries in styles have the same effect
17538 regardless of DONT-OVERRIDE.
17539
17540 * cc-styles.el (c-set-style-2): Fixed bug where the
17541 initialization of inheriting styles failed when the
17542 dont-override flag is set.
17543
17544 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17545 on this.
17546
17547 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17548
17549 * cc-defs.el (c-forward-comment): Removed the workaround
17550 introduced in 5.38 since it had worse side-effects. If a line
17551 contains the string "//\"", it regarded the // as a comment
17552 start since the \ temporarily doesn't have escape syntax.
17553
17554 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17555
17556 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17557 ada-xref.el before ada-prj.el, so that the Project menu is created
17558 when ada-prj tries to add to it.
17559 (ada-activate-keys-for-case): Suppress the characters that are not
17560 part of the Ada syntax. Better compatibility with else-mode
17561 (ada-adjust-case-interactive): When auto-casing is not active,
17562 correctly insert newlines (used to insert only ^M). Prevent the
17563 syntax table from being changed in case of an error
17564 (or '_' becomes part of a word and some commands are confused).
17565 Do nothing if ada-auto-case is nil.
17566 (ada-after-keyword-p): Ignore keywords that are also attributes
17567 (ada-batch-reformat): Update usage comment
17568 (ada-call-from-contextual-menu): New function
17569 (ada-case-read-exceptions): Reinitialize the casing exception list
17570 first to nil first, so that the casing exception file can be
17571 shared.
17572 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17573 files.
17574 (ada-compile-goto-error): Fix regexp used to detect a file:line
17575 anywhere in the error message
17576 (ada-contextual-menu-last-point): New variable
17577 (ada-create-keymap): If the variable delete-key-deletes-forward is
17578 t on XEmacs, it means that DEL should delete one character
17579 forward.
17580 (ada-create-menu): Use :included instead of :visible for XEmacs.
17581 New submenu "Options".
17582 (ada-end-stmt-re): Correctly indent "select ... then abort"
17583 statements.
17584 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17585 even if they don't match ada-fill-comment-prefix Fix handling of
17586 paragraphs on the first or last line of a file.
17587 (ada-format-paramlist): Fix handling of default parameter values.
17588 (ada-get-body-name): New function.
17589 (ada-get-current-indent): Optimized by searchling directly for an
17590 existing generic part or a statement outside of it. Handle
17591 ada-indent-align-comments when indenting comments Replaced some
17592 regexps by testing directly the next character. This results in a
17593 huge speedup on some files. New indentation scheme for renames
17594 statements. Stop looking for the 'while' or 'for' associated with
17595 a 'loop' at the first semicolon encountered. A "return" can also
17596 match an anonymous access subprogram declaration.
17597 (ada-get-indent-noindent): Ignore strings and comments when
17598 looking for the keywords "record" and "private".
17599 (ada-goto-matching-decl-start): When matching "if", make sure we
17600 are not in fact seeing "end if". Ignore "when" statements except
17601 when initial keyword was "begin". Fix handling of nested
17602 procedures. Add a recursive call to this function to skip over
17603 other 'end' statmts. Fix indentation for "when .. => begin"
17604 (ada-in-open-paren-p): Fix indentation for complex boolean
17605 expressions, where 'and then', 'or else' and parenthesis
17606 statements are mixed up.
17607 (ada-in-paramlist-p): Skip comments while searching for the
17608 beginning Fix handling of operator declarations.
17609 (ada-indent-align-comments): New variable
17610 (ada-indent-current): Change the syntax table only in the
17611 protected section, so that we are sure it is restored correctly.
17612 (ada-indent-on-previous-lines): Use ada-use-indent and
17613 ada-with-indent Correctly indent "select ... then"
17614 (ada-indent-region): Slight speedup.
17615 (ada-indent-renames): New variable.
17616 (ada-last-which-function-subprog, ada-last-which-function-line):
17617 New variables
17618 (ada-looking-at-semi-private): Correctly indent the 'private'
17619 keyword when it is the first word in a package declaration.
17620 (ada-loose-case-word): Stop searching if at the end of the buffer.
17621 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17622 even if point is not initially at the end of the word.
17623 (ada-matching-decl-start-re): Add "when".
17624 (ada-mode): Add support for abbrev-mode, outline-mode and
17625 which-func-mode Override the old find-file.el entry in
17626 ff-special-constructs since it is using the obsolete
17627 ada-spec-suffix variable
17628 (ada-no-auto-case): New function
17629 (ada-scan-paramlist): When parsing the argument type, accept
17630 spaces (as in "X 'Class", generated by Rational Rose).
17631 (ada-other-file-name): No longer loads the other file.
17632 (ada-popup-menu): Save and restore the current buffer and cursor
17633 position before and after displaying the menu.
17634 (ada-search-ignore-complex-boolean): New function.
17635 (ada-uncomment-region): Emacs21 already knows how to delete
17636 comments not starting in the first column.
17637 (ada-use-indent): New variable
17638 (ada-which-function): New function.
17639 (ada-with-indent): New variable
17640 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17641 can be batch-compiled from the command line.
17642
17643 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17644 Add to the menu when the file is loaded, not in ada-mode-hook.
17645 Add -toolbar to the default ddd command Switches moved from
17646 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17647 ada-prj-default-comp-opt
17648 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17649 Reference Manual to the menu
17650 (ada-check-current): rewritten as a call to ada-compile-current
17651 (ada-compile): Removed.
17652 (ada-compile-application, ada-compile-current, ada-check-current):
17653 Set the compilation-search-path so that compile.el automatically
17654 finds the sources in src_dir. Automatic scrollong of the
17655 compilation buffer. C-uC-cC-c asks for confirmation before
17656 compiling
17657 (ada-compile-current): New parameter, prj-field
17658 (ada-complete-identifier): Load the .ali file before doing
17659 processing
17660 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17661 conform to gnatmake's behavior.
17662 (ada-find-file-in-dir): New function
17663 (ada-find-references): Set the environment variables for gnatfind
17664 (ada-find-src-file-in-dir): New function.
17665 (ada-first-non-nil): Removed
17666 (ada-gdb-application): Add support for jdb, the java debugger.
17667 (ada-get-ada-file-name): Load the original-file first if not done
17668 yet.
17669 (ada-get-all-references): Handles the new ali syntax (parent types
17670 are found between <>).
17671 (ada-initialize-runtime-library): New function
17672 (ada-mode-hook): Always load a project file when a file is opened,
17673 so that the casing exceptions are correctly read.
17674 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17675 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17676 to open the project file, since the latter does not work with
17677 speedbar Get default values before loading the prj file, or the
17678 default executable file name is wrong. Use the absolute value of
17679 src_dir to initialize ada-search-directories and
17680 compilation-search-path,... Add the standard runtime library to
17681 the search path for find-file.
17682 (ada-prj-default-debugger): Was missing an opening '{'
17683 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17684 variables.
17685 (ada-prj-default-gnatmake-opt): New variable
17686 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17687 buffers, the project file is the default one Save the windows
17688 configuration before displaying the menu.
17689 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17690 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17691 ...) regexp-quote identifiers names to support operators +,
17692 -,... in regexps.
17693 (ada-remote): New function.
17694 (ada-run-application): Erase the output buffer before starting the
17695 run Support remote execution of the application. Use
17696 call-process, or the arguments are incorrectly parsed
17697 (ada-set-default-project-file): Reread the content of the active
17698 project file, not the one from the current buffer When a project
17699 file is set as the default project, all directories are
17700 automatically associated with it.
17701 (ada-set-environment): New function
17702 (ada-treat-cmd-string): New special variable ${current}
17703 (ada-treat-cmd-string): Revised. The substitution is now done for
17704 any ${...} substring
17705 (ada-xref-current): If no body was found, compiles the spec
17706 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17707 compiler to get rid of command line length limitations.
17708 (ada-xref-get-project-field): New function
17709 (ada-xref-project-files): New variable
17710 (ada-xref-runtime-library-specs-path)
17711 (ada-xref-runtime-library-ali-path): New variables
17712 (ada-xref-set-default-prj-values): Default run command now does a
17713 cd to the build directory. New field: main_unit Provide a default
17714 file name even if the current buffer has no prj file.
17715
17716 * ada-prj.el:
17717 Rewritten to show a tabbed-dialog.
17718 (ada-prj-add-ada-menu): Remove the map and name parameters.
17719 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17720 New function
17721 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17722 (ada-prj-load-from-file): New function
17723 (ada-prj-save): Always save fields that depend on the current buffer
17724 (ada-prj-show-value): New function
17725
17726 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17727 Ada mode. This will allow us to display the Ada menu in any buffer
17728 we want (for project items).
17729 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17730 number of spaces in the header.
17731
17732 2000-07-24 Dave Love <fx@gnu.org>
17733
17734 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17735
17736 2000-07-23 Noah Friedman <friedman@splode.com>
17737
17738 * type-break.el (type-break): perform autosave.
17739 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17740 (type-break-do-query): Cancel query schedule while performing
17741 actual query, to avoid possibility of a second query being made
17742 while first one is already in progress.
17743 (type-break-time-stamp-format): New variable.
17744 (type-break-time-stamp): New function.
17745 (type-break-time-warning): Use it.
17746 (type-break-keystroke-warning): Use it.
17747 (type-break-noninteractive-query): Use it.
17748
17749 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17750 cookie.
17751 Use add-minor-mode to set minor-mode-alist, if available.
17752 (eldoc-echo-area-use-multiline-p): New user option.
17753 (eldoc-echo-area-multiline-supported-p): New variable.
17754 (eldoc-docstring-format-sym-doc): Use them.
17755 (eldoc-mode): If not using idle timers, append to local post and
17756 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17757 (eldoc-display-message-no-interference-p): Don't interfere with
17758 edebug.
17759 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17760 (eldoc-function-arglist): New function.
17761 (eldoc-function-argstring): Use it.
17762
17763 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17764 auto save directory exists before calling directory-files.
17765
17766 2000-07-23 Dave Love <fx@gnu.org>
17767
17768 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17769 ^o, ^u.
17770
17771 2000-07-21 Dave Love <fx@gnu.org>
17772
17773 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17774 now passed to the function. It now works properly.
17775
17776 * smerge-mode.el (smerge-mode-menu): Fill it out.
17777
17778 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17779
17780 * info-look.el (info-lookup): If *info* is shown in another frame
17781 on the same display, select that frame, instead of switching to
17782 the Info buffer in another window of the selected frame.
17783
17784 * simple.el (universal-argument-map): Bind numeric keypad keys
17785 kp-0 to kp-9 and kp-subtract.
17786 (digit-argument): Handle these keys.
17787
17788 2000-07-20 Dave Love <fx@gnu.org>
17789
17790 * net/goto-addr.el (goto-address-fontify): Don't bother with
17791 buffer-modified and read-only stuff -- irrelevant with overlays.
17792 Put an extra property on the overlays and use it to clean up in
17793 case goto-address is re-run.
17794
17795 2000-07-19 Richard M. Stallman <rms@gnu.org>
17796
17797 * timer.el (run-with-idle-timer): Doc fix.
17798
17799 * mail/mail-utils.el (mail-strip-quoted-names):
17800 Handle case where <...> appears inside "...".
17801 Use replace-match to edit the string more simply.
17802 (rmail-dont-reply-to): Cope with an unmatched ".
17803
17804 2000-07-19 Dave Love <fx@gnu.org>
17805
17806 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17807 implementation.
17808
17809 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17810 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17811 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17812
17813 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17814
17815 * textmodes/refer.el: Correct maintainer's email address.
17816
17817 * progmodes/hideif.el: Correct author's email address.
17818 Fix typo in comment.
17819
17820 * xml.el: New file.
17821
17822 * mail/mailheader.el: Correct author's mail address.
17823
17824 * gnus/parse-time.el: Correct author's mail address.
17825
17826 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17827
17828 * comint.el (comint-highlight-input, comint-highlight-face):
17829 New user options.
17830 (comint-input-ring-file-name): Change custom type.
17831 (comint-mode-map): Bind mouse-2.
17832 (comint-insert-clicked-input): New function.
17833 (comint-send-input): Handle input highlighting.
17834
17835 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17836
17837 * mouse.el (popup-menu): New function.
17838 (mouse-major-mode-menu): Use it.
17839
17840 2000-07-18 Dave Love <fx@gnu.org>
17841
17842 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17843 improvements.
17844
17845 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17846
17847 * faces.el (face-font-selection-order)
17848 (face-font-family-alternatives): Add custom type.
17849
17850 2000-07-18 Dave Love <fx@gnu.org>
17851
17852 * cus-edit.el (custom-variable-reset-saved)
17853 (custom-variable-reset-standard): Remove unused bindings.
17854
17855 * rect.el (open-rectangle-line): Remove unused let.
17856
17857 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17858
17859 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17860
17861 * cdl.el: Fix `Maintainer' keyword.
17862
17863 * play/pong.el: Add author's email address.
17864
17865 2000-07-17 Sam Steingold <sds@gnu.org>
17866
17867 * files.el (insert-directory): Call `split-string' instead of
17868 re-implementing it.
17869
17870 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17871
17872 * mail/vms-pmail.el: Change maintainer to FSF.
17873
17874 * net/goto-addr.el: Change maintainer to FSF.
17875
17876 * info.el (Info-title-face-alist): Removed.
17877
17878 2000-07-18 David Ponce <david@dponce.com>
17879
17880 * recentf.el (recentf-open-files): New command that works like
17881 `recentf-open-more-files', but shows the whole list of files (not just
17882 those omitted from the menu). Useful if you don't use a menu-bar!
17883 (recentf-open-more-files) Modified to use `recentf-open-files'.
17884
17885 (recentf-open-files, recentf-open-more-files)
17886 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17887
17888 (recentf-dialog-mode): New mode for dialogs. You can now just type
17889 "q" to cancel the dialogs.
17890
17891 2000-07-18 David Ponce <david@dponce.com>
17892
17893 * recentf.el: This is a major update of recentf.el. It adds new
17894 features to better organize the recentf menu and "More..." buffer.
17895
17896 Using new provided menu filtering functions you can now organize the
17897 recent files list:
17898
17899 - by major modes
17900 - by directories
17901 - by user defined rules
17902
17903 Finally, with the new `recentf-filter-changer' customizable filter you
17904 can define a ring of filters and dynamically (via the menu) cycle on
17905 each menu organization in the ring (a la msb).
17906
17907 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17908
17909 * eshell/eshell.el (eshell): Replace links to eshell.info with
17910 links to eshell, to avoid problems on systems where the manual is
17911 installed as `eshell'.
17912 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17913 * eshell/em-smart.el (eshell-smart): Ditto.
17914 * eshell/em-banner.el (eshell-banner): Ditto.
17915 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17916
17917 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17918 same-file check in the MS-DOS version (it does support inodes).
17919
17920 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17921
17922 * eshell/eshell.el (eshell-directory-name):
17923 Run default directory name through convert-standard-filename.
17924
17925 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17926
17927 * international/mule-cmds.el (select-safe-coding-system):
17928 Fix typo in the comment.
17929
17930 * language/european.el (compound-text):
17931 Force katakana-jisx0201 to be designated to G1.
17932
17933 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17934 Don't translate some national variant characters of latin-jisx0201.
17935 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17936
17937 * international/kkc.el (kkc-after-update-conversion-functions):
17938 New variable.
17939 (kkc-update-conversion): Run functions in it at the tail.
17940
17941 2000-07-16 John Wiegley <johnw@gnu.org>
17942
17943 * lisp/align.el (align-newline-and-indent):
17944 Adding new function. for auto-aligning blocks of code on RET.
17945 (align-region): Fixed badly formatted minibuffer message.
17946
17947 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17948
17949 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17950 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17951 the conversion list at first if appropriate.
17952 (kkc-next): Don't update kkc-next-count here.
17953 (kkc-prev): Don't update kkc-prev-count here.
17954 (kkc-show-conversion-list-update): Fix setting up of conversion
17955 list message.
17956
17957 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17958
17959 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17960
17961 2000-07-16 Dave Love <fx@gnu.org>
17962
17963 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17964 function to be more specific.
17965
17966 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17967 non-string help-echo.
17968 (widget-types-convert-widget): Defsubst it.
17969 (widget-echo-help): Try to cope with a help-echo function of two
17970 possible sorts.
17971
17972 2000-07-15 Jason Rumney <jasonr@gnu.org>
17973
17974 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17975 Declare as obsolete.
17976
17977 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17978
17979 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17980
17981 * hilit-chg.el: Fix typo.
17982
17983 2000-07-14 Dave Love <fx@gnu.org>
17984
17985 * info.el (Info-mode-menu): Fix use of :help, :enable.
17986
17987 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17988
17989 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17990
17991 2000-07-13 Dave Love <fx@gnu.org>
17992
17993 * emacs-lisp/easymenu.el: Doc fixes.
17994 (easy-menu-remove): Defalias to ignore.
17995
17996 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17997 Call throw correctly.
17998
17999 2000-07-13 Gerd Moellmann <gerd@gnu.org>
18000
18001 * faces.el (frame-background-mode): Doc fix.
18002
18003 * simple.el (eval-expression-print-length): Change custom type to
18004 allow entering nil as value.
18005
18006 2000-07-13 Dave Love <fx@gnu.org>
18007
18008 * progmodes/fortran.el (fortran-imenu-generic-expression):
18009 Change definition layout.
18010 (fortran-mode-menu): Reinstate customize entries.
18011
18012 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18013 Use :filter, per old XEmacs code.
18014
18015 2000-07-12 Gerd Moellmann <gerd@gnu.org>
18016
18017 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18018 event when deciding what to send to the terminal.
18019
18020 2000-07-12 Dave Love <fx@gnu.org>
18021
18022 * cus-start.el: Add optional version as 4th element of specs and
18023 use it for several things new in v21. Remove load-path. Fix type
18024 of line-number-display-limit.
18025
18026 2000-07-11 Dave Love <fx@gnu.org>
18027
18028 * progmodes/fortran.el: Don't require easymenu.
18029 Use repeat counts in various regexps.
18030 (fortran-mode-syntax-table): Defvar directly.
18031 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18032 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18033 Use defvar, not defconst.
18034 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18035 (fortran-mode): Set fortran-comment-line-start-skip,
18036 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18037 (fortran-comment-indent): Use defsubst.
18038 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18039 Use fortran-comment-indent, not fortran-comment-indent-function.
18040 (fortran-comment-region, fortran-electric-line-number): Simplify.
18041 (fortran-auto-fill): New function.
18042 (fortran-do-auto-fill): Deleted.
18043 (fortran-find-comment-start-skip):
18044 Check for non-null comment-start-skip.
18045 (fortran-auto-fill-mode, fortran-fill-statement):
18046 Use fortran-auto-fill.
18047 (fortran-fill): Use fortran-auto-fill. Check for null
18048 comment-start-skip. Simplify final clause and use end-of-line finally.
18049
18050 * widget.el (widget-plist-member): New alias.
18051
18052 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18053
18054 * eshell/esh-module.el (toplevel): Reference
18055 byte-compile-current-file only if it is bound.
18056
18057 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18058
18059 * dired.el: Don't require `dired-aux'.
18060
18061 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18062
18063 * dired-aux.el (dired-show-file-type): New function.
18064 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18065 (dired-show-file-type): Add autoload.
18066
18067 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18068
18069 * international/mule-diag.el (describe-font): Adjusted for the
18070 change of fontset-info.
18071 (print-fontset): Likewise.
18072
18073 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18074
18075 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18076
18077 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18078
18079 * bindings.el: Bind `[delete]' to delete-char.
18080
18081 * dired.el (dired-find-alternate-file): New function.
18082 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18083 (toplevel): Require dired-aux when compiling.
18084 (dired-buffers): Move defvar within file to avoid compiler warning.
18085
18086 * info.el (Info-last-search): Variable removed.
18087 (Info-search-history): New variable.
18088 (Info-search): New Info-search-history.
18089
18090 * battery.el, info-look.el: Change author's mail address.
18091
18092 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18093
18094 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18095 if rmail-ignored-headers is nil.
18096 (rmail-retry-failure): Bind rmail-ignored-headers and
18097 rmail-displayed-headers to nil.
18098
18099 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18100
18101 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18102 (print-region-1): Don't hard code `-h' here.
18103
18104 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18105
18106 2000-07-01 Francesco Potorti` <pot@gnu.org>
18107
18108 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18109 exim can use "your message" instead of "the message".
18110
18111 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18112
18113 * facemenu.el: Docstrings fixes.
18114 (facemenu-get-face): Don't use internal-find-face.
18115 (facemenu-iterate): Rename arg to match the docstring.
18116
18117 * newcomment.el (uncomment-region): Be more careful when skipping
18118 backwards over `=' not to bump into BOBP.
18119
18120 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18121
18122 * ediff-diff.el (ediff-wordify): Use syntax table.
18123 * ediff-init.el (ediff-has-face-support-p): Use
18124 ediff-color-display-p.
18125 (ediff-color-display-p): Use display-color-p, changed to defun
18126 from defsubst.
18127 Got rid of special cases for NeXT and OS/2.
18128 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18129 face.
18130
18131 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18132
18133 * emacs-lisp/lucid.el: Require CL.
18134 (copy-tree, remprop): Remove, it's provided by CL.
18135 (map-keymap): Define in terms of cl-map-keymap.
18136 (extent-property, set-extent-end-glyph): New functions.
18137
18138 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18139
18140 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18141
18142 * Makefile.in (DONTCOMPILE): Add comment that the name may
18143 not be changed without changing the make-dist script.
18144
18145 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18146 (cl-mapc): Use mapc instead of cl-old-mapc.
18147
18148 2000-07-05 Andrew Innes <andrewi@gnu.org>
18149
18150 * makefile.nt: Add support for `bootstrap' and related targets.
18151
18152 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18153
18154 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18155 (easy-menu-do-define): Use `menu-item' format.
18156 Handle case where easy-menu-create-menu returns a symbol.
18157 Manually call the potential top-level filter in the function binding.
18158 (easy-menu-filter-return): New arg NAME.
18159 Convert to a keymap if MENU is an XEmacs menu.
18160 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18161 (easy-menu-converted-items-table, easy-menu-convert-item):
18162 New var and fun to memoize easy-menu-convert-item-1.
18163 (easy-menu-do-add-item): Use it.
18164 (easy-menu-create-menu): Use easy-menu-convert-item.
18165 Wrap easy-menu-filter-return around any :filter specification.
18166 Don't convert the menu if a filter was specified.
18167 Tell easy-menu-make-symbol not to check for MENU being an expression.
18168 (easy-menu-make-symbol): New arg NOEXP.
18169
18170 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18171
18172 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18173 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18174 (eval-defun): If called with prefix arg, instrument code for
18175 Edebug.
18176
18177 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18178 similar to that of eval-defun.
18179
18180 2000-07-04 Dave Love <fx@gnu.org>
18181
18182 * hl-line.el (hl-line-overlay): Make it permanent-local.
18183
18184 * calendar/todo-mode.el: Replaced with a working version, based on
18185 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18186
18187 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18188
18189 * paths.el (prune-directory-list): New function.
18190 (Info-default-directory-list): Rewritten to more methodically
18191 enumerate a big list of possible info directories (based on the
18192 list used by the standalone info reader).
18193
18194 * info.el (info-initialize): Use prune-directory-list to remove
18195 non-existent directories from Info-directory-list.
18196
18197 * paths.el (Info-default-directory-list): Try a list of possible
18198 info-directories instead of a single one. Add the possible
18199 info directory "/usr/share/info".
18200
18201 * woman.el (woman-man.conf-path): Explicitly include the debian
18202 man-db config file "/etc/manpath.config".
18203 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18204 are present in `manpath.config'.
18205 (woman-manpath): Include "/usr/share/man".
18206
18207 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18208
18209 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18210
18211 * startup.el (command-line): Initialize blink-cursor based
18212 on window-system.
18213
18214 * frame.el (blink-cursor): Default to nil if not running under
18215 a window-system.
18216
18217 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18218 (face-x-resources): Remove duplicate entry for :font.
18219
18220 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18221 instead of cycling through windows with next-window.
18222
18223 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18224 of cycling through windows with next-window.
18225
18226 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18227 of cycling through windows with next-window.
18228
18229 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18230 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18231 instead of cycling through windows with next-window.
18232
18233 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18234 instead of cycling through windows with next-window.
18235
18236 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18237 of cycling through windows with next-window.
18238
18239 * terminal.el (te-process-output): Use walk-windows instead of
18240 cycling through windows with next-window.
18241
18242 * server.el (server-switch-buffer): Use some-window instead of
18243 cycling through windows with next-window.
18244
18245 * window.el (some-window): New function.
18246 (walk-windows): Remove reference to walk-windows-start.
18247
18248 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18249
18250 2000-07-03 Richard Stallman <rms@gnu.org>
18251
18252 * window.el (walk-windows): Guarantee termination by keeping a list
18253 of all the windows already handled.
18254
18255 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18256
18257 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18258 window-system.
18259
18260 * man.el (Man-notify-when-ready): Don't use window-system. If
18261 Man-notify-method is newframe, and the display is not
18262 multi-frame, select the frame created for the man page.
18263 (Man-init-defvars): Doc fix.
18264
18265 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18266
18267 * faces.el (region): Change background color for light background.
18268
18269 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18270 attribute from mode-line face of Ediff control frame.
18271
18272 * replace.el (query-replace-map): Bind `e' like `E'.
18273
18274 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18275
18276 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18277 Change name to "Select All".
18278
18279 * dos-fns.el (convert-standard-filename): Fix last change.
18280
18281 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18282
18283 * help.el (describe-variable): Don't insert a second `'s' in front
18284 of the string `value is shown below'. Since the syntax-table is
18285 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18286 an existing `'s', so that this won't be deleted.
18287
18288 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18289 * pcmpl-unix.el: New files.
18290
18291 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18292
18293 * wid-edit.el (widget-member): Use the new plist-member.
18294
18295 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18296
18297 * replace.el (perform-replace): Undo change of 2000-04-04.
18298 Instead, move backward 1 character at the end of the loop when
18299 necessary.
18300
18301 * faces.el (fringe): Change face for different backgrounds.
18302
18303 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18304 patch from John.
18305
18306 * eshell/*.el: Change spelling of the Free Software Foundation.
18307
18308 * eshell/esh-toggle.el: Removed.
18309
18310 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18311
18312 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18313 interactively.
18314
18315 2000-06-26 Alex Schroeder <alex@gnu.org>
18316
18317 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18318 `define-key'; instead of checking `(emacs-version)' check for
18319 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18320 for `;' and `o' which might be electric.
18321
18322 (sql-electric-stuff): New user option.
18323 (sql-magic-go): New function which uses `sql-electric-stuff'.
18324 (sql-magic-semicolon): New function which uses
18325 `sql-electric-stuff'.
18326
18327 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18328 is not fboundp.
18329
18330 (sql-oracle-options): New variable.
18331 (sql-oracle): Use it.
18332
18333 (sql-imenu-generic-expression): Doc change.
18334 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18335 is used.
18336
18337 (sql-informix): Added command line parameter "-" to force
18338 sql-informix-program to use stdout.
18339
18340 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18341
18342 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18343 (cp864-decode-table): Doc fix.
18344 (cp720-decode-table): New variable, supports the Arabic OEM
18345 codepage used by Windows.
18346 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18347
18348 2000-06-23 Dave Love <fx@gnu.org>
18349
18350 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18351 (font-lock-fontify-anchored-keywords): Use
18352 line-beginning-position.
18353 (global-font-lock-mode): Use mapc.
18354
18355 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18356
18357 * eshell/esh-module.el: Require CL when compiling.
18358
18359 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18360
18361 * comint.el (comint-substitute-in-file-name): Call replace-match
18362 with second and third arg t.
18363
18364 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18365 Specify foreground color.
18366
18367 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18368 color.
18369
18370 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18371
18372 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18373 cddr instead of cdddr.
18374
18375 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18376 instead of copy-list.
18377
18378 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18379 of copy-list.
18380
18381 * subdirs.el: Add eshell subdirectory.
18382
18383 * eshell: New subdirectory containing the Eshell package.
18384
18385 * pcomplete.el: New file.
18386
18387 2000-06-23 Paul Eggert <eggert@twinsun.com>
18388
18389 * mail/mailpost.el (post-mail-send-it): Make sure file has
18390 proper permissions from birth.
18391
18392 * files.el (basic-save-buffer-2): When temporarily setting
18393 file modes, set them to current modes plus 0200, not to 0777.
18394
18395 * emerge.el (emerge-make-temp-file): Make sure file has proper
18396 permissions from birth.
18397
18398 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18399
18400 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18401 backup file name through convert-standard-filename.
18402
18403 * dos-fns.el (convert-standard-filename): Convert leading
18404 directories as well. When long file names are supported, convert
18405 characters that are invalid in Windows file names.
18406
18407 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18408
18409 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18410 ps-print crashes. New feature: page selection for printing. Create
18411 raw-text-unix coding system for XEmacs. Doc fix.
18412 (ps-print-version): New version number (5.2.3).
18413 (ps-plot-region): Bug fix.
18414 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18415 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18416 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18417 funs.
18418 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18419 (ps-last-page): New vars.
18420
18421 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18422
18423 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18424 empty option string.
18425
18426 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18427
18428 * man.el (man): Doc fix.
18429
18430 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18431
18432 * international/mule-cmds.el (set-language-info-alist): Docstring
18433 fixed.
18434
18435 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18436
18437 * version.el (emacs-version): Use ISO date format.
18438
18439 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18440 instead of `M-backspace'.
18441
18442 * simple.el (turn-off-auto-fill): New function.
18443
18444 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18445
18446 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18447 Renamed from with-buffer-prepared-for-font-lock and use
18448 inhibit-modification-hooks rather than setting *-change-functions.
18449 Update all functions to use the new name.
18450 (jit-lock-first-unfontify-pos): New semantics (and doc).
18451 (jit-lock-mode): Make non-interactive.
18452 Don't automatically turn on font-lock.
18453 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18454 Always use jit-lock-after-change.
18455 Remove and restore font-lock-after-change-function.
18456 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18457 (jit-lock-after-unfontify-buffer): Remove.
18458 (jit-lock-stealth-fontify):
18459 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18460 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18461
18462 2000-06-20 Sam Steingold <sds@gnu.org>
18463
18464 * emacs-lisp/cl-indent.el (toplevel): Indent
18465 `print-unreadable-object' properly. Untabify.
18466
18467 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18468
18469 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18470 Support for bibentry.
18471 (reftex-compile-variables): Fixed problem with end of section-re.
18472
18473 * texmodes/reftex-dcr.el (reftex-view-crossref,
18474 reftex-view-crossref-from-bibtex):
18475 Deal with changed `reftex-find-citation-regexp-format'.
18476 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18477 Replaced `remprop' with `put'.
18478 (reftex-view-crossref, reftex-view-crossref-when-idle):
18479 Support for bibentry.
18480
18481 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18482 New entry for bibentry package.
18483
18484 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18485 Regexp also matches "\nobibliography".
18486
18487 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18488 Call `reftex-ensure-write-access' before doing anything.
18489 (reftex-ensure-write-access): New function.
18490
18491 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18492
18493 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18494
18495 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18496
18497 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18498
18499 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18500
18501
18502 2000-06-20 Dave Love <fx@gnu.org>
18503
18504 * faces.el (frame-background-mode): Use set-default, not set, in
18505 setter.
18506 (frame-update-faces, frame-update-face-colors): Define with
18507 defalias.
18508
18509 * enriched.el (enriched-decode-foreground)
18510 (enriched-decode-background): Don't use internal-find-face.
18511
18512 * apropos.el: Doc fixes.
18513
18514 * cus-edit.el (customize-changed-options): Check arg.
18515 (customize-version-lessp): Don't require decimal point.
18516
18517 * custom.el (defcustom, defgroup): Doc fix.
18518
18519 * newcomment.el (comment) <defgroup>: Add :version.
18520 (comment-multi-line): Doc fix.
18521
18522 * emulation/mlsupport.el (define-hooked-local-abbrev,
18523 define-hooked-global-abbrev): Fix, using define-abbrev.
18524
18525 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18526
18527 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18528 the whole buffer.
18529
18530 2000-06-19 Dave Love <fx@gnu.org>
18531
18532 * menu-bar.el (menu-bar-options-save): New function.
18533 (menu-bar-options-menu): Use it.
18534 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18535 Simplify.
18536
18537 2000-06-19 Andreas Schwab <schwab@suse.de>
18538
18539 * progmodes/etags.el (tags-query-replace): Put new parameters
18540 START and END at the end, for backward compatibility.
18541
18542 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18543
18544 * international/codepage.el:
18545 (cp-coding-system-for-codepage-1): Delete special codes for
18546 generating xxx-dos coding system because now a CCL based coding
18547 system can handle EOL conversion by default.
18548
18549 * international/mule.el (make-coding-system): Generate subsidiary
18550 coding systems for EOL handling variants even for a CCL based
18551 coding system.
18552
18553 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18554
18555 * international/isearch-x.el (isearch-minibuffer-input-method)
18556 (isearch-minibuffer-input-method-function): These variables
18557 deleted.
18558 (isearch-with-input-method): Don't use the above variables.
18559 (isearch-process-search-multibyte-characters): Likewise. Call
18560 read-string with the arg INHERIT-INPUT-METHOD t.
18561
18562 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18563
18564 * font-lock.el (font-lock-after-fontify-buffer)
18565 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18566
18567 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18568 Use consistent make-local-variable style for font-lock-fontified.
18569 (jit-lock-fontify-buffer):
18570 Don't bother checking for font-lock-mode and jit-lock-mode.
18571
18572 * time.el: Remove trailing ^M that prevent CVS-merging.
18573
18574 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18575
18576 * Makefile.in (distclean): New target.
18577
18578 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18579
18580 * Makefile.in (srcdir): Define for update-subdirs.
18581
18582 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18583
18584 * find-lisp.el: New file.
18585
18586 2000-06-16 Andrew Innes <andrewi@gnu.org>
18587
18588 * time.el (display-time-mail-function): New variable, to allow
18589 external packages to indicate when new mail is available.
18590 (display-time-update): Use it.
18591
18592 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18593
18594 * international/mule.el (mule-version): Change version name to
18595 SAKAKI. AOI has already been used by Meadow.
18596
18597 * international/quail.el (quail-show-guidance-buf): To find the
18598 bottom window (but minibuffer), pay attention to the height of
18599 minibuffer.
18600
18601 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18602
18603 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18604 menu-bar menus. Add help strings. Don't remove the Edit menu
18605 from the menu bar, as the menu bar has enough space now.
18606
18607 * Makefile.in (SHELL): Make sure /bin/sh is used.
18608
18609 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18610 characters, which use series of two ^H characters instead of one.
18611
18612 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18613
18614 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18615 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18616 functions.
18617 (Info-find-node-2): Try a case-sensitive search first, then
18618 do a case-insensitive search.
18619
18620 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18621 tutorials.
18622
18623 * complete.el (PC-env-vars-alist): New variable.
18624 (PC-complete-as-file-name): New function.
18625 (partial-completion-mode): Initialize PC-env-vars-alist from
18626 process-environment.
18627 (PC-do-completion): Handle completion of env vars.
18628
18629 * info.el (Info-set-mode-line): Show file name in mode line,
18630 use `*Info*' instead of `Info:'.
18631
18632 * startup.el (command-line-1): Change copyright messages to year
18633 2000.
18634
18635 2000-06-15 Dave Love <fx@gnu.org>
18636
18637 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18638 not local-map.
18639
18640 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18641
18642 * international/mule.el (set-buffer-file-coding-system): Almost
18643 rewritten to handle `undecided' as no-op.
18644
18645 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18646
18647 * Makefile.in: New file.
18648
18649 * Makefile: Removed.
18650
18651 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18652 (goto-address-highlight-keymap): Bind C-c RET.
18653
18654 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18655
18656 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18657 inherits buffer-file-coding-system of the current buffer.
18658
18659 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18660 0. Give correct argument to set-auto-coding-function.
18661 (tar-expunge): For goto-char, use (point-min), not 0.
18662 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18663 (tar-subfile-save-buffer): Likewize.
18664
18665 * international/mule.el
18666 (after-insert-file-set-buffer-file-coding-system): Call
18667 set-buffer-file-coding-system with the arg FORCE t.
18668
18669 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18670
18671 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18672 nil. Contemporary sendmails issue an X-Authentication-Warning if
18673 the sender is set with `-f'.
18674
18675 2000-06-13 Dave Love <fx@gnu.org>
18676
18677 * help.el (describe-function-1): Kluge around cases of functions
18678 fset to subrs whose doc doesn't match their symbol-name.
18679
18680 * image.el (insert-image): Default STRING to a space.
18681
18682 * info.el Doc fixes.
18683 (Info-build-node-completions): Match Ref tags.
18684
18685 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18686
18687 * frame.el (display-multi-frame-p, display-multi-font-p): New
18688 defaliases for display-graphic-p.
18689
18690 * hl-line.el: Fixed a typo in commentary.
18691
18692 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18693
18694 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18695 fixed.
18696
18697 2000-06-12 Dave Love <fx@gnu.org>
18698
18699 * image.el (insert-image): Save a little consing.
18700
18701 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18702
18703 * language/tibet-util.el: Convert all tibetan-1-column characters
18704 to the corresponding tibetan characters.
18705 (tibetan-add-components): Delete code for the special treatment of
18706 'a chung.
18707
18708 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18709 change.
18710 (tibetan-vowel-transcription-alist): More rules added.
18711 (tibetan-composite-vowel-alist): New variable.
18712 (tibetan-precomposition-rule-alist): More rules added.
18713
18714 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18715
18716 * startup.el (command-line): Only call menu-bar-mode if interactive.
18717
18718 * thingatpt.el (toplevel symbol-properties):
18719 * textmodes/makeinfo.el (makeinfo-compile):
18720 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18721 * progmodes/hideif.el (hif-compress-define-list)
18722 (hide-ifdef-use-define-alist):
18723 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18724 (ange-ftp-vms-add-file-entry):
18725 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18726 * man.el (Man-build-man-command):
18727 * mail/rnewspost.el (news-reply-header-hook):
18728 * info.el (Info-insert-dir):
18729 * emulation/mlconvert.el (backward-word, forward-word, setq):
18730 * emacs-lisp/gulp.el (gulp-send-requests):
18731 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18732 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18733 (byte-optimize-apply, end of file):
18734 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18735 (ad-make-freeze-definition):
18736 * startup.el (command-line, command-line-1): Don't quote lambdas.
18737
18738 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18739 (cvs-cleanup-removed): New function.
18740 (cvs-cleanup-functions): New var.
18741 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18742 some flexibility in specifying additional entries to auto-cleanup.
18743 (cvs-quickdir): New function.
18744 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18745 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18746 (cvs-mode-find-file): Check that we are on a filename or dirname
18747 when invoked through a mouse-click.
18748 (cvs-full-path): Remove.
18749 (cvs-dired-action): Re-introduced.
18750 (cvs-dired-noselect): Use it.
18751 (vc-post-command-functions): use this new hook if available.
18752
18753 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18754 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18755 (cvs-filename-map, cvs-dirname-map): Remove.
18756 (cvs-default-action): Remove.
18757 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18758 if the arg is really a keymap.
18759 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18760 Don't hardcode the mapping from state (aka type) to face, but check
18761 the var cvs-fi-<type>-face instead.
18762 (cvs-fileinfo-from-entries): New function.
18763
18764 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18765 Docstring fix.
18766 (cvs-find-file-and-jump): Change default to be safer.
18767 (cvs-mode-diff-map): Define it as a function as well.
18768 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18769 Bind mouse-2 in this global map rather than with text-properties.
18770
18771 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18772 file to resolve the ambiguity between C(conflict) and C(need-merge).
18773
18774 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18775
18776 * international/mule.el (set-buffer-file-coding-system): If
18777 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18778 unconditionally.
18779
18780 2000-06-12 Dave Love <fx@gnu.org>
18781
18782 * wid-edit.el (widget-specify-button): Really suppress the face if
18783 required.
18784
18785 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18786
18787 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18788
18789 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18790
18791 * imenu.el (imenu-generic-expression): Docstring fix.
18792
18793 * composite.el (composition-function-table): Move the `put'
18794 below the autoload cookie so we can load the file before loaddefs.
18795
18796 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18797
18798 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18799 Handle easy-mmode-define-global-mode.
18800 For complex macros like define-minor-mode that can generate
18801 several autoload entries, try to autoload entries in the
18802 macroexpanded code.
18803
18804 * emacs-lisp/easy-mmode.el (define-minor-mode):
18805 If KEYMAP is a symbol, just use it.
18806 Use byte-compile-current-file and load-file-name to infer the
18807 proper :require to pass to defcustom.
18808 Wrap the hook var into `progn' so as not to autoload it.
18809 Add a :autoload-end cookie.
18810 Be more careful about the evaluation of KEYMAP.
18811 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18812 (define-derived-mode): Move define-abbrev-table outside of defvar.
18813
18814 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18815
18816 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18817 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18818 (backup-compiled-files): Ignore errors during `tar'.
18819 (bootstrap): Make autoloads before elc files.
18820
18821 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18822
18823 * international/mule.el (set-buffer-file-coding-system): If one of
18824 undecided-XXX is specified, change only EOL conversion.
18825
18826 * international/mule-conf.el (unix): New alias for the coding
18827 system undecided-unix.
18828
18829 2000-06-09 Dave Love <fx@gnu.org>
18830
18831 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18832
18833 * progmodes/executable.el: Byte compile dynamic.
18834 (executable-insert): Change custom type.
18835 (executable-find): Add autoload cookie.
18836 (executable-make-buffer-file-executable-if-script-p): New
18837 function. After Noah Friedman.
18838
18839 * files.el (after-save-hook): Customize, with
18840 executable-make-buffer-file-executable-if-script-p as an option.
18841
18842 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18843
18844 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18845 "tib24p-mule.bdf" for Tibetan.
18846
18847 * composite.el (decompose-composite-char): Declare it as obsolete.
18848
18849 * man.el (Man-fontify-manpage): Pay attention to underline and
18850 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18851
18852 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18853
18854 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18855 Set maintainer to FSF since author isn't reachable.
18856
18857 2000-06-08 Dave Love <fx@gnu.org>
18858
18859 * international/mule-cmds.el (select-safe-coding-system): If
18860 DEFAULT-CODING-SYSTEM is not specified, also check the most
18861 preferred coding-system if buffer-file-coding-system is
18862 `undecided'. From Handa.
18863
18864 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18865
18866 * international/mule.el
18867 (after-insert-file-set-buffer-file-coding-system): If the buffer
18868 size is greater than INSERTED, judget that we are not visiting.
18869
18870 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18871
18872 * whitespace.el (defgroup whitespace): Comment out `:version'.
18873 XEmacs 20.4 has problems defining the group with this present.
18874 We'll have this commented out till get resolve the problem.
18875
18876 2000-06-07 John Wiegley <johnw@gnu.org>
18877
18878 * align.el (align-dq-string-modes, align-sq-string-modes)
18879 (align-open-comment-modes): Add pyhton-mode.
18880 (align-rules-list): Use get-text-property instead of
18881 text-properties-at.
18882 (align-rules-list): Add python-assignment.
18883 (align-rules-list): Change perl-comma-delimiter to
18884 basic-comma-delimiter. Use if for Perl modes and python-mode.
18885 (align-rules-list): Add python-chain-logic and
18886 basic-line-continuation.
18887
18888 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18889
18890 * apropos.el (apropos-mode-hook): New user variable.
18891 (apropos-mode): Run apropos-mode-hook.
18892
18893 2000-06-07 David Ponce <david@dponce.com>
18894
18895 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18896 commands. Require `wid-edit' at run-time.
18897
18898 2000-06-07 David Ponce <david@dponce.com>
18899
18900 * recentf.el: Added some "Commentary".
18901 (recentf-open-more-files, recentf-edit-list): Minor changes to
18902 move the point at the top of the file list. This behaviour is
18903 consistent with the menu one when the list contains a lot of
18904 files.
18905 (recentf-cleanup): Now displays the number of items removed from
18906 the list.
18907 (recentf-relative-filter) New menu filter to show filenames
18908 relative to `default-directory'.
18909
18910 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18911
18912 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18913 with/without giving an error if PostScript printer doesn't have this
18914 kind of page size. Zebra Stripe continues or restarts on next page.
18915 Manual/automatic paper feeding. Switch or not the header.
18916 (ps-print-version): New version number (5.2.2).
18917 (ps-windows-system): Include emx as a Windows system.
18918 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18919 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18920 (ps-background-text): Code fix.
18921 (ps-error-handler-message, ps-user-defined-prologue)
18922 (ps-print-prologue-header, ps-printer-name)
18923 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18924 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18925 (ps-use-face-background): Customization fix.
18926 (ps-n-up-database): Data fix.
18927 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18928 (ps-switch-header): New vars.
18929 (ps-xemacs-color-name, ps-face-foreground-name)
18930 (ps-face-background-name, ps-boolean-constant): New funs.
18931
18932 2000-06-07 Dave Love <fx@gnu.org>
18933
18934 * allout.el: New version from Manheimer.
18935
18936 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18937
18938 * textmodes/fill.el (fill-find-break-point): Check the validity of
18939 charset.
18940
18941 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18942
18943 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18944 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18945 Call display-color-p and display-mouse-p instead of looking at
18946 window-system.
18947
18948 2000-06-06 Dave Love <fx@gnu.org>
18949
18950 * image.el (find-image): Doc fix. Return nil if image not found.
18951 (put-image, insert-image): Make STRING arg optional.
18952
18953 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18954
18955 * language/vietnamese.el: Remove eval-when-compile.
18956 (viet-viscii-nonascii-translation-table): Define it as a
18957 translation table made from viet-viscii-decode-table.
18958 (viet-viscii-encode-table): Define it as a translation table made
18959 from the reverse map of above.
18960 (viet-vscii-nonascii-translation-table): Define it as a
18961 translation table made from viet-vscii-decode-table.
18962 (viet-vscii-encode-table): Define it as a translation table made
18963 from the reverse map of above.
18964 (ccl-decode-viscii): Use translate-character.
18965 (ccl-encode-viscii, ccl-encode-viscii-font)
18966 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18967 Likewize.
18968
18969 * language/cyrillic.el: Remove eval-when-compile.
18970 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18971 translation table made from cyrillic-koi8-r-decode-table.
18972 (cyrillic-koi8-r-encode-table): Define it as a translation table
18973 made from the reverse map of above.
18974 (ccl-decode-koi8): Use translate-character.
18975 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18976 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18977 a translation table made from cyrillic-alternativnyj-decode-table.
18978 (cyrillic-alternativnyj-encode-table): Define it as a translation
18979 table made from the reverse map of above.
18980 (ccl-decode-alternativnyj): Use translate-character.
18981 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18982 Likewize
18983
18984 * international/mule-diag.el (non-iso-charset-alist): Specify
18985 translation table symbol instead of translation table itself.
18986 (list-block-of-chars): CHARSET may be a translation table symbol.
18987
18988 * international/mule.el (make-coding-system): If CODING-SYSTEM
18989 already exists, override it.
18990
18991 * international/fontset.el: Use family `proportional' for Tibetan
18992 fonts.
18993
18994 * international/ccl.el (ccl-compile-translate-character): Don't
18995 check if Rrr has property translation-table.
18996 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18997
18998 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18999
19000 * info.el: Bind case-fold-search to t when searching in case
19001 a user sets it to nil in a hook.
19002
19003 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19004
19005 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19006 * hl-line.el (hl-line-mode): Use the new :global key argument.
19007
19008 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19009 (tar-clip-time-string): Prepend a space.
19010 (tar-grind-file-mode): Construct a string rather than modifying one.
19011 (tar-header-block-summarize): Fix docstring.
19012 Use `format' rather than an error-prone set of copy-loops.
19013
19014 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19015 (diff-goto-source, diff-unified->context, diff-context->unified)
19016 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19017 understand the format output by the `-p' argument to diff.
19018
19019 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19020 (sh-re-done): Use defconst.
19021 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19022 (sh-help-string-for-variable, sh-guess-basic-offset):
19023 Don't quote lambdas.
19024 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19025 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19026
19027 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19028 (mh-letter-mode): Derive from text-mode.
19029 This implicitly means that it now calls kill-all-local-variables.
19030 Also remove the Emacs-18 compatibility code.
19031
19032 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19033 Make use of symbol-property doc-string-elt.
19034 Use memq rather than a sequence of eq.
19035 (doc-string-elt): Fix the wrong or missing previously unused values.
19036 (autoload-print-form): New function extracted from
19037 generate-file-autoloads to allow recursion when handling progn
19038 so that defvar's and defun's docstrings are properly printed.
19039 (generate-file-autoloads): Use it.
19040
19041 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19042 Use find-file-hooks in the minor-mode function.
19043 Be careful not to loop indefinitely in the post-command-hook function.
19044
19045 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19046
19047 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19048 tty's.
19049 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19050 differences whenever appropriate.
19051 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19052 * viper.el (find-file, find-file-other-window): Get viper to do
19053 wildcards.
19054
19055 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19056
19057 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19058 (jit-lock-fontify-buffer): New function for JIT refontification.
19059 (jit-lock-mode): Fix docstring.
19060 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19061 Remove jit-lock-after-change from the _local_ hook.
19062 (jit-lock-function-1): Fix docstring.
19063
19064 * info.el (Info-on-current-buffer): Initialize info.
19065
19066 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19067
19068 * progmodes/tcl.el (tcl-indent-for-comment):
19069 Ignore comment-indent-hook.
19070
19071 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19072 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19073 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19074 and improve to use the lighter to guess the capitalization.
19075 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19076 Add keyword arguments to specify global-ness or the custom group.
19077 Add local-map and help-echo properties to the lighter.
19078 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19079 (easy-mmode-define-global-mode): New macro.
19080
19081 2000-06-02 Dave Love <fx@gnu.org>
19082
19083 * wid-edit.el: byte-compile-dynamic since we typically don't use
19084 all the widgets. Don't require cl or widget. Remove
19085 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19086 (widget-read-event): Removed. Callers changed to use read-event.
19087 (widget-button-release-event-p): Renamed from
19088 button-release-event-p.
19089 (widget-field-add-space, widget-field-use-before-change):
19090 Uncustomize.
19091 (widget-specify-field): Use keymap property, not local-map.
19092 (widget-specify-button): Obey :suppress-face.
19093 (widget-specify-insert): Use modern backquote syntax.
19094 (widget-image-directory): Renamed from widget-glyph-directory.
19095 (widget-image-enable): Renamed from widget-glyph-enable.
19096 (widget-image-find): Replaces widget-glyph-find.
19097 (widget-button-pressed-face): Move defvar.
19098 (widget-image-insert): Replaces widget-glyph-insert.
19099 (widget-convert): Use keywordp.
19100 (widget-leave-text, widget-children-value-delete): Use mapc.
19101 (widget-keymap): Remove XEmacs stuff.
19102 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19103 (widget-button-click): Don't set point at the click, but re-centre
19104 if we scroll out of window. Rewritten for images v. glyphs &c.
19105 (widget-tabable-at): Use POS arg, not point.
19106 (widget-beginning-of-line, widget-end-of-line)
19107 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19108 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19109 (widget-default-create): Use widget-image-insert; some rewriting.
19110 (widget-visibility-value-create)
19111 (widget-push-button-value-create, widget-toggle-value-create): Use
19112 widget-image-insert.
19113 (checkbox): Create on and off images dynamically.
19114 (documentation-link): Change :help-echo.
19115 (widget-documentation-link-echo-help): Remove.
19116
19117 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19118
19119 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19120
19121 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19122 (easy-mmode-define-toggle, define-minor-mode): Use it.
19123 (easy-mmode-define-keymap): Docstring fix.
19124 (define-derived-mode): Default PARENT to fundamental-mode.
19125 Add the derived-mode-parent symbol-property.
19126 (easy-mmode-derived-mode-p): New function.
19127
19128 2000-06-02 Dave Love <fx@gnu.org>
19129
19130 * files.el (convert-standard-filename): Doc fix.
19131 (normal-backup-enable-predicate): New function.
19132 (backup-enable-predicate): Use it to replace the lambda form.
19133
19134 * calendar/todo-mode.el: [This needs more work on the outline
19135 stuff.] Doc fixes.
19136 (todo) <defgroup>: Add :version.
19137 (todo-add-category): Don't use pushnew.
19138 (todo-cmd-raise): Fix typo.
19139 (todo-top-priorities): Change temp buffer name.
19140 (todo-category-alist): Avoid redundant lambda.
19141 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19142 Use outline-next-heading.
19143
19144 * autoarg.el: Rewritten to use define-minor-mode.
19145 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19146 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19147
19148 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19149
19150 * isearch.el (isearch-other-meta-char): Fix previous change.
19151
19152 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19153
19154 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19155 (log-edit-done): Only add the comment to the ring if it's different
19156 from the last comment entered.
19157
19158 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19159
19160 2000-06-01 Dave Love <fx@gnu.org>
19161
19162 * hl-line.el: Rewritten using define-minor-mode.
19163
19164 * help.el (describe-function-1): Distinguish special form from
19165 builtin function. Sanity-check presence of arglist for builtins.
19166
19167 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19168
19169 * international/characters.el: Fix syntax/category setting of
19170 Tibetan characters.
19171
19172 * language/tibet-util.el (tibetan-add-components): Fixes for new
19173 encoding of Tibetan characters.
19174 (tibetan-decompose-precomposition-alist): New variable.
19175 (tibetan-decompose-region): Convert precomposed characters to
19176 non-precomposed characters.
19177 (tibetan-decompose-string): Likewise.
19178 (tibetan-composition-function): Fix args to
19179 thibetan-compose-string.
19180
19181 * language/tibetan.el (tibetan-composable-pattern): More
19182 characters included.
19183 (tibetan-consonant-transcription-alist): Rule for "R" added.
19184 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19185 "+R" added.
19186 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19187
19188 * language/lao-util.el (lao-composition-function): Fix args to
19189 compose-string.
19190
19191 * language/thai-util.el (thai-composition-function): Fix args to
19192 compose-string.
19193
19194 * isearch.el (isearch-update): Set disable-point-adjustment to t
19195 to prevent the point moving to the end of a composition when a
19196 part of a composition is searched.
19197 (isearch-other-meta-char): If the key invoking this command can be
19198 mapped by function-key-map to a printing char, call
19199 isearch-process-search-char directly.
19200
19201 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19202
19203 * emacs-lisp/bytecomp.el:
19204 * frame.el:
19205 * international/mule-cmds.el:
19206 * international/mule-util.el:
19207 * international/mule.el:
19208 * mouse.el:
19209 * subr.el:
19210 * faces.el: Update calls to make-obsolete with a WHEN argument.
19211
19212 * byte-run.el (make-obsolete, make-obsolete-variable):
19213 Add an optional WHEN argument and change the format of the
19214 symbol-property information.
19215 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19216 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19217 new obsolete-symbol-property format and print WHEN if it is provided.
19218
19219 2000-05-31 Dave Love <fx@gnu.org>
19220
19221 * loadhist.el (loadhist-hook-functions): Remove
19222 before-change-function, after-change-function.
19223 (unload-feature): Deal with symbols which are both bound and
19224 fbound.
19225
19226 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19227 before-change-function, after-change-function.
19228
19229 * simple.el (newline): Don't bind before-change-function,
19230 after-change-function.
19231
19232 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19233
19234 * whitespace.el (whitespace-rescan-timer-time): Update interval
19235 set to 600 seconds (10 minutes) instead of 60 seconds since
19236 a large number of whitespace buffers causes emacs to `freeze'
19237 for a considerable amount of time.
19238
19239 * whitespace.el: Updated email address
19240
19241 2000-05-31 Dave Love <fx@gnu.org>
19242
19243 * add-log.el (change-log-font-lock-keywords) <function>: Add
19244 pattern for function of change.
19245 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19246 acknowledgements patterns.
19247
19248 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19249
19250 * isearch.el (isearch-printing-char): If keyboard coding system is
19251 being used, call isearch-process-search-multibyte-characters.
19252
19253 * international/isearch-x.el: Mostly rewritten.
19254
19255 * international/quail.el (quail-start-conversion): Don't include
19256 unhandled events in the returned events, but set them in
19257 unread-command-events. Exit if all inputs are deleted.
19258
19259 2000-05-30 Jason Rumney <jasonr@gnu.org>
19260
19261 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19262
19263 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19264 Reenable code to create initial fontsets.
19265 Use set-fontset-font in place of put-charset-property.
19266
19267 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19268
19269 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19270 label, ensure that the first colon isn't followed by another.
19271
19272 * paths.el (Info-default-directory-list): Doc fix.
19273
19274 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19275 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19276 send a query containing USER only, not USER@HOST.
19277
19278 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19279 and rmail-msgend to compute the restriction at the end, instead of
19280 computing it.
19281
19282 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19283
19284 * dabbrev.el (dabbrev-expand): Don't display messages in the
19285 echo area if the minibuffer window is active.
19286
19287 * jit-lock.el (jit-lock-mode): Add after change function to
19288 local hook.
19289
19290 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19291
19292 * antlr-mode.el: New commands: hide/unhide actions,
19293 upcase/downcase literals.
19294 (antlr-tiny-action-length): New user option.
19295 (antlr-hide-actions): New command. Suggested by
19296 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19297 (antlr-mode-map): New binding [C-c C-v].
19298 (antlr-mode-menu): New entries.
19299 (antlr-downcase-literals): New command.
19300 (antlr-upcase-literals): Ditto.
19301
19302 * antlr-mode.el: Minor changes: indendation, mode-name.
19303 (antlr-indent-line): Indent cpp directive at column 0.
19304 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19305
19306 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19307 (antlr-font-lock-additional-keywords): Workaround for intentional
19308 bug in XEmacs version of font-lock.
19309 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19310 be used by a smarter version of `buffers-menu-grouping-function'.
19311
19312 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19313
19314 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19315 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19316
19317 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19318
19319 * international/encoded-kb.el
19320 (encoded-kbd-iso2022-designation-map): Pay attention to that
19321 charset-iso-final-char return -1 for eight-bit-control and
19322 eight-bit-graphic.
19323
19324 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19325
19326 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19327 (speedbar-easymenu-definition-base): Use display-graphic-p where
19328 available, instead of window-system.
19329
19330 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19331
19332 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19333 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19334 coding systems.
19335
19336 2000-05-26 Dave Love <fx@gnu.org>
19337
19338 * disp-table.el (standard-display-underline): Don't use
19339 internal-find-face.
19340
19341 * mail/reporter.el: Maintainer change. Doc fixes.
19342 (reporter-version): Deleted.
19343
19344 * emacs-lisp/elp.el: Maintainer change.
19345 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19346
19347 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19348
19349 * add-log.el (add-change-log-entry): Merge the current entry with the
19350 previous one if the previous one is empty.
19351
19352 2000-05-26 Dave Love <fx@gnu.org>
19353
19354 * loadhist.el (unload-feature): Fix interactive spec [from
19355 lijnzaad@ebi.ac.uk].
19356
19357 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19358 subr-arity to check primitives.
19359 (byte-compile-flush-pending, byte-compile-file-form-progn)
19360 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19361 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19362 mapcar.
19363
19364 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19365
19366 * international/fontset.el: Set family names of non-latin charsets
19367 in default fontset to "*".
19368
19369 * international/mule-diag.el (print-fontset): Combine family part
19370 and registry part of the fontname by "-*-" instead of "-".
19371
19372 * international/mule-cmds.el (encode-coding-char): Make strings
19373 multibyte before calling encode-coding-string.
19374
19375 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19376
19377 * derived.el: Fix keywords.
19378 (define-derived-mode): Only define if needed.
19379
19380 * simple.el (fill-comment, comment-column, comment-start)
19381 (comment-start-skip, comment-end, comment-indent-function)
19382 (block-comment-start, block-comment-end, indent-for-comment)
19383 (set-comment-column, kill-comment, comment-padding, comment-region)
19384 (comment-multi-line, indent-new-comment-line): Remove.
19385
19386 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19387 function names for comment operations.
19388
19389 * newcomment.el: Add abundant autoload cookies.
19390 (comment-style): Don't depend on runtime data at compile-time.
19391 (comment-indent-hook): Remove.
19392 (comment-indent): Check if comment-indent-hook is bound.
19393 (comment-region): Docstring fix.
19394
19395 2000-05-25 Dave Love <fx@gnu.org>
19396
19397 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19398 byte-code-function-p.
19399
19400 * mail/rmailsum.el: Add provide.
19401
19402 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19403
19404 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19405 defcustom.
19406
19407 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19408
19409 * ediff-diff.el (ediff-exec-process): delete --binary option from
19410 non-buffer ediff jobs.
19411
19412 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19413
19414 * hilit-chg.el (highlight-changes-mode): Ask about color or
19415 grayscale support, not about window-system.
19416
19417 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19418 window-system.
19419 (ffap-highlight): Always default to t.
19420
19421 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19422 display-popup-menus-p instead of looking at window-system.
19423
19424 * disp-table.el (standard-display-g1, standard-display-graphic):
19425 Only refuse to use string glyphs on X and MS-Windows.
19426
19427 * avoid.el: Remove window-system from commentary, suggest to use
19428 display-*-p instead.
19429
19430 * apropos.el (apropos-print): Use display-mouse-p instead of
19431 window-system.
19432
19433 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19434
19435 * international/codepage.el (cp-decoding-vector-for-codepage):
19436 Fill up unsupported characters with their own codes. From Kenichi
19437 Handa.
19438
19439 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19440
19441 * international/mule-diag.el (describe-char-after): Use
19442 display-graphic-p instead of window-system, so that this function
19443 works on MS-DOS.
19444
19445 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19446
19447 * international/codepage.el (cp-make-coding-systems-for-codepage):
19448 Remove the eight-bit-graphic and eight-bit-control charsets from
19449 the list of charsets which we convert into `?'.
19450
19451 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19452
19453 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19454 private charsets.
19455 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19456 japanese-jisx0213-2): New charsets.
19457
19458 * international/fontset.el: Setup default fontset for new charsets.
19459
19460 2000-05-24 Dave Love <fx@gnu.org>
19461
19462 * info.el (Info-find-node-2): Restructure [following "Vadim
19463 S. Solomin" <sovs@uic.nnov.ru>].
19464
19465 * icomplete.el: Fix header for Finder.
19466
19467 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19468
19469 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19470 STAY.
19471
19472 * rmail.el (rmail-automatic-folder-directives): New user variable.
19473 (rmail-show-message): Add call to `rmail-auto-file' during
19474 display.
19475 (rmail-auto-file): New function.
19476
19477 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19478
19479 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19480 account.
19481 (ediff-test-utility,ediff-diff-mandatory-option)
19482 (ediff-reset-diff-options): Utilities for proper initialization of
19483 ediff-diff-options and ediff-diff3-options on Windows.
19484
19485 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19486 variable.
19487
19488 * ediff-mult.el (ediff-filegroup-action): Use
19489 ediff-merge-filename-prefix.
19490
19491 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19492
19493 * viper-ex.el (ex-write): Set selective display to nil.
19494
19495 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19496
19497 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19498 aliases for hebrew-iso-8bit.
19499
19500 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19501
19502 * woman.el: New version from Francis J. Wright
19503 <F.J.Wright@Maths.QMW.ac.uk>.
19504 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19505 names in environment variables regardless of the path separator.
19506 (woman-topic-all-completions-1): Don't call file-name-directory-p
19507 on all files, since woman-file-regexp already filters out any
19508 directories.
19509
19510 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19511
19512 * international/quail.el (quail-start-translation): Don't change
19513 modified-p of the current buffer.
19514 (quail-start-conversion): Likewise.
19515
19516 * international/kkc.el (kkc-region): Don't change modified-p of
19517 the current buffer.
19518
19519 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19520 conform to RFC1468.
19521 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19522
19523 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19524
19525 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19526 (speedbar-insert-button): Invisible text property fix.
19527 (speedbar-directory-plus): Renamed from speedbar-directory-+
19528 (speedbar-directory-minus): Renamed from speedbar-directory--
19529 (speedbar-page-plus): Renamed from speedbar-file-+
19530 (speedbar-page-minus): Renamed from speedbar-file--
19531 (speedbar-page): Renamed from speedbar-file-
19532 (speedbar-tag): Renamed from speedbar-tag-
19533 (speedbar-tag-plus): Renamed from speedbar-tag-+
19534 (speedbar-tag-minus): Renamed from speedbar-tag--
19535 (speedbar-expand-image-button-alist): Use above renames.
19536
19537 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19538 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19539 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19540 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19541 * sb-pg.xpm: Renamed from sb-file.xpm
19542 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19543 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19544
19545 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19546
19547 * international/quail.el (quail-show-guidance-buf): Set
19548 current-input-method of the guidance buffer to the name of the
19549 curren input method.
19550
19551 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19552
19553 * progmodes/compile.el (compile-internal): Style typo.
19554
19555 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19556 quote vars and functions in the docstring.
19557
19558 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19559
19560 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19561 Don't quote lambdas.
19562
19563 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19564
19565 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19566
19567 * startup.el (command-line): Determine source file of compiled
19568 user init file differently. Warn if compiled user init file
19569 is older than its source file.
19570
19571 * ffap.el (ffap-url-regexp): Add `https'.
19572
19573 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19574
19575 * files.el (make-backup-file-name-1): Replace slashes with `!'
19576 rather than `|' (which is not allowed on Windows). Replace the
19577 drive letters with a string "drive_X".
19578
19579 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19580
19581 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19582
19583 * files.el (interpreter-mode-alist): Add `bash2'.
19584
19585 2000-05-22 Dave Love <fx@gnu.org>
19586
19587 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19588 mapc.
19589 (feature-file): Avoid calling symbol-name. Doc fix.
19590 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19591 (loadhist-hook-functions): Add mouse-position-function.
19592 (unload-feature): Change uses of mapcar.
19593
19594 * files.el (parse-colon-path): Doc fix.
19595 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19596 (set-auto-mode): Use mapc.
19597
19598 * complete.el (PC-look-for-include-file): Use :alnum: character
19599 class.
19600 (partial-completion-mode): Add autoload cookie.
19601
19602 2000-05-22 Sam Steingold <sds@gnu.org>
19603
19604 * info.el (Info-fontify-node): Fixed the call to
19605 `add-text-properties' (bug introduced on 2000-05-18).
19606
19607 2000-05-22 Dave Love <fx@gnu.org>
19608
19609 * bindings.el: Remove debug-ignored-errors set in other files.
19610
19611 * progmodes/etags.el: Add to debug-ignored-errors.
19612 (visit-tags-table-buffer): Clear out buffers holding old tables
19613 when making a new list.
19614 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19615 mapc.
19616
19617 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19618 quote keywords.
19619 (cmpl-string-case-type): Use character classes.
19620
19621 * comint.el:
19622 * textmodes/ispell.el:
19623 * imenu.el:
19624 * mail/mh-e.el:
19625 * progmodes/compile.el: Add to debug-ignored-errors.
19626
19627 * dabbrev.el: Add to debug-ignored-errors.
19628 (dabbrev-completion): Use mapc.
19629
19630 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19631
19632 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19633 (woman-mapcan, woman-parse-man.conf)
19634 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19635 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19636 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19637 path syntax better.
19638 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19639 (woman-manpath): Call woman-parse-man.conf.
19640 (woman-emulation): New defcustom, defaults to nroff.
19641 (woman-font-support): New defconst.
19642 (woman-use-symbol-font): New defcustom.
19643 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19644 "Emulation".
19645 Many functions: Doc fix.
19646
19647 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19648
19649 * international/quail.el (quail-simple-translation-keymap): Map
19650 128..255 to quail-self-insert-command.
19651 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19652
19653 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19654
19655 * help.el (help-manyarg-func-alist): Typo.
19656
19657 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19658 intervals which makes it heaps simpler.
19659
19660 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19661 the nested comment markers.
19662
19663 * subr.el (remove-hook): Don't turn the hook's value into a list.
19664
19665 2000-05-21 Dave Love <fx@gnu.org>
19666
19667 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19668 are invalid characters.
19669
19670 * international/mule-util.el (detect-coding-with-priority): Use
19671 mapc. Remove redundant lambda.
19672
19673 * international/mule-diag.el (list-non-iso-charset-chars)
19674 (describe-fontset): Remove redundant lambda.
19675
19676 * emulation/crisp.el (brief-mode): New alias.
19677
19678 * emacs-lisp/ring.el (ring-elements): New function.
19679
19680 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19681 (easy-menu-do-add-item): Use keywordp.
19682
19683 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19684
19685 * replace.el: Doc and error message fixes.
19686 (replace-highlight): Use facep, not internal-find-face.
19687
19688 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19689
19690 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19691
19692 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19693 (log-edit-insert-changelog): Drop `:' as well.
19694
19695 * log-view.el: Fix file description.
19696 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19697 available.
19698 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19699 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19700
19701 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19702 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19703 Print a status message if the toggle is called interactively.
19704 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19705 for global minor modes and use `defcustom' for them.
19706 Use add-minor-mode.
19707 (easy-mmode-define-derived-mode): Remove.
19708 (define-derived-mode): Fancier default docstring.
19709 (easy-mmode-define-navigation): Signal an error rather than (ding).
19710
19711 * newcomment.el (comment-styles): New `box-multi'.
19712 (comment-normalize-vars): Better default for comment-continue to
19713 avoid whitespace-only continuations.
19714 (comment-search-forward): Always move even in the no-syntax case.
19715 (comment-padright): Only obey N if it's only obeyed for padleft.
19716 (comment-make-extra-lines): Better handling of empty continuations.
19717 Use `=' for the filler if comment-start has only one character.
19718 (uncomment-region): Try handling the special `=' filler.
19719 (comment-region): Allow LINES even if MULTI is nil.
19720 (comment-box): Choose box style based on comment-style.
19721
19722 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19723
19724 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19725 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19726
19727 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19728
19729 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19730 and insert, not subst-char-in-region.
19731
19732 * international/mule-diag.el (list-character-sets-1): Handle
19733 charsets eight-bit-control and eight-bit-graphic.
19734 (list-iso-charset-chars): Likewise.
19735 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19736 charactes as is. Use indent-to to align characters.
19737
19738 * international/mule-cmds.el (find-multibyte-characters): Never
19739 exclude charsets eight-bit-control and eight-bit-graphic.
19740
19741 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19742
19743 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19744 Don't quote lambdas.
19745
19746 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19747
19748 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19749
19750 * gud.el (gud-jdb-directories): Doc fix.
19751
19752 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19753
19754 * newcomment.el: New file.
19755
19756 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19757
19758 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19759
19760 2000-05-18 Andreas Schwab <schwab@suse.de>
19761
19762 * dired.el (dired-between-files): Also skip lines beginning with
19763 `used'.
19764
19765 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19766
19767 * msb.el (msb-menu-cond): Add choice `user'.
19768
19769 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19770
19771 * ps-print.el: Compatibility, customization and doc fix.
19772 (ps-printer-name-option): Replace defconst by defvar.
19773 (ps-postscript-code-directory): XEmacs compatibility.
19774 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19775 fix.
19776 (ps-user-defined-prologue, ps-print-prologue-header)
19777 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19778 compatibility and code fix.
19779 (ps-print-background-image, ps-print-background-text):
19780 Customization fix.
19781 (ps-line-number-start, ps-n-up-on): New vars.
19782
19783 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19784
19785 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19786 the indent-comment function to just return the appropriate indent.
19787
19788 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19789
19790 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19791 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19792 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19793
19794 2000-05-18 Dave Love <fx@gnu.org>
19795
19796 * info.el (Info-fontify-node): Add intangible property as well as
19797 invisible.
19798
19799 * calendar/appt.el (appt-make-list): Match all lines of entry.
19800 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19801
19802 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19803
19804 * international/mule-diag.el (describe-char-after): Call
19805 internal-char-font, not char-font. If internal-char-font returns
19806 nil, display "-- none --".
19807
19808 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19809
19810 * image.el (image-type-available-p): Don't reference image-types
19811 if it isn't bound.
19812
19813 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19814
19815 * autoarg.el (autoarg-mode): Typo in the :set argument.
19816
19817 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19818
19819 * startup.el (command-line-1): Don't signal an error if the
19820 directory for auto-save-list files does not yet exist.
19821
19822 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19823
19824 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19825
19826 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19827
19828 * subr.el (remove-hook): `setq' hook-value, not `set'.
19829
19830 2000-05-16 Sam Steingold <sds@gnu.org>
19831
19832 * info.el (debug-ignored-errors): More errors to ignore.
19833
19834 2000-05-16 Dave Love <fx@gnu.org>
19835
19836 * cus-edit.el: Don't require cl or easymenu.
19837 (custom-variable-prompt): Test standard-value property, not
19838 user-variable-p.
19839
19840 2000-05-16 Sam Steingold <sds@gnu.org>
19841
19842 * subr.el (add-hook): `setq' hook-value, not `set'.
19843
19844 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19845
19846 * startup.el (command-line-1): Mention the FAQ in the startup
19847 message.
19848
19849 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19850
19851 * progmodes/compile.el (compilation-parse-errors): Collect
19852 `nomessage' regexps last.
19853
19854 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19855
19856 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19857 to the function name.
19858
19859 2000-05-15 Dave Love <fx@gnu.org>
19860
19861 * speedbar.el (speedbar-recenter): Typo.
19862 (speedbar-expand-line): Make arg optional.
19863 (speedbar-mode): Avoid a compiler warning.
19864
19865 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19866
19867 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19868 user-specified option string is empty.
19869
19870 * mouse.el (mouse-yank-at-click): Doc fix.
19871
19872 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19873
19874 * term/internal.el (IT-character-translations): More updates of
19875 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19876 documents.
19877
19878 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19879
19880 * env.el (getenv): New function, interactively callable.
19881 (setenv, getenv): Remove autoload cookies.
19882
19883 * loadup.el: Load `env'.
19884
19885 * progmodes/f90.el: Change author's mail address.
19886
19887 2000-05-14 Dave Love <fx@gnu.org>
19888
19889 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19890 goto-addr as an option.
19891
19892 * help.el (help-xref-stack): Doc fix.
19893 (help-xref-following): New variable.
19894 (help-make-xrefs): Use it.
19895 (help-xref-go-back): Use position information from stack element.
19896 (help-follow): Make position in stack element a pair. Use
19897 help-xref-following.
19898
19899 * autoarg.el: New file.
19900
19901 * faces.el: Declare more functions obsolete.
19902
19903 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19904 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19905 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19906 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19907 Remove all the setup-...-environment functions.
19908
19909 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19910
19911 * speedbar.el: Updated the commentary section. xemacs20p now uses
19912 >= when detecting. Require `defimage' safely.
19913 (speedbar-easymenu-definition-base): Add toggle for images.
19914 (speedbar-easymenu-definition-special): Add flush cache & expand.
19915 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19916 (speedbar-reconfigure-keymaps-hook): New variable.
19917 (speedbar-frame-parameters): Updated documentation.
19918 (speedbar-use-imenu-flag): Updated custom tag
19919 (speedbar-dynamic-tags-function-list): New variable.
19920 (speedbar-tag-hierarchy-method): Updated doc & custom.
19921 (speedbar-indentation-width, speedbar-indentation-width) New
19922 variables.
19923 (speedbar-hide-button-brackets-flag): Customizable.
19924 (speedbar-vc-indicator): Doc update.
19925 (speedbar-ignored-path-expressions): Updated default value.
19926 (speedbar-supported-extension-expressions): Updated default value.
19927 (speedbar-syntax-table): Remove {} paren status.
19928 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19929 as "+". Added overlay aliases.
19930 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19931 `force-mode-line-update'.
19932 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19933 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19934 `mouse-set-point'
19935 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19936 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19937 of arbitrary text, and new helper functions.
19938 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19939 filename finder.
19940 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19941 (speedbar-directory-buttons): Update path search/expansion.
19942 (speedbar-make-tag-line): Pay attention to
19943 `speedbar-indentation-width'. Use more care w/ invisible
19944 properties.
19945 (speedbar-change-expand-button-char): Call
19946 `speedbar-insert-image-button-maybe'.
19947 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19948 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19949 (speedbar-trim-words-tag-hierarchy)
19950 (speedbar-simple-group-tag-hierarchy): New functions
19951 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19952 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19953 functions.
19954 (speedbar-mouse-set-point): New function
19955 (speedbar-power-click): Updated documentation.
19956 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19957 of tag prefix text.
19958 (speedbar-expand-line, speedbar-contract-line): Make more robust
19959 to strange text.
19960 (speedbar-expand-line): Takes universal argument to flush the
19961 cache.
19962 (speedbar-flush-expand-line): New function.
19963 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19964 Use new generator insertion method.
19965 (speedbar-fetch-dynamic-tags): New function.
19966 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19967 `speedbar-fetch-dynamic-imenu'.
19968 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19969 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19970 "Revert Buffer" menu items.
19971 (speedbar-buffer-buttons-engine): Be smarter when creating a
19972 filename tag (for expansion purposes.).
19973 (speedbar-highlight-one-tag-line,
19974 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19975 (speedbar-recenter): New functions.
19976 (defimage-speedbar): Image loading abstraction.
19977 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19978 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19979 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19980 (speedbar-tag-type, speedbar-tag-mail): New images.
19981 (speedbar-expand-image-button-alist): New variable.
19982 (speedbar-insert-image-button-maybe): Insert an image over some
19983 buttons.
19984
19985 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19986
19987 * international/mule-cmds.el (encode-coding-char): An ASCII
19988 character is always encodable.
19989
19990 * international/mule-conf.el: Add more information in descriptions
19991 of character sets.
19992
19993 * international/mule-diag.el (describe-char-after): New function.
19994 (describe-font-internal): Adjusted for the change of font-info.
19995 (describe-font): Likewise.
19996 (print-fontset): Rewritten for the new fontset implementation.
19997 (describe-fontset): Include fontset alias names in completion.
19998 (list-fontsets): Adjusted for the change of print-fontset.
19999
20000 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20001 describe-char-after instead of displaying the detail in the echo
20002 area.
20003 (syntax-code-table): Format changed.
20004 (string-to-syntax): Adjusted for the above change.
20005
20006 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20007
20008 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20009
20010 2000-05-12 Dave Love <fx@gnu.org>
20011
20012 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20013 dependence. Use line-{beginning,end}-position, not
20014 point-at{b,e}ol. Some doc fixes.
20015 (todo-position): New function. Fix callers of position to use it.
20016 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20017
20018 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20019
20020 * time.el (display-time-mail-icon): Use `:ascent center'.
20021
20022 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20023 handling FTP security extensions.
20024
20025 2000-05-11 Dave Love <fx@gnu.org>
20026
20027 * calendar/todo-mode.el: New file.
20028
20029 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20030
20031 * comint.el (comint-read-input-ring): Move reference to
20032 comint-input-ring-size outside of the save-excursion. It was
20033 causing the default value to be the only one ever seen.
20034
20035 * font-lock.el: Update copyright. Remove Simon Marshall's email
20036 address on request from him.
20037
20038 * subr.el (substitute-key-definition): Add comment describing
20039 the meaning of PREFIX.
20040
20041 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20042
20043 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20044
20045 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20046 (add-minor-mode): Don't make the variable buffer-local and add a
20047 reference to define-minor-mode in the docstring.
20048
20049 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20050 HEADER/FOOTER and fix bug with trailing empty directory.
20051 (cvs-append-to-ignore): Use vc-editable-p if available.
20052 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20053 (vc-do-command): Tweak advice to handle the new VC.
20054
20055 * log-view.el (log-view-goto-rev): New function for the new VC.
20056 (log-view-minor-wrap): Use mark-active.
20057
20058 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20059 (log-edit-changelog-full-paragraphs): New var.
20060 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20061 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20062 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20063 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20064 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20065 Replace the `cvs' prefix with `log-edit'.
20066
20067 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20068
20069 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20070 (diff-font-lock-defaults): Explicitly turn off multiline.
20071 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20072 (diff-ediff-patch): Fix call to ediff-patch-file.
20073 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20074 Handle comments.
20075
20076 * frame.el (automatic-hscrolling): Typo.
20077
20078 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20079
20080 2000-05-09 Sam Steingold <sds@goems.com>
20081
20082 * apropos.el (apropos-print): use `describe-face' instead of
20083 `customize-face-other-window'.
20084
20085 2000-05-09 Dave Love <fx@gnu.org>
20086
20087 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20088
20089 * help.el (describe-variable): Have customize button pop the
20090 help-xref stack when invoked.
20091 (help-xref-symbol-regexp): Add `face'.
20092 (help-make-xrefs): Check for quoted face names and adapt regexp
20093 submatch numbers to cope.
20094 (help-xref-interned): Maybe insert face doc too. Separate
20095 sections with a line of hyphens.
20096
20097 * faces.el: Some doc fixes. Declare some functions obsolete.
20098 (describe-face): Add customize button. Return the help
20099 text. Fix prompt.
20100
20101 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20102
20103 * term/internal.el (IT-character-translations): Fix last change.
20104
20105 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20106
20107 * woman.el: New file
20108 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20109
20110 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20111
20112 * term/internal.el (IT-character-translations): Update ASCII
20113 simulations for greek-iso8859-7, add latin-iso8859-14 and
20114 latin-iso8859-15.
20115
20116 * international/mule-cmds.el (set-language-info-alist): Call
20117 define-prefix-command with 3 arguments, to make the map suitable
20118 for a menu.
20119
20120 2000-05-07 Dave Love <fx@gnu.org>
20121
20122 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20123
20124 2000-05-05 Dave Love <fx@gnu.org>
20125
20126 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20127 list in doc string. Don't quote keyword symbols.
20128 * emacs-lisp/cl.el: Likewise
20129 * emacs-lisp/cl-seq.el: Likewise
20130
20131 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20132
20133 * abbrev.el (abbrev-mode): Make ARG optional.
20134
20135 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20136
20137 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20138
20139 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20140
20141 * subr.el (substitute-key-definition): Clarify documentation.
20142
20143 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20144
20145 * glasses.el (glasses-convert-to-unreadable): Use
20146 `glasses-separator' instead of the hard-wired "_".
20147 (glasses-mode): Call `glasses-make-unreadable' only in a single
20148 place.
20149
20150 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20151
20152 * term/internal.el (cjk-codepages-alist): Add associations for
20153 Chinese and Korean codepages. Remove FIXME comment.
20154
20155 2000-05-03 Dave Love <fx@gnu.org>
20156
20157 * time.el (display-time-mail-face, display-time-use-mail-icon):
20158 New option.
20159 (display-time-mail-icon): New variable.
20160 (display-time-string-forms): Use the above. Fix the local-map.
20161
20162 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20163
20164 * replace.el (query-replace-map): Add binding for `E'.
20165 (query-replace-help): Extend help text.
20166 (perform-replace): Allow editing the replacement string.
20167
20168 * make-mode.el (makefile-mode-abbrev-table): New variable.
20169 (makefile-mode): Set local abbrev table to
20170 makefile-mode-abbrev-table.
20171 (makefile-font-lock-keywords): Fontify includes and conditionals.
20172
20173 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20174 set TOGGLE's value.
20175
20176 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20177 mail-interactive-insert-alias.
20178 (mail-abbrev-complete-alias): New command.
20179 (mail-mode-map): Bind it to `M-TAB'.
20180
20181 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20182
20183 * language/lao-util.el (lao-compose-region): New function.
20184
20185 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20186
20187 * files.el (recover-session): Make directories as necessary
20188 if they don't exist yet.
20189
20190 * calendar/cal-french.el
20191 (french-calendar-multibyte-special-days-array)
20192 (french-calendar-special-days-array): Change French text.
20193 (calendar-french-date-string): Change output.
20194 (calendar-goto-french-date): Likewise.
20195
20196 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20197
20198 * wid-edit.el (widget-default-active): Obey `:always-active'.
20199 (widget-documentation-string-value-create): Set `:always-active'.
20200
20201 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20202
20203 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20204 default prefix to `~/_emacs.d/auto-save.list/_s'.
20205 (normal-top-level): Create the directory for auto-save files, if
20206 it doesn't already exist (in the ms-dos case only).
20207
20208 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20209
20210 * international/mule-cmds.el (set-language-environment): Don't
20211 concat an integer (dos-codepage), use format instead.
20212
20213 2000-05-02 Dave Love <fx@gnu.org>
20214
20215 * help.el (help-xref-on-pp): Check for constant symbols.
20216
20217 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20218
20219 * startup.el (normal-top-level): Put a condition-case around
20220 the code loading subdirs.el.
20221
20222 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20223
20224 * ps-print.el: Upside-down and face background color printing,
20225 line number step, doc fix.
20226 (ps-print-version): New version number (5.2).
20227 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20228 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20229 (ps-spool-config): Var fix.
20230 (ps-printer-name-option): Const fix.
20231 (ps-print-upside-down, ps-use-face-background)
20232 (ps-line-number-step): New vars.
20233 (ps-window-system, ps-lp-system): New consts.
20234 (ps-face-background): New fun.
20235
20236 2000-04-28 Richard Stallman <rms@gnu.org>
20237
20238 * files.el (make-auto-save-file-name):
20239 Apply auto-save-file-name-transforms to visited file name
20240 before generating auto save file name.
20241 (auto-save-file-name-transforms): New variable.
20242
20243 * files.el (backup-enable-predicate):
20244 Correctly test for a file under a temporary directory.
20245
20246 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20247
20248 * subr.el (add-minor-mode): Rewritten.
20249
20250 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20251
20252 * mail/sendmail.el (sendmail-send-it): Set
20253 buffer-file-coding-system to the selected coding system for MIME
20254 header.
20255
20256 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20257
20258 * dired.el (dired-move-to-filename-regexp): Allow format where
20259 YYYY is followed by two spaces.
20260
20261 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20262 in the second character class of the regexp.
20263
20264 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20265 mh-etc, too.
20266
20267 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20268 nil.
20269
20270 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20271
20272 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20273 argument.
20274
20275 2000-04-27 Sen Nagata <sen@eccosys.com>
20276
20277 * emacs-lisp/crm.el (crm-completion-table): New variable.
20278 (crm-collection-fn, crm-test-completion)
20279 (completing-read-multiple): Use it.
20280
20281 2000-04-27 Dave Love <fx@gnu.org>
20282
20283 * help.el (locate-library): Use mapc.
20284 (help-manyarg-func-alist): Add call-process-region.
20285
20286 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20287
20288 * subr.el (add-minor-mode): Make argument MAP optional.
20289
20290 * desktop.el (desktop-save): Save list of minor modes.
20291 (desktop-create-buffer): Restore minor modes.
20292 (desktop-minor-mode-table): New user-option.
20293
20294 * subr.el (add-minor-mode): New function.
20295
20296 * image.el (find-image): New function.
20297 (defimage): Rewritten to find image at load time.
20298
20299 * startup.el (normal-top-level-add-to-load-path): Handle
20300 case that the default directory is not in load-path.
20301
20302 * help.el: Old patch from Stefan Monnier.
20303 (help-xref-on-pp): New function.
20304 (describe-variable): Use it to display xrefs in a symbol's value.
20305
20306 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20307
20308 * cus-edit.el (custom-face): Fix parenthesis.
20309
20310 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20311
20312 * mail/rmail.el (rmail-expunge): When there are no deleted
20313 messages, do nothing.
20314
20315 2000-04-26 Dave Love <fx@gnu.org>
20316
20317 * international/mule-cmds.el (locale-translation-file-name):
20318 Defvar to nil.
20319 (set-locale-environment): Set it here (at runtime).
20320
20321 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20322
20323 * replace.el (perform-replace): Add parameters START and END. Use
20324 them instead of the check for a region in Transient Mark mode.
20325 (query-replace-read-args): Return two more list elements for the
20326 start and end of the region in Transient Mark mode.
20327 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20328 (map-query-replace-regexp, replace-string, replace-regexp): Add
20329 optional last arguments START and END and pass them to
20330 perform-replace.
20331
20332 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20333 form with additional arguments for perform-replace.
20334
20335 * progmodes/etags.el (tags-query-replace): Add parameters START
20336 and END. Construct a form with additional arguments for
20337 perform-replace.
20338
20339 * simple.el (shell-command): Set default directory for "*Shell
20340 Command Output" buffer.
20341
20342 * language/european.el (iso-latin-4): Fix typo.
20343
20344 * emacs-lisp/crm.el: New file.
20345
20346 2000-04-24 Dave Love <fx@gnu.org>
20347
20348 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20349 (Custom-reset-saved, Custom-reset-standard)
20350 (custom-group-value-create, custom-group-set, custom-group-save)
20351 (custom-group-reset-current, custom-group-reset-saved)
20352 (custom-group-reset-standard): Use mapc.
20353 (custom-buffer-create-internal): Disable undo when creating items.
20354 Use mapc.
20355 (custom-face): Avoid redundant lambda.
20356
20357 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20358
20359 * startup.el (auto-save-list-file-prefix): Set default to
20360 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20361
20362 2000-04-24 Sam Steingold <sds@gnu.org>
20363
20364 * time-stamp.el (time-stamp-string-preprocess): Always convert
20365 `field-result' to a string.
20366
20367 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20368
20369 * frame.el (scrolling): New group.
20370 (automatic-hscrolling): New user-option.
20371
20372 * startup.el (command-line-x-option-alist): Add `-lsp' and
20373 `--line-spacing'.
20374
20375 2000-04-19 Dave Love <fx@gnu.org>
20376
20377 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20378 (cl-mapc): Rename from mapc. Fix the funcall.
20379
20380 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20381
20382 * simple.el (clone-indirect-buffer-other-window): New command.
20383 (clone-indirect-buffer): Add optional arg NORECROD.
20384 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20385
20386 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20387
20388 * window.el (count-screen-lines): New function.
20389 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20390 instead of window-buffer-height.
20391
20392 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20393 non-existing variable comint-input-sentinel.
20394 (inferior-lisp-args-to-list): Removed.
20395 (inferior-lisp): Use split-string instead of
20396 inferior-lisp-args-to-list.
20397
20398 * hexl.el (hexl-insert-hex-string): New command.
20399
20400 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20401 instead of concat.
20402
20403 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20404
20405 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20406 at the start of an existing but empty folder.
20407
20408 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20409
20410 * ps-mule.el: Customization fix, doc fix.
20411 (ps-multibyte-buffer): Customization fix.
20412
20413 2000-04-17 Richard M. Stallman <rms@gnu.org>
20414
20415 * subr.el (read-passwd): Use read-char-exclusive.
20416
20417 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20418
20419 * textmodes/texinfo.el (texinfo-insert-@email)
20420 (texinfo-insert-@emph, texinfo-insert-@quotation)
20421 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20422 (texinfo-mode-map): Add key bindings for them.
20423
20424 * files.el (basic-save-buffer-2): Use a template with `$'
20425 instead of `#' for VMS.
20426
20427 * simple.el (clone-indirect-buffer): New function.
20428
20429 2000-04-16 Stephen Eglen <stephen@gnu.org>
20430
20431 * iswitchb.el (iswitchb-case): New function. If the user input
20432 contains any upper-case characters, the search is made
20433 case-sensitive.
20434
20435 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20436
20437 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20438 comment-end.
20439 (texinfo-font-lock-syntactic-keywords): New var.
20440 (texinfo-font-lock-keywords): Remove comment regexp.
20441 (texinfo-insert-block): New function.
20442 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20443 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20444 and font-lock-defaults. Use regexp-opt for outline-regexp.
20445 (texinfo-environments): New var.
20446 (texinfo-environment-regexp): Use regexp-opt and
20447 texinfo-environments.
20448
20449 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20450 ispell-process is bound since this might be eval'd before ispell
20451 is loaded.
20452 (ispell-message): Use a tiny bit less magic and a bit more hard
20453 data to figure out what kind of sc-cite-regexp to use.
20454
20455 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20456
20457 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20458 (insert-cyclic-diary-entry): Unquote the lambda.
20459
20460 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20461
20462 * files.el (backup-enable-predicate): Unquote the lambda.
20463
20464 * cus-edit.el (custom-face, face): Unquote the lambda.
20465
20466 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20467
20468 * ps-print.el: Check for line-beginning-position definition.
20469
20470 * ps-print.el: Fix counting lines in a region.
20471 (ps-print-version): New version number (5.1.5).
20472 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20473 (ps-printing-region): Fun code fix.
20474
20475 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20476
20477 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20478 to file-directory-p.
20479
20480 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20481
20482 * gud.el (gud-jdb-build-source-files-list): Check that directory
20483 exists before calling directory-files.
20484
20485 2000-04-13 Dave Love <fx@gnu.org>
20486
20487 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20488 syntax.
20489
20490 * emacs-lisp/cl-specs.el: Remove when, unless.
20491
20492 * emacs-lisp/cl-extra.el: Don't quote keywords.
20493 (cl-old-mapc): New variable.
20494 (mapc): Use it.
20495 (cl-map-intervals): Use with-current-buffer. Don't check for
20496 next-property-change.
20497 (cl-map-overlays): Use with-current-buffer.
20498 (cl-expt): Remove.
20499 (copy-tree, remprop): Define unconditionally.
20500
20501 * emacs-lisp/cl-compat.el (keywordp): Remove.
20502
20503 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20504 to use keywordp.
20505 (edebug-spec): Enable keywordp.
20506
20507 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20508 string-lessp.
20509
20510 * cus-start.el: Use keywordp.
20511
20512 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20513
20514 * diary-lib.el (include-other-diary-files): Fix the fix of
20515 2000-02-18 by doing a save-excursion.
20516
20517 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20518
20519 * ps-print.el: Customization fix, doc fix.
20520 (ps-print-version): New version number (5.1.4).
20521 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20522 (ps-print-preprint): Adjust code.
20523 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20524 (ps-print-prologue-header, ps-print-control-characters)
20525 (ps-spool-config): Customization fix.
20526
20527 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20528
20529 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20530 converted to the new menu-item format, names silightly changed,
20531 help strings added.
20532
20533 Support for spelling without async subprocesses:
20534
20535 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20536 (ispell-session-buffer): New variables.
20537 (ispell-start-process, ispell-process-status,
20538 ispell-accept-output, ispell-send-string): New functions, for
20539 Ispell invocation when async subprocesses aren't supported.
20540 (ispell-word, ispell-pdict-save, ispell-command-loop,
20541 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20542 to process-send-string with calls to ispell-send-string, and
20543 accept-process-output with ispell-accept-output.
20544 (ispell-init-process): Call ispell-process-status instead of
20545 process-status with.
20546 (ispell-init-process): Call ispell-start-process. Call
20547 ispell-accept-output and ispell-send-string. Don't call
20548 process-kill-without-query and kill-process if they are unbound.
20549 (ispell-async-processp): New function.
20550
20551 2000-04-12 Dave Love <fx@gnu.org>
20552
20553 * info.el: Add debug-ignored-errors.
20554 (Info-mode-menu): Add some items.
20555 (Info-directory): Add autoload cookie.
20556
20557 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20558 Modify `truncate-lines'. Make `describe-language-environment'
20559 always visible and add help. Modify `describe-key' help. Invoke
20560 Info-directory from `info'. New entry `emacs-manual'.
20561
20562 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20563
20564 * progmodes/ebrowse.el (ebrowse-tree-mode):
20565 Use propertized-buffer-identification.
20566 (ebrowse-update-member-buffer-mode-line): Likewise.
20567 (ebrowse--mode-strings): Removed.
20568 (ebrowse--mode-line-props): Removed.
20569
20570 * files.el (auto-mode-alist): Add `EBROWSE'.
20571
20572 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20573 space before testing for end of buffer.
20574 (ebrowse-load): Removed.
20575 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20576 (ebrowse-create-tree-buffer): Rewritten.
20577 (ebrowse-tree-mode): Read tree from buffer.
20578
20579 * progmodes/ebrowse-ffh.el: Removed.
20580
20581 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20582
20583 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20584
20585 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20586
20587 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20588 at the wrong place.
20589
20590 2000-04-09 Dave Love <fx@gnu.org>
20591
20592 * files.el (backup-enable-predicate):
20593 Use temporary-file-directory, small-temporary-file-directory.
20594 (make-backup-file-name-function, backup-directory-alist): New vars.
20595 (make-backup-file-name-1): New function.
20596 (make-backup-file-name): Use it.
20597 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20598 (file-newest-backup): Use make-backup-file-name.
20599
20600 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20601
20602 * progmodes/ebrowse-ffh.el: New file.
20603
20604 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20605 Moved to ebrowse-ffh.el.
20606 (ebrowse-load): Add autoload.
20607
20608 * finder.el (finder-commentary): Add autoload cookie.
20609
20610 * mail/rfc2368.el: Correct author's email address.
20611
20612 * progmodes/ebrowse.el: New file.
20613
20614 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20615 item help string.
20616 (easy-menu-do-add-item): Ditto.
20617 (easy-menu-define): Extend doc string.
20618
20619 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20620 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20621 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20622 with-buffer-unmodified.
20623
20624 2000-04-08 Dave Love <fx@gnu.org>
20625
20626 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20627 unless, when.
20628
20629 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20630
20631 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20632 (viper-flash-search-pattern): No operation when using Emacs
20633 doesn't support face.
20634 Use `viper-put-on-search-overlay'.
20635
20636 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20637
20638 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20639 like C-r.
20640
20641 * progmodes/make-mode.el: Some doc fixes.
20642 (makefile-mode-abbrev-table): New variable.
20643 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20644 (makefile-font-lock-keywords): Fontify includes and conditionals.
20645 (toplevel): Require `dabbrev' and `add-log' when compiling.
20646
20647 * replace.el (perform-replace): Don't move forward one char
20648 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20649 to do that because it leaves point 1 position after the last
20650 replacement, after everything has been replaced.
20651
20652 * jit-lock.el (with-buffer-unmodified): New macro.
20653 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20654 modified state.
20655 (jit-lock-function-1): Extracted from jit-lock-function; not
20656 preserving buffer's modified state.
20657 (jit-lock-function, jit-lock-stealth-fontify):
20658 Call jit-lock-function-1.
20659
20660 * mail/rfc2368.el: Remove supernumerary copyright line.
20661
20662 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20663
20664 * glasses.el: Provide facilities for inserting space before left
20665 parentheses and uncapitalization of identifiers.
20666 (glasses-mode): Try to remove old overlays in all cases.
20667
20668 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20669
20670 * progmodes/compile.el (compile-internal): Display the compilation
20671 buffer in a different frame, if it's already displayed there.
20672
20673 * mail/rfc2368.el: New file.
20674
20675 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20676 header and insert its value as mail body.
20677
20678 * subr.el (member-ignore-case): New function.
20679
20680 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20681 (dabbrev--find-expansion): Ignore buffers matching a regexp
20682 from dabbrev-ignored-regexps.
20683
20684 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20685 to extensions handled by gzip.
20686
20687 2000-04-03 Richard M. Stallman <rms@gnu.org>
20688
20689 * files.el (insert-directory): List the total free space
20690 along with the used space.
20691
20692 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20693 line is followed by one that matches CITATION-REGEXP, end the
20694 paragraph.
20695
20696 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20697
20698 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20699 (rmail-make-basic-summary-line): Use that option.
20700
20701 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20702
20703 * international/mule-cmds.el (encoded-string-description):
20704 Rewritten. Try pretty description for ISO 2022 escape sequences
20705 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20706 for hexadecimal format.
20707
20708 2000-04-01 Dave Love <fx@gnu.org>
20709
20710 * cpp.el: Change customization group to `c' from `C'.
20711
20712 * vcursor.el (vcursor-move): Use display-color-p.
20713
20714 * international/mule-util.el: Provide mule-utils.
20715 (string-to-sequence): Simplify and speed up.
20716
20717 * international/mule.el (make-coding-system): Purecopy doc-string.
20718
20719 * international/mule-cmds.el: Various menu changes.
20720 (describe-specified-language-support): Handle `Default'.
20721 (set-language-info): Purecopy `info'.
20722
20723 2000-03-31 Andrew Innes <andrewi@gnu.org>
20724
20725 * vc.el (vc-backend-diff): Return the correct status if we had to
20726 retry the rcsdiff command without the --brief option.
20727
20728 2000-03-31 Dave Love <fx@gnu.org>
20729
20730 * help.el (help-manyarg-func-alist): Correct several omissions.
20731
20732 * add-log.el: Don't require cl, fortran.
20733 (add-log-current-defun-function): Doc fix.
20734 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20735 (change-log-version-rcs): Function deleted.
20736 (change-log-version-number-search): Doc fix.
20737 Use vc-workfile-version. Avoid CL dolist.
20738 (add-change-log-entry): Just call add-log-current-defun to get
20739 defun. Simplify somewhat.
20740 (change-log-get-method-definition-1): Likewise.
20741 (add-log-current-defun): Return nil if calling
20742 add-log-current-defun-function does so. Move Fortran stuff to
20743 fortran.el. Return string without properties.
20744
20745 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20746 and :alpha: char classes.
20747
20748 * mail/supercite.el: Defvar curline when compiling.
20749 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20750 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20751 rather than a-zA-Z0-9 to allow non-ASCII characters.
20752
20753 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20754
20755 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20756
20757 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20758 Re-enable new code.
20759
20760 * lpr.el (print-region-1): Use -d to specify printer name for
20761 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20762
20763 2000-03-31 Dave Love <fx@gnu.org>
20764
20765 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20766 Look for function definition in symbol's function value slot first
20767 instead of first consulting byte-compile-function-environment.
20768
20769 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20770
20771 * language/european.el ("Polish"): New language environment.
20772 (setup-polish-environment): New function.
20773
20774 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20775
20776 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20777 Disable new code.
20778
20779 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20780 trying to `load' the symbol of an autoload instead of the file
20781 recorded in the autoload. Fix error messages.
20782
20783 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20784
20785 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20786 (ps-print-version): New version number (5.1.3).
20787 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20788 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20789 (ps-generate-postscript-with-faces): Code fix.
20790 (ps-color-values): XEmacs compatibility.
20791 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20792 (ps-default-fg, ps-default-bg): Adjust customization.
20793 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20794 (ps-color-scale): Renaming old ps-color-value fun.
20795 (ps-print-headers): Replace ps-print-header group to avoid conflict
20796 with ps-print-header variable.
20797 (ps-print-miscellany): New group.
20798 (ps-format-color, ps-rgb-color): New funs.
20799 (ps-default-foreground): New var.
20800 (ps-printer-name-option): New const.
20801
20802 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20803
20804 * net/net-utils.el:
20805 (network-connection-host, network-connection-service): New variables
20806 (network-connection-mode): New mode, derived from comint-mode
20807 (network-connection-mode-setup): New function, saves host and
20808 service information in local variables.
20809
20810 * lisp/locate.el:
20811 (locate-word-at-point): Added this function
20812 (locate): Default to using locate-word-at-point as input
20813 Run dired-mode-hook
20814
20815 2000-03-29 Dave Love <fx@gnu.org>
20816
20817 * calendar/appt.el: Doc fixes.
20818 (appt-check): Convert min-to-app to a string before passing to
20819 appt-disp-window-function or concat.
20820 (appt-delete-window): Remove test for frame-root-window.
20821 (appt-select-lowest-window, appt-convert-time): Simplify.
20822
20823 * emacs-lisp/bytecomp.el: Doc fixes.
20824 (byte-compile-file-form-autoload):
20825 Update byte-compile-function-environment.
20826
20827 2000-03-29 Andreas Schwab <schwab@suse.de>
20828
20829 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20830
20831 * dired.el (dired-insert-directory): If dired-free-space-program
20832 failed just delete its output.
20833
20834 2000-03-29 Dave Love <fx@gnu.org>
20835
20836 * international/iso-cvt.el: Move provide to end. Doc fixes.
20837 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20838 (iso-iso2sgml, iso-sgml2iso): New functions.
20839 (iso-cvt-define-menu): Fix some entries and use backquote for
20840 clarity.
20841
20842 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20843
20844 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20845
20846 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20847 ISO-DATE. If non-nil, return date in ISO 8601 format.
20848
20849 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20850
20851 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20852 if it ever becomes used.
20853 (log-edit-mode-hook): Default to vc-log-mode-hook.
20854 (log-edit-mode): Fix the docstring.
20855
20856 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20857 the code.
20858
20859 2000-03-26 Dave Love <fx@gnu.org>
20860
20861 * net/browse-url.el (browse-url): Re-fix case of
20862 browse-url-browser-function being an alist.
20863 (browse-url): Add :link to defgroup.
20864
20865 * files.el: Doc fixes.
20866 (file-truename): Include `[' in wildcard characters.
20867 (automount-dir-prefix): Customize.
20868 (find-file-wildcards): Add :version.
20869 (find-file-noselect): Simplify a mapcar call.
20870
20871 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20872 compatible with inf-lisp version.
20873 (eval-defun-1): Fix custom-declare-variable case.
20874
20875 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20876
20877 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20878
20879 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20880
20881 * Makefile (COMPILE_FIRST): New macro.
20882 (compile-files): Compile files from COMPILE_FIRST first.
20883
20884 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20885
20886 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20887 matching open parenthesis in column 0 to defun-prompt-regexp
20888 only if open-paren-in-column-0-is-defun-start is set.
20889
20890 * sun-curs.el: Require CL at compile-time only.
20891
20892 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20893 instead of copy-list which is a function from CL.
20894 (msb--choose-menu, msb--mode-menu-cond)
20895 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20896 (msb--init-file-alist): Use mapcar instead of mapcan.
20897 (msb--aggregate-alist): Use mapcar instead of mapcan.
20898 Fix `(' in column 0 in doc string.
20899 (msb--add-separators): Use mapcar instead of mapcan.
20900
20901 * cus-dep.el: Require CL at compile-time only.
20902
20903 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20904
20905 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20906 (byte-compile-warnings): New warning `noruntime'.
20907 (byte-compile-constants, byte-compile-variables): Fix docstring.
20908 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20909 execute `eval-whenc-compile's body.
20910 (byte-compile-unresolved-functions): Fix docstring.
20911 (byte-compile-eval): New function.
20912 (byte-compile-callargs-warn): Check if the function will be available
20913 at runtime (via property `byte-compile-noruntime').
20914 (byte-compile-print-syms): New function.
20915 (byte-compile-warn-about-unresolved-functions): Also warn about
20916 `noruntime' functions (and use `byte-compile-print-syms').
20917 (byte-compile-file): Capitalize the message.
20918
20919 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20920
20921 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20922 (rmail-expunge): Ask for confirmation depending on the setting
20923 of rmail-confirm-expunge.
20924
20925 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20926
20927 * Makefile (bootstrap-clean): If $(emacs) exists, build
20928 loaddefs.el first. A loaddefs.el that's not up-to-date might
20929 cause a bootstrap failure because things don't autoload as expected.
20930
20931 2000-03-23 Dave Love <fx@gnu.org>
20932
20933 * net/browse-url.el: Restore previous use of
20934 browse-url-maybe-new-window.
20935
20936 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20937
20938 * ps-print.el: Skip banner page fix.
20939 (ps-print-version): New version number (5.1.2).
20940 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20941
20942 2000-03-23 Dave Pearson <davep@davep.org>
20943
20944 * net/quickurl.el Changed the type of parameter passed to the
20945 function defined by `quickurl-format-function'. Before only the
20946 text of the URL was passed. Now the whole URL structure is passed
20947 and the function is responsible for extracting the parts it requires.
20948 Changed the default of `quickurl-format-function' accordingly.
20949 (quickurl-insert): Changed the `funcall' of
20950 `quickurl-format-function' to match the above change.
20951 (quickurl-list-insert): Changed the `url' case so that it makes
20952 use of `quickurl-format-function', previous to this the format was
20953 hard wired.
20954
20955 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20956
20957 * startup.el: Change some spellings for the X Window System.
20958
20959 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20960
20961 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20962 Clean up the code and the regexp and make sure the cursor is
20963 temporarily moved to the suspicious line while querying the user.
20964
20965 2000-03-22 Jason Rumney <jasonr@gnu.org>
20966
20967 * w32-fns.el (w32-charset-info-alist): Initialize.
20968
20969 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20970
20971 * ps-print.el: N-up last page fix.
20972 (ps-print-version): New version number (5.1.1).
20973 (ps-end-file, ps-end-job, ps-generate): Code fix.
20974
20975 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20976
20977 * files.el (find-file-run-dired): Update docstring.
20978 (find-directory-functions): New hook.
20979 (find-file-noselect): Run find-directory-functions rather than
20980 calling dired directly.
20981
20982 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20983
20984 * pcvs.el: Add a minimal leading commentary.
20985 (cvs-make-cvs-buffer): Change the header part by removing the startup
20986 message and adding a `Module' entry. Also replace the FOOTER and
20987 HEADER special fileinfos with the new support in ewoc for updating
20988 its own footer and header.
20989 (cvs-update-header): Update to use the header/footer of the ewoc.
20990 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20991 (cvs-is-within-p): New function.
20992 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20993 to only examine some subset of the buffers.
20994
20995 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20996 `format' instead of our own ad-hoc functions.
20997 Remove HEADER and FOOTER cases, now handled in the EWOC.
20998 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20999
21000 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21001 output to avoid scaring the user.
21002 (cvs-parse-table): Catch message for non-up-to-date commits.
21003
21004 * pcvs-defs.el (cvs-startup-message): Remove.
21005 (cvs-global-menu): New autoloaded menu.
21006
21007 * pcvs-util.el (cvs-string-fill): Remove.
21008
21009 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21010 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21011 PP part of it and also make it work for footers and headers.
21012 (ewoc-create): Drop POS and BUFFER arguments.
21013 Use the DLL's dummy node to store the end-of-footer position.
21014 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21015 (ewoc-refresh): Remove unused `header' variable.
21016 (ewoc-(get|set)-hf): New functions.
21017
21018 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21019 log-view-*-(message|file) and use easy-mmode-define-navigation.
21020 (log-view-message-re): Match SCCS format as well.
21021 And match the revision line rather than the dashed separator line.
21022 (log-view-mode): Use the new define-derived-mode.
21023 (log-view-current-tag): Fill in with an actual implementation.
21024
21025 * cvs-status.el (cvs-status-(prev|next)): Rename from
21026 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21027 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21028 to let the output "breathe" a little more (more readable).
21029 (cvs-status-mode): Use the new define-derived-mode.
21030
21031 * smerge-mode.el (smerge-auto-leave): New function and variable.
21032 (smerge-basic-map): Rename from smerge-basic-keymap.
21033 Change the bindings for smerge-diff-*.
21034 (smerge-*-map): Use easy-mmode-defmap.
21035 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21036 (smerge-keep-*): Use smerge-auto-leave.
21037
21038 2000-03-21 Jason Rumney <jasonr@gnu.org>
21039
21040 * cus-edit.el (custom-button-face): Use 3D look for w32.
21041 (custom-button-pressed-face): Likewise.
21042
21043 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21044
21045 * progmodes/etags.el (tags-case-fold-search): New user-option.
21046 (tags-loop-eval): New function. Bind case-fold-search around eval
21047 depending on the value of tags-case-fold-search.
21048 (tags-loop-continue): Use tags-loop-eval.
21049 (find-tag-in-order): Bind case-fold-search depending on the value
21050 of tags-case-fold-search.
21051
21052 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21053
21054 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21055 (diff-end-of-hunk): Return the end position for use in
21056 `easy-mmode-define-navigation'.
21057 (diff-recenter): Remove.
21058 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21059 of `easy-mmode-define-navigation'.
21060 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21061 previous renaming) and fix to use new names.
21062 (diff-merge-strings): Use \n as separator: simpler, faster.
21063 (diff-mode): Use `define-derived-mode'.
21064
21065 * derived.el (define-derived-mode): Don't autoload anymore.
21066 Prefer the macro-only version provided by easy-mmode.el.
21067
21068 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21069 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21070 (easy-mmode-define-navigation): New macro.
21071
21072 * subr.el (combine-run-hooks): New function.
21073
21074 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21075
21076 * term/x-win.el: Fontsets related initialization is simplified.
21077
21078 * international/mule-diag.el (describe-font): Don't refer to
21079 global-fontset-alist, instead call font-list.
21080 (describe-fontset, list-fontsets, mule-diag): Likewise.
21081 (print-fontset): Adjusted for the change of fontset implementation.
21082
21083 * international/fontset.el (x-charset-registries): Variable removed,
21084 instead the corresponding data is stored in the default fontset.
21085 (register-alternate-fontnames): Function removed.
21086 (resolved-ascii-font): Variable removed.
21087 (x-compose-font-name): Ignore the second argument REDOCE.
21088 (x-complement-fontset-spec): Complement only an ASCII font and
21089 element for those charsets than can use that ASCII font.
21090 (generate-fontset-menu): Don't refer to global-fontset-alist,
21091 instead call fontset-list.
21092 (uninstantiated-fontset-alist): Variable removed.
21093 (x-style-funcs-alist): Likewise.
21094 (fontset-default-styles): Likewise.
21095 (x-modify-font-name): Function removed.
21096 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21097 (create-fontset-from-ascii-font): Docsting adjusted for the above
21098 change.
21099 (instantiate-fontset, resolve-fontset-name): Functions removed.
21100 (fontset-list): Now implemented by C code.
21101
21102 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21103 (describe-face): Include `font' attribute in the description.
21104
21105 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21106
21107 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21108
21109 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21110
21111 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21112 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21113 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21114
21115 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21116 about behavior of set-buffer-modified-p wrt redisplay.
21117
21118 2000-03-19 Richard M. Stallman <rms@gnu.org>
21119
21120 * view.el (view-mode-disable): Kill local binding of view-read-only.
21121
21122 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21123
21124 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21125 is a string, convert it to a syntax cell using string-to-syntax.
21126
21127 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21128 (string-to-syntax): New function.
21129
21130 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21131 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21132 try to use passive ftp mode.
21133
21134 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21135
21136 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21137
21138 * simple.el (append-to-buffer): Update point of windows after
21139 insertion.
21140
21141 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21142 forward then moving backward. Reindent.
21143
21144 * frame.el (other-frame): Call x-focus-frame only if
21145 focus-follows-mouse is off.
21146
21147 2000-03-17 Dave Love <fx@gnu.org>
21148
21149 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21150
21151 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21152
21153 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21154 regexp for labels cannot span several lines.
21155
21156 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21157 `(setq :<key> ':<key>)' to the macro expansion.
21158
21159 2000-03-16 Dave Love <fx@gnu.org>
21160
21161 * progmodes/f90.el (f90): Put custom group under `languages', not
21162 `fortran'.
21163 (f90-mode-hook): Customize.
21164 (f90-mode): Set add-log-current-defun-function.
21165 (f90-current-defun): New function.
21166
21167 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21168
21169 * cus-edit.el (custom-variable-tag-face): Handle case that
21170 default face's height is not a number.
21171 (custom-face-tag-face, custom-group-tag-face-1)
21172 (custom-group-tag-face): Ditto.
21173 (custom-group-tag-face-1): Add :group.
21174
21175 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21176
21177 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21178
21179 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21180 requiring easymenu.
21181
21182 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21183
21184 * ps-print.el: PostScript user-defined prologue, PostScript error
21185 handler, doc fix.
21186 (ps-print-version): New version number (5.1).
21187 (ps-user-defined-prologue, ps-error-handler-message)
21188 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21189 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21190 (ps-insert-string): New function.
21191
21192 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21193
21194 * international/ccl.el (ccl-compile-expression): Don't generate
21195 invalid self-assignment code.
21196
21197 2000-03-14 Dave Love <fx@gnu.org>
21198
21199 * subr.el (replace-regexp-in-string): Renamed from
21200 replace-regexps-in-string. Doc fix.
21201
21202 2000-03-12 Dave Love <fx@gnu.org>
21203
21204 * cus-edit.el: Doc fixes.
21205 (customize-set-variable, customize-save-variable): Rename args for doc.
21206 (custom-variable-tag-face, custom-face-tag-face)
21207 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21208 style which user identify as hyperlink.
21209 (hook): Don't add undefined functions to the hook.
21210 (debug-ignored-errors): Transfer message from bindings.el.
21211
21212 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21213
21214 * recentf.el (recentf-keep-non-readable-files-p):
21215 Remove double/nested definition.
21216
21217 2000-03-12 Dave Love <fx@gnu.org>
21218
21219 * facemenu.el (facemenu-get-face): Use display-color-p.
21220 * enriched.el (enriched-decode-foreground): Likewise.
21221 (enriched-decode-background): Likewise.
21222 * isearch.el (isearch-highlight): Likewise.
21223 * info-look.el (info-lookup): Likewise.
21224 * simple.el (completion-setup-function): Likewise.
21225
21226 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21227 :options.
21228
21229 * bindings.el (mode-line-format): Fix line-number and
21230 column-number items. Add help-echo for the background.
21231 (mode-line-mule-info): Modify help-echo.
21232
21233 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21234
21235 * files.el (load-file): Allow completion to .elc.
21236
21237 * man.el: Doc fixes.
21238 (Man-init-defvars): Use display-color-p to set fontification.
21239
21240 * play/hanoi.el (hanoi-internal): Don't use oddp.
21241
21242 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21243
21244 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21245
21246 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21247
21248 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21249
21250 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21251 Fix comment.
21252
21253 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21254
21255 * font-lock.el (font-lock-keywords): Fix the doc now that
21256 regexp-opt-depth is unnecessary.
21257 (save-buffer-state): Set an edebug spec.
21258 (font-lock-fontify-anchored-keywords): Properly handle the case when
21259 the matcher goes past the limit.
21260
21261 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21262 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21263
21264 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21265 dll.el and cookie.el (from Elib) with heavy renaming and other
21266 massaging.
21267
21268 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21269 Autoload the functions used.
21270 (easy-mmode-define-syntax): Fix CL typo.
21271 (easy-mmode-define-derived-mode): Improve the docstring generation.
21272
21273 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21274
21275 * textmodes/texinfo.el (texinfo-version): Variable and function
21276 removed.
21277
21278 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21279
21280 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21281 allow more flexibility.
21282 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21283 (easy-mmode-defmap, easy-mmode-defsyntax)
21284 (easy-mmode-define-derived-mode): New macros.
21285
21286 2000-03-09 Didier Verna <didier@xemacs.org>
21287
21288 * rect.el (replace-rectangle): New function.
21289
21290 2000-03-09 Dave Love <fx@gnu.org>
21291
21292 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21293 (fortran-comment-line-start-skip): Don't match cpp stuff.
21294 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21295 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21296 (fortran-mode): Don't set fortran-comment-line-start-skip,
21297 fortran-comment-line-start here. Set comment-start,
21298 add-log-current-defun.
21299 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21300 (fortran-current-defun): New function.
21301
21302 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21303
21304 * emacs-lisp/re-builder.el: New file.
21305
21306 * mouse.el (mouse-drag-region): Don't run up-event handler
21307 if hscroll has changed.
21308
21309 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21310 builtin operators, use `font-lock-builtin-face' for Emacs and
21311 `font-lock-preprocessor-face' otherwise.
21312
21313 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21314 `(defun (setf foo)' differently.
21315
21316 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21317
21318 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21319 (regexp-opt): Update comment and adapt the code the new meaning of
21320 the `paren' argument of regex-opt-group for shy-groups.
21321 (regexp-opt-depth): Handle shy groups as well as backslashed
21322 backslashes.
21323 (regexp-opt-group): Turn the leading comment into a docstring.
21324 Allow `paren' to be a string (the string to use to open a group).
21325 Remove open-presuf and close-presuf. Instead of checking for `all
21326 one-char' and then later on check for `several one-char', handle
21327 both cases close together. Also apply a more generic algorithm
21328 for suffixes (the mirror image of the algorithm used for
21329 prefixes). Use shy-groups. Use nreverse rather than reverse.
21330 (regexp-opt-try-suffix): Removed.
21331
21332 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21333 from comint-mode-map, so we can just inherit from it. Also, move
21334 the initialization into the `defvar' since there's no docstring
21335 anyway and it's fairly short.
21336 (inferior-scheme-mode): Define it as derived-mode: the code is
21337 shorter and this way we inherit from comint-mode-map rather than
21338 copying it.
21339
21340 * subr.el (replace-regexps-in-string): Properly handle the case
21341 where we match an empty string.
21342
21343 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21344 when the command has a directory component (such as "./testml").
21345 Also fix a typo in the comment.
21346
21347 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21348
21349 * Makefile (compile-files): Compile files one by one because
21350 that's the only way to ensure a clean compilation environment for
21351 each individual file.
21352
21353 * frame.el (other-frame): Call x-focus-frame.
21354
21355 2000-03-07 Dave Love <fx@gnu.org>
21356
21357 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21358 :require to defcustom.
21359
21360 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21361
21362 * files.el (auto-mode-alist): Add configure.in.
21363
21364 * progmodes/autoconf.el: New file.
21365
21366 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21367
21368 * mail/mh-e.el: Change maintainer to `none'.
21369
21370 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21371 to remove-hook and add-hook.
21372
21373 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21374
21375 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21376 it as the default.
21377 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21378 (sendmail-send-it): Conditionally add MIME headers specifying the
21379 used character set.
21380
21381 2000-03-07 Dave Love <fx@gnu.org>
21382
21383 * winner.el: Fix keywords, autoload cookies.
21384 Split eval-when-compile form to avoid compilation failure.
21385
21386 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21387
21388 * international/mule.el: Modify comment about coding system
21389 property `coding-category'.
21390 (make-coding-system): New argument EOL-TYPE. Pay attention to
21391 coding-category property of PROPERTIES.
21392
21393 * international/mule-conf.el (coding-category-utf-8)
21394 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21395 categories. Include them in the argument for set-coding-priority.
21396
21397 * international/mule-cmds.el (reset-language-environment):
21398 Include coding-category-utf-8, coding-category-utf-16-be, and
21399 coding-category-utf-16-le in the argument for set-coding-priority.
21400 (reset-language-environment): Initialize coding-category-utf-8,
21401 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21402
21403 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21404
21405 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21406 code abstracted out of `bookmark-jump-noselect'. Now tries info
21407 extensions as well as compression extensions.
21408 (bookmark-jump-noselect): Use above new func.
21409
21410 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21411
21412 * strokes.el: Change maintainer's mail address.
21413
21414 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21415
21416 * international/mule-diag.el (list-character-sets): Make help-echo
21417 string by substitute-command-keys.
21418 (list-character-sets): Likewise.
21419 (sort-listed-character-sets): Call help-setup-xref.
21420
21421 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21422
21423 * time.el (display-time-mail-file): Add `none' to the list of choices.
21424
21425 2000-03-01 Dave Love <fx@gnu.org>
21426
21427 * help.el (help-xref-go-back): Don't try to set position.
21428
21429 * international/mule-diag.el (list-character-sets):
21430 Call help-setup-xref. Add help-echo to xrefs.
21431 (list-character-sets-1): Add help-echo to xrefs.
21432
21433 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21434
21435 * frame.el (blink-cursor-mode): Switch cursor on when turning
21436 the mode off.
21437
21438 * add-log.el (add-log-current-defun): Add support for
21439 Autoconf mode.
21440
21441 * mail/rmail.el (rmail-quit-hook): New variable.
21442
21443 2000-03-01 Dave Love <fx@gnu.org>
21444
21445 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21446
21447 * help.el (help-xref-button): Add help-echo arg.
21448 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21449
21450 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21451
21452 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21453
21454 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21455
21456 * image.el (defimage): Look for image files in load-path.
21457
21458 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21459
21460 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21461
21462 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21463
21464 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21465
21466 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21467 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21468 action to select/unselect a file.
21469 (recentf-edit-list): Code cleanup and improvement.
21470 (recentf-open-more-files-action): `recentf-open-more-files' button
21471 widget action to open a file.
21472 (recentf-open-more-files): No more use standard completion but widgets.
21473 (recentf-more-collection): Deleted.
21474 (recentf-more-history): Deleted.
21475 (recentf-setup-more-completion): Deleted.
21476
21477 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21478
21479 * recentf.el (recentf-mode): No more needs that Emacs is running
21480 under a window-system.
21481
21482 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21483
21484 * recentf.el (recentf-edit-list): New command to edit the recent
21485 list which allow the user to remove files.
21486 (recentf-edit-selected-items): New global variable, used by
21487 `recentf-edit-list' to hold the list of files to be removed from
21488 the recent list.
21489 (recentf-make-menu-items): Updated to display a "Edit list..."
21490 menu item. Minor code cleanup.
21491
21492 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21493
21494 * recentf.el (recentf-open-more-files): New command to open files
21495 that are not displayed in the menu.
21496 (recentf-more-collection): New global variable holding the set of
21497 permissible completions used by `recentf-open-more-files'.
21498 (recentf-more-history): New global variable holding the history list
21499 used by `recentf-open-more-files' completion.
21500 (recentf-setup-more-completion): New function to setup completion for
21501 `recentf-open-more-files'.
21502 (recentf-make-menu-items): Updated to display a "More..." menu item.
21503
21504 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21505
21506 * recentf.el (recentf-menu-action): Doc fixed.
21507
21508 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21509
21510 * recentf.el (recentf-menu-filter): Doc updated.
21511 (recentf-update-menu-hook): Allow menu filters to force menu update.
21512 (recentf-make-menu-items): New menu filter handling.
21513 (recentf-make-menu-item): New helper function.
21514 (recentf-menu-elements): New menu handling function.
21515 (recentf-sort-ascending): Updated to new menu filter handling.
21516 (recentf-sort-descending): Updated to new menu filter handling.
21517 (recentf-sort-basenames-ascending): New menu filter function.
21518 (recentf-sort-basenames-descending): New menu filter function.
21519 (recentf-show-basenames): New menu filter function.
21520 (recentf-show-basenames-ascending): New menu filter function.
21521 (recentf-show-basenames-descending): New menu filter function.
21522
21523 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21524
21525 * diary-lib.el (list-diary-entries): Don't try to go forward at
21526 the end of the buffer.
21527
21528 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21529
21530 * international/mule-diag.el (list-character-sets):
21531 Completely rewritten.
21532 (sort-listed-character-sets): New function.
21533 (list-character-sets-1): Completely rewritten.
21534 (list-character-sets-2): New function.
21535 (non-iso-charset-alist): New variable.
21536 (decode-codepage-char): New function.
21537 (charset-history): New variable.
21538 (read-charset) (list-block-of-chars)
21539 (list-iso-charset-chars)
21540 (list-non-iso-charset-chars)
21541 (list-charset-chars): New functions.
21542 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21543 (dump-charsets): Likewise.
21544
21545 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21546
21547 * dired-x.el (dired-filename-at-point): Add `@' to valid
21548 file name characters.
21549 (dired-filename-at-point): Handle ange-ftp file names.
21550
21551 * frame.el (frame-notice-user-settings): Use assq-delete-all
21552 instead of assoc-delete-all.
21553 (frame-notice-user-settings): Ditto.
21554
21555 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21556 Don't copy alist.
21557
21558 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21559
21560 * calculator.el (calculator-use-menu): New option.
21561 (calculator-initial-bindings): Changed some bindings to work as macros.
21562 (calculator-forced-input): Removed.
21563 (calculator-restart-other-mode): New variable.
21564 (calculator-mode-map): Set up menu.
21565
21566 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21567
21568 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21569
21570 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21571
21572 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21573 translate all ESC key sequences.
21574 (viper-goto-mark-subr): Restore markers for files for which
21575 they were saved.
21576 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21577 * viper-util.el (viper-set-replace-overlay-glyphs)
21578 (viper-set-replace-overlay): Always check if the replacement
21579 overlay is live.
21580 * viper.el (viper-vi-state-mode-list): Add major modes.
21581 * ediff-wind.el: Minor comment changes.
21582 * ediff.el: Copyright notice date fix.
21583
21584 2000-02-27 Jason Rumney <jasonr@gnu.org>
21585
21586 * faces.el (face-font-family-alternatives): Add arial to helv.
21587 (mode-line, header-line, tool-bar): Same default as x for w32.
21588 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21589 face-font-family-alternatives from working.
21590 * term/w32-win.el (mouse-set-font): Do not build fontset from
21591 chosen font.
21592
21593 2000-02-25 Sam Steingold <sds@goems.com>
21594
21595 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21596 properly.
21597
21598 2000-02-25 Richard M. Stallman <rms@gnu.org>
21599
21600 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21601
21602 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21603
21604 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21605
21606 * frame.el (busy-cursor-delay-seconds): New option.
21607
21608 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21609
21610 * frame.el (show-cursor-in-non-selected-windows): New option.
21611
21612 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21613
21614 * diary-lib.el (include-other-diary-files): Undo the selective
21615 display in any included file and don't kill it.
21616
21617 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21618
21619 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21620 Menu items converted to (menu-item format, help strings added.
21621 [downcase, upcase]: Don't enable on MS-DOS.
21622 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21623 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21624
21625 2000-02-23 Dave Love <fx@gnu.org>
21626
21627 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21628 (backward-kill-word): Revert addition of * to interactive spec --
21629 it's a feature.
21630
21631 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21632 (backward-kill-sentence, kill-sentence): Likewise.
21633
21634 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21635 scratch buffer name.
21636 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21637
21638 * term/w32-win.el (internal-face-interactive): Update prompt for
21639 new read-face-name.
21640
21641 * mail/footnote.el (footnote): Add :version to defgroup.
21642 (footnote-section-tag-regexp): Customize.
21643 (footnote-start-tag, footnote-end-tag): New option.
21644 (footnote-latin-regexp): New variable.
21645 (Footnote-latin): New function.
21646 (footnote-style-alist): Add element for latin style.
21647 (footnote-style): Moved.
21648 (Footnote-goto-footnote): Use eq to test arg.
21649
21650 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21651
21652 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21653 (byte-compile-trueconstp): Include keywords.
21654 (byte-optimize-quote, byte-optimize-lapcode):
21655 Use byte-compile-const-symbol-p.
21656 (byte-optimize-char-before): New optimization.
21657
21658 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21659 (byte-compile-const-symbol-p): New function.
21660 (byte-compile-constp, byte-compile-out-toplevel)
21661 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21662 Use it.
21663
21664 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21665
21666 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21667
21668 * international/encoded-kb.el: Be sure to update minor-mode-alist
21669 and minor-mode-map-alist.
21670 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21671 codes SS2 and SS3 correctly.
21672 (encoded-kbd-self-insert-ccl): New function.
21673 (encoded-kbd-setup-keymap): New function.
21674 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21675 by calling encoded-kbd-setup-keymap.
21676
21677 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21678 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21679
21680 2000-02-22 Dave Love <fx@gnu.org>
21681
21682 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21683 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21684 (lisp-mode-syntax-table): Set up for #|...|# comments.
21685 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21686 classes. Match `defface'.
21687 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21688 (eval-defun-1): Fix for defcustom.
21689 (lisp-indent-region): Doc fix.
21690
21691 * subr.el (when, unless, split-string): Doc fix.
21692 (read-passwd): Move call of clear-this-command-keys to the right place.
21693 (replace-regexps-in-string): New function.
21694
21695 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21696
21697 * help.el (describe-variable): Set syntax table to
21698 emacs-lisp-mode-syntax-table when moving forward over the
21699 symbol's name.
21700
21701 2000-02-22 Dave Love <fx@gnu.org>
21702
21703 * xt-mouse.el: Doc fixes.
21704 (xterm-mouse-position-function): New function, replacing advice of
21705 mouse-position.
21706 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21707
21708 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21709
21710 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21711
21712 * format.el (format-annotate-single-property-change):
21713 Handle properties.with dotted-list values.
21714 (format-proper-list-p): New function.
21715
21716 * enriched.el (enriched-face-ans): Handle '(foreground-color
21717 . COLOR) and (background-color . COLOR).
21718
21719 2000-02-20 Dave Love <fx@gnu.org>
21720
21721 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21722 and assignments to it.
21723 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21724 current local map.
21725 (make-flyspell-overlay): Use it.
21726 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21727
21728 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21729 (lm-get-header-re): Defun, not defsubst.
21730 (lm-get-package-name): Defun, not defsubst. Simplify.
21731 (lm-version): Doc fix. Simplify.
21732 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21733 (lm-crack-address, lm-last-modified-date, lm-commentary)
21734 (lm-verify, lm-synopsis): Simplify.
21735 (lm-report-bug): Require emacsbug. Use compose-mail.
21736
21737 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21738
21739 * dired.el (dired-mode): Call propertized-buffer-identification
21740 to set mode-line-buffer-identification to something having
21741 the right text properties.
21742
21743 * bindings.el (propertized-buffer-identification): New function.
21744
21745 2000-02-20 Dave Love <fx@gnu.org>
21746
21747 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21748 check for t-mouse too.
21749
21750 * cus-start.el: Make echo-keystrokes `number'.
21751
21752 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21753
21754 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21755 Don't call ring-empty-p unless tags-location-ring is bound.
21756 From Noah Friedman <friedman@splode.com>.
21757
21758 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21759
21760 * progmodes/hideshow.el (hs-flag-region): No longer use
21761 `intangible' overlay property.
21762
21763 (hs-toggle-hiding): New command.
21764 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21765
21766 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21767 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21768 and deactivation.
21769
21770 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21771
21772 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21773
21774 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21775
21776 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21777
21778 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21779 of `*' to handle `(* ... *)' comments.
21780
21781 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21782
21783 * faces.el (list-faces-display): Use display-mouse-p instead of
21784 window-system.
21785
21786 * menu-bar.el (global-map): Menu-bar items converted to the new
21787 format (menu-item..., rearranged for better CUA compliance, and
21788 their names changed for better clarity. Help strings added.
21789
21790 * international/mule-cmds.el (mule-menu-keymap)
21791 (describe-language-environment-map, set-coding-system-map)
21792 (setup-language-environment-map): Convert to new (menu-item...
21793 form, add help strings. Change names of menu items for better clarity.
21794 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21795
21796 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21797
21798 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21799 within the code.
21800
21801 2000-02-16 Dave Love <fx@gnu.org>
21802
21803 * faces.el: Don't require custom. Add more specific :groups to
21804 various deffaces.
21805 (set-face-attribute): Purecopy args.
21806 (read-face-name): Default to name at point and use it in prompt.
21807 Remove colon from arg in all callers.
21808 (list-faces-display): Hyperlink to face descriptions and customize
21809 buffers.
21810
21811 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21812
21813 * wid-edit.el (widget-match-inline): An atom never matches a list.
21814
21815 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21816
21817 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21818 at ':' characters by call to split-string.
21819
21820 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21821
21822 * textmodes/bibtex.el: Added RCS version identification.
21823
21824 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21825
21826 * textmodes/bibtex.el: Some temporary comments removed.
21827 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21828 (bibtex-field-const): Allow capital letters.
21829 (bibtex-start-of-string): Deleted because unused.
21830
21831 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21832 use the term 'reference' to describe a bibtex entry as a whole.
21833 Further, reference keys are no longer called 'labels'.
21834 (bibtex-keys): Renamed to bibtex-reference-keys.
21835 (bibtex-reformat-previous-labels): Renamed to
21836 bibtex-reformat-previous-reference-keys.
21837 (bibtex-reference-type): Renamed to bibtex-entry-type.
21838 (bibtex-reference-head): Renamed to bibtex-entry-head.
21839 (bibtex-reference-maybe-empty-head): Renamed to
21840 bibtex-entry-maybe-empty-head.
21841 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21842 (bibtex-search-reference): Renamed to bibtex-search-entry.
21843 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21844 bibtex-enclosing-entry-maybe-empty-head.
21845 (bibtex-entry-field-alist, bibtex-entry-head)
21846 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21847 (bibtex-map-entries, bibtex-search-entry)
21848 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21849 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21850 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21851 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21852 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21853 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21854 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21855
21856 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21857
21858 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21859 comment.
21860 (bibtex-format-field-delimiters): New function, functionality
21861 extracted from bibtex-format-entry.
21862 (bibtex-autokey-get-yearfield-digits): New function, functionality
21863 extracted from bibtex-autokey-get-yearfield.
21864
21865 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21866 entries in order to avoid stack overflow in the regexp matcher if
21867 field contents become large.
21868 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21869 (bibtex-field-string-part-not-braced)
21870 (bibtex-field-string-part-no-inner-braces)
21871 (bibtex-field-string-part-1-inner-brace)
21872 (bibtex-field-string-part-2-inner-braces)
21873 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21874 (bibtex-field-string-quoted, bibtex-field-string)
21875 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21876 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21877 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21878 Deleted as parsing is now performed by the following functions.
21879 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21880 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21881 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21882 (bibtex-parse-association, bibtex-field-name-for-parsing)
21883 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21884 (bibtex-search-forward-field, bibtex-search-backward-field)
21885 (bibtex-start-of-field, bibtex-end-of-field)
21886 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21887 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21888 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21889 (bibtex-parse-string, bibtex-search-forward-string)
21890 (bibtex-search-backward-string, bibtex-start-of-string)
21891 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21892 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21893 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21894 entries. Instead of reporting the results of the parsing by
21895 match-beginning or match-end, these functions return data structures
21896 that hold the corresponding positions.
21897 (bibtex-enclosing-field): Changed to also report field boundaries by
21898 return values rather than by match-beginning or match-end.
21899 The following functions have been adapted to use the new
21900 parsing functions.
21901 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21902 (bibtex-enclosing-field, bibtex-format-entry)
21903 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21904 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21905 (bibtex-print-help-message, bibtex-end-of-entry)
21906 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21907 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21908 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21909 Use the new method for parsing.
21910 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21911 (bibtex-map-entries, bibtex-flash-head)
21912 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21913 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21914 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21915 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21916 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21917 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21918 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21919 order to make the new binding of case-fold-search immediately visible.
21920
21921 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21922
21923 * textmodes/bibtex.el: Copyright notice is up to date.
21924 Added constant 'bibtex-maintainer-salutation.
21925
21926 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21927 than make-temp-name, use match-string-no-properties and eliminate
21928 a quadratic behavior when building bibtex-strings.
21929
21930 * bibtex.el (bibtex-reference-key): Accept string entries whose
21931 reference key contains upper case letters.
21932
21933 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21934
21935 * bibtex.el (bibtex-reference-head): Allow entries to start with
21936 a new line.
21937
21938 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21939
21940 * bibtex.el: Hiding of entry bodies is not longer provided by
21941 bibtex.el directly. Instead the hideshow package can be used.
21942 Added a special bibtex entry to hs-special-modes-alist.
21943 (bibtex-hs-forward-sexp): Added for hideshow.el.
21944
21945 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21946
21947 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21948 proceedings entry type (for cross referencing). Thanks to Wagner
21949 Toledo Correa for the suggestion.
21950
21951 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21952
21953 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21954
21955 * international/characters.el: Setup case table for Vietnamese.
21956
21957 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21958
21959 * uniquify.el (toplevel): Require CL at compile time.
21960 (uniquify-push): Removed.
21961
21962 * shadowfile.el (shadow-when): Removed.
21963
21964 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21965 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21966
21967 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21968 regexp for paragraph-start.
21969
21970 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21971 commas as well.
21972
21973 2000-02-10 Dave Love <fx@gnu.org>
21974
21975 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21976 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21977 Deleted.
21978 (widget-specify-field, widget-specify-button): Don't use
21979 widget-mouse-help as help-echo property.
21980 (default): Use #'ignore for :validate and :mouse-down-action.
21981 (checkbox): Add help-echo.
21982 (widget-sexp-validate): Rewritten to clarify error messages.
21983 (character): Use char-valid-p in :match function.
21984 (widget-color-complete): Use facemenu-color-alist.
21985 (widget-color-action): Use facemenu-read-color.
21986
21987 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21988 set up `caar' &c that we now have.
21989
21990 2000-02-09 Ray Blaak <blaak@gnu.org>
21991
21992 * delphi.el: Make resourcestring a declaration region, like const
21993 and var.
21994
21995 2000-02-09 Dave Love <fx@gnu.org>
21996
21997 * bindings.el (mode-line-input-method-map): New variable.
21998 (mode-line-mule-info): Use it; fix last change.
21999 (mode-line-mode-menu): Move definition.
22000 (mode-line-mouse-sensitive-p): Deleted.
22001 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
22002 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
22003
22004 * startup.el (command-line-1): Don't call
22005 make-mode-line-mouse-sensitive.
22006
22007 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22008
22009 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22010 before rmail-toggle-header, because the former toggles headers.
22011
22012 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22013
22014 * diff-mode.el (diff-kill-junk): New interactive function.
22015 (diff-reverse-direction): Use delete-and-extract-region.
22016 (diff-post-command-hook): Restrict the area so that the hook also works
22017 outside of any diff hunk. This is necessary for the minor-mode.
22018 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22019 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22020
22021 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22022 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22023 so that it can be used more easily in <foo>-mode-hook. Also make sure
22024 to avoid duplicate entries.
22025 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22026 (font-lock-remove-keywords): Just as was done for `add', allow it to
22027 work even if font-lock-mode is nil. Also make sure we don't modify
22028 any pre-existing list by forcing a copy-sequence. Finally rename
22029 `major-mode' to `mode'.
22030 (font-lock-fontify-syntactic-anchored-keywords)
22031 (font-lock-fontify-anchored-keywords)
22032 (font-lock-fontify-keywords-region): Use line-end-position.
22033 Don't make `font-lock-multiline' local (it's now done in
22034 font-lock-set-defaults).
22035 (font-lock-set-defaults): Make `font-lock-multiline' local.
22036 Move the `font-lock-fontified' creation to inside the `unless'.
22037
22038 2000-02-06 Andrew Innes <andrewi@gnu.org>
22039
22040 * term/w32-win.el (x-handle-args): Comment out call to message,
22041 which occurs before window system is initialized.
22042
22043 * makefile.nt: Add support for recompiling lisp code.
22044
22045 2000-02-04 Dave Love <fx@gnu.org>
22046
22047 * bindings.el (mode-line-mule-info): Fix/extend last change.
22048
22049 * completion.el: Replace completion-dolist with dolist.
22050
22051 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22052
22053 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22054
22055 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22056 environment names before they go into the section regexp.
22057
22058 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22059 char class in regexp.
22060
22061 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22062 Bind `case-fold-search' to nil.
22063
22064 * progmodes/idlwave.el (idlwave-template):
22065 Respect `idlwave-abbrev-change-case'.
22066 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22067 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22068 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22069 (idlwave-rw-case): New function.
22070 (idlwave-statement-match): Fixed problem with assignment regexp.
22071 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22072 (idlwave-surround): New argument LENGTH to support padding of
22073 operators longer than 1 char.
22074
22075 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22076 idlwave-shell-expression-overlay. Implemented printing of
22077 expressions on higher levels of the calling stack.
22078 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22079 (idlwave-retrieve-expression-from-level): New function.
22080 (idlwave-shell-last-calling-stack): Variable removed.
22081 (idlwave-shell-reset): Argument action reversed (`visible' to
22082 `hidden'). Also remove stop-line overlay.
22083 (idlwave-shell-calling-stack-routine): New variable.
22084 (idlwave-shell-parse-stack-and-display): Messages now display
22085 negative level numbers.
22086 (idlwave-shell-mode): Set `modeline-format'.
22087 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22088 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22089 (idlwave-shell-print-expression-function): New option.
22090
22091 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22092 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22093 `tool-bar' instead of `toolbar'.
22094
22095 2000-02-02 Dave Love <fx@gnu.org>
22096
22097 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22098 emacs-lisp-mode-hook. Don't check for defalias being defined.
22099
22100 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22101 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22102 Use the new builtins directly.
22103
22104 * whitespace.el (whitespace): Add :version to defgroup.
22105
22106 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22107 Doc fix.
22108
22109 * thingatpt.el (sexp-at-point, symbol-at-point)
22110 (number-at-point, list-at-point): Add autoload cookie.
22111
22112 * recentf.el (recentf): Add :version to defgroup.
22113
22114 * quickurl.el (quickurl): Add :version to defgroup.
22115
22116 * elide-head.el (elide-head): Use point-marker more.
22117
22118 * bs.el (bs): Add :version to defgroup.
22119
22120 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22121
22122 * progmodes/delphi.el (delphi): Add :version to defgroup.
22123
22124 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22125
22126 * ange-ftp.el (ange-ftp-write-region): Handle case that
22127 succeeding process operation sets a different coding system.
22128
22129 * calculator.el: New file.
22130
22131 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22132
22133 * frame.el (frames-on-display-list, framep-on-display): New functions.
22134 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22135 (display-selections-p, display-screens, display-pixel-width)
22136 (display-pixel-height, display-mm-width, display-mm-height)
22137 (display-backing-store, display-save-under, display-planes)
22138 (display-color-cells, display-visual-class): New functions.
22139
22140 * term/tty-colors.el (tty-color-gray-shades): New function.
22141
22142 * faces.el (display-color-p): Use framep-on-display.
22143 (display-grayscale-p): New function.
22144
22145 2000-01-31 Dave Love <fx@gnu.org>
22146
22147 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22148 (create-fontset-from-x-resource): Don't concat integers.
22149
22150 2000-01-31 Inge Frick <inge@nada.kth.se>
22151
22152 * view.el: Some changes in documentation. Removed some trailing
22153 whitespace. Changed some parameter names to agree with documentation.
22154 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22155 window is not deleted. Modifies change 1998-04-26.
22156
22157 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22158
22159 * windmove.el: New file.
22160
22161 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22162 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22163 progmodes/ebnf-yac.el: Update copyright and license info.
22164
22165 * jit-lock.el (jit-lock-function): Widen before calculating
22166 end position.
22167 (jit-lock-stealth-chunk-start): Rewritten.
22168
22169 * info.el (Info-title-face-alist): Removed.
22170 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22171 (Info-fontify-node): Use these faces.
22172
22173 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22174
22175 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22176 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22177 `&allow-other-keywords'.
22178
22179 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22180 the list of directories scanned heuristically.
22181
22182 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22183
22184 2000-01-30 Jason Rumney <jasonr@gnu.org>
22185
22186 * w32-fns.el: Define w32-tty-standard-colors.
22187
22188 * startup.el (command-line): Use w32-tty-standard-colors when in
22189 w32 console mode.
22190
22191 2000-01-30 Dave Love <fx@gnu.org>
22192
22193 * jka-compr.el (jka-compr-load): Fix up load-history.
22194
22195 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22196
22197 * emacs-lisp/cl-macs.el: Revert previous change.
22198
22199 2000-01-29 Dave Love <fx@gnu.org>
22200
22201 * facemenu.el: Purecopy various strings.
22202
22203 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22204 years. Deal with three-digit years.
22205
22206 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22207 Use defconst, purecopy.
22208 (help-back-label): Purecopy it.
22209
22210 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22211
22212 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22213 variable. If non-nil, order the buffer list according to the
22214 currently selected frame.
22215 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22216 non-nil, pass the selected frame to function buffer-list.
22217
22218 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22219
22220 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22221
22222 2000-01-28 Dave Love <fx@gnu.org>
22223
22224 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22225
22226 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22227 Don't use lisp-indent-hook property.
22228 (cl-abs): Remove.
22229
22230 * subr.el: Move out indent and edebug specs for when and unless.
22231
22232 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22233 when, unless.
22234
22235 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22236 unless, when.
22237
22238 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22239
22240 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22241 `collecting' as synonym for `collect'.
22242
22243 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22244 for the case it contains spaces.
22245
22246 * simple.el (what-cursor-position): Change formatting of messages.
22247
22248 * frame.el (delete-other-frames): New function.
22249 (toplevel): Bind it to C-x 5 1.
22250
22251 * sort.el (sort-numeric-base): New option.
22252 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22253 interpret it as octal or hexadecimal. Use sort-numeric-base
22254 as default base.
22255
22256 * progmodes/glasses.el: New file.
22257
22258 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22259
22260 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22261 userids differently.
22262
22263 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22264 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22265 progmodes/ebnf-yac.el: New files.
22266
22267 2000-01-26 Dave Love <fx@gnu.org>
22268
22269 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22270 on a function with an empty body. [From Eric Ludlam.]
22271
22272 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22273
22274 * vc.el (vc-version-diff): Make sure file name is expanded.
22275
22276 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22277
22278 * scroll-bar.el (scroll-bar-timer): Variable removed.
22279 (scroll-bar-toolkit-scroll): Don't use a timer.
22280
22281 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22282
22283 * language/thai-util.el (thai-composition-function):
22284 Delete superfluous `a'.
22285
22286 2000-01-24 Dave Love <fx@gnu.org>
22287
22288 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22289 end-of-defun-function.
22290
22291 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22292
22293 2000-01-22 Jason Rumney <jasonr@gnu.org>
22294
22295 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22296 conflicts with new face support.
22297
22298 2000-01-22 Richard M. Stallman <rms@gnu.org>
22299
22300 * replace.el (query-replace): Rename last arg to DELIMITED.
22301 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22302 (query-replace-regexp): Likewise.
22303
22304 2000-01-20 Richard M. Stallman <rms@gnu.org>
22305
22306 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22307
22308 * emacs-lisp/lisp.el (beginning-of-defun-function):
22309 Variable renamed from beginning-of-defun.
22310 Do not call make-variable-buffer-local.
22311 (beginning-of-defun-raw): Use new variable name; doc fix.
22312 (beginning-of-defun): Doc fix.
22313 (end-of-defun-function): Variable renamed from end-of-defun.
22314 Do not call make-variable-buffer-local.
22315 (end-of-defun): Use new variable name; doc fix.
22316
22317 * subr.el (dolist, dotimes): Copied from cl-macs.el
22318 and made to work.
22319
22320 * mail/undigest.el (rmail-digest-end-regexps):
22321 Variable replaces rmail-digest-end-regexp.
22322 Allows multiple regexps for detecting the end line.
22323 (undigestify-rmail-message): Corresponding changes.
22324
22325 2000-01-19 Dave Love <fx@gnu.org>
22326
22327 * files.el (user-init-file): Don't declare here -- is primitive.
22328
22329 * startup.el (command-line): Check for compiled user-init-file and
22330 set to uncompiled version if necessary.
22331
22332 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22333
22334 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22335 (undigestify-rmail-message): Use it.
22336
22337 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22338
22339 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22340
22341 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22342 of mini-buffer.
22343
22344 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22345
22346 * emacs-lisp/copyright.el (copyright-update): Removed the
22347 requirement for a trailing space from `copyright-regexp', to
22348 support copyrights with owner specified on a separate line..
22349
22350 * align.el: New file.
22351
22352 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22353
22354 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22355
22356 2000-01-13 Dave Love <fx@gnu.org>
22357
22358 * ph.el: Removed. (Obsoleted by EUDC.)
22359
22360 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22361
22362 * net/eudc.el (toplevel): Remove autoloaded code installing
22363 menu with easymenu, because that causes build problems.
22364
22365 * frame.el (frame-notice-user-settings): New variable.
22366 (frame-notice-user-settings): Don't modify frame parameters
22367 if called a second time.
22368
22369 2000-01-13 Richard M. Stallman <rms@gnu.org>
22370
22371 * frame.el (frame-notice-user-settings):
22372 Notice default-frame-parameters even for non-window frames.
22373
22374 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22375
22376 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22377 for Emacs.
22378 (eudc-bob-can-display-inline-images): Extend for Emacs.
22379 (eudc-bob-toggle-inline-display): Ditto.
22380 (eudc-bob-display-jpeg): Ditto.
22381
22382 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22383
22384 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22385 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22386 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22387
22388 * add-log.el (add-change-log-entry): Fix error trying an
22389 `(insert nil)'.
22390
22391 * subdirs.el: Add `net' directory.
22392
22393 * net: New directory.
22394
22395 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22396 eval-last-sexp. Don't bind debug-on-error here.
22397 (eval-last-sexp): New function. Bind debug-on-error if
22398 eval-expression-debug-on-error is non-nil.
22399 (eval-defun-2, eval-defun): Likewise.
22400
22401 * simple.el (eval-expression): Don't bind debug-on-error if
22402 eval-expression-debug-on-error is nil. Detect changed
22403 debug-on-error, and propagate new value to global binding, if
22404 eval-expression-debug-on-error is non-nil,
22405 (eval-expression-debug-on-error): Change doc string.
22406
22407 2000-01-11 Richard M. Stallman <rms@gnu.org>
22408
22409 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22410
22411 * emacs-lisp/lisp-mode.el (with-syntax-table):
22412 Set up lisp-indent-function property.
22413
22414 * subr.el (with-syntax-table): Moved from simple.el.
22415
22416 * simple.el (with-syntax-table): Moved to subr.el.
22417
22418 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22419
22420 * tmm.el (tmm-shortcut): Delete region after prompt instead
22421 of erasing buffer.
22422
22423 * textmodes/fill.el (fill-common-string-prefix): New function.
22424 (fill-context-prefix): Use the longest common prefix of first
22425 and second line fill prefix, if there is one.
22426
22427 2000-01-11 Richard M. Stallman <rms@gnu.org>
22428
22429 * array.el (array-mode): Don't use make-variable-buffer-local.
22430 Use make-local-variable for `truncate-lines'.
22431
22432 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22433
22434 * add-log.el (add-log-current-defun): Handle user-defined
22435 add-log-current-function returning nil,
22436
22437 * add-log.el (add-change-log-entry): Insert version number
22438 if having found a current function
22439
22440 * add-log.el (add-log-current-defun):
22441 Call `add-log-current-defun-function'. Try matches at level 0 and
22442 level 1. Strip whitespace from defun found.
22443
22444 2000-01-10 John Wiegley <johnw@gnu.org>
22445
22446 * allout.el (isearch-done/outline-provisions): Added `edit'
22447 argument to correspond with the current definition of `isearch-done'.
22448
22449 2000-01-10 Dave Love <fx@gnu.org>
22450
22451 * elide-head.el (elide-head): Use point-marker, not point.
22452
22453 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22454
22455 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22456 before and after the year 2000.
22457
22458 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22459 Add ispell- prefix.
22460
22461 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22462
22463 * ispell.el: Only define dictionaries in menus when they exist.
22464 (version18p): New variable.
22465 (version20p): New variable.
22466 (xemacsp): New variable.
22467 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22468 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22469 (ispell-dictionary-alist6): Russian command lines no longer accept
22470 run-together words.
22471 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22472 (ispell-dictionary-alist): Add koi8-r to customize definition.
22473 (check-ispell-version): Added documentation string. Return library
22474 path when called non-interactively.
22475 (ispell-menu-map-needed): Uses new variables.
22476 (ispell-library-path): New variable.
22477 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22478 (ispell-word): Improved documentation string. Test for valid
22479 character mappings. Correctly check typed in word changes that can
22480 result in single words split into multiple words.
22481 Return replacement word.
22482 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22483 replace in recursive query replace mode. Help message for
22484 recursive edit mode.
22485 (ispell-show-choices): Protect against bad framepop bindings.
22486 (ispell-help): Fix to work with XEmacs.
22487 (ispell-highlight-spelling-error): Use new variables.
22488 (ispell-overlay-window): Fix to work with XEmacs.
22489 (ispell-parse-output): Passed and returns location information
22490 tracking spelling corrections. Doesn't recheck same word on
22491 current line.
22492 (ispell-init-process): Protect against bogus XEmacs variable binding.
22493 Fix call to single argument in sleep-for. Use new variables.
22494 (ispell-region): Passed and returns location information tracking
22495 spelling corrections. Doesn't check same word on current line.
22496 Improved documentation string. Doesn't resend a line already
22497 checked to the ispell process - fixes bug in LaTeX parsing.
22498 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22499 (ispell-skip-region): No longer skips <TT> in SGML.
22500 (ispell-process-line): Tracks location information with spelling
22501 corrections. Added documentation string. Accounts for words
22502 already accepted on this line. Don't allow query-replace on line
22503 starting with math characters. Doesn't resend a line already sent
22504 to ispell process. Fixes alignment error bug.
22505
22506 2000-01-10 Richard M. Stallman <rms@gnu.org>
22507
22508 * dired-x.el (dired-guess-shell-alist-default):
22509 Suggest xloadimage, which is free, not xv, which isn't.
22510
22511 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22512 Don't ever include the host name or user name in the value.
22513
22514 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22515
22516 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22517 of a real newline.
22518
22519 2000-01-09 Stephen Eglen <stephen@gnu.org>
22520
22521 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22522 for .png files.
22523
22524 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22525
22526 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22527
22528 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22529
22530 * progmodes/cperl-mode.el: Replace ^F with ^L.
22531
22532 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22533 `require'ing rmail and mailalias to prevent infinite recursion.
22534
22535 2000-01-08 Dave Love <fx@gnu.org>
22536
22537 * emacs-lisp/backquote.el: Remove inappropriate customization
22538 (allowing custom.el to use backquote).
22539
22540 2000-01-07 Dave Love <fx@gnu.org>
22541
22542 * add-log.el (add-log-debugging): Deleted.
22543 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22544 file. Remove debugging code.
22545 (change-log-get-method-definition, change-log-name): Add doc.
22546 (change-log-sortable-date-at): New function.
22547 (change-log-merge): New command.
22548
22549 * time.el (display-time-string-forms): Make the Mail string active.
22550 (display-time-update): Provide help-echo for load average.
22551
22552 * bindings.el (make-mode-line-mouse2-map): New function.
22553 (mode-line-modified): Use it and simplify.
22554 (mode-line-mule-info): Provide help-echo info.
22555 (minor-mode-alist): Activate the strings.
22556 (make-mode-line-mouse-sensitive): Simplify for
22557 mode-line-buffer-identification.
22558
22559 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22560
22561 * play/pong.el: New file.
22562
22563 2000-01-06 Dave Love <fx@gnu.org>
22564
22565 * array.el: Assorted cleanups for compiler warnings, doc strings,
22566 `array-' prefix for symbols.
22567
22568 2000-01-05 Dave Love <fx@gnu.org>
22569
22570 * textmodes/outline.el (outline-mode-menu-bar-map):
22571 Add outline-headers-as-kill.
22572 (outline-mode): Define imenu-generic-expression.
22573 (outline-headers-as-kill): New command.
22574
22575 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22576 from paragraph-start.
22577 (paragraph-indent-minor-mode): New command.
22578
22579 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22580 M-C-e, M-C-h, C-j, C-xnd, TAB.
22581 (fortran-mode): Set beginning-of-defun, end-of-defun.
22582 (fortran-column-ruler): Simplify.
22583 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22584 (fortran-with-subprogram-narrowing): Likewise.
22585 (fortran-indent-subprogram): Call mark-defun.
22586 (fortran-check-for-matching-do): Change narrowing.
22587
22588 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22589 (cl-lucid-hash-tag): Delete.
22590 (cl-hash-table-p): Correct test for native table.
22591 (cl-hash-table-count): Use hash-table-count.
22592
22593 * browse-url.el (browse-url): Fix case of
22594 browse-url-browser-function being an alist.
22595
22596 2000-01-05 Carsten Dominik <cd@gnu.org>
22597
22598 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22599 (reftex-index-phrase-file-extension): New options.
22600
22601 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22602 Use new option `reftex-index-phrase-file-extension'.
22603
22604 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22605 `reftex-parse-file-extension'.
22606
22607 2000-01-05 Dave Love <fx@gnu.org>
22608
22609 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22610 (beginning-of-defun-raw): Use it.
22611 (end-of-defun): New variable.
22612 (end-of-defun): Use it.
22613 (check-parens): New command.
22614
22615 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22616
22617 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22618 (hs-show-block): Don't use `mapcar' when not accumulating.
22619
22620 Fix buglet in local variables initialization.
22621
22622 2000-01-05 Andreas Schwab <schwab@suse.de>
22623
22624 * hscroll.el (hscroll): Doc fix.
22625
22626 2000-01-05 Carsten Dominik <cd@gnu.org>
22627
22628 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22629 Require idlw-toolbar.
22630
22631 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22632 file idlw-rinfo.el.
22633 (idlwave-customize): Load must read file idlw-shell.el.
22634 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22635
22636 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22637
22638 * progmodes/idlw-shell.el: Also provide idlwave-shell
22639 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22640 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22641
22642 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22643 both reftex-dcr and reftex-vcr.
22644
22645 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22646
22647 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22648
22649 * ps-print.el: PostScript code now is in separate files, doc fix.
22650 (ps-print-version): New version number (5.0.3).
22651 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22652 local.
22653 (ps-spool-config): Initialization fix.
22654 (ps-print-prologue-1, ps-print-prologue-2)
22655 (ps-print-duplex-feature): PostScript code moved to separated file.
22656 (ps-background-image): Little code reformating.
22657 (ps-begin-file, ps-begin-job): Fix code.
22658 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22659 (ps-prologue-file): New fun.
22660
22661 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22662
22663 * ps-vars.el: Eliminated.
22664
22665 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22666 `;;;###autoload'.
22667
22668 * ps-print.el: ps-vars eliminated, doc fix.
22669 (ps-print-version): New version number (5.0.2).
22670 (ps-spool-config): Initialization fix.
22671 (ps-print-customize): New fun.
22672
22673 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22674
22675 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22676
22677 2000-01-04 Dave Love <fx@gnu.org>
22678
22679 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22680 menu items.
22681
22682 2000-01-03 Dave Love <fx@gnu.org>
22683
22684 * elide-head.el (elide-head) [defgroup]: Add :version.
22685
22686 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22687 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22688 Use `cl-hash-table-p', not `hash-table-p'.
22689 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22690
22691 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22692
22693 * faces.el (face-read-integer, read-face-attribute)
22694 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22695
22696 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22697
22698 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22699 at comment end, and re-insert them after filling.
22700
22701 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22702
22703 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22704 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22705 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22706
22707 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22708
22709 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22710 the new name of face-color-supported-p.
22711
22712 * term/w32-win.el (xw-defined-colors): Likewise.
22713
22714 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22715
22716 * simple.el (completion-setup-function): Count completion-size
22717 from minibuffer-prompt-end, not from point-min.
22718
22719 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22720
22721 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22722 Pass the frame to tty-color-* functions.
22723 (display-color-p, frame-set-background-mode): Pass the frame to
22724 tty-display-color-p.
22725
22726 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22727 tty-color-alist.
22728 (tty-color-alist, tty-modify-color-alist): New functions.
22729 (tty-color-define, tty-color-clear, tty-color-approximate)
22730 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22731 optional parameter FRAME.
22732
22733 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22734
22735 * image.el (create-image, defimage): Don't assume image data is
22736 a string.
22737
22738 * image.el (defimage): Handle specifications containing :data
22739 instead of :file.
22740 (image-type-from-data): New function.
22741 (image-type-from-file-header): Use it.
22742 (create-image): Add parameter DATA-P.
22743
22744 See ChangeLog.8 for earlier changes.
22745
22746 ;; Local Variables:
22747 ;; coding: iso-2022-7bit
22748 ;; End:
22749
22750 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22751 Copying and distribution of this file, with or without modification,
22752 are permitted provided the copyright notice and this notice are preserved.