]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-12-02 Kim F. Storm <storm@cua.dk>
2
3 * isearch.el (isearch-resume-enabled): New variable.
4 (isearch-done): Use that variable.
5
6 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
7
8 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
9
10 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
11
12 * emacs-lisp/regexp-opt.el (regexp-opt):
13 Bind completion-regexp-list to nil.
14
15 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
16
17 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
18
19 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
20 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
21 Update maintainer.
22
23 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
24
25 * mail/smtpmail.el: Use with-current-buffer.
26 (message-make-date, message-make-message-id): Autoload when needed.
27 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
28 headers when missing.
29
30 * international/encoded-kb.el (encoded-kbd-mode):
31 Use define-minor-mode.
32
33 * enriched.el (enriched-mode): Use define-minor-mode.
34 Use dolist and pop and push.
35
36 * info.el (Info-find-node-2): Don't call info-insert-file-contents
37 with the `visit' argument.
38 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
39
40 * progmodes/hideif.el (hide-ifdef-mode): Only modify
41 `change-major-mode-hook' locally. Reset invisibility spec.
42
43 * man.el (Man-build-section-alist): Remove last Man-match-substring.
44
45 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
46
47 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
48 Clarify error message.
49
50 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
51
52 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
53
54 2001-11-30 Andre Spiegel <spiegel@gnu.org>
55
56 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
57 don't just return it.
58
59 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
60
61 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
62 (menu-bar-read-emacs-man, search-emacs-glossary)
63 (emacs-index-search, elisp-index-search): New functions.
64 (apropso-documentation, apropos, apropos-value, apropos-variable)
65 (apropos-commands): Modify menu item names and help text.
66 (elisp-index-search, emacs-index-search, emacs-glossary):
67 New menu items.
68 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
69 submenu.
70 (info-elisp, info-elintro): New menu items.
71 (apropos): Modify the menu item name.
72
73 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
74
75 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
76
77 * textmodes/outline.el (outline-promote, outline-demote): Typo.
78
79 * man.el (man-follow-mouse): New function.
80 (Man-mode-map): Bind mouse-2 to it.
81 (Man-match-substring): Remove. Replace with `match-string'.
82 (man): Use the `default-value' argument to `read-string'.
83 (Man-fontify-manpage): Add mouse-face to cross references.
84
85 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
86
87 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
88
89 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
90 the value of require-match in minibuffer-completion-confirm.
91 Use crm-local-completion-map.
92
93 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
94 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
95 (cl-make-type-test): Use char-valid-p for `character'.
96
97 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
98 (Info-complete-menu-item): Rewrite. Add the ability to search
99 several sequential nodes. Add a simple caching mechanism.
100 (Info-goto-index): New function extracted from Info-index.
101 (Info-index): Use it. Add completion to the interactive spec.
102 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
103
104 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
105
106 * COPYING: Removed.
107
108 2001-11-29 Dave Love <fx@gnu.org>
109
110 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
111 (fortran-window-create, fortran-window-create-momentarily):
112 Rewrite, moving error condition.
113 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
114 (fortran-mode-syntax-table): Revert last change.
115
116 * international/mule.el: Doc fixes.
117 (map-charset-chars): New function.
118 (register-char-codings): Use it to cope with generic chars in
119 safe-chars.
120
121 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
122
123 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
124
125 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
126
127 * play/studly.el (studlify-word, studlify-region)
128 (studlify-buffer): Fix doc-string.
129 (studlify-buffer): Add autoload cookie.
130
131 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
132
133 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
134 (outline-up-heading-all): Remove.
135 (hide-sublevels): Move to end-of-heading before calling flag-region.
136 (outline-copy-overlay, outline-discard-overlays): Remove.
137 (outline-flag-region): Use `remove-overlays'.
138 Don't move to end-of-heading.
139 (outline-next-visible-heading, outline-back-to-heading)
140 (outline-on-heading-p): Use outline-invisible-p.
141 (outline-font-lock-level): Use outline-up-heading's new arg.
142 (outline-minor-mode): Simplify.
143 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
144 (outline): Put a `reveal-toggle-invisible' property.
145 (outline-level-heading): New var.
146 (outline-insert-heading, outline-promote, outline-demote)
147 (outline-toggle-children): New commands.
148
149 * progmodes/hideif.el (hif-end-of-line): New function.
150 (hide-ifdef-mode): Set line-move-ignore-invisible.
151 (hide-ifdef-region-internal): New function.
152 (hide-ifdef-region): Use it.
153 (hif-defined): Return an integer.
154 (hif-infix-to-prefix): Remove.
155 (hif-tokenize): Parse from the buffer rather than from a string.
156 Correctly tokenize integers. Use forward-comment.
157 (hif-expr): Use hif-or.
158 (hif-term): Use hif-and.
159 (hif-factor): Use hif-not. Handle numbers properly.
160 Don't require parenthesis around `defined's argument.
161 (hif-and, hif-or, hif-not): New funs.
162 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
163 (hif-hide-line): Don't hide the \n before the line.
164 (hif-possibly-hide): Correctly handle numeric evaluation results.
165
166 * progmodes/make-mode.el: Use line-(end|beginning)-position.
167 (makefile-mode): Set indent-line-function.
168 (makefile-browser-insert-continuation): Use with-current-buffer.
169 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
170
171 2001-11-28 Karl Fogel <kfogel@red-bean.com>
172
173 * isearch.el (isearch-yank-internal): New helper function.
174 (isearch-yank-char): New function.
175 (isearch-yank-word, isearch-yank-line): Rewrite to use
176 isearch-yank-internal.
177
178 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
179
180 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
181 aren't supported. Print a message to that effect if invoked.
182
183 2001-11-27 Stephen Eglen <stephen@gnu.org>
184
185 * locate.el (locate): Put point at first matching file rather
186 than top of buffer.
187
188 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
189
190 * reveal.el: New file.
191
192 * progmodes/hideif.el: Misc cleanup.
193 (hide-ifdef-mode-submap): Put the def in the defvar.
194 Use substitute-key-definition.
195 (hide-ifdef-mode): Use define-minor-mode.
196 (hif-outline-flag-region): Remove.
197 (hif-show-all): Define in terms of hif-show-ifdef-region.
198 (hif-after-revert-function): Rename from hif-before-revert-function.
199 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
200 (hif-tokenize): Use with-syntax-table.
201 (hif-make-range): Use `else' also for `else-p'.
202 (hif-range-else-p): Remove.
203 (hif-find-range): Simplify.
204 (hif-hide-line): Don't bother preserving buffer-modified-p.
205 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
206 Don't use selective-display and inhibit-read-only.
207
208 * subr.el (copy-overlay, remove-overlays): New funs.
209
210 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
211
212 2001-11-27 Sam Steingold <sds@gnu.org>
213
214 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
215 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
216 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
217 * obsolete/c-mode.el, obsolete/cplus-md.el
218 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
219 * term/sun-mouse.el, textmodes/artist.el:
220 Converted backquote to the new style.
221 * mouse.el, reposition.el: Likewise (in comments).
222 * expand.el: Likewise (in a string).
223
224 2001-11-27 Richard M. Stallman <rms@gnu.org>
225
226 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
227
228 2001-11-26 Richard M. Stallman <rms@gnu.org>
229
230 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
231 if :on-glyph or :off-glyph is a list, eval it and store it back.
232 (checkbox): Quote the values for :on-glyph and :off-glyph.
233
234 * cus-start.el (recursive-load-depth-limit): Delete item.
235
236 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
237
238 * help-fns.el (describe-categories, help-describe-category-set): New.
239 describe-categories moved here from src/category.c.
240
241 2001-11-26 Sam Steingold <sds@gnu.org>
242
243 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
244 arguments to `insert' are strings.
245
246 2001-11-26 Richard M. Stallman <rms@gnu.org>
247
248 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
249
250 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
251
252 * loaddefs.el: Regenerated.
253
254 * international/mule-diag.el: Require help-fns instead of
255 help-funs.
256
257 * help-fns.el: Renamed from help-funs.el.
258
259 * startup.el (command-line-1): Don't try to call process-list if
260 it is not fboundp.
261
262 2001-11-26 Sam Steingold <sds@gnu.org>
263
264 * frame.el (show-trailing-whitespace): Remove :set argument (the
265 value was essentially identical to the defalt).
266
267 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
268
269 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
270
271 * icomplete.el (icomplete-minibuffer-setup): Likewise.
272
273 * hilit-chg.el (hilit-chg-set): Likewise.
274
275 * speedbar.el (speedbar-mode): Likewise.
276
277 * calendar/calendar.el (calendar-mode): Likewise.
278
279 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
280 insert-string.
281
282 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
283
284 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
285
286 * term/sun-mouse.el (sun-yank-selection): Likewise.
287
288 * textmodes/bib-mode.el (return-key-bib): Likewise.
289
290 * calendar/appt.el (appt-disp-window): Likewise.
291
292 * calendar/diary-lib.el (list-diary-entries): Likewise.
293
294 * array.el (array-reconfigure-rows): Likewise.
295
296 * filecache.el (file-cache-minibuffer-complete): Likewise.
297
298 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
299
300 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
301
302 * allout.el (outline-version, outline-open-topic)
303 (outline-rebullet-heading, outline-insert-listified)
304 (outline-latex-verbatim-quote-curr-line)
305 (outline-latexify-one-item, outlineify-sticky): Likewise.
306
307 * vc.el (vc-next-action-on-file): Likewise.
308 (vc-dired-mode): Remove make-local-hook.
309
310 2001-11-26 Andre Spiegel <spiegel@gnu.org>
311
312 * vc.el (vc-find-version): New function.
313 (vc-version-other-window): Redefined in terms of the above.
314
315 * log-view.el (log-view-find-version): New function.
316 (log-view-mode-map): Bind it to `f'.
317
318 2001-11-26 Gerd Moellmann <gerd@gnu.org>
319
320 * language/devan-util.el (dev-char-glyph): Escape `"' in
321 string literals.
322 (dev-glyph-glyph, dev-glyph-glyph-2)
323 (devanagari-compose-syllable-region): Likewise.
324
325 2001-11-26 Richard M. Stallman <rms@gnu.org>
326
327 * window.el (save-selected-window): No error if saved window is dead.
328
329 * help-funs.el (describe-syntax): Put (interactive) after doc string.
330
331 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
332
333 * international/quail.el (quail-help): Require help-mode in
334 top-level instead.
335
336 * iswitchb.el (iswitchb-exhibit): Use insert instead of
337 insert-string.
338
339 * icomplete.el (icomplete-exhibit): Likewise.
340
341 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
342
343 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
344 (diff-hunk-kill): Simplify.
345 (diff-post-command-hook): Only apply to a single hunk.
346 (diff-hunk-text): Make `char-offset' non-optional.
347 (diff-find-text): Return a cons cell.
348 (diff-find-approx-text): New fun.
349 (diff-find-source-location): Use it.
350 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
351 Adapt to new retval of diff-find-text.
352
353 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
354 rather than integer- representation of dates.
355
356 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
357
358 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
359 (syntax-after): New fun.
360
361 * help-funs.el (describe-syntax): New fun.
362
363 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
364 (font-lock-ppss-stats, font-lock-ppss): Remove.
365 (font-lock-fontify-syntactically-region): Remove tuning code.
366 (font-lock-compile-keywords): Fix off-by-one bug.
367 (font-lock-set-defaults): Don't set removed vars.
368 (c-keywords): Add `inline'.
369 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
370
371 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
372 Set syntax-begin-function.
373 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
374 (lisp-interaction-mode): Don't set local-abbrev-table any more.
375 (lisp-mode-auto-fill): Use syntax-ppss and obey
376 comment-auto-fill-only-comments.
377 (lisp-fill-paragraph): Use syntax-ppss.
378
379 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
380
381 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
382 version of rmail-enable-mime.
383 (rmail-forward): Use it.
384
385 2001-11-25 Richard M. Stallman <rms@gnu.org>
386
387 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
388
389 * international/quail.el (quail-keyboard-layout-button):
390 Define button type.
391 (quail-keyboard-customize-button): Likewise.
392 (quail-help): Use those button types. Require `help-mode'.
393 Avoid altering the argument `package'.
394
395 * help-mode.el (help-function, help-variable, help-face)
396 (help-coding-system, help-input-method, help-character-set):
397 Define each button type with its own explicit define-button-type.
398
399 * language/devan-util.el: Comment out parts of the file
400 which apparently are garbled.
401
402 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
403
404 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
405 insert-string.
406
407 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
408
409 * play/snake.el (snake-mode): Remove make-local-hook.
410
411 * play/tetris.el (tetris-mode): Likewise.
412
413 * play/decipher.el (decipher-mode): Likewise.
414
415 * tmm.el (tmm-add-prompt): Likewise.
416
417 2001-11-25 Sam Steingold <sds@gnu.org>
418
419 * menu-bar.el (menu-bar-apropos-menu): New variable.
420 Moved all `apropos' bindings to this menu.
421 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
422
423 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
424
425 The following changes are for new indian languages support based
426 on Unicode charset and CDAC fonts.
427
428 * international/mule-conf.el: Change indian-1-column charset to
429 indian-glyph charset.
430
431 * international/characters.el: Adjusted for the change of
432 indian-1-column -> indian-glyph.
433
434 * international/fontset.el: Delete the setting for indian-1-column
435 and add the setting for indian-glyph in the default fontset.
436
437 * language/indian.el: Completely re-written.
438
439 * language/devanagari.el: Completely re-written.
440
441 * language/devan-util.el: Completely re-written.
442
443 * language/ind-util.el: New file.
444
445 2001-11-24 Richard M. Stallman <rms@gnu.org>
446
447 * startup.el (command-line-1): Don't do startup screen
448 if a subprocess is running. Call the startup screen buffer
449 "GNU Emacs". Make a special mode-line-format for it.
450
451 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
452 (browse-url-galeon): Use that variable.
453
454 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
455 eval-expression. Eval and set the variable simply.
456
457 * files.el (temporary-file-directory): Use defcustom.
458 (small-temporary-file-directory): Likewise.
459 (normal-backup-enable-predicate): Move down in file
460 after definition of temporary-file-directory.
461
462 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
463
464 2001-11-24 Colin Walters <walters@debian.org>
465
466 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
467 autoload names to match files renamed on initial calc import.
468
469 * calc/calc.el (Commentary): Cleanup, and add logistic curve
470 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
471
472 2001-11-23 Colin Walters <walters@debian.org>
473
474 * Makefile.in (finder_setwins, setwins): Include Calc again.
475
476 * calc/calc-rules.el: Add header comment.
477
478 2001-11-23 Andre Spiegel <spiegel@gnu.org>
479
480 * vc.el (with-vc-properties): Don't bind `filename' locally.
481 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
482 to avoid name clashes. Fix `lisp-indent-function' property for
483 both.
484
485 2001-11-23 Francesco Potorti` <pot@gnu.org>
486
487 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
488
489 2001-11-22 Colin Walters <walters@debian.org>
490
491 * calc/calc-misc.el (report-calc-bug):
492 Use `reporter-prompt-for-summary-p'.
493
494 * calc/INSTALL, calc/Makefile: Remove.
495
496 2001-11-22 Miles Bader <miles@gnu.org>
497
498 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
499 (reb-match-2, reb-match-3): Add dark-background variants.
500
501 2001-11-22 Colin Walters <walters@debian.org>
502
503 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
504 (info "Calc").
505 (report-calc-bug): Use reporter.el.
506
507 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
508
509 2001-11-21 Richard M. Stallman <rms@gnu.org>
510
511 * which-func.el (which-function): Call imenu--make-index-alist
512 if necessary to get a list of functions.
513 (which-function-imenu-failed): New variable.
514 (which-func-update): Handle all visible windows.
515 (which-func-update-1): New subroutine broken out of which-func-update.
516
517 * files.el (temporary-file-directory, null-device)
518 (small-temporary-file-directory): Definitions moved up.
519
520 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
521 (cperl-non-problems, cperl-praise): Doc fixes.
522
523 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
524 (sh-mode-syntax-table): Function restored.
525 Variable set up for use by function sh-mode-syntax-table.
526 (sh-set-shell): Set the syntax table.
527
528 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
529
530 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
531
532 * international/encoded-kb.el: Don't alter minor-map-alist.
533
534 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
535
536 * files.el (auto-save-file-name-transforms): Put remote files in
537 temporary-file-directory rather than /tmp.
538
539 2001-11-21 Colin Walters <walters@debian.org>
540
541 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
542 of (function ...) wrapper.
543
544 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
545
546 * derived.el (define-derived-mode): Create the abbrev-table
547 from inside the `defvar'.
548
549 * jit-lock.el (jit-lock-defer-time): New var.
550 (jit-lock-defer-timer, jit-lock-buffers): New vars.
551 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
552 (jit-lock-function): Defer fontification if requested.
553 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
554 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
555 text property.
556 (jit-lock-deferred-fontify): New fun.
557
558 2001-11-20 Richard M. Stallman <rms@gnu.org>
559
560 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
561 Set local-abbrev-table to lisp-mode-abbrev-table.
562
563 * emacs-lisp/re-builder.el (reb-mode):
564 Don't use define-derived-mode. Call kill-all-local-variables.
565
566 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
567 Don't use define-derived-mode.
568
569 * help-mode.el (help-mode): Undo 2001-10-07 change.
570
571 * replace.el (occur-mode): Undo 2001-5-20 change.
572
573 2001-11-20 Jason Rumney <jasonr@gnu.org>
574
575 * w32-fns.el (w32-system-coding-system): Change to an alias for
576 locale-coding-system.
577 (set-w32-system-coding-system): Document the above change.
578 Set locale-coding-system instead.
579
580 2001-11-20 Richard M. Stallman <rms@gnu.org>
581
582 * ruler-mode.el: Add pagination.
583 (ruler-mode-toggle-show-tab-stops): No need to
584 test `ruler-mode' variable.
585
586 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
587
588 * play/landmark.el: Mark lm-mode as special.
589
590 * play/gomoku.el: Mark gomoku-mode as special.
591
592 2001-11-20 Juanma Barranquero <lektu@terra.es>
593
594 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
595 (top-level): Bind it to C-c C-b.
596 (re-builder): Don't re-enter RE Builder Mode.
597
598 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
599
600 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
601
602 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
603 `manual-program'.
604
605 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
606 to a line without a comment.
607
608 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
609
610 * dired.el (dired-listing-switches): Mention in the doc string
611 that some switches are not supported by ls-lisp.el
612
613 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
614
615 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
616 (imenu--create-keymap-2): Remove.
617 (imenu--create-keymap-1): Simplify, remove third argument.
618 (imenu--generic-function): Use dolist.
619 (imenu-find-default): New function.
620 (imenu--completion-buffer): Use it.
621 (imenu--mouse-menu): Use popup-menu.
622 (imenu--menubar-select): Return t rather than calling imenu.
623
624 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
625 New functions, extracted from fill-region-as-paragraph.
626 (fill-region-as-paragraph): Use them.
627 Use an end marker instead of eob.
628 Ignore whitespace-only fill-prefixes when indenting according to mode.
629 Simplify the loop that searches for spaces backwards.
630
631 * textmodes/picture.el (picture-vertical-step)
632 (picture-horizontal-step): Don't use defconst for variables.
633
634 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
635 (mail-extract-address-components): Downcase domain names.
636 (mail-extr-delete-char): Remove. Use delete-char instead.
637
638 * emulation/pc-select.el: Doc string fixes.
639 (pc-selection-mode): Don't treat macos as a tty.
640
641 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
642
643 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
644
645 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
646 (mouse-wheel-progessive-speed): New var.
647 (mwheel-scroll): Use it and handle float values.
648
649 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
650
651 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
652 (iswitchb): Fix the case where the result was selected with the mouse.
653 (iswitchb-completion-help): Use the normal *Completions* now that
654 mouse selection works.
655 (iswitchb-minibuffer-setup): Simplify.
656
657 * newcomment.el (comment-column, comment-style, comment-multi-line)
658 (comment-auto-fill-only-comments): Remove :group arg.
659 (comment-padding): Add :type.
660 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
661 if called interactively.
662
663 2001-11-19 Colin Walters <walters@verbum.org>
664
665 * calc/calc.el (toplevel): Add comment and version header.
666 (calc-init-base): Bump version to 2.02f, update date.
667
668 2001-11-19 Richard M. Stallman <rms@gnu.org>
669
670 * net/browse-url.el: Support Mozilla and Galeon.
671 By default, find the installed browser whichever it is.
672 (browse-url-mozilla): New function.
673 (browse-url-mozilla-sentinel): New function.
674 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
675 (browse-url-default-browser): New function.
676 (browse-url-process-environment): Use browse-url-browser-display.
677 (browse-url-browser-display): Renamed from browse-url-netscape-display.
678 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
679 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
680 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
681 (browse-url-browser-function): New default, new options.
682
683 2001-11-19 Sam Steingold <sds@gnu.org>
684
685 * bindings.el (last-buffer, unbury-buffer): New function.
686 (mode-line-unbury-buffer): Use `unbury-buffer'.
687
688 2001-11-18 Stephen Eglen <stephen@gnu.org>
689
690 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
691 control behaviour when no further completion is possible.
692
693 2001-11-19 Colin Walters <walters@verbum.org>
694
695 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
696 (math-showing-full-precision, math-with-extra-prec, math-working)
697 (calc-with-default-simplification)
698 (calc-with-trail-buffer): Use backtick.
699 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
700 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
701 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
702 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
703 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
704 (Math-num-integerp, Math-bignum-test, Math-equal-int)
705 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
706 (calc-record-compilation-date-macro): Deleted. Callers updated.
707 (math-format-radix-digit): Move to calc-bin.el.
708
709 * calc/calc.el (calc-record-compilation-date): Remove.
710 (calc-bug-address): Update.
711 (calc-settings-file): Use `user-init-file'.
712
713 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
714 Handle null `calc-settings-file'.
715
716 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
717 * calc/calc-keypd.el (calc-keypad-mode): New.
718 (calc-do-keypad): Use it.
719 (calc-keypad-map): Move into `calc-keypad-mode'.
720
721 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
722 to defalias argument.
723
724 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
725 (calcFunc-floor): Ditto.
726
727 * calc-units.el (calcFunc-usimplify): Ditto.
728
729 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
730 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
731 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
732 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
733 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
734 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
735 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
736 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
737 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
738 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
739 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
740 and move them before their first use. Use `when', `unless'.
741 Remove trailing periods from error forms. Add description and
742 headers suggested by Emacs Lisp coding conventions.
743
744 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
745
746 * newcomment.el (comment-indent):
747 Fix misindentation for comment-only lines.
748 (comment-indent-new-line): Only obey comment-multi-line if the
749 comment-ender is not the end-of-line.
750
751 2001-11-19 Richard M. Stallman <rms@gnu.org>
752
753 * net/net-utils.el (network-connection-service-abbrev-alist):
754 New variable.
755
756 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
757 Advance to start of 3rd sexp by moving fwd and backing over it.
758 At first three elements, act like defun.
759
760 * delsel.el (delete-selection-pre-hook): Handle and resignal
761 file-supersession errors to interact properly with userlock.el.
762
763 2001-11-18 Richard M. Stallman <rms@gnu.org>
764
765 * progmodes/fortran.el (fortran-mode-syntax-table):
766 Specify punctuation syntax for backslash.
767
768 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
769 All calls deleted.
770
771 * international/mule-util.el (string-to-sequence): Make it obsolete.
772 (string-to-list, string-to-vector): Implement them directly
773 using append and vconcat, not with string-to-sequence.
774
775 * startup.el (command-line): Set abbrevs-changed to nil after
776 reading the init file and the abbrevs file.
777
778 * isearch.el (isearch): Use magenta2 as bg for (background light)
779
780 2001-11-17 Richard M. Stallman <rms@gnu.org>
781
782 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
783
784 * simple.el (minibuffer-history-sexp-flag): Doc fix.
785
786 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
787
788 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
789 If set and if applicable, add a regexp to highlight defun-like
790 text inside comments and strings.
791 (font-lock-fontify-keywords-region): Pass that new arg.
792 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
793 to the end and pass that new arg.
794 (c-font-lock-keywords-2): Fix regex for labels.
795 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
796 Make it work when LIMIT is several lines further.
797 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
798 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
799 Use backquote and make the regexes for `int a, b, c;' work on
800 multiple lines.
801
802 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
803 (font-lock-defaults-alist): Don't change it any more.
804 (reb-subexp-mode-map): Cleanup.
805
806 * custom.el (custom-current-group-alist): New var.
807 (custom-declare-group): Set it.
808 (custom-current-group): New fun.
809 (custom-declare-variable, custom-handle-all-keywords):
810 Use it as a default if no :group argument is specified.
811
812 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
813 (standard-keyboard-coding-systems): New var.
814 (set-locale-environment): Use it to decide whether or not to call
815 set-keyboard-coding-system.
816 (locale-language-names): Use \"French\" for "fr".
817
818 2001-11-17 Richard M. Stallman <rms@gnu.org>
819
820 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
821 (add-to-list): Delete compatibility code.
822 (checkdoc-next-message-error): Doc fix.
823
824 2001-11-17 Stephen Eglen <stephen@gnu.org>
825
826 * locate.el (locate): Show default locate pattern within the
827 prompt, but don't insert it into the minibuffer contents.
828 Catch the case when pattern is the empty string.
829
830 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
831
832 * language/european.el ("French"): New language environment.
833
834 2001-11-16 Richard M. Stallman <rms@gnu.org>
835
836 * calendar/todo-mode.el (todo-save): Fix previous change.
837
838 * subr.el (functionp): Do use cdr-safe on object.
839
840 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
841
842 * bindings.el (mode-line-mode-name): Only put the help-echo property
843 if the local-map property was put as well.
844 (global-map): Bind switch-frame, delete-frame, iconify-frame
845 and make-frame-visible events.
846
847 * emacs-lisp/elp.el (elp-not-profilable): New var.
848 (elp-not-profilable-p): New function.
849 (elp-instrument-function): Use it. Use backquotes and push.
850
851 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
852 (byte-stack+-info, byte-compile-last-warned-form)
853 (byte-compile-last-logged-file): Don't defconst a variable.
854 (no-byte-compile): Declare.
855 (byte-compile-file): Don't boundp-check no-byte-compile any more.
856 (byte-compile-defvar): Leave defconst as is.
857
858 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
859 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
860 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
861 (edebug-best-error): Don't defconst a variable.
862 (edebug-read-syntax-table): Use a char-table.
863 (edebug-lemacs-specific): Remove.
864 Toplevel: Eliminate check for Lucid Emacs.
865
866 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
867
868 * rect.el (move-to-column-force): Mark obsolete.
869 (operate-on-rectangle, delete-extract-rectangle-line)
870 (insert-rectangle, delete-whitespace-rectangle-line)
871 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
872 (string-rectangle-history): New var.
873 (string-rectangle, string-insert-rectangle): Use it.
874 (delete-rectangle-line): Fix pos/column mixup and simplify.
875
876 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
877 (normal-top-level, command-line, command-line-1): Simplify.
878
879 * tar-mode.el (tar-mode): Use define-derived-mode.
880
881 * view.el (view-mode-enable): Don't use make-local-hook.
882
883 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
884
885 2001-11-16 Richard M. Stallman <rms@gnu.org>
886
887 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
888 if it doesn't make sense as anything else.
889 Don't recognize a "telephone number" at the beginning of the name.
890 (mail-extr-leading-garbage): Match non-word characters only.
891
892 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
893
894 * startup.el (command-line-processed): Doc fix.
895
896 * apropos.el (apropos-next-label-button): Doc fix.
897
898 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
899
900 * comint.el (comint-mode): Simplify.
901 (make-comint-in-buffer): Run `comint-mode' only if necessary.
902
903 * subr.el (eval-after-load): Make it work with features as well.
904
905 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
906
907 * international/mule-cmds.el (describe-input-method): Setup xref.
908 (set-language-environment): Use functionp.
909 (locale-language-names, locale-charset-language-names)
910 (locale-preferred-coding-systems): Defconst and purecopy.
911
912 * language/european.el (mac-roman): Add mime-charset property.
913
914 2001-11-15 Richard M. Stallman <rms@gnu.org>
915
916 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
917 (multiple-value-apply, nth-value): Use defsubst rather than defalias
918 to get better doc strings.
919
920 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
921
922 * derived.el: Fix autoload cookie.
923
924 2001-11-15 Richard M. Stallman <rms@gnu.org>
925
926 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
927
928 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
929
930 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
931
932 2001-11-15 Richard M. Stallman <rms@gnu.org>
933
934 * dired.el (dired-undo): Display a message to explain
935 that this does not undo file system changes.
936
937 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
938
939 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
940 into `unread-command-events' instead of trying keymap
941 lookups ourselves. This makes mouse-clicks do the right
942 thing even when keymaps of overlays are involved.
943 (mouse-drag-drag): Likewise.
944
945 2001-11-15 Andreas Schwab <schwab@suse.de>
946
947 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
948 characters and append anchor to pattern added to auto-mode-alist.
949
950 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
951
952 * server.el (server-process-filter): Run pore/post-comment-hook
953 before/after visiting the file.
954
955 * info-look.el (makefile-mode): Add info for automake.
956 (autoconf-mode): Fix the name of the index for automake.
957
958 * international/latin-9.el: Give pilcrow punctuation syntax.
959
960 2001-11-15 Andre Spiegel <spiegel@gnu.org>
961
962 * vc.el: Documentation fixes.
963
964 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
965
966 * smerge-mode.el (smerge-match-conflict): Fix typo.
967 (smerge-diff): Be careful to read match-data early enough.
968
969 2001-11-14 Colin Walters <walters@verbum.org>
970
971 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
972 (calcFunc-subst): Use `defalias' instead of `fset' and
973 `symbol-function'.
974
975 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
976 (calcFunc-ceil, calcFunc-round): Ditto.
977
978 * calc/calc-bin.el (calcFunc-clip): Ditto.
979
980 * calc/calc-ext.el (calcFunc-evalv): Ditto.
981
982 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
983
984 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
985 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
986
987 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
988
989 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
990 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
991 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
992 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
993 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
994 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
995 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
996 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
997 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
998 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
999 * calcsel2.el: Style cleanup; don't put closing parens on their
1000 own line, add "foo.el ends here" to each file, and update
1001 copyright date.
1002
1003 * README: Update maintainer.
1004
1005 2001-11-13 Alan Shutko <ats@acm.org>
1006
1007 * compile.el (recompile): Use compilation-arguments if set, so as
1008 to be able to M-x recompile the exact command which created a
1009 compilation-mode buffer.
1010
1011 2001-11-13 Richard M. Stallman <rms@gnu.org>
1012
1013 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
1014
1015 2001-11-13 Gerd Moellmann <gerd@gnu.org>
1016
1017 * mouse.el (mouse-drag-region): Don't run the up-event
1018 handler if window start changed due to the down-mouse event.
1019
1020 2001-11-13 Richard M. Stallman <rms@gnu.org>
1021
1022 * mouse.el (mouse-show-mark): Either move point to the mark
1023 or use highlighting, never both.
1024 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
1025
1026 2001-11-13 Simon Josefsson <jas@extundo.com>
1027
1028 * mail/smtpmail.el (top-level): Change maintainer to Simon
1029 Josefsson, cleanup the smtpmail.el header.
1030
1031 * mail/smtpmail.el (top-level): Don't require cl or base64.
1032 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1033 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
1034 Defsubst instead of defmacro.
1035 (smtpmail-intersection): Return value in reverse order.
1036 (smtpmail-open-stream): Use stringp instead of string-to-list.
1037 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
1038 separated from smtpmail-via-smtp.
1039
1040 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
1041 rfc2104. Require base64 and cl.
1042 (smtpmail-smtp-service): Doc fix. :type fix.
1043 (smtpmail-debug-info): Doc fix.
1044 (smtpmail-debug-verb, smtpmail-auth-credentials)
1045 (smtpmail-starttls-credentials, smtpmail-auth-supported):
1046 New variables.
1047 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
1048 mail-utils (it is autoloaded).
1049 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1050 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
1051 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
1052 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
1053 (smtpmail-via-smtp): Support AUTH.
1054 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
1055
1056 2001-11-13 Richard M. Stallman <rms@gnu.org>
1057
1058 * ebuff-menu.el (electric-buffer-update-highlight): New function.
1059 (electric-buffer-overlay): New variable.
1060 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
1061 (electric-buffer-list): Likewise.
1062
1063 2001-11-13 Per Starback <starback@ling.uu.se>
1064
1065 * isearch.el (isearch-whitespace-chars): Doc fix.
1066 (isearch-mode): Handle negative search-slow-window-lines correctly.
1067
1068 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
1069
1070 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
1071
1072 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
1073 From Emmanuel Briot <briot@act-europe.fr>.
1074
1075 2001-11-13 Colin Walters <walters@debian.org>
1076
1077 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
1078
1079 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
1080 "~/.emacs"; use `read-file-name'.
1081
1082 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
1083 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
1084 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
1085 * calc/calc.el: Use `frame-width' instead of `screen-width',
1086 `frame-height' instead of `screen-height', and,
1087 `executing-kbd-macro' instead of `executing-macro'.
1088
1089 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
1090 correct number of arguments.
1091
1092 * calc/calc-aent.el (calc-do-alg-entry):
1093 Use `blink-paren-function' instead of `blink-paren-hook'.
1094
1095 2001-11-12 Richard M. Stallman <rms@gnu.org>
1096
1097 * calendar/todo-mode.el (todo-save): Add save-excursion
1098 and save-restriction.
1099
1100 * server.el (server-edit, server-done): Doc fix.
1101
1102 * simple.el (clone-indirect-buffer): Error if major mode symbol
1103 has a no-clone-indirect property.
1104 (clone-buffer): Check for obvious errors before reading clone name.
1105
1106 * info.el (Info-mode): Add a no-clone-indirect property.
1107
1108 2001-11-12 Sam Steingold <sds@gnu.org>
1109
1110 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1111 set-buffer-modified-p to nil after `vc-exec-after'.
1112 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1113 (log-view-mode): Make read-only.
1114 (log-view-current-file): Do final `expand-file-name' in the
1115 current `default-directory'.
1116 (log-view-current-tag): Take an optional `where' arg.
1117 (log-view-diff): New user command.
1118
1119 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1120
1121 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1122
1123 2001-11-12 Sam Steingold <sds@gnu.org>
1124
1125 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1126 `generic-flet', `generic-labels', `with-accessors',
1127 `with-condition-restarts'.
1128
1129 2001-11-12 Richard M. Stallman <rms@gnu.org>
1130
1131 * dired.el: Many trivial doc fixes.
1132 (dired-get-file-for-visit): New function.
1133 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1134 (dired-view-file, dired-find-file-other-window, dired-display-file):
1135 (dired-find-file): Use dired-get-file-for-visit.
1136
1137 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1138
1139 * sql.el (sql-mode): Doc change.
1140
1141 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1142 escape character.
1143
1144 2001-11-12 Colin Walters <walters@debian.org>
1145
1146 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1147 (calc-do-keypad): Don't attempt to use nonexistent global
1148 mouse-map, use calc-keypad-map.
1149 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1150 (calc-keypad-left-click): Don't use mouse-map; update to new event
1151 interface.
1152 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1153 (calc-keypad-press): Use `unread-command-events' instead of
1154 `unread-command-char'.
1155
1156 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1157 to match files renamed on initial calc import.
1158
1159 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1160
1161 * textmodes/flyspell.el (flyspell-default-dictionary):
1162 Fix previous change.
1163
1164 2001-11-12 Richard M. Stallman <rms@gnu.org>
1165
1166 * textmodes/flyspell.el (flyspell-default-dictionary):
1167 Fix custom type.
1168
1169 2001-11-11 Richard M. Stallman <rms@gnu.org>
1170
1171 * calendar/solar.el (solar-sunrise-and-sunset):
1172 Exchange the two extreme values of day-length.
1173
1174 * progmodes/sh-script.el (sh-must-be-shell-mode):
1175 Allow modes derived from sh-mode.
1176
1177 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1178 Turn off error in some re-search-forward calls.
1179
1180 * replace.el (query-replace-skip-read-only): New variable.
1181 (perform-replace): If that variable is non-nil, ignore matches
1182 that have a read-only property.
1183
1184 * derived.el (define-derived-mode): Doc fix.
1185
1186 * server.el (server-buffer-done): Test of server-existing-buffer
1187 was backwards.
1188 (server-existing-buffer): Doc fix.
1189
1190 * textmodes/flyspell.el (flyspell-default-dictionary):
1191 Allow nil as value, and make nil the default.
1192
1193 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1194
1195 * subdirs.el: Regenerated.
1196
1197 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1198 it is not fboundp.
1199 (clipboard-yank): Ditto.
1200
1201 2001-11-11 Colin Walters <walters@verbum.org>
1202
1203 The following changes are based on patches from
1204 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1205 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1206
1207 * calc/calc.el (toplevel): Require calc-macs.
1208 (calc-minibuffer-size): New.
1209 (calcDigit-nondigit): Use it instead of `buffer-size'.
1210 (calcDigit-backspace): Likewise.
1211 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1212 `buffer-string'.
1213 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1214 `point-min'.
1215 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1216 `save-excursion'.
1217
1218 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1219 simple `setq' form.
1220
1221 * calc/calc-ext.el: (toplevel): Require calc.
1222 (calc-fancy-prefix-map): New.
1223 (calc-fancy-prefix): Use it.
1224 (calc-fancy-prefix-other-key): New.
1225
1226 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1227 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1228 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1229 (calcAlg-enter): Likewise.
1230 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1231
1232 2001-11-10 Richard M. Stallman <rms@gnu.org>
1233
1234 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1235 (quietly-read-abbrev-file): Doc fix.
1236
1237 * startup.el (command-line): Read standard abbrev
1238 file (abbrev-file-name), if it exists.
1239
1240 * files.el (save-abbrevs): Default value is t.
1241
1242 * progmodes/compile.el (compile-goto-error): Fix previous change
1243 in the case where subsequent errors have not been parsed yet
1244 because they are in a different source file.
1245
1246 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1247
1248 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1249 Merge two regular expressions into one.
1250 (ps-mode): Make local bindings for `comment-start' and
1251 `comment-start-skip'.
1252 (ps-mode-looking-at-nested): Simplify an if-else construct;
1253 use `set-match-data' to set the result.
1254
1255 2001-11-10 Richard M. Stallman <rms@gnu.org>
1256
1257 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1258 Function deleted.
1259 (flyspell-correct-word): Old definition deleted.
1260 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1261 All references renamed too.
1262
1263 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1264
1265 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1266
1267 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1268
1269 * wid-edit.el (checklist): Removed `:menu-tag'.
1270 (radio-button-choice): Ditto.
1271 (editable-list): Ditto.
1272
1273 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1274
1275 * play/gomoku.el: Move definitions of constants to the beginning
1276 of file, before their use.
1277
1278 2001-11-09 Richard M. Stallman <rms@gnu.org>
1279
1280 * textmodes/flyspell.el: Use the keymap property
1281 instead of local-map, and don't use a minor-mode map.
1282 (flyspell-mode-map): Variable deleted.
1283 Don't mess with minor-mode-map-alist.
1284 (calling add-minor-mode): Specify nil for keymap.
1285 And always use add-minor-mode, now that it exists.
1286 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1287 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1288 or flyspell-local-mouse-map.
1289 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1290 (flyspell-mode): Doc fix.
1291 (flyspell-mode-on): Don't call make-local-hook.
1292
1293 2001-11-09 Sam Steingold <sds@gnu.org>
1294
1295 * emacs-lisp/debug.el (debugger-make-xrefs):
1296 Add buttons to all symbols.
1297
1298 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1299
1300 * vc.el: Add John David Smith to credits.
1301
1302 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1303
1304 * vc-hooks.el (vc-error-occured): Backquotified.
1305 (vc-file-prop-obarray): Use prime length for better efficiency.
1306
1307 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1308
1309 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1310
1311 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1312
1313 2001-11-09 Miles Bader <miles@gnu.org>
1314
1315 * subr.el (functionp): Don't consider macros as functions.
1316
1317 2001-11-08 Miles Bader <miles@gnu.org>
1318
1319 * subr.el (functionp): Make work correctly for macros and unbound
1320 symbols.
1321
1322 * comint.el (comint-send-input): Fix description of
1323 `comint-process-echoes' in the doc-string.
1324
1325 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1326
1327 * international/mule.el (make-translation-table): Doc fix.
1328 Suggested by Alex Schroeder <alex@gnu.org>.
1329
1330 2001-11-07 Richard M. Stallman <rms@gnu.org>
1331
1332 * info.el (Info-fontify-node): Highlight every third menu item.
1333
1334 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1335
1336 * cus-edit.el (custom-face-value-create): Don't ignore the
1337 `customized-face' attribute when finding the current face spec.
1338
1339 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1340
1341 * subr.el (with-local-quit): New macro.
1342 (make-syntax-table): Always inherit.
1343 (functionp): Be more careful when `object' is a symbol.
1344
1345 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1346
1347 2001-11-07 Paul Eggert <eggert@twinsun.com>
1348
1349 * dired.el (dired-move-to-filename-regexp):
1350 Do not distinguish between ASCII letters and non-ASCII characters.
1351 Don't allow comma except in the form "month day, year".
1352 Don't allow space between month name and comma.
1353 Clean up the code that checks for trailing period, comma, and space.
1354 Remove now-obsolete comments, and add more commentary about
1355 Japanese dates.
1356 Always gobble up trailing spaces, instead of doing it only sometimes.
1357
1358 2001-11-07 Miles Bader <miles@gnu.org>
1359
1360 * paren.el (show-paren-match-face): Add dark-background variant.
1361
1362 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1363
1364 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1365 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1366 Don't disable adaptive-fill-mode.
1367 (lisp-fill-paragraph): Use tab-width rather than 8.
1368 Prevent filling the first line of docstrings.
1369
1370 2001-11-06 Richard M. Stallman <rms@gnu.org>
1371
1372 * play/gomoku.el (gomoku): Doc fix.
1373
1374 * jka-compr.el (jka-compr-partial-uncompress):
1375 Support an alternative of not using dd.
1376 (jka-compr-dd-program): Use defcustom to define this.
1377 (jka-compr-load-suffixes): Use defcustom.
1378 (jka-compr-mode-alist-additions): Use defcustom.
1379
1380 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1381
1382 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1383 Also work when LIMIT is further than the end of line.
1384
1385 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1386
1387 * international/quail.el (quail-update-leim-list-file): Print the
1388 offending file name if some of its quail-define-package forms is broken.
1389
1390 2001-11-05 Richard M. Stallman <rms@gnu.org>
1391
1392 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1393 of the evaluated form.
1394
1395 2001-11-05 Paul Eggert <eggert@twinsun.com>
1396
1397 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1398 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1399 stamps always line up by default. Also, it uses a slightly
1400 different window to determine whether files are "recent".
1401
1402 2001-11-05 Andrew Innes <andrewi@gnu.org>
1403
1404 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1405 Don't attempt to remake autoloads before nuking .elc files.
1406
1407 2001-11-04 Richard M. Stallman <rms@gnu.org>
1408
1409 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1410 previous-single-property-change or next-single-char-property-change
1411 returns nil.
1412
1413 * international/mule-cmds.el (set-locale-environment):
1414 Make it interactive; make arg optional.
1415
1416 * international/mule-diag.el (help-funs): Require help-funs.
1417
1418 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1419
1420 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1421
1422 2001-11-04 Miles Bader <miles@gnu.org>
1423
1424 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1425 shadow of the splash image grey on a dark background instead of black.
1426
1427 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1428
1429 * term.el (all faces): Don't (copy-face 'default <foo>).
1430
1431 * term/xterm.el (function-key-map):
1432 Add entry for `ESC [ 3 ~' -> <delete>
1433 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1434 Use inheritance so that .emacs and terminfo take precedence.
1435
1436 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1437
1438 * tooltip.el (tooltip-delay): Decrease to 0.7.
1439 (tooltip-hide-delay): Enlarge to 10.
1440
1441 2001-11-03 Richard M. Stallman <rms@gnu.org>
1442
1443 * startup.el (fancy-splash-tail): Explain how to recover
1444 from a crash, if there was a crash.
1445 (command-line-1): Reorganize display of startup screen,
1446 to simplify the logic. Use a temp buffer for it.
1447
1448 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1449
1450 * frame.el (set-background-color, set-foreground-color):
1451 Call face-set-after-frame-default, to propagate the new colors to
1452 the frame's parameters alist.
1453
1454 * calendar/timeclock.el (timeclock-out): Signal an error if
1455 timeclock-last-event is nil.
1456
1457 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1458
1459 * textmodes/fill.el (fill-context-prefix): Fix braino.
1460
1461 * international/quail.el (quail-help):
1462 Use `help-buffer' and move `help-setup-xref' to beginning.
1463
1464 * international/mule-cmds.el (describe-language-environment):
1465 Use `help-buffer' and move `help-setup-xref' to beginning.
1466
1467 * international/mule-diag.el (list-character-sets)
1468 (sort-listed-character-sets, describe-character-set)
1469 (describe-coding-system, describe-fontset, list-fontsets):
1470 Use `help-buffer' and move `help-setup-xref' to beginning.
1471 (describe-char-after): Use `internal-describe-syntax-value'.
1472
1473 2001-11-02 Richard M. Stallman <rms@gnu.org>
1474
1475 * mouse.el (popup-menu): If the user refuses to select
1476 from a menu, don't try to invoke the menu.
1477
1478 2001-11-02 Miles Bader <miles@gnu.org>
1479
1480 * help-mode.el (help-xref): New button type.
1481 (help-function, help-variable, help-face, help-coding-system)
1482 (help-input-method, help-character-set, help-type, help-symbol)
1483 (help-back, help-info, help-customize-variable, help-customize-face)
1484 (help-function-def, help-variable-def): Use it as a supertype.
1485 Remove `action' property.
1486
1487 * international/mule-diag.el (describe-character-set)
1488 (describe-coding-system): Pass correct args to `help-xref-button'.
1489 (sort-listed-character-sets): New button type.
1490 (list-character-sets): Use it.
1491 (list-charset-chars): New button type.
1492 (list-character-sets-1): Use it.
1493
1494 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1495
1496 * indent.el (tab-always-indent, indent-for-tab-command):
1497 Remove redundant `never' setting.
1498
1499 * fill.el (fill-region-as-paragraph): Don't forget to skip
1500 over current whitespace before looking for a preceding space.
1501
1502 2001-11-01 Richard M. Stallman <rms@gnu.org>
1503
1504 * files.el (file-newest-backup): Don't pass backup file name
1505 thru file-name-sans-versions, because it never has version numbers.
1506
1507 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1508 to avoid ambiguous nested loops.
1509
1510 * files.el (find-file-noselect): Offer to change buffer-read-only
1511 only when the file's read-only status has changed from before
1512 as well as disagreeing with the buffer's current status.
1513 (buffer-file-read-only): New var, local in all buffers.
1514
1515 * buff-menu.el (buffer-menu): Doc fix.
1516 (buffer-menu-other-window): Doc fix.
1517 (list-buffers, list-buffers-noselect): Doc fix.
1518
1519 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1520
1521 * startup.el (command-line): If the terminal Emacs is running on
1522 has erase char set to ^H, use the Backspace key for deleting
1523 backward, and the Delete key for deleting forward.
1524
1525 2001-11-01 Miles Bader <miles@gnu.org>
1526
1527 * button.el (define-button-type): Make sure every user-defined
1528 button type has a supertype.
1529
1530 2001-10-31 Jason Rumney <jasonr@gnu.org>
1531
1532 * international/mule-cmds.el (locale-language-names): Add chs and
1533 cht as aliases for Chinese-GB and Chinese-BIG5.
1534
1535 2001-10-31 Richard M. Stallman <rms@gnu.org>
1536
1537 * bindings.el (mode-line-frame-identification): Add doc string.
1538 (mode-line-position, mode-line-modes): New variables.
1539 (mode-line-format): Use mode-line-position for the part
1540 that displays the position-in-buffer info.
1541 Use mode-line-modes for the part that displays major and minor modes.
1542
1543 2001-10-31 Sam Steingold <sds@gnu.org>
1544
1545 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1546 (debugger-setup-buffer): Call it.
1547 (debugger-mode-map): Bind RET and mouse-2.
1548
1549 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1550
1551 * startup.el: Document command line option --no-window-system
1552 instead of --no-windows.
1553
1554 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1555
1556 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1557
1558 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1559 (font-lock-defaults-alist): Use it.
1560 From David Ponce <david.ponce@wanadoo.fr>
1561
1562 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1563 output of `char-after'.
1564
1565 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1566
1567 * simple.el (reindent-then-newline-and-indent): Insert the newline
1568 before indenting the first line.
1569 (undo-get-state, undo-revert-to-state): New funs.
1570 (shell-command): Don't kill the buffer even if empty.
1571 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1572 (transpose-subr-end2): Remove.
1573 (transpose-subr): Add `special' arg and simplify.
1574 (transpose-subr-1): Rewrite.
1575 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1576 (rfc822-goto-eoh): Simplify.
1577
1578 2001-10-30 Richard M. Stallman <rms@gnu.org>
1579
1580 * enriched.el (enriched-face-ans): FIx previous change.
1581
1582 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1583
1584 * international/iso-acc.el (iso-accents-compose): Remove a
1585 superfluous setq.
1586
1587 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1588
1589 * buff-menu.el (list-buffers-noselect): If the buffer's name
1590 starts with a blank, but it visits a file, do show it (for files
1591 whose names start with a blank).
1592
1593 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1594
1595 * textmodes/fill.el (sentence-end-double-space)
1596 (sentence-end-without-period): Move to paragraphs.el.
1597 (fill-indent-according-to-mode): Change default to t.
1598 (fill-context-prefix): Simplify control-flow and use a more
1599 sophisticated merge that unifies both previous checks.
1600 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1601 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1602 (fill-nobreak-p): New fun.
1603 (fill-region-as-paragraph): Use it.
1604 Handle `fill-indent-according-to-mode' slightly differently.
1605 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1606 (fill-individual-paragraphs-citation): Fix.
1607
1608 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1609 (paragraph-start): Change default to the `text-mode' value.
1610 (sentence-end-double-space, sentence-end-without-period):
1611 Move from fill.el.
1612 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1613 rather than rebinding `paragraph-start' and `paragraph-separate'.
1614
1615 * indent.el (indent-line-function): Change default to indent-relative.
1616 (tab-always-indent): Add an `never' setting.
1617 (indent-according-to-mode): Handle `indent-relative' and
1618 `indent-relative-maybe' specially.
1619 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1620 Handle the `never' case for `tab-always-indent'.
1621 Don't call indent-according-to-mode for indent-relative' and
1622 `indent-relative-maybe'.
1623 (insert-tab): Rename `prefix-arg' to `arg'.
1624 (indent-region): Indent the first line as well.
1625 (indent-relative): Don't mark the buffer modified if the indentation
1626 is unchanged.
1627
1628 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1629 Don't set paragraph-separate. Set paragraph-start more carefully.
1630 Set indent-line-function.
1631 (paragraph-indent-text-mode): Use it and define-derived-mode.
1632 (text-mode-map): Remove the \t binding.
1633 (text-mode): Simplify now that the default is more favorable.
1634
1635 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1636
1637 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1638 If the regexp doesn't match, use a looser one.
1639 (find-variable-noselect): Add `file' argument.
1640
1641 * pcvs.el (cvs-mode-commit-hook): New hook.
1642 (cvs-mode-commit): Run it.
1643
1644 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1645
1646 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1647 (edebug-instrument-function): Use `find-function-noselect'.
1648
1649 2001-10-29 Richard M. Stallman <rms@gnu.org>
1650
1651 * term.el (term-if-emacs19): Macro deleted.
1652 Callers changed to use progn instead.
1653
1654 * frame.el (blink-cursor-mode): Doc fix.
1655
1656 * files.el (find-backup-file-name): Use make-backup-file-name.
1657
1658 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1659 window-live-p.
1660 (edebug-set-conditional-breakpoint): Unconditionally use
1661 the former Emacs >=19 definition.
1662 (edebug-mark): Define unconditionally.
1663 (edebug-eval-expression): Always call read-from-minibuffer
1664 and specify history list.
1665 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1666 edebug-set-conditional-breakpoint.
1667 (edebug-emacs-version-specific): Function deleted;
1668 do the job at top level.
1669 (edebug-emacs-19-specific): Function deleted, this is the default.
1670
1671 2001-10-29 Sam Steingold <sds@gnu.org>
1672
1673 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1674 "/cygdrive/LETTER/" pathnames.
1675
1676 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1677
1678 * faces.el (invert-face): Check for 'unspecified, not for nil,
1679 when testing whether face colors are not specified.
1680 From David.Kastrup@t-online.de (David Kastrup).
1681 (read-face-name): Doc fix.
1682 (make-face-bold, make-face-unbold, make-face-italic)
1683 (make-face-unitalic, make-face-bold-italic, invert-face):
1684 Remove trailing blank from the prompt passed to read-face-name.
1685
1686 2001-10-29 Sam Steingold <sds@gnu.org>
1687
1688 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1689 Report numbers of files skipped and failed too.
1690 (byte-compile-file): Return 'no-byte-compile for skipped files.
1691
1692 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1693
1694 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1695 and `M p'.
1696
1697 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1698
1699 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1700 as is on unread-command-events instead of `(SECOND-CHAR)'.
1701
1702 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1703
1704 * vc.el: Mention vc-*-switches in backend API documentation.
1705 (vc-annotate): Adapt doc string to recent change.
1706
1707 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1708
1709 * enriched.el (enriched-face-ans): Handle face attributes
1710 of the form `(FACE1 FACE2 ...)'.
1711
1712 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1713
1714 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1715
1716 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1717
1718 * progmodes/sql.el (sql-db2): Doc change.
1719 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1720 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1721
1722 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1723
1724 * env.el (substitute-env-vars): Don't quote argument to `rx';
1725 it's a macro.
1726
1727 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1728
1729 * cus-start.el (recursive-load-depth-limit): Added.
1730
1731 2001-10-28 Richard M. Stallman <rms@gnu.org>
1732
1733 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1734 All uses removed--assume Emacs version is >= 20.
1735
1736 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1737 by really checking that it is not version 18.
1738
1739 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1740
1741 2001-10-28 Miles Bader <miles@gnu.org>
1742
1743 * faces.el (face-attribute): Add INHERIT argument, consider face
1744 inheritance if it's non-nil.
1745 (face-attribute-merged-with): New function.
1746 (face-attribute-specified-or): New macro.
1747 (face-foreground, face-background, face-stipple): Add INHERIT
1748 argument. Use `face-attribute-specified-or'.
1749
1750 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1751
1752 * font-lock.el: Require `syntax'.
1753 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1754 Use `c-font-lock-syntactic-face-function' for c languages.
1755 (font-lock-mode): Don't unset vars when turning the mode off.
1756 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1757 (font-lock-extra-managed-props): New var.
1758 (font-lock-default-unfontify-region): Use it.
1759 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1760 Don't eval the value when there's no match.
1761 (font-lock-ppss-stats): New var.
1762 (font-lock-ppss): New fun.
1763 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1764 (font-lock-apply-highlight): Allow `highlight' to set several props.
1765 (font-lock-set-defaults): Use dolist.
1766 (font-lock-unset-defaults): Remove.
1767 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1768 Try to recognize prototypes using `foo P_ ((args))'.
1769 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1770 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1771 (c-font-lock-syntactic-face-function): New function.
1772 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1773 (c++-keywords): Use a more sophisticated regexp to handle
1774 shallowly nested templates.
1775
1776 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1777
1778 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1779 (sgml-tag): Use it. Cleanup with `cond'.
1780 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1781 Mark the overlays and only delete those that are marked.
1782 (sgml-skip-close-p): Remove.
1783 (sgml-value): Replace sgml-skip-close-p with its definition.
1784 (html-tag-alist): Use sgml-xml a bit more.
1785 (html-mode): Set sgml-empty-tags.
1786
1787 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1788 (texinfo-update-node, texinfo-sequential-node-update):
1789 Don't bind the obsolete `auto-fill-hook'.
1790 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1791 Use `set-buffer' rather than `switch-to-buffer'.
1792 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1793 Use `set-buffer' rather than `switch-to-buffer'.
1794
1795 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1796 text-mode-syntax-table.
1797 (mail-mode): Use define-derived-mode.
1798 Fix ordering of alternatives in adaptive-fill-regexp.
1799 (mail-mode-map): Don't rely on keymap's internal representation.
1800
1801 2001-10-27 Sam Steingold <sds@gnu.org>
1802
1803 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1804 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1805 (sgml-mode-common): Call it.
1806 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1807 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1808 (html-horizontal-rule, html-image, html-ordered-list):
1809 (html-unordered-list, html-list-item, html-paragraph):
1810 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1811 `html-xhtml'.
1812
1813 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1814
1815 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1816 (ifnothtml): New alias.
1817
1818 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1819
1820 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1821 (toggle-text-mode-auto-fill): Use derived-mode-p.
1822
1823 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1824
1825 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1826 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1827
1828 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1829
1830 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1831 Add make-obsolete cookies, to follow faces.el.
1832
1833 These changes avoid warnings from the byte compiler in faces.el:
1834
1835 * faces.el (internal-get-face): Use facep instead of the obsolete
1836 internal-find-face.
1837 (internal-frob-font-weight, internal-frob-font-slant):
1838 New defaliases for obsolete functions.
1839 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1840 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1841 (x-make-font-bold-italic): Use internal-frob-font-weight and
1842 internal-frob-font-slant aliases instead of the obsolete
1843 x-frob-... functions.
1844
1845 2001-10-26 Sam Steingold <sds@gnu.org>
1846
1847 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1848 DOCTYPE; set `mode-name' based on it.
1849 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1850 (sgml-tag): Close empty tags in XHTML.
1851
1852 2001-10-26 Jason Rumney <jasonr@gnu.org>
1853
1854 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1855 when UNICODE is not defined.
1856
1857 2001-10-26 Sam Steingold <sds@gnu.org>
1858
1859 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1860 be alone on the line.
1861
1862 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1863
1864 * button.el (button): Special face definition for MS-DOS terminals.
1865
1866 2001-10-26 Sam Steingold <sds@gnu.org>
1867
1868 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1869 Protect the /= test by checking that the args are non-nil.
1870 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1871
1872 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1873
1874 * textmodes/artist.el (artist-version): 1.2.4.
1875 (artist-butlast-fn): New variable.
1876 (artist-butlast): New function.
1877 (artist-ellipse-mirror-quadrant): Use it.
1878 (artist-mouse-draw-poly): Use nil for `point-list'.
1879 (artist-mouse-draw-poly): Check for point-list being nil.
1880
1881 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1882
1883 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1884 lambda expression.
1885 (ps-mode-menu-main): Submenu with options on/off was replaced with
1886 a toggle button.
1887 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1888 (ps-mode): Autoload cookie added on same line as comment
1889 (ps-mode-tabkey, ps-mode-backward-delete-char):
1890 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1891 `indent-to' with `indent-line-to'
1892 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1893 instead of `eval'.
1894 (ps-mode-print-region): Use `with-temp-buffer'.
1895 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1896 (numerous places): Add back-tick and tick around names in
1897 docstrings, fix punctuation in docstrings, remove trailing spaces.
1898
1899 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1900
1901 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1902 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1903 (sgml-font-lock-syntactic-keywords): New var.
1904 (sgml-mode-common): Drop the two args.
1905 Don't make buffer-local variables that aren't used.
1906 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1907 Don't set `before-string' props from sgml-display-text.
1908 (sgml-mode): Use define-derived-mode.
1909 (sgml-tags-invisible): Use sgml-display-text.
1910 (sgml-quote): New command.
1911 (html-tag-alist): Add args for `span'.
1912 (html-mode): Use define-derived-mode.
1913 Set sgml-display-text and sgml-tag-face-alist.
1914
1915 2001-10-25 Sam Steingold <sds@gnu.org>
1916
1917 * add-log.el (add-log-always-start-new-record): New user option.
1918 (add-change-log-entry): Use it.
1919
1920 2001-10-25 Richard M. Stallman <rms@gnu.org>
1921
1922 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1923 bind case-fold-search if FROM is not all lower case.
1924
1925 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1926
1927 * startup.el (normal-top-level): Check for frame-initial-frame
1928 only if it's really used.
1929
1930 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1931
1932 * progmodes/compile.el (compilation-parse-errors-filename-function):
1933 New variable.
1934 (compilation-parse-errors): Use it.
1935
1936 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1937
1938 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1939 interactively so that C-u M-C-x still does edebug.
1940 (checkdoc-sentencespace-region-engine): Don't force a double-space
1941 after `.' if it doesn't look like an end-of-sentence.
1942 (debug-ignored-errors): Add `disambiguate ...'.
1943
1944 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1945
1946 * textmodes/texinfo.el (texinfo-environments)
1947 (texinfo-environment-regexp): Hoist.
1948 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1949 Only highlight the menu name in menu items.
1950 Setup `@foo ... @end foo' as text clones.
1951 (texinfo-clone-environment): New function.
1952 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1953 (texinfo-insert-block): Simplify.
1954 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1955 the command is repeated.
1956 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1957 (texinfo-insert-@end): Simplify.
1958
1959 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1960 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1961 (texinfo-subsubsection-level-regexp)
1962 (texinfo-update-menu-same-level-regexps)
1963 (texinfo-update-menu-higher-regexps)
1964 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1965
1966 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1967 (derived-mode-p): Autoload.
1968
1969 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1970 New vars and functions.
1971 (text-clone-maintain, text-clone-create): New functions.
1972
1973 2001-10-25 Miles Bader <miles@gnu.org>
1974
1975 * facemenu.el (facemenu-add-new-face): Fix variable names.
1976
1977 2001-10-24 Richard M. Stallman <rms@gnu.org>
1978
1979 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1980 of t and nil values.
1981 (facemenu-set-face): Handle START and END interactively.
1982 (facemenu-set-foreground): Don't use a face; specify color directly.
1983 (facemenu-set-background): Likewise.
1984 (facemenu-set-face-from-menu): Doc fix.
1985 (facemenu-active-faces): Use face-attribute-vector
1986 to handle bare attributes not in faces.
1987 (facemenu-get-face): Don't handle face names fg:... and bg:...
1988 specially.
1989 (facemenu-add-new-face): New argument MENU.
1990 New way to handle adding colors to the color menus.
1991
1992 * env.el (substitute-env-vars): Quote the arg to rx.
1993
1994 2001-10-24 Sam Steingold <sds@gnu.org>
1995
1996 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1997 Control" and "SGML" groups.
1998
1999 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2000
2001 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2002 Better handling of C++ template args to avoid confusion with `<'
2003 and `>' used as operators in member init expressions.
2004
2005 2001-10-24 Gerd Moellmann <gerd@gnu.org>
2006
2007 * replace.el (perform-replace): Move START and END parameters
2008 to the end of the argument list and make them optional.
2009
2010 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
2011 perform-replace.
2012
2013 * international/fontset.el (x-must-resolve-font-name): New function.
2014 (x-complement-fontset-spec): Use it.
2015
2016 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
2017
2018 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
2019
2020 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2021 Turn caadr into caar of cdr.
2022
2023 2001-10-23 Gerd Moellmann <gerd@gnu.org>
2024
2025 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
2026 of mouse-{1,2} since dragging is on the down event.
2027
2028 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
2029
2030 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
2031 if ARG is nil.
2032
2033 * desktop.el (desktop-last-buffer): New variable.
2034 (desktop-create-buffer): Set it.
2035 (desktop-read): Bind it and switch to that buffer.
2036
2037 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2038
2039 * progmodes/compile.el (compilation-set-window-height):
2040 Select old window only if it's still live.
2041
2042 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2043
2044 * help-mode.el (help-buffer): Remove debugging code.
2045 From Stefan Monnier <monnier@cs.yale.edu>.
2046
2047 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2048
2049 * files.el (file-name-sans-extension, file-name-extension):
2050 Don't count the leading dots in file names as signaling an extension.
2051
2052 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2053
2054 * vc.el (vc-diff-switches): Doc rewritten.
2055
2056 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2057
2058 * tooltip.el (tooltip-set-param): Doc fix.
2059
2060 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
2061 127 to sgml-maybe-name-self.
2062 (sgml-name-8bit-mode): Doc fix.
2063 (sgml-char-names-table): New variable.
2064 (sgml-name-char): Support non-ASCII and mule-unicode-*
2065 characters. Doc fix.
2066 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
2067
2068 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
2069 doc string the effect of `left' and `top' parameters in
2070 tooltip-frame-parameters, the default values, and the units.
2071 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
2072 (tooltip-show): Mention in the doc string the `top' and `left'
2073 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
2074
2075 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2076
2077 Add autoscaling support for vc-annotate.
2078 From J.D. Smith <jdsmith@alum.mit.edu>.
2079
2080 * vc.el (vc-annotate-display-default): Accept colormap scaling
2081 ratio (now deprecated).
2082 (vc-annotate-display-autoscale): Added.
2083 (vc-annotate-add-menu): New autoscaling menu options "Span to
2084 Oldest" and "Span Oldest->Newest". Easymenu support added for
2085 toggle menus driven by customize variable `vc-annotate-display-mode'.
2086 (vc-annotate-display-select): Added.
2087 (vc-annotate): Changed temp-buffer-show-function to
2088 `vc-annotate-display-select'.
2089 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
2090 Added argument OFFSET. Instead of backend function, calls now
2091 generic `vc-annotate-difference'.
2092 (vc-annotate-difference): Added as generic function instead of
2093 backend-specific function. No longer takes argument POINT, but
2094 instead accepts a time OFFSET.
2095 (vc-default-annotate-current-time): Added.
2096
2097 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
2098 version in vc.el, with
2099 (vc-cvs-annotate-current-time): Added, as override of default.
2100 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
2101 `vc-cvs-annotate-difference'.
2102
2103 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2104
2105 * saveplace.el (save-place): Require `saveplace'.
2106
2107 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
2108 Use `sexp' for :value-type instead of `face'.
2109
2110 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2111
2112 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2113 regexps due to 5-digit message IDs.
2114
2115 2001-10-21 Jason Rumney <jasonr@gnu.org>
2116
2117 * term/w32-win.el (redisplay-dont-pause): Don't set.
2118
2119 2001-10-21 Miles Bader <miles@gnu.org>
2120
2121 * help-funs.el (help-manyarg-func-alist): Variable removed.
2122
2123 2001-10-21 Miles Bader <miles@gnu.org>
2124
2125 * help-funs.el (help-manyarg-func-alist): Remove entries for
2126 `insert', `insert-and-inherit', `insert-before-markers',
2127 `insert-before-markers-and-inherit', `message', `message-box',
2128 `message-or-box', `propertize', `format', `encode-time', `append',
2129 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2130 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2131 `ml-prefix-argument-loop'.
2132
2133 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2134
2135 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2136 (vc-default-diff-tree): New functions.
2137 (vc-version-diff): Use them. As a result, coding systems are now
2138 set up properly for all sorts of diffs, and tree diffs can now
2139 also be done locally.
2140 (vc-diff): With a prefix argument, don't require that it's called
2141 from a buffer under version control.
2142 (diff-switches): Remove duplicate definition.
2143
2144 * vc-cvs.el (vc-cvs-diff-tree): New function.
2145
2146 2001-10-21 Miles Bader <miles@gnu.org>
2147
2148 * help-funs.el (help-manyarg-func-alist): Remove entries for
2149 `list', `vector', `make-byte-code', `call-process',
2150 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2151 `logand', `logior', and `logxor'.
2152
2153 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2154 image bits to compensate. Use `make-string' instead of
2155 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2156
2157 2001-10-20 Kim F. Storm <storm@cua.dk>
2158
2159 * simple.el (kill-ring-save): Don't show extent of copied region
2160 if using transient-mark-mode and region is fully visible.
2161
2162 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2163
2164 * (Version 21.1 released.)
2165
2166 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2167
2168 * files.el (auto-mode-alist): Associate .indent.pro with
2169 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2170
2171 2001-10-18 Sam Steingold <sds@gnu.org>
2172
2173 Put the *Compile-Log* buffer in `compilation-mode'.
2174 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2175 (byte-compile-log-1, byte-compile-log-file)
2176 (displaying-byte-compile-warnings): Use it
2177
2178 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2179
2180 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2181
2182 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2183
2184 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2185
2186 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2187
2188 * obsolete/hilit19.el (hilit-lookup-face-create):
2189 Call set-face-font only if display-graphic-p.
2190 (toplevel): Remove references to window-system.
2191
2192 2001-10-18 Miles Bader <miles@gnu.org>
2193
2194 * simple.el (what-line): Avoid problems with field properties.
2195
2196 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2197
2198 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2199 Define special colors for a tty.
2200
2201 2001-10-17 Francesco Potorti` <pot@gnu.org>
2202
2203 * comint.el (comint-password-prompt-regexp): Make it less
2204 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2205
2206 2001-10-17 John Wiegley <johnw@gnu.org>
2207
2208 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2209 a regular file, before checking if it is a directory or symlink.
2210 This avoids a call to eshell-file-attributes, which can be
2211 expensive in some situations.
2212
2213 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2214 customization variable, to differentiate ls-in-dired from regular
2215 uses of ls.
2216
2217 2001-10-17 Miles Bader <miles@gnu.org>
2218
2219 * custom.el (defface): Mention `:inherit' in doc-string.
2220
2221 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2222
2223 * paren.el: Update the Commentary with installation instructions.
2224
2225 2001-10-15 Dave Love <fx@gnu.org>
2226
2227 * international/mule.el (set-auto-coding): Fix regexps for local
2228 variables section not to eat newlines.
2229
2230 2001-10-15 Miles Bader <miles@gnu.org>
2231
2232 * simple.el (display-message-or-buffer): Pass the correct buffer
2233 to `display-buffer'.
2234
2235 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2236
2237 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2238 (executable-find): Use exec-suffixes.
2239 (executable-set-magic): Don't use make-local-hook.
2240
2241 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2242
2243 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2244
2245 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2246 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2247 Add .so to the Unix and GNU branch.
2248
2249 * international/latin-1.el:
2250 * international/latin-2.el:
2251 * international/latin-3.el:
2252 * international/latin-4.el:
2253 * international/latin-5.el:
2254 * international/latin-8.el:
2255 * international/latin-9.el: Add no-byte-compile: t, since
2256 Makefile.in instructs make-docfile to look at .el files.
2257
2258 2001-10-14 Miles Bader <miles@gnu.org>
2259
2260 * button.el (define-button-type): Allow supertype property to be
2261 specified with a keyword `:supertype' too.
2262 (button-put, make-text-button): Allow button type property to be
2263 specified using the keyword `:type' too.
2264 (button-type): New function.
2265 (button): Add `button-category-symbol' property.
2266
2267 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2268
2269 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2270 indent-new-comment-line from comment-indent-new-line.
2271
2272 * textmodes/refill.el (refill-mode):
2273 Bind DEL to backward-delete-char-untabify.
2274 Set backward-delete-char-untabify-method to `hungry'.
2275
2276 * textmodes/bib-mode.el (bib-mode):
2277 * play/gomoku.el (gomoku-mode):
2278 * textmodes/page-ext.el (pages-directory-mode):
2279 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2280
2281 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2282
2283 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2284
2285 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2286 Handle here-docs differently.
2287 (sh-font-lock-heredoc): Remove.
2288 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2289 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2290 (sh-font-lock-open-heredoc): New functions.
2291 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2292 (sh-font-lock-keywords-1): Use regexp-opt.
2293 (sh-in-comment-or-string): Use syntax-ppss.
2294 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2295 (sh-select, sh-tmp-file): Add explicit terminating \n.
2296
2297 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2298 Use with-current-buffer.
2299 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2300 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2301 filename), catch any error that occurs in `ange-ftp-cd'.
2302 If an error happened, don't bother sending `cmd' at all.
2303 Fix a parenthesis typo.
2304 (ange-ftp-write-region): Don't blindly use binary if the remote host
2305 is unix-like.
2306
2307 * play/pong.el (pong-init): Don't use make-local-hook.
2308
2309 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2310
2311 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2312 (viper-get-ex-address-subr): More precise addr for the $ marker
2313
2314 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2315
2316 * version.el (emacs-version): Bump to 21.1.50.
2317
2318 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2319
2320 * mail/mailalias.el (mail-directory-stream): Do not double
2321 variables in the lambda-list.
2322
2323 * play/gomoku.el (gomoku-init-display): Ditto.
2324
2325 * play/landmark.el (lm-init-display): Ditto.
2326
2327 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2328 (delimit-columns-rectangle-line): Ditto.
2329
2330 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2331
2332 * newcomment.el (comment-region-internal): Don't rebind
2333 invisibility_spec now that the C routines handle it correctly.
2334
2335 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2336
2337 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2338 and `same-frame'.
2339
2340 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2341
2342 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2343
2344 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2345 C-p and C-r. Remove redundant bindings from inheriting maps.
2346
2347 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2348 After 4.23 and: After 4.24:
2349 (cperl-contract-levels): Restore position.
2350 (cperl-beautify-level): Likewise.
2351 (cperl-beautify-regexp): Likewise.
2352 (cperl-commentify): Rudimental support for length=1 runs
2353 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2354 After 4.25:
2355 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2356 (imenu-example--create-perl-index): Was not enforcing
2357 syntaxification-to-the-end.
2358 (cperl-invert-if-unless): Allow `for', `foreach'.
2359 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2360 Mark qw(), m()x as indentable.
2361 (cperl-init-faces): Highlight `sysopen' too.
2362 Highlight $var in `for my $var' too.
2363 (cperl-invert-if-unless): Was leaving whitespace at end.
2364 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2365 (cperl-calculate-indent): Remove old commented out code.
2366 Support (primitive) indentation of qw(), m()x.
2367 After 4.26:
2368 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2369 q [] with intervening newlines.
2370 (cperl-autoindent-on-semi): New customization variable.
2371 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2372 (cperl-tips): Mention how to make CPerl the default mode.
2373 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2374 (cperl-outline-level): New function.
2375 (cperl-highlight-variables-indiscriminately): New customization var.
2376 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2377 From Sean Kamath <kamath@pogo.wv.tek.com>.
2378 (cperl-after-block-p): Support CHECK and INIT.
2379 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2380 From Doug MacEachern <dougm@covalent.net>.
2381 After 4.27:
2382 (cperl-find-pods-heres): Recognize \"" as a string.
2383 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2384 Allow whitespace between << and "FOO".
2385 (cperl-problems): Remove \"" and q [] with intervening newlines.
2386 Mention multiple <<EOF as unsupported.
2387 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2388 (cperl-indent-parens-as-block): New configuration variable.
2389 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2390 Use `cperl-indent-parens-as-block'.
2391 (cperl-find-pods-heres): Test for =cut without empty line instead of
2392 complaining about no =cut.
2393 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2394 (cperl-find-pods-heres): Likewise.
2395 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2396 POD could've been marked as comment already.
2397 (cperl-unwind-to-safe): Unwind before start of POD too.
2398 After 4.28:
2399 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2400 After 4.29:
2401 (x-color-defined-p): Make an extra case to peacify the warning.
2402 Toplevel: `defvar' to peacify the warnings.
2403 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2404 No -nw-compile time warnings now.
2405 (cperl-find-tags): TAGS file had too short substring-to-search.
2406 Be less verbose in non-interactive mode
2407 (imenu-example--create-perl-index): Set index-marker after name
2408 (cperl-outline-regexp): New variable.
2409 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2410 (cperl-mode): Made use `cperl-outline-regexp'.
2411 After 4.30:
2412 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2413 (cperl-outline-level): Make start-of-file same level as `package'.
2414 After 4.31:
2415 (cperl-electric-pod): `head1' and `over' electric only if empty.
2416 (cperl-unreadable-ok): New variable.
2417 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2418 on an unreadable file.
2419 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2420 on an unreadable directory.
2421
2422 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2423 Consider the text between two errors as belonging to the first error.
2424 (compilation-goto-locus): Use pop-to-buffer rather than
2425 switch-to-buffer-other-frame.
2426
2427 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2428 (awk-font-lock-syntactic-keywords): New var.
2429 (awk-mode): Use it.
2430
2431 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2432
2433 * faces.el (describe-face): Call help-setup-xref earlier.
2434
2435 * jka-compr.el (jka-compr-load-suffixes): New var.
2436 (jka-compr-install): Add its content to load-suffixes.
2437 (jka-compr-uninstall): Remove its content from load-suffixes.
2438
2439 2001-10-12 Sam Steingold <sds@gnu.org>
2440
2441 * bindings.el (completion-ignored-extensions): CL-related
2442 extensions are platform-independent.
2443
2444 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2445 asynchronous multiple file copying.
2446
2447 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2448
2449 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2450 Turn error for repeated variables into warning.
2451
2452 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2453 New function checking that lambda-list consists of non-constant
2454 symbols, that &rest and &optional are followed by variable names,
2455 that &rest VAR is the last element, and that variables aren't doubled.
2456 (byte-compile-lambda): Use it.
2457
2458 2001-10-12 Eli Barzilay <eli@barzilay.org>
2459
2460 * calculator.el (calculator-eng-display): Don't call concat
2461 with an integer argument.
2462
2463 2001-10-12 Miles Bader <miles@gnu.org>
2464
2465 * help-mode.el (help-customize-face): New button-type.
2466
2467 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2468 (describe-face): Fix args to `help-xref-button'.
2469 Don't switch to help-buffer around call to `help-setup-xref'.
2470 Use `help-buffer' instead of hard-wired "*Help*".
2471 Require `help-mode'.
2472
2473 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2474
2475 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2476
2477 * help-mode.el (help-buffer): New function.
2478 Returns the buffer-name to use for help output.
2479 Change all the code to use it instead of hard-coding *Help*.
2480 (help-mode-map): Put back the mouse-2 binding.
2481 (help-xref-stack): Change the format and make buffer-local.
2482 (help-xref-stack-item): Make buffer-local.
2483 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2484 (help-xref-interned): Display the face doc as well.
2485 (help-follow-mouse): Re-introduce.
2486 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2487 (help-do-xref): Don't `push' any more.
2488 (help-follow): Also follow face names.
2489
2490 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2491 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2492 Autoload and cleanup.
2493 (describe-function): Call help-setup-xref.
2494 (describe-variable): Call help-setup-xref earlier.
2495
2496 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2497 (view-lossage): Call help-setup-xref correctly and earlier.
2498 (describe-bindings): Call help-setup-xref earlier.
2499 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2500 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2501
2502 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2503
2504 * master.el (master-mode): Use define-minor-mode instead of
2505 easy-mmode-define-minor-mode. Add autload cookie.
2506 (Commentary): Remove the line showing how to autoload master-mode,
2507 since it's always autoloaded.
2508
2509 * master.el: New file.
2510
2511 2001-10-11 Dave Love <fx@gnu.org>
2512
2513 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2514 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2515 <const-C varset-X const-C>: Fix car/cdr typo.
2516
2517 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2518
2519 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2520 New function extracted from byte-compile-log-1.
2521 (byte-compile-log-1): Change output to be more in line with
2522 the output of other GNU tools.
2523 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2524 (byte-compile-report-error): Downcase error message.
2525 Use `error' instead of `!!' for error messages.
2526 (byte-compile-print-syms): Treat non-interactive case specially.
2527 (displaying-byte-compile-warnings): Use backquote.
2528 (byte-compile-from-buffer): Bind byte-compile-last-line.
2529 (batch-byte-compile): Remove `Done' message.
2530
2531 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2532
2533 * emacs-lisp/copyright.el (copyright): Add final \n.
2534
2535 2001-10-11 Miles Bader <miles@gnu.org>
2536
2537 * diff.el (diff): Display default values in prompts as
2538 `(default ...)', not `(...)'.
2539
2540 * info.el (Info-follow-reference): Likewise.
2541
2542 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2543
2544 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2545
2546 * newcomment.el (comment-indent): Be a little more robust in case
2547 comment-indent-function does funny things.
2548 (comment-normalize-vars): Autoload.
2549 (comment-region-internal): Fiddle with the visibility spec.
2550 (comment-valid-prefix): New function.
2551 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2552 that would turn comment-text into non-comment-text.
2553
2554 * emacs-lisp/syntax.el: New file.
2555
2556 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2557 compatibility cruft.
2558 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2559 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2560 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2561 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2562 tcl-submit-bug-report.
2563 (tcl-mode-syntax-table): Leave \f alone.
2564 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2565 tcl-end-of-defun, tcl-submit-bug-report.
2566 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2567 (tcl-add-emacs-menu): Remove.
2568 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2569 (tcl-keyword-list): Add `chain'.
2570 (tcl-font-lock-syntactic-keywords): New variable.
2571 (tcl-pps-has-arg-6): Remove.
2572 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2573 (tcl-internal-mark-defun): Remove.
2574 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2575 (tcl-mode): Use define-derived-mode. Simplify.
2576 Set comment-indent-function.
2577 (tcl-indent-command): Use line-beginning-position and comment-indent.
2578 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2579 (tcl-indent-line): Use tcl-calculate-indent.
2580 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2581 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2582 (tcl-filter): Use with-current-buffer, simplify.
2583 (inferior-tcl-mode): Use define-derived-mode.
2584 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2585 (tcl-simple-in-comment, tcl-in-comment): Removed.
2586 (tcl-files-alist): New function.
2587 (tcl-help-snarf-commands): Use it and return the result directly
2588 rather than through a global variable.
2589 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2590 (tcl-help-on-word): Provide the default value to completing-read.
2591 (tcl-hilit): Remove.
2592 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2593 (tcl-comment-indent): New function.
2594 (tcl-submit-bug-report): Remove.
2595 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2596 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2597 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2598
2599 2001-10-10 Miles Bader <miles@gnu.org>
2600
2601 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2602 (Info-fontify-node): Don't fontify the node if it's already been done.
2603
2604 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2605
2606 * international/iso-transl.el (iso-transl-e-caret)
2607 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2608 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2609
2610 * simple.el (end-of-buffer): Fix code scrolling specially
2611 for the buffer end.
2612
2613 * startup.el (command-line-1): Bind tab-width to 8.
2614
2615 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2616
2617 * emulation/tpu-edt.el: Use defalias instead of fset for
2618 user-visible commands. From Rob Riepel
2619 <riepel@Networking.Stanford.EDU>.
2620
2621 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2622
2623 * ruler-mode.el: New file.
2624
2625 2001-10-09 Miles Bader <miles@gnu.org>
2626
2627 * apropos.el (button): New require.
2628
2629 * help-funs.el: New file, contents mostly from `help.el'.
2630 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2631
2632 * help-mode.el: New file, contents mostly from `help.el'.
2633
2634 * help.el: Don't require `view' when compiling.
2635 (help-with-tutorial, describe-function, describe-function-1)
2636 (variable-at-point, describe-variable, locate-library):
2637 Functions moved into `help-funs.el'.
2638 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2639 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2640 (help-setup-xref, help-xref-following, help-make-xrefs)
2641 (help-xref-button, help-insert-xref-button, help-xref-interned)
2642 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2643 (help-xref-on-pp): Functions moved into `help-mode.el'
2644 (help-mode-map, help-xref-stack, help-xref-stack-item)
2645 (help-highlight-p, help-highlight-face, help-back-label)
2646 (help-xref-symbol-regexp, help-xref-mule-regexp)
2647 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2648 (help-symbol, help-back, help-info, help-customize-variable)
2649 (help-function-def, help-variable-def):
2650 Button-types moved into `help-mode.el'.
2651 (load-symbol-file-load-history, symbol-file):
2652 Functions moved into `subr.el'.
2653 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2654 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2655
2656 * subr.el (symbol-file-load-history-loaded)
2657 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2658
2659 * loadup.el ("button"): Load removed.
2660
2661 * button.el (define-button-type): Respect any `supertype' property.
2662 (button-type-subtype-p, button-has-type-p): New functions.
2663
2664 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2665 dollar-signs.
2666
2667 * comint.el (comint-insert-previous-argument): New function.
2668 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2669 (comint-insert-previous-argument-last-start-pos)
2670 (comint-insert-previous-argument-last-index): New variables.
2671
2672 * apropos.el (apropos-next-label-button): Use the presence of a
2673 `apropos-label' property to detect label buttons.
2674
2675 2001-10-08 Miles Bader <miles@gnu.org>
2676
2677 * button.el (next-button, previous-button): Remove N and WRAP
2678 parameters. Don't pay attention to `skip' properties.
2679 (forward-button): Implement wrapping, iterating, and skipping here
2680 instead.
2681 (button-activate): USE-MOUSE-ACTION is optional.
2682 (button-nop): Function removed.
2683 (default-button): Use `ignore' as default button action.
2684
2685 * apropos.el (apropos-next-label-button): Update arguments to
2686 `next-button'.
2687 (apropos-symbol): Add `skip' property.
2688 (apropos-function, apropos-macro, apropos-command)
2689 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2690 (apropos-plist): New button types.
2691 (apropos-label-properties): Variable removed.
2692 (apropos-print): Pass button-type to apropos-print-doc, rather
2693 than help function and label text.
2694 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2695 Get button label from TYPE.
2696
2697 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2698
2699 * help.el (help-mode): Use define-derived-mode.
2700 (describe-mode): Add optional `buffer' arg.
2701 Use it instead of going through help-xref-mode.
2702 Avoid doubling the word `minor' when prettifying.
2703 (describe-function-1): List the corresponding key bindings.
2704 (describe-variable): Say if the var is automatically buffer-local.
2705 If the source is `loaddefs.el', look for the real source.
2706 (help-xref-mode): Remove.
2707
2708 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2709 the file says no-byte-compile.
2710
2711 2001-10-08 Miles Bader <miles@gnu.org>
2712
2713 * button.el (next-button, previous-button): Respect `skip' property.
2714
2715 2001-10-07 Miles Bader <miles@gnu.org>
2716
2717 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2718 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2719 `woman-follow-word' instead of `woman-mouse-2'.
2720 (woman-follow-word): Renamed from `woman-mouse-2'.
2721 Follow current unconditionally, since this function is now only
2722 bound to M-mouse-2. Use accessor functions.
2723 (WoMan-highlight-references): Use `make-text-button'.
2724 (woman-xref): New button type.
2725
2726 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2727 ("button"): New load, just before "help" (which uses it).
2728
2729 * help.el (help-mode-map): Make button-buffer-map our parent.
2730 Don't bind mouse events or tab/backtab.
2731 (help-function, help-variable, help-face, help-coding-system)
2732 (help-input-method, help-character-set, help-back, help-info)
2733 (help-customize-variable, help-function-def, help-variable-def):
2734 New button types.
2735 (help-button-action): New function.
2736 (describe-function-1): Pass help button-types to
2737 `help-xref-button' rather than help function and help-echo string.
2738 Don't put multiple help-function args in a list to pass them to
2739 help-xref-button, just pass them as multiple arguments.
2740 Use `help-insert-xref-button' to make [back]-button, rather than
2741 `help-xref-button'.
2742 (help-xref-button): Take a button-type TYPE as a parameter rather
2743 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2744 and add a &rest parameter ARGS to serve the same purpose.
2745 Use `make-text-button' to add the button.
2746 (help-insert-xref-button): Use `insert-text-button' to add the button.
2747 (help-follow-mouse, help-next-ref, help-previous-ref):
2748 Functions removed.
2749 (help-do-xref): New function.
2750 (help-follow): Use `push-button' and `help-do-xref' to do most of
2751 the work.
2752
2753 * apropos.el (apropos-symbol, apropos-label): New button types.
2754 (apropos-symbol-button-display-help)
2755 (apropos-label-button-display-help, apropos-next-label-button):
2756 New functions.
2757 (apropos-mode-map): Make button-buffer-map our parent.
2758 Don't bind mouse events.
2759 (apropos-print, apropos-print-doc): Create buttons instead of text
2760 properties.
2761 (apropos-mouse-follow): Function removed.
2762 (apropos-follow): Use buttons.
2763
2764 * button.el: New file.
2765
2766 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2767
2768 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2769 Remove.
2770
2771 2001-10-05 Richard M. Stallman <rms@gnu.org>
2772
2773 * add-log.el (add-change-log-entry): Skip copyright notice
2774 and copying permission notice at start of file, if any.
2775 Make use of terms "entry" and "item" accord with Emacs manual.
2776 Simplify the logic for moving point while entering or creating
2777 an entry and then an item.
2778 (add-change-log-entry-other-window): Doc fix.
2779
2780 2001-10-06 Miles Bader <miles@gnu.org>
2781
2782 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2783 removed; they apparently don't work with faces.
2784
2785 2001-10-05 Sam Steingold <sds@gnu.org>
2786
2787 * textmodes/sgml-mode.el (html-xhtml): New user option.
2788 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2789 (html-ordered-list, html-unordered-list, html-list-item)
2790 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2791 (sgml-skip-close-p): New function.
2792 (sgml-value): Use it.
2793
2794 2001-10-05 Sam Steingold <sds@gnu.org>
2795
2796 * calendar/diary-lib.el (diary-entry-compare): When times are
2797 identical, compare the entries lexicographically.
2798
2799 2001-10-06 Miles Bader <miles@gnu.org>
2800
2801 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2802 Use `minibuffer-prompt-end'.
2803
2804 * simple.el (previous-matching-history-element): Fix misplaced
2805 parentheses.
2806
2807 2001-10-05 Miles Bader <miles@gnu.org>
2808
2809 * rfn-eshadow.el: New file.
2810
2811 2001-10-05 Miles Bader <miles@gnu.org>
2812
2813 * cus-face.el (custom-face-attributes): Make sure each attribute
2814 has a valid default value. Remove hacks that mapped `nil' to
2815 `off' and used nil to mean `unspecified'. Remove `unspecified'
2816 choices from all attributes (unspecified is handled by the parent
2817 checklist).
2818 * cus-edit.el (custom-face-edit-convert-widget)
2819 (custom-face-edit-deactivate, custom-face-edit-activate)
2820 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2821 New functions.
2822 (custom-face-edit): Specify a custom :convert-widget.
2823 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2824 Don't pass in default filters that map between `nil' and `off' and
2825 `unspecified' and `nil'.
2826
2827 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2828
2829 * progmodes/compile.el (compilation-buffer-name): New function.
2830 (compile-internal): Use it to determine the name of the
2831 compilation buffer.
2832
2833 2001-10-05 Miles Bader <miles@gnu.org>
2834
2835 * progmodes/compile.el (grep-use-null-device): New variable.
2836 (grep-command): Mention `grep-use-null-device'.
2837 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2838 Make computation of `grep-command' respect `grep-use-null-device'.
2839 (grep): Respect `grep-use-null-device'.
2840 Call `grep-compute-defaults' even if grep-command is set, if
2841 grep-use-null-device is still tentative.
2842
2843 * subr.el (call-process-shell-command): New function.
2844
2845 2001-10-05 Miles Bader <miles@gnu.org>
2846
2847 * simple.el (previous-matching-history-element)
2848 (next-history-element, next-complete-history-element): Use
2849 `minibuffer-' functions instead of calling `field-' functions directly.
2850 (minibuffer-prompt-end, minibuffer-contents):
2851 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2852 Functions removed (now subrs).
2853 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2854
2855 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2856 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2857 instead of calling `field-' functions directly.
2858 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2859
2860 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2861
2862 * files.el (find-file-noselect): If file's read-only status has
2863 changed on disk, ask if buffer's read-only status should be
2864 changed, unless NOWARN is set.
2865
2866 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2867 alias for define-setf-method.
2868
2869 * bindings.el: Remove no-byte-compile from file local variables
2870 to enable bootstrapping.
2871
2872 2001-10-04 Andrew Innes <andrewi@gnu.org>
2873
2874 * faces.el (face-font-registry-alternatives) [windows-nt]:
2875 Make gb2312 an alias for gb2312.1980.
2876
2877 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2878
2879 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2880 (uniquify-reverse-components): Remove.
2881
2882 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2883 Make sure the file is readable.
2884 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2885 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2886 (batch-byte-recompile-directory): Pass arg=0.
2887
2888 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2889 (perl-calculate-indent): Use it.
2890 (perl-backward-to-noncomment): Use forward-comment.
2891
2892 * derived.el (define-derived-mode, derived-mode-make-docstring):
2893 Allow `parent' to be nil.
2894
2895 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2896 Use define-derived-mode.
2897 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2898
2899 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2900
2901 * emacs-lisp/lselect.el: Use facep iso find-face.
2902
2903 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2904 Use regexp-opt.
2905 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2906 (lisp-font-lock-syntactic-face-function): New function.
2907 (lisp-mode-variables): Use it. Make arg optional.
2908 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2909 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2910 Set comment-start-skip.
2911
2912 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2913
2914 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2915 (ignore-errors): Don't bother using a `err' symbol.
2916
2917 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2918 (autoload-insert-section-header, autoload-before-p)
2919 (autoload-remove-section): New functions.
2920 (generate-file-autoloads): Use them.
2921 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2922 Make sure the autoload file is properly formatted when creating it.
2923 (update-autoloads-from-directories): Use them as well.
2924 Only update autoloads for files whose timestamp has changed.
2925 Add a dummy entry to remember the files which had no autoload cookies.
2926
2927 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2928
2929 * subr.el (define-key-after): Allow `key' to be longer than 1.
2930 (make-local-hook): Make obsolete.
2931 (add-hook, remove-hook): Don't use make-local-hook any more.
2932 (make-syntax-table): Inherit all chars from s-s-t.
2933
2934 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2935
2936 This is a fix for a report saying that resuming a search with C-s
2937 C-s doesn't use the case-fold-search setting of the previous
2938 search (C-s ... M-c ... then C-s C-s).
2939
2940 * isearch.el (isearch-last-case-fold-search): New variable.
2941 (isearch-mode): Remember value of isearch-case-fold-search
2942 in isearch-last-case-fold-search.
2943 (isearch-done): Quote value of isearch-case-fold-search.
2944 (isearch-repeat): When resuming a search, restore
2945 isearch-case-fold-search from isearch-last-case-fold-search.
2946
2947 Added to NEWS.
2948
2949 * startup.el (inhibit-startup-buffer-menu): New user-option.
2950 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2951 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2952
2953 This allows upto 99999 messages in the summary without screwing up
2954 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2955
2956 * mail/rmailsum.el (rmail-make-summary-line)
2957 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2958 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2959 Allow 5-digit message ids instead of 4.
2960
2961 This adds expansion of environment variables in the value
2962 specified with M-x setenv. Added to NEWS.
2963
2964 * env.el (substitute-env-vars): New function.
2965 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2966 environment variables in VALUE. Return VALUE.
2967
2968 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2969
2970 * Branch for 21.1.
2971
2972 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2973
2974 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2975
2976 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2977
2978 * emulation/tpu-edt.el: Make messages match original TPU/edt
2979 editor. From riepel@Stanford.EDU (Rob Riepel).
2980
2981 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2982
2983 * rect.el: Update maintainer's email address.
2984
2985 2001-10-02 Andreas Schwab <schwab@suse.de>
2986
2987 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2988 and Extended Passive Mode, resp.
2989
2990 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2991
2992 These changes add support for Calendar-related items in the
2993 menu bar on tty's as well:
2994
2995 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2996 unconditionally.
2997 (calendar-mode): Set up activate-menubar-hook unconditionally.
2998
2999 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
3000 calls x-popup-menu only if popup menus are supported.
3001 (calendar-mouse-insert-hebrew-diary-entry)
3002 (calendar-mouse-insert-islamic-diary-entry)
3003 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3004 (calendar-mouse-view-other-diary-entries)
3005 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
3006 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3007 Call cal-menu-x-popup-menu instead of x-popup-menu.
3008
3009 2001-10-01 Gerd Moellmann <gerd@gnu.org>
3010
3011 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
3012
3013 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
3014
3015 * emacs-lisp/rx.el: New file.
3016
3017 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3018
3019 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
3020
3021 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3022
3023 * frame.el (select-frame-by-name, other-frame): Doc fix.
3024
3025 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3026
3027 * play/snake.el (snake-score-file): Use temporary-file-directory
3028 instead of a literal "/tmp". Suggested by Robert
3029 <robert@chezmarshall.freeserve.co.uk>.
3030
3031 * play/tetris.el (tetris-score-file): Ditto.
3032
3033 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
3034
3035 * apropos.el (apropos-print): Make the directions inserted at the
3036 beginning of the *Apropos* buffer more clear.
3037
3038 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
3039
3040 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
3041 Added comments.
3042
3043 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
3044
3045 * newcomment.el (comment-normalize-vars): Use " \t" rather than
3046 "\\s-" when defining comment-end-skip.
3047
3048 2001-09-27 Gerd Moellmann <gerd@gnu.org>
3049
3050 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
3051 Call get-buffer-window first second arg `visible'.
3052
3053 * international/mule-diag.el (list-input-methods-1):
3054 Output something that's independent of Emacs' version.
3055
3056 * tar-mode.el (tar-mode-write-file): Don't signal an error by
3057 calling byte-to-position with a nil tar-header-offset.
3058
3059 2001-09-27 Simon Josefsson <jas@extundo.com>
3060
3061 * mail/sendmail.el (send-mail-function): Doc fix.
3062 (mail-do-fcc): Error if header-end is not a marker.
3063 (mail-do-fcc): Add a comment.
3064 (mail-reply-to): Doc fix.
3065 (mail-signature): Make ATPOINT optional.
3066 (mail-yank-original): Use cond instead of nestled if.
3067
3068 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
3069
3070 * info.el (Info-on-current-buffer): Default arg to "Top".
3071
3072 2001-09-25 Eli Barzilay <eli@barzilay.org>
3073
3074 * calculator.el (calculator-copy-displayer): New user-option.
3075 (calculator-displayer-prev, calculator-displayer-next):
3076 Renamed from calculator-displayed-{left,right}.
3077 (calculator, calculator-standard-displayer)
3078 (calculator-num-to-string, calculator-update-display)
3079 (calculator-copy, calculator-put-value): Bug and display fixes.
3080
3081 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3082
3083 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
3084 (ebnf-version): New version (3.6.1).
3085
3086 * ebnf-bnf.el: Fix character range regexp. Doc fix.
3087 (ebnf-bnf-non-terminal-chars): New internal const.
3088 (ebnf-bnf-lex): Fix code.
3089
3090 * ebnf-iso.el: Fix character range regexp. Doc fix.
3091 (ebnf-iso-non-terminal-chars): New internal const.
3092 (ebnf-iso-lex): Fix code.
3093
3094 * ebnf-yac.el: Fix character range regexp. Doc fix.
3095 (ebnf-yac-skip-chars): New internal const.
3096 (ebnf-yac-skip-code): Fix code.
3097
3098 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
3099
3100 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
3101
3102 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
3103 passing it to VC.
3104
3105 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
3106 case where the file is relative.
3107
3108 2001-09-24 Gerd Moellmann <gerd@gnu.org>
3109
3110 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3111 same on each side. Make sure we properly handle simple quotes.
3112 From Daiki Ueno <ueno@unixuser.org>.
3113
3114 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3115
3116 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3117 <jas@extundo.com>.
3118
3119 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3120 some items of the Options menu.
3121
3122 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3123
3124 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3125
3126 * vc-hooks.el (vc-delete-automatic-version-backups):
3127 Don't fail if the directory doesn't exist.
3128
3129 * diff-mode.el (diff-default-read-only): New var.
3130 (diff-mode): Use it.
3131
3132 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3133
3134 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3135 Use make-keymap instead of copy-keymap, since copying the global
3136 keymap messes up the menu bar.
3137
3138 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3139 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3140
3141 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3142
3143 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3144
3145 * dired-aux.el (dired-insert-subdir): Pass switches to
3146 dired-build-subdir-alist.
3147
3148 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3149
3150 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3151 caused %#a and %#b to be mis-formatted.
3152
3153 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3154
3155 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3156 ccmode, emacs-mime, and eudc manuals.
3157
3158 2001-09-19 Sam Steingold <sds@gnu.org>
3159
3160 w32 find cannot be used with `grep-find'.
3161 * progmodes/compile.el (find-program): New variable.
3162 (grep-compute-defaults): Use it to set `grep-find-command'.
3163
3164 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3165
3166 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3167
3168 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3169
3170 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3171 programming. Doc fix.
3172 (ebnf-version): New version (3.6).
3173 (ebnf-eps-begin): Data fix.
3174 (ebnf-begin-file): Code fix.
3175
3176 * ebnf-bnf.el: Doc fix.
3177 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3178
3179 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3180
3181 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3182
3183 * ps-print.el: Better face mapping for black/white PostScript printers.
3184 Check if mark is active when printing a region. Doc fix.
3185 (ps-print-version): New version number (6.5.5).
3186 (ps-print-color-p): Customization fix.
3187 (ps-black-white-faces): New option.
3188 (ps-black-white-faces-alist): New internal var.
3189 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3190 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3191 (ps-nb-pages-region): Interactive fix.
3192 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3193 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3194
3195 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3196
3197 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3198 numeric month value, and allow the Kanji character after the it to
3199 be missing (happens with ls-lisp's output on Japanese versions of
3200 MS-Windows).
3201
3202 2001-09-18 Miles Bader <miles@gnu.org>
3203
3204 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3205 it's empty (and thus probably a new patch file about to be edited).
3206
3207 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3208
3209 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3210 Check for '(' in column 0 of doc string.
3211
3212 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3213 of `nth' so that using a vector as bounding-box works.
3214 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3215
3216 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3217
3218 * vc.el (vc-annotate): Use current workfile version explicitly as
3219 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3220
3221 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3222
3223 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3224 convert-standard-filename doesn't guarantee that the .el extension
3225 is preserved.
3226
3227 * dos-fns.el (convert-standard-filename): Replace invalid
3228 characters only after converting dash/underscore to a period.
3229 (original-make-auto-save-file-name): New.
3230 (make-auto-save-file-name): New function, overrides the definition
3231 on files.el and calls the original function via
3232 original-make-auto-save-file-name.
3233
3234 * mail/rmail.el (top-level): Require mule-utils when compiling.
3235 (rmail-decode-babyl-format): Use detect-coding-with-priority
3236 instead of detect-coding-region, to favor detection of emacs-mule
3237 encoded Babyl files written by rmailout.el etc. Suggested by
3238 Kenichi Handa <handa@etl.go.jp>.
3239
3240 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3241
3242 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3243 Use `equal', not `=', since the device number can be a cons cell.
3244
3245 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3246
3247 * simple.el: Comment out change of 2001-09-13.
3248
3249 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3250
3251 * progmodes/compile.el (grep-compute-defaults): Don't set
3252 grep-command/grep-find-command when it is already non-nil.
3253 (grep-command): Make it a user option.
3254 (grep-find-command): Likewise.
3255
3256 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3257
3258 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3259 inhibit quit.
3260
3261 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3262
3263 * files.el (make-auto-save-file-name): If long file names are not
3264 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3265 generating an auto-save file name from it.
3266
3267 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3268
3269 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3270 (ps-nb-pages-region): Signal an error if called interactively
3271 and the mark is not active.
3272
3273 * simple.el (minibuffer-prompt-modification)
3274 (minibuffer-prompt-insertion): New functions.
3275 (minibuffer-prompt-properties): Use `modification-hooks' and
3276 `insert-in-front-hooks'.
3277
3278 2001-09-12 Richard M. Stallman <rms@gnu.org>
3279
3280 * textmodes/outline.el (outline-regexp): Doc fix.
3281 Initialize it in the defcustom, the usual way.
3282
3283 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3284
3285 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3286 from `ediff-meta-info' properties need not be an overlay.
3287 From David Ponce <dponce@voila.fr>.
3288
3289 * isearch.el (isearch-intersects-p): Fix end checks.
3290
3291 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3292
3293 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3294 `t' branch of `cond', since Irix 6.1 and up is a special case of
3295 the standard dbx interface.
3296
3297 2001-09-11 Miles Bader <miles@gnu.org>
3298
3299 * comint.el (comint-send-input): When waiting for echoed input,
3300 don't save the expected end position in `echo-end', so that things
3301 work properly even if the buffer is modified elsewhere at the same
3302 time [this happens if `comint-truncate-buffer' is used].
3303
3304 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3305
3306 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3307 when constructing imenu-generic-expression from outline-regexp.
3308
3309 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3310
3311 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3312 `equal' instead of `=', since they can be cons cells. From Nils
3313 Goesche <cartan@cartan.de>.
3314
3315 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3316
3317 * vc.el (vc-annotate): Rewrote doc string.
3318
3319 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3320
3321 * time-stamp.el: Update Stephen Gildea's email address.
3322
3323 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3324
3325 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3326 enable-multibyte-characters = nil. From Hallvard B Furuseth
3327 <h.b.furuseth@usit.uio.no>.
3328
3329 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3330
3331 * ediff-init.el (ediff-highest-priority): Bug fix.
3332
3333 * viper-cmd.el (viper-special-read-and-insert-char): New function
3334 that reads a character and uses the current input method or
3335 iso-accents when appropriate.
3336
3337 * viper.el and all others: Corrections to the comment blocks at
3338 the top.
3339
3340 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3341
3342 * info.el (Info-goto-node): Doc fix.
3343
3344 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3345
3346 * isearch.el (isearch-intersects-p): New function.
3347 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3348 use isearch-intersects-p, and clean up.
3349
3350 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3351
3352 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3353 and "german8", for the new German orthography dictionaries,
3354 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3355 the entries, to keep the line length balanced for loaddefs.el.
3356
3357 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3358
3359 * comint.el (comint-send-input): Handle comint-process-echoes
3360 differently.
3361
3362 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3363
3364 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3365
3366 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3367
3368 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3369
3370 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3371
3372 * server.el (server-switch-buffer):
3373 * textmodes/refer.el (refer-find-entry-internal):
3374 * term/sup-mouse.el (sup-pos-to-window):
3375 * term/bg-mouse.el (bg-window-from-x-y):
3376 * emacs-lisp/edebug.el (edebug-window-live-p):
3377 Use get-window-with-predicate.
3378
3379 * window.el (get-window-with-predicate): Renamed from some-window.
3380 (some-window): Make it an alias.
3381
3382 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3383
3384 * simple.el (undo): Remove positions from buffer-undo-list up to
3385 the next undo boundary only.
3386
3387 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3388
3389 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3390 Kim <ryk@dspwiz.com>
3391
3392 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3393 the message "Creating customization items...done".
3394
3395 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3396
3397 * font-lock.el (toplevel): Require `jit-lock' only if
3398 font-lock-support-mode is set to jit-lock-mode.
3399
3400 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3401
3402 * international/quail.el (quail-use-package, quail-inactivate)
3403 (quail-activate): Mention the hooks these functions run in their
3404 doc strings.
3405
3406 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3407
3408 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3409 of file in header of menu.
3410
3411 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3412
3413 * env.el (setenv): Interactively, if VARIABLE has a current value,
3414 add that to the front of the history, as the doc string says.
3415
3416 * comint.el (comint-send-input): Change help-echo.
3417 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3418
3419 * bookmark.el (bookmark-write-file): Bind print-length and
3420 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3421
3422 * obsolete/uncompress.el: Moved there from lisp/.
3423
3424 * comint.el (comint-insert-clicked-input): Goto point-max before
3425 deleting previous input. From "Dr Francis J. Wright"
3426 <F.J.Wright@qmw.ac.uk>.
3427
3428 * simple.el (backward-word): Doc fix.
3429
3430 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3431
3432 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3433 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3434 * w32-fns.el: Add Keywords header.
3435
3436 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3437
3438 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3439 "Text Properties". Suggested by Simon Marshall
3440 <Simon.Marshall@midas-kapiti.com>.
3441
3442 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3443
3444 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3445 consulting the value of file-name-coding-system.
3446
3447 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3448
3449 * help.el (describe-function-1): Save precomputed `file-name' rather
3450 than recomputing it (incorrectly) with `symbol-file'.
3451
3452 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3453
3454 * international/isearch-x.el (isearch-exit-recursive-edit):
3455 Take three parameters, since it's used as an after-change-function.
3456
3457 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3458 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3459 from doc strings.
3460
3461 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3462
3463 * progmodes/glasses.el (glasses-convert-to-unreadable):
3464 Consider underscores as in `glasses-make-readable'.
3465
3466 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3467
3468 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3469 MS-DOS, since cpp might not be available.
3470
3471 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3472 Mention "yank" in the help-echo text.
3473 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3474
3475 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3476
3477 * newcomment.el (comment-indent): Insert spaces more carefully.
3478
3479 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3480
3481 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3482 exists. From Andy Petrusenco <andy@int.spb.ru>.
3483
3484 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3485 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3486 <andy@int.spb.ru>.
3487
3488 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3489
3490 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3491 Instead of running mouse-yank-at-click, see what the event is
3492 bound to outside Isearch and run that.
3493
3494 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3495
3496 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3497 Fix the menu entry to mention transient-mark-mode.
3498
3499 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3500
3501 * simple.el (eval-expression-print-level): Fix last change.
3502
3503 * bindings.el (mode-line-coding-system-map): New variable.
3504 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3505
3506 * simple.el (eval-expression-print-level): Change the type
3507 of the defcustom to allow nil.
3508
3509 * emacs-lisp/find-gc.el: Moved here from lisp/.
3510
3511 * international/quail.el (quail-completion-1):
3512 Reverse the ((CHAR . DEFN) ...) list before processing it.
3513 From Kenichi Handa <handa@etl.go.jp>.
3514
3515 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3516 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3517
3518 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3519
3520 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3521 aren't supported. This avoids the annoying gray strip drawn by
3522 the Windows version instead of the missing tool bar.
3523
3524 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3525
3526 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3527 and tooltips more consistent. From "Marshall, Simon"
3528 <Simon.Marshall@midas-kapiti.com>.
3529
3530 * startup.el (fancy-splash-screens): Temporarily set
3531 minor-mode-map-alist to nil while displaying splash screens.
3532
3533 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3534
3535 * buff-menu.el: Add Keywords header.
3536 Doc fix (C-x C-b is bound to list-buffers).
3537
3538 * dired-x.el: Add keyword files to get listed in finder.
3539 Remove confusing notes about GNU Emacs 19.
3540
3541 * dired.el, dired-aux.el: Add Keywords header.
3542
3543 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3544
3545 * vc.el (vc-revert-file): Call the backend even if the FILE's
3546 contents can be reverted locally; pass new arg CONTENTS-DONE
3547 down to the backend.
3548
3549 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3550 optional arg CONTENTS-DONE.
3551
3552 2001-08-28 Andrew Innes <andrewi@gnu.org>
3553
3554 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3555
3556 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3557
3558 * makefile.nt (install): Copy more *.el files.
3559
3560 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3561
3562 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3563 instead of `w' which is already in use.
3564
3565 * gs.el (gs-load-image): Use sleep-for.
3566 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3567
3568 2001-08-28 Miles Bader <miles@gnu.org>
3569
3570 * replace.el (query-replace-regexp-eval): Return args from
3571 `interactive' form in correct order.
3572
3573 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3574
3575 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3576 major modes, don't create panes for modes for which
3577 mouse-buffer-menu-alist returns an empty alist.
3578
3579 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3580
3581 * progmodes/hideshow.el: Update first-line description.
3582 Sync comments w/ maintainer version 5.31.
3583
3584 (hs-isearch-open): Default value now `code'.
3585 Fix docstring to use "code blocks" vs "comment blocks",
3586 as opposed to "block" vs "comment".
3587 (hs-flag-region): Accept `hs-isearch-open' value
3588 of `block' as synonymous w/ `code'.
3589 (hs-hide-block-at-point): For code blocks, pass `code'
3590 to `hs-flag-region' instead of `block'.
3591
3592 2001-08-28 Miles Bader <miles@gnu.org>
3593
3594 * comint.el (comint-next-prompt): Don't loop infinitely if
3595 {next,previous}-single-char-property-change returns its input
3596 position when the search fails.
3597
3598 2001-08-27 Miles Bader <miles@gnu.org>
3599
3600 * comint.el (comint-get-old-input-default): Don't signal an error
3601 if point is not on an input field; instead, return the current
3602 line (using `comint-bol' to skip any prompt, in case we're not
3603 using fields at all).
3604
3605 * man.el (Man-mode-line-format): Variable removed.
3606 (Man-mode): Change `mode-line-buffer-identification' instead of
3607 `mode-line-format'.
3608
3609 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3610
3611 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3612 From Simon Josefsson <jas@extundo.com>.
3613
3614 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3615
3616 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3617 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3618
3619 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3620 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3621
3622 * emacs-lisp/lselect.el: Ditto.
3623
3624 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3625 Remove periods from the end of error message strings.
3626 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3627
3628 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3629 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3630
3631 * net/telnet.el: Ditto.
3632
3633 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3634
3635 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3636 KEYMAP to the call to define-minor-mode.
3637
3638 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3639
3640 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3641 Replace some of the undefined characters with emulations of bidi
3642 formatting characters and Niqud as per SI 1311-1.
3643 (IT-unicode-translations): Ditto.
3644 (IT-display-table-setup, IT-setup-unicode-display):
3645 Fill characters without translations with dos-unsupported-char-glyph.
3646
3647 2001-08-24 Simon Josefsson <jas@extundo.com>
3648
3649 * hl-line.el (hl-line-mode): Don't be a global mode.
3650 (global-hl-line-mode): New function.
3651
3652 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3653
3654 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3655 being reset by Ghostscript. Don't kill the gs process.
3656 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3657
3658 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3659
3660 * term/mac-win.el: Require scroll-bar.
3661
3662 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3663
3664 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3665
3666 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3667
3668 * hexl.el (hexl-insert-multibyte-char) New function.
3669 (hexl-quoted-insert, hexl-self-insert-command)
3670 (hexl-insert-hex-char, hexl-insert-decimal-char)
3671 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3672 Fix the doc strings accordingly.
3673 (hexl-insert-char): Reject characters whose code is above 255.
3674 Doc fix.
3675 (hexl-mode-map): Copy the global keymap instead of creating a
3676 sparse keymap, and bind all self-inserting characters to
3677 hexl-self-insert-command.
3678
3679 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3680
3681 * wid-edit.el (text): Re-order docstring correctly.
3682
3683 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3684
3685 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3686
3687 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3688
3689 * simple.el (line-number-mode): Mention the variable
3690 line-number-display-limit-width in the doc string.
3691
3692 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3693
3694 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3695 Temporarily select EVENT's window for switching buffers.
3696 (mode-line-bury-buffer): New function.
3697 (mode-line-buffer-identification-keymap): Use it instead of
3698 bury-buffer. Bind down-mouse events to prevent global down-mouse
3699 events from shining through.
3700
3701 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3702
3703 * newcomment.el (comment-beginning): Make sure the comment-start
3704 we found isn't a comment-end (in cases where confusion is possible).
3705
3706 2001-08-22 Miles Bader <miles@gnu.org>
3707
3708 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3709 before writing it, so that hard-links don't see new version.
3710
3711 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3712
3713 * gs.el (gs-set-ghostview-colors-window-prop):
3714 Call x-change-window-property with 3rd arg FRAME.
3715 (gs-load-image): Wait for a previous Ghostscript process
3716 to complete before starting a new one.
3717
3718 * image.el (image-type-regexps): Make sure that the TIFF
3719 pattern is only matched at the beginning of a string.
3720 From Markus Rost <rost@math.ohio-state.edu>.
3721
3722 * international/swedish.el: Pre-Mule file removed. From Jonas
3723 Oberg <jonas@gnu.org>.
3724
3725 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3726
3727 * whitespace.el (whitespace-abort-on-error): Add custom variable
3728 to whitespace to abort a write-file if whitespace is detected in file.
3729
3730 * whitespace.el (whitespace-write-file-hook): Hook to be called
3731 when writing a file. If `whitespace-abort-on-error' is set, the
3732 write will abort on detecting whitespaces.
3733 If `whitespace-auto-cleanup' is set, the file will be cleaned
3734 automatically prior to writing.
3735
3736 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3737 whitespaces in the error output!
3738
3739 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3740 `indent-tabs-mode', since the latter notes user preferences on
3741 TABs anyway.
3742
3743 * whitespace.el (whitespace-version): 3.1. All of the above issues
3744 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3745
3746 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3747
3748 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3749 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3750
3751 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3752
3753 2001-08-20 Alex Schroeder <alex@gnu.org>
3754
3755 * sql.el (sql-db2): Doc change.
3756
3757 2001-08-20 Alex Schroeder <alex@gnu.org>
3758
3759 * sql.el (sql-postgres): Add the database at the end of the
3760 parameters instead of at the beginning.
3761 (sql-postgres-options): Doc change.
3762
3763 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3764
3765 * custom.el (defcustom): Doc fix.
3766
3767 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3768
3769 * ps-mule.el (find-composition): Check if (char-after POS)
3770 returns a valid character.
3771
3772 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3773
3774 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3775 original-point for extra CR characters that are added/removed when
3776 the buffer is written/read whose EOL type is -dos.
3777
3778 2001-08-16 Miles Bader <miles@gnu.org>
3779
3780 * simple.el (line-move): Undo previous change.
3781
3782 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3783 property to input-terminating `boundary' overlays to avoid
3784 line-move wierdness.
3785
3786 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3787
3788 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3789 buffer in a save-restriction. Under one test case with Ediff,
3790 window-scroll-functions are run with a window start that's
3791 temporarily outside of the restriction.
3792
3793 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3794
3795 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3796 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3797 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3798 (texinfo-update-menu-region-beginning)
3799 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3800 command, @ifnottex, to regexps, so it is found.
3801
3802 2001-08-16 Andrew Innes <andrewi@gnu.org>
3803
3804 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3805 (DONTCOMPILE): Omit sc.el.
3806
3807 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3808 (DONTCOMPILE): Omit sc.el.
3809
3810 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3811
3812 * replace.el (occur): Bind inhibit-read-only to t.
3813
3814 2001-08-16 Miles Bader <miles@gnu.org>
3815
3816 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3817 calling `constrain-to-field', to avoid problems with comint prompts.
3818
3819 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3820
3821 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3822 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3823
3824 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3825 of a while-loop.
3826
3827 * Makefile.in (DONTCOMPILE): Remove sc.el.
3828
3829 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3830 Don't include term/.
3831
3832 * mail/sc.el: Moved to obsolete/.
3833
3834 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3835
3836 * ps-print.el: Change error function arguments to follow Emacs
3837 message convention. Doc fix.
3838 (ps-print-version): New version number (6.5.4).
3839 (coding-system-for-write): Change declaration position to avoid
3840 XEmacs compilation gripes.
3841 (coding-system-for-read, buffer-file-coding-system):
3842 Declarations to avoid XEmacs compilation gripes.
3843
3844 * ps-mule.el: Doc fix.
3845 (ps-mule-encode-header-string): If STRING is not a string, replace
3846 STRING by empty string.
3847
3848 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3849
3850 * frame.el (show-trailing-whitespace): Doc fix.
3851
3852 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3853
3854 * desktop.el (desktop-save): Insert the coding: tag before
3855 desktop-header.
3856
3857 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3858
3859 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3860 its path from $els.
3861
3862 * image.el (image-jpeg-p): Fix call of substring.
3863
3864 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3865
3866 * play/animate.el (animate-string): Doc fix. Use a buffer
3867 name with stars in it.
3868 (animate-sequence): New function.
3869 From Richard Stallman <rms@gnu.org>.
3870
3871 * frame.el (select-frame-set-input-focus): New function
3872 extracted from other-frame.
3873 (other-frame): Use it.
3874 (next-multiframe-window, previous-multiframe-window): Use it.
3875
3876 * isearch.el (isearch-other-meta-char): Don't switch to the
3877 buffer of a window clicked on, when the current buffer is
3878 in Isearch mode.
3879
3880 * image.el (image-jpeg-p): Test for APPn markers in the range
3881 #xe0..#xef.
3882
3883 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3884
3885 * desktop.el (desktop-save): Don't use concat to form a file
3886 name, use expand-file-name.
3887
3888 * mouse.el (mouse-delete-window): Do nothing if frame has just
3889 one window.
3890
3891 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3892 for the minor mode name.
3893
3894 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3895 minor mode name.
3896
3897 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3898 instead of make-mode-line-mouse2-map.
3899
3900 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3901 the minor mode name.
3902
3903 * emacs-lisp/easy-mmode.el (define-minor-mode):
3904 Use mode-line-minor-mode-keymap for the minor mode name.
3905
3906 * calendar/calendar.el (calendar-mode-line-format):
3907 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3908
3909 * bindings.el (make-mode-line-mouse-map): Renamed from
3910 make-mode-line-mouse2-map. Take additional arg MOUSE.
3911 (mode-line-modified): Use mouse-3 instead of mouse-2.
3912 (mode-line-buffer-identification-keymap): Bind keys differently.
3913 (propertized-buffer-identification): Adapt help-echo to new bindings.
3914
3915 * bindings.el (mode-line-format): Specify help-echo for line
3916 number, column number and buffer-percent part of the mode-line.
3917
3918 * image.el (image-type-regexps): Allow whitespace at the start
3919 of the image data for XPM, XBM and Postscript, which are
3920 text files.
3921 (image-jpeg-p): Correct calculation of next field offset.
3922
3923 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3924
3925 * battery.el: Fix typo.
3926
3927 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3928
3929 * image.el (image-type-regexps): Allow predicates. Change the way
3930 JPEG images are recognized.
3931 (image-jpeg-p): New function.
3932 (image-type-from-data): Handle predicates in image-type-regexps.
3933
3934 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3935 #:, #x, #o, and similar constructs.
3936
3937 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3938
3939 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3940
3941 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3942 instead of `progn'.
3943
3944 * tar-mode.el (tar-extract): Avoid generating a new buffer
3945 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3946
3947 * textmodes/paragraphs.el (forward-sentence): Avoid building
3948 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3949
3950 * progmodes/executable.el (executable-set-magic):
3951 If executable-find returns a quoted file name, unquote it before
3952 inserting it.
3953
3954 * image.el (image-type-regexps): For JPEG files, use a regexp
3955 derived from the JFIF spec.
3956
3957 * image.el (image-type-regexps): Use `\`' instead of `^' in
3958 most regular expressions.
3959
3960 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3961
3962 * play/animate.el: Re-insert a reference to re-inserted function.
3963
3964 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3965
3966 * help.el (describe-function-1): Use find-function-search-for-symbol
3967 instead of find-function-noselect because the latter follows aliases.
3968
3969 * play/animate.el (animate-birthday-present): Re-insert.
3970
3971 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3972 Handle old-style menu definitions.
3973
3974 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3975
3976 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3977 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3978
3979 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3980 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3981 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3982
3983 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3984
3985 * textmodes/tildify.el: Milan Zamazal has new address.
3986
3987 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3988
3989 * custom.el (custom-set-variables): Don't test `custom-requests'
3990 properties, check the third element of the options passed to
3991 custom-set-variables instead.
3992
3993 * info.el (info-insert-file-contents): Use info-file-exists-p
3994 instead of file-exists-p.
3995
3996 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3997 the mode-line face is restored. Fix several bugs.
3998
3999 * replace.el (perform-replace): Doc fix.
4000
4001 2001-08-02 Francesco Potorti` <pot@gnu.org>
4002
4003 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
4004 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
4005 (uniquify-fix-item-base, uniquify-fix-item-filename)
4006 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
4007 Callers changed.
4008 (uniquify-set-proposed): Changed to work with a vector item.
4009 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
4010 the fix list, and a list of strings for the non-file buffer
4011 names. Both changes reduce consing.
4012 (uniquify-rationalize-a-list): Local variable renaming.
4013 (uniquify-rationalize-conflicting-sublist): Use member instead of
4014 assoc.
4015 (uniquify-rename-buffer): Use unless instead of if not.
4016
4017 2001-08-02 Gerd Moellmann <gerd@gnu.org>
4018
4019 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
4020
4021 * custom.el (custom-set-variables): Set options with :require
4022 clauses last.
4023
4024 * custom.el (defcustom): Doc fix.
4025
4026 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
4027
4028 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4029
4030 * man.el (man): Mention Man-switches in the doc string.
4031 (Man-switches): Mention -a in the doc string.
4032
4033 * textmodes/ispell.el (ispell-alternate-dictionary):
4034 Add /usr/share/lib/dict/words, for Irix.
4035
4036 * bindings.el: Bind shifted and control-shifted kp-* keys to the
4037 corresponding non-kp keys. Suggested by Stephen Gildea
4038 <gildea@stop.mail-abuse.org>.
4039
4040 2001-08-01 Francesco Potorti` <pot@gnu.org>
4041
4042 * uniquify.el: These changes correct a corner case that the old
4043 code managed correctly.
4044 (uniquify-fix-item-proposed): Renamed from
4045 uniquify-fix-item-min-proposed.
4046 (uniquify-set-proposed): New function.
4047 (uniquify-rationalize-file-buffer-names): Code reshuffled for
4048 clarity and speed.
4049 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
4050 This is equivalent to what the old code did.
4051 (uniquify-rationalize-a-list): Never recompute the proposed
4052 name. Sort the conflicting sublist before rationalising it: this
4053 is equivalent to what the old code did, but one directory element
4054 at a time, and only when necessary.
4055 (uniquify-rationalize-conflicting-sublist): Recompute here the
4056 proposed name.
4057
4058 2001-08-01 Gerd Moellmann <gerd@gnu.org>
4059
4060 * play/animate.el: Add Keywords and Maintainer. Remove a
4061 reference to a removed function.
4062
4063 * play/animate.el (animate-string): Handle case that the string is
4064 longer than the window is wide.
4065
4066 2001-07-31 Gerd Moellmann <gerd@gnu.org>
4067
4068 * desktop.el (desktop-save): Bind coding-system-for-write to
4069 `emacs-mule' for write-region.
4070
4071 * delsel.el (delete-selection-pre-hook): Don't set this-command
4072 to `ignore' if the region is empty.
4073
4074 * international/mule.el (set-keyboard-coding-system):
4075 Set keyboard-coding-system.
4076
4077 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
4078 before accessing it.
4079
4080 2001-07-30 Andreas Schwab <schwab@suse.de>
4081
4082 * menu-bar.el (toggle-highlight-paren-mode):
4083 Use `(show-paren-mode)' as body.
4084
4085 2001-07-30 Andre Spiegel <spiegel@gnu.org>
4086
4087 * vc.el (vc-checkout-hook): New hook.
4088 (vc-checkout): Run it.
4089
4090 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4091
4092 * progmodes/make-mode.el (makefile-macroassign-regex):
4093 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
4094
4095 2001-07-30 Gerd Moellmann <gerd@gnu.org>
4096
4097 * vc.el (vc-switch-backend): Fix autoload cookie.
4098
4099 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
4100 the desktop file.
4101
4102 2001-07-30 Simon Josefsson <jas@extundo.com>
4103
4104 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
4105 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
4106
4107 2001-07-27 Gerd Moellmann <gerd@gnu.org>
4108
4109 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4110 (last-sexp-toggle-display): Renamed from last-sexp-print.
4111 (last-sexp-toggle-display, eval-last-sexp-1):
4112 Use last-sexp-setup-props.
4113
4114 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4115 New user-options.
4116 (mouse-wheel-change-button): New function.
4117 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4118 (mwheel-scroll): Ditto.
4119
4120 2001-07-26 Gerd Moellmann <gerd@gnu.org>
4121
4122 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4123 `...', compare with unabbreviated printed representation instead.
4124 (last-sexp-print): Bind print-length and print-level to nil.
4125
4126 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4127 before assigning text properties. Make properties rear-nonsticky.
4128
4129 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4130 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4131 <mouse-2> and <RET> in that map to a function printing the
4132 unabbreviated value.
4133
4134 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4135 is a buffer, put a text property `printed-value' on the printed
4136 representation, with the Lisp object printed as value.
4137
4138 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4139
4140 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4141 Mention the effect of eval-expression-print-length and
4142 eval-expression-print-level in the doc strings. Suggested by
4143 Kevin Gallagher <kevingal@onramp.net>.
4144
4145 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4146
4147 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4148 for buttons > 3.
4149 (xterm-mouse-translate): Handle the case that we don't get a
4150 down-event.
4151
4152 * emacs-lisp/find-func.el (find-function-regexp):
4153 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4154 in front of the function name.
4155
4156 * isearch.el (isearch-other-meta-char): Fix last change.
4157
4158 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4159 similar events for which fake prefix keys are generated. It's no
4160 longer necessary since read_key_sequence doesn't modify these
4161 events for internal purposes anymore.
4162
4163 * files.el (auto-mode-alist): Use nroff-mode for files ending
4164 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4165
4166 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4167
4168 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4169 tool-bar-lines parameter, behave as if its value were zero.
4170 (mouse-avoidance-set-pointer-shape): Don't do anything if
4171 x-pointer-shape is not boundp.
4172
4173 2001-07-23 Francesco Potorti` <pot@gnu.org>
4174
4175 * uniquify.el: Overall speedup changes when using many buffers.
4176 (uniquify-fix-item-base, uniquify-fix-item-filename)
4177 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4178 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4179 place in the item, but was never used.
4180 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4181 in the item is now used as cache for the proposed name.
4182 (uniquify-rationalize-file-buffer-names): Move computation made on
4183 newbuffile out of the loop, in the newbuffile-nd local var.
4184 Use dolist (cosmetic change). Compute the proposed name for the most
4185 common case and cache it in the fourth place in the item.
4186 (uniquify-rationalize-file-buffer-names): Used to return a a list
4187 of buffer whose name was changed, but that return value was never used.
4188 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4189 the cached proposed name, does much less consing and is quicker.
4190 (uniquify-filename-lessp): Deleted.
4191 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4192 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4193 cached proposed name is possible.
4194 (uniquify-get-proposed-name): Arguments changed, callers changed.
4195 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4196 uniquify-possibly-resolvable flag, which is no more bound locally.
4197 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4198 flag, which does not exist any more.
4199
4200 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4201
4202 * term/internal.el (IT-unicode-translations): Fix the appearance of
4203 "6`".
4204
4205 * progmodes/compile.el (compile-internal): If EMACS is already
4206 defined in the environment, don't override its value.
4207
4208 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4209
4210 * play/fortune.el: Undo change of 2001-07-13.
4211 Fix autoload cookies. Add types to defcustoms.
4212 (fortune) <defgroup>: Add :link.
4213 (fortune-from-region): Use eq, not eql.
4214 From Dave Love <fx@gnu.org>.
4215
4216 * play/animate.el (animate-birthday-present): Function removed.
4217
4218 * play/animate.el: New file.
4219
4220 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4221
4222 * startup.el (normal-top-level-add-subdirs-to-load-path):
4223 On Windows, put into normal-top-level-add-subdirs-inode-list the
4224 canonicalized names of the directories instead of inode numbers.
4225
4226 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4227
4228 * ediff-util.el: Copyright years.
4229 (ediff-choose-syntax-table): New function.
4230 (ediff-setup): Use ediff-choose-syntax-table.
4231 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4232 vc-state is available.
4233 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4234
4235 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4236 with-syntax-table.
4237 (ediff-coding-system-for-read): From ediff-diff.el
4238 (ediff-coding-system-for-write): New variable.
4239 (ediff-highest-priority): Fixed the bug having to do with disappearing
4240 overlays.
4241 (ediff-file-remote-p): Use file-remote-p, if available.
4242 (ediff-listable-file): New function.
4243 (ediff-file-attributes): Use ediff-listable-file.
4244
4245 * ediff-mult.el (ediff-meta-insert-file-info1):
4246 Use ediff-listable-file.
4247
4248 * ediff-ptch.el (ediff-prompt-for-patch-file):
4249 Use ediff-coding-system-for-read.
4250 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4251
4252 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4253 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4254
4255 * ediff.el: Date of last update, copyright years.
4256
4257 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4258
4259 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4260 of Scott Bronson.
4261 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4262 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4263 Deleted functions.
4264 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4265 ex-token-list.
4266 (viper-get-ex-address-subr): Convert registers to char data type.
4267
4268 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4269 (viper-memq-char): Use viper-int-to-char.
4270 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4271 vc-locking-state.
4272 (viper-read-key): Use viper-read-key-sequence.
4273
4274 * viper.el (viper-major-mode-modifier-list):
4275 Added inferior-emacs-lisp-mode.
4276 (this-major-mode-requires-vi-state): New function that uses simple
4277 heuristics to decide if vi state is appropriate.
4278 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4279 (viper-non-hook-settings): Don't advise read-key-sequence.
4280 (viper-read-key-sequence): New function that replaces the
4281 previously used advice to read-key-sequence.
4282
4283 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4284 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4285 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4286 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4287 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4288 Got rid of the negative character hack.
4289 (viper-escape-to-state,viper-replace-state-exit-cmd):
4290 Use viper-read-key-sequence.
4291 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4292 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4293 Don't override existing minibuffer-setup-hook.
4294 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4295 Convert registers to char data type.
4296 (viper-autoindent): Use viper-indent-line.
4297
4298 * viper-keym.el: Use viper-exec-key-in-emacs.
4299
4300 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4301
4302 * server.el (server-visit-files): Fix variable name typo.
4303
4304 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4305
4306 * simple.el (delete-trailing-whitespace): Save match data
4307 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4308
4309 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4310
4311 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4312 return a this-error using the alternative format (a pair of markers).
4313
4314 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4315
4316 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4317
4318 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4319 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4320
4321 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4322
4323 * international/iso-transl.el: Fix typo in the header of the file.
4324
4325 * textmodes/picture.el (picture): Doc fix.
4326
4327 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4328 follow coding conventions in generated files.
4329
4330 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4331
4332 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4333 (tool-bar-add-item): Don't call image-related primitives if the
4334 display doesn't support images.
4335
4336 * frame.el (display-images-p): New function.
4337
4338 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4339
4340 * server.el (server-visit-files): Handle the case the specified
4341 column number is <= 0.
4342
4343 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4344
4345 * startup.el (command-line-1): Add support for +LINE:COLUMN
4346 command line argument.
4347
4348 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4349
4350 * server.el (server-process-filter, server-visit-files):
4351 Add support for +LINE:COLUMN style emacsclient calls.
4352
4353 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4354
4355 * emacs-lisp/easy-mmode.el: Add Keywords header.
4356
4357 * play/pong.el: Author has new address.
4358
4359 * play/landmark.el: Author is no more reachable.
4360
4361 * play/handwrite.el: Author is no more reachable.
4362
4363 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4364
4365 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4366 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4367 Complete bindings for F<1..12> keys.
4368 (global-map): Remove `undo' binding (already in the default).
4369 Replace `t<n>' bindings with `f<n>' bindings.
4370
4371 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4372
4373 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4374 (tcl-mode): Use tcl-add-log-defun.
4375 (tcl-indent-line): Use tcl-calculate-indent.
4376 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4377 (tcl-indent-exp): Renamed from indent-tcl-exp.
4378 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4379 (tcl-indent-for-comment): Call comment-indent-function properly
4380 and handle the case where it returns nil.
4381
4382 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4383
4384 * calendar/cal-islam.el (calendar-goto-islamic-date):
4385 Remove autoload cookie.
4386
4387 * calendar/calendar.el (calendar-goto-islamic-date):
4388 Add call to autoload.
4389
4390 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4391
4392 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4393 Don't change compile-auto-highlight globally.
4394 Don't bother with `font-lock-defaults' property since XEmacs
4395 also understands the `font-lock-defaults' variable.
4396 Use make-local-variable rather than make-variable-buffer-local.
4397 Don't `defconst' comment-indent-function: keep the default.
4398 Call easy-menu-add unconditionally.
4399 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4400 (ada-create-menu): Use :included for Emacs as well.
4401
4402 * vc.el (vc-do-command): Autoload.
4403
4404 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4405
4406 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4407
4408 * ps-print.el: Fix Author: header.
4409
4410 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4411
4412 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4413 mouse-1 etc., bind them to `ignore'.
4414
4415 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4416 send-invisible, which is already defined in Comint.
4417 (eshell-watch-for-password-prompt): Use it.
4418
4419 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4420
4421 * which-func.el (which-func-mode): Doc fix.
4422
4423 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4424 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4425 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4426 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4427 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4428 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4429 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4430 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4431 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4432 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4433 * emulation/edt-mapper.el, emulation/edt-pc.el,
4434 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4435 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4436 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4437 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4438 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4439 * international/isearch-x.el, international/iso-cvt.el,
4440 * international/ogonek.el, international/quail.el,
4441 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4442 * language/devanagari.el, language/ethio-util.el,
4443 * language/ethiopic.el, language/european.el, language/indian.el,
4444 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4445 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4446 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4447 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4448 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4449 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4450 * progmodes/autoconf.el, progmodes/cmacexp.el,
4451 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4452 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4453 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4454 * progmodes/ebnf2ps.el, progmodes/executable.el,
4455 * progmodes/fortran.el, progmodes/idlw-shell.el,
4456 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4457 * progmodes/m4-mode.el, progmodes/mantemp.el,
4458 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4459 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4460 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4461 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4462 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4463 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4464 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4465 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4466 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4467 * textmodes/two-column.el, time-stamp.el, timezone.el,
4468 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4469 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4470 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4471 conventions.
4472
4473 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4474
4475 * simple.el (set-variable): Require 'cus-edit' instead of
4476 `wid-edit', so that the Custom widgets get defined.
4477
4478 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4479
4480 * allout.el: A fix to follow coding conventions.
4481
4482 * find-lisp.el: A fix to follow coding conventions.
4483
4484 * term/w32-win.el: A fix to follow coding conventions.
4485
4486 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4487
4488 * term/xterm.el: A fix to follow coding conventions.
4489
4490 * term/news.el: A fix to follow coding conventions.
4491
4492 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4493 header line fixed.
4494
4495 * sun-curs.el: Fix Maintainer: header line.
4496
4497 * emacs-lisp/easymenu.el: Address of the author added.
4498
4499 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4500
4501 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4502 property.
4503
4504 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4505
4506 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4507 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4508 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4509 Some fixes to follow coding conventions.
4510
4511 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4512
4513 * which-func.el (which-func-mode): Doc fix.
4514
4515 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4516
4517 * net/rcompile.el (remote-compile): Use make-local-variable.
4518
4519 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4520
4521 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4522
4523 * mail/reporter.el (reporter-submit-bug-report):
4524 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4525
4526 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4527
4528 * calendar/cal-china.el, calendar/cal-coptic.el,
4529 * calendar/cal-dst.el, calendar/cal-french.el,
4530 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4531 * calendar/cal-iso.el, calendar/cal-julian.el,
4532 * calendar/cal-mayan.el, calendar/cal-persia.el,
4533 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4534 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4535 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4536 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4537 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4538 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4539 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4540 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4541 * progmodes/ada-xref.el, progmodes/cc-align.el,
4542 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4543 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4544 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4545 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4546 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4547 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4548 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4549 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4550 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4551 * textmodes/reftex.el: Some fixes to follow coding
4552 conventions in Eshell files with known maintainers.
4553
4554 * emulation/viper.el: A fix to follow coding conventions.
4555
4556 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4557 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4558 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4559 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4560 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4561 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4562 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4563 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4564 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4565 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4566 conventions in Eshell files.
4567
4568 * composite.el, diff.el, emacs-lisp/levents.el,
4569 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4570 * emulation/pc-mode.el, emulation/viper-cmd.el,
4571 * emulation/viper-ex.el, emulation/viper-init.el,
4572 * emulation/viper-keym.el, emulation/viper-macs.el,
4573 * emulation/viper-mous.el, emulation/viper-util.el,
4574 * emulation/viper.el, forms-pass.el, international/ccl.el,
4575 * international/characters.el, international/encoded-kb.el,
4576 * international/fontset.el, international/ja-dic-cnv.el,
4577 * international/ja-dic-utl.el, international/kinsoku.el,
4578 * international/kkc.el, international/mule-cmds.el,
4579 * international/mule-diag.el, international/mule-util.el,
4580 * international/mule.el, international/titdic-cnv.el,
4581 * language/china-util.el, language/chinese.el,
4582 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4583 * language/greek.el, language/hebrew.el, language/japan-util.el,
4584 * language/japanese.el, language/korea-util.el, language/korean.el,
4585 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4586 * language/slovak.el, language/thai-util.el, language/thai.el,
4587 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4588 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4589 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4590 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4591 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4592 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4593 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4594 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4595 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4596 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4597 to follow coding conventions in files without maintainer or in files
4598 with clear maintainer (but without Maintainer header stating so).
4599
4600 * emacs-lisp/elp.el: A fix to follow coding conventions.
4601
4602 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4603 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4604 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4605 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4606 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4607 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4608 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4609 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4610 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4611 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4612 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4613 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4614 conventions in files from Gnus.
4615
4616 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4617 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4618 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4619 * echistory.el, electric.el, emacs-lisp/authors.el,
4620 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4621 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4622 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4623 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4624 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4625 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4626 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4627 * international/codepage.el, international/iso-ascii.el,
4628 * international/iso-insert.el, international/iso-transl.el,
4629 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4630 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4631 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4632 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4633 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4634 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4635 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4636 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4637 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4638 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4639 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4640 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4641 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4642 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4643 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4644 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4645 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4646 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4647 * textmodes/tex-mode.el, textmodes/text-mode.el,
4648 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4649 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4650 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4651 files maintained by FSF.
4652
4653 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4654
4655 * arc-mode.el: A fix to follow coding conventions.
4656
4657 * bindings.el: Ditto.
4658
4659 * cdl.el: Ditto.
4660
4661 * comint.el: Ditto.
4662
4663 * cus-start.el: Ditto.
4664
4665 * shell.el: Ditto.
4666
4667 * skeleton.el: Ditto.
4668
4669 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4670
4671 * info.el (Info-build-node-completions):
4672 Make Info-current-file-completions buffer local.
4673
4674 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4675
4676 * which-func.el (which-func-mode, which-func-ff-hook)
4677 (which-function-mode): Remove references to which-func-mode-global.
4678
4679 * calendar/cal-islam.el (calendar-goto-islamic-date):
4680 Add autoload cookie.
4681
4682 * play/fortune.el: Add types to defcustoms.
4683
4684 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4685
4686 * language/czech.el: A fix to follow coding conventions.
4687
4688 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4689
4690 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4691 to the extension list, for antlr-mode. From Christoph Wedler
4692 <Christoph.Wedler@sap.com>.
4693
4694 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4695
4696 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4697 (vc-dired-mode-map): Fix the madness.
4698
4699 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4700 (vc-prefix-map): Moved back from vc.el.
4701
4702 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4703
4704 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4705 Increase the size of the obarray.
4706 (mail-extr-all-top-level-domains): Add more toplevel domains,
4707 add more long names.
4708 From: Per Starback <starback@ling.uu.se>.
4709
4710 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4711
4712 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4713 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4714
4715 * progmodes/ada-mode.el: Ditto.
4716
4717 * progmodes/ada-xref.el: Ditto.
4718
4719 2001-07-11 Miles Bader <miles@gnu.org>
4720
4721 * finder.el (finder-insert-at-column): Also move to the next line
4722 if exactly at COLUMN.
4723
4724 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4725
4726 * help.el (describe-function-1): When printing FUNCTION's
4727 documentation, don't assume FUNCTION is a symbol.
4728
4729 * startup.el (normal-top-level): Don't operate on the initial
4730 frame if we failed to create one.
4731
4732 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4733
4734 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4735 itself, i.e. only indent the contents in it.
4736
4737 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4738
4739 * mail/rmail.el (rmail-show-message): Show beginning of message in
4740 all windows containing it.
4741
4742 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4743
4744 * term/tty-colors.el: Fix the header line and copyright years.
4745
4746 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4747
4748 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4749 original definition has an interactive form, but is Elp
4750 instrumented, use the interactive form of the function called by
4751 elp-wrapper.
4752
4753 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4754 configurations with compare-window-configuration; they aren't
4755 window configurations.
4756
4757 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4758 from the server for the format we expect. Don't use it if it
4759 doesn't look like what the Internet draft for FTP extensions specifies.
4760
4761 * toolbar/*.pbm: Cleaned up.
4762 From Luis Fernandes <elf@ee.ryerson.ca>.
4763
4764 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4765
4766 * cc-cmds.el: Extended the kludge to interoperate with the
4767 delsel and pending-del packages wrt to the new function
4768 `c-electric-delete-forward'.
4769
4770 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4771
4772 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4773 to delay the call to <mode> for global minor modes.
4774 (easy-mmode-define-navigation): Only recenter if interactive.
4775
4776 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4777
4778 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4779 to lisp-indent-line.
4780
4781 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4782 from the server. Call encode-time only when we are sure that we
4783 got a 213 response.
4784
4785 2001-07-06 Simon Josefsson <jas@extundo.com>
4786
4787 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4788 (mail-envelope-from): New user option.
4789 (sendmail-send-it): Use it.
4790
4791 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4792
4793 * ps-print.el: Use locale dependant date to print date in header.
4794 Doc fix.
4795 (ps-print-version): New version number (6.5.3).
4796 (ps-right-header, ps-right-footer): Initialization and doc fix.
4797 (ps-time-stamp-locale-default): New fun.
4798
4799 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4800
4801 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4802 field problem with MIME-mode.
4803
4804 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4805
4806 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4807
4808 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4809 MIME-mode.
4810
4811 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4812
4813 * bindings.el (mode-line-mule-info): Don't show the tip with
4814 buffer-file-coding-system if that is nil.
4815
4816 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4817
4818 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4819 instead of kill-line.
4820
4821 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4822 <Pavel@Janik.cz>.
4823
4824 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4825 <Pavel@Janik.cz>.
4826
4827 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4828
4829 * font-lock.el (c-font-lock-keywords-3): When matching something
4830 like `struct X Y', finish with point after Y.
4831
4832 2001-07-04 Simon Josefsson <jas@extundo.com>
4833
4834 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4835 in caller buffer.
4836
4837 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4838
4839 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4840 instead of string-match to find the basename of the file.
4841 From Pascal Obry <p.obry@wanadoo.fr>.
4842
4843 * net/browse-url.el (browse-url-default-windows-browser):
4844 Support the MS-DOS port when it runs on Windows.
4845 (browse-url-browser-function) [ms-dos]: Default to
4846 browse-url-default-windows-browser.
4847
4848 * help.el (locate-library): Enable code that looks for compressed
4849 libraries if auto-compression-mode is on.
4850
4851 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4852
4853 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4854
4855 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4856
4857 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4858
4859 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4860
4861 * allout.el: Fix the header line, so that finder.el recognizes it.
4862 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4863
4864 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4865 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4866
4867 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4868
4869 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4870
4871 * ps-bdf.el (bdf-directory-list): Use the value relative to
4872 installation-directory for MS-Windows as well.
4873
4874 2001-06-29 Richard M. Stallman <rms@gnu.org>
4875
4876 * wid-edit.el (widget-color-sample-face-get):
4877 Return ((foreground-color . COLOR)) instead of constructing a face.
4878
4879 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4880
4881 * faces.el (region): Change the background color for the
4882 light-background color display to lightgoldenrod2, to make it
4883 visible on some laptops.
4884
4885 2001-06-28 Richard M. Stallman <rms@gnu.org>
4886
4887 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4888 (rmail-msg-restore-non-pruned-header): Likewise.
4889 If point was in the old pruned header, put it at the top.
4890 (rmail-msg-prune-header): If point was at the top, keep it there.
4891
4892 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4893 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4894
4895 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4896
4897 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4898
4899 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4900
4901 * saveplace.el: Update maintainer email address.
4902
4903 2001-06-27 Francesco Potorti` <pot@gnu.org>
4904
4905 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4906 Undo previous change.
4907
4908 2001-06-27 Francesco Potorti` <pot@gnu.org>
4909
4910 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4911 preliminary quick reordering. Can speed things up dramatically.
4912
4913 2001-06-26 Richard M. Stallman <rms@gnu.org>
4914
4915 * dired.el (dired-get-filename): A file name starting with ~
4916 is not absolute in this context.
4917
4918 * which-func.el (which-func-maxout): Increase default to 500000.
4919 (which-function-mode): This is now the "real" name of the function.
4920 (which-func-mode): Now an alias.
4921 (which-func-mode-global): Name deleted.
4922
4923 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4924 button-2, when binding hs-mouse-toggle-hiding.
4925
4926 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4927
4928 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4929 (rmail-msg-prune-header): Likewise.
4930 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4931 and `rmail-msg-prune-header'.
4932
4933 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4934
4935 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4936 back than LINEBEG.
4937
4938 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4939
4940 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4941 window where they clicked the mouse has a header line, adjust
4942 vertical movement by one.
4943
4944 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4945
4946 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4947 too when separating a parenthesis.
4948
4949 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4950
4951 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4952 (bookmark-bmenu-hide-filenames): Add help-echo to
4953 mouse-highlighted text.
4954 (bookmark-bmenu-show-filenames): Remove help-echo property from
4955 the whitespace.
4956
4957 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4958
4959 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4960 From Karl Eichwalder <ke@suse.de>.
4961
4962 2001-06-23 Richard M. Stallman <rms@gnu.org>
4963
4964 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4965
4966 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4967 contents for completing-read.
4968
4969 2001-06-22 Richard M. Stallman <rms@gnu.org>
4970
4971 * menu-bar.el (menu-bar-make-toggle): Construct the
4972 function's doc string from HELP, not DOC, and make it accurate by
4973 adding "Toggle whether to " at the front and downcasing the initial.
4974 Change the HELP arg in some calls to make it fit this usage.
4975
4976 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4977 Undo previous change.
4978
4979 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4980
4981 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4982
4983 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4984
4985 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4986
4987 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4988
4989 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4990
4991 2001-06-20 Richard M. Stallman <rms@gnu.org>
4992
4993 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4994 broken out from dabbrev--find-expansion. Handle minibuffer
4995 specially here.
4996 (dabbrev--find-expansion): Simplify code in various ways.
4997 Don't treat minibuffers specially.
4998 Call dabbrev--make-friend-buffer-list.
4999 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
5000 (dabbrev--scanning-message): Do nothing when minibuffer is current.
5001
5002 2001-06-19 John Wiegley <johnw@gnu.org>
5003
5004 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
5005 Also, added a comment describing how to greatly speedup Eshell
5006 loadup time, by concatenating together all of Eshell's .elc files.
5007
5008 2001-06-19 John Wiegley <johnw@gnu.org>
5009
5010 * eshell/esh-mode.el: Disabled a test that often yields false failures.
5011
5012 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
5013
5014 * woman.el (WoMan-highlight-references): Add help-echo to
5015 mouse-highlighted text.
5016
5017 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
5018
5019 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
5020
5021 2001-06-18 Gerd Moellmann <gerd@gnu.org>
5022
5023 * international/quail.el (quail-start-conversion):
5024 Reset quail-translating to nil.
5025
5026 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
5027 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
5028
5029 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
5030
5031 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
5032 mouse-highlighted text.
5033
5034 * dired.el (dired-mark-pop-up): Fix last change.
5035
5036 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5037
5038 * calendar/calendar.el (generate-calendar-month): Add help-echo to
5039 mouse-highlighted text.
5040
5041 * net/quickurl.el (quickurl-url-file): Run through
5042 convert-standard-filename.
5043 (quickurl-list-populate-buffer): Add help-echo to
5044 mouse-highlighted text.
5045 (top-level): Update Dave's URL.
5046
5047 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
5048 mouse-highlighted text.
5049
5050 * textmodes/page-ext.el (pages-copy-header-and-position):
5051 Add help-echo to mouse-highlighted text.
5052
5053 * tar-mode.el (tar-header-block-summarize): Add help-echo to
5054 mouse-highlighted text.
5055
5056 * replace.el (occur): Add help-echo to mouse-highlighted text.
5057
5058 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
5059 mouse-highlighted text.
5060
5061 * progmodes/cpp.el (cpp-make-button): Add help-echo to
5062 mouse-highlighted text.
5063
5064 * progmodes/compile.el (compile-reinitialize-errors):
5065 Add help-echo to mouse-highlighted messages.
5066 (compilation-forget-errors): Remove help-echo property as well.
5067
5068 * play/landmark.el (lm-plot-square, lm-init-display):
5069 Add help-echo to mouse-highlighted text.
5070
5071 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
5072 Add help-echo to mouse-highlighted text.
5073
5074 * dired.el (dired-insert-set-properties): Add help-echo to
5075 mouse-highlighted text.
5076 (dired-mark-pop-up): Remove help-echo property from the file name.
5077
5078 * comint.el (comint-send-input): Add help-echo to
5079 mouse-highlighted text.
5080
5081 * buff-menu.el (list-buffers-noselect): Add help-echo to
5082 mouse-highlighted text.
5083
5084 * arc-mode.el (archive-summarize-files): Add help-echo to
5085 mouse-highlighted text.
5086
5087 * ffap.el (ffap-machine-p): Always return nil if
5088 open-network-stream is not fboundp.
5089
5090 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
5091
5092 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
5093 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
5094 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
5095 incorrectly binding chars between 128 and 256 to it.
5096 (sgml-maybe-name-self): Handle latin-1 chars properly.
5097 (sgml-tags-invisible): Bind buffer-file-name to nil.
5098 Use unwind-protect and restore-buffer-modified-p.
5099 (sgml-point-entered): Use buffer-substring-no-properties.
5100 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
5101 (html-mode): Don't force `imenu-sort-function'.
5102
5103 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5104
5105 * tar-mode.el: Fix the copyright notice.
5106
5107 * font-lock.el (font-lock-comment-face): For tty's with dark
5108 background, use "red1", since "lightred" is not one of the colors
5109 recognized by tty-colors.el.
5110
5111 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5112 create a buffer for extracted file, in case there's more than one
5113 file by that name in an archive, possibly in different
5114 directories. From Kevin Rodgers <kevinr@ihs.com>.
5115
5116 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5117 <alex@gnu.org>.
5118
5119 2001-06-15 Miles Bader <miles@gnu.org>
5120
5121 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5122 Revert previous change.
5123
5124 2001-06-14 Richard M. Stallman <rms@gnu.org>
5125
5126 * replace.el (keep-lines-read-args): Return just a regexp.
5127 Provide nil for the region args.
5128 (keep-lines, flush-lines, how-many):
5129 Calculate the defaults for the region here, when args are nil.
5130
5131 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5132
5133 * rot13.el (rot13-other-window): Some more doc fix.
5134
5135 2001-06-14 Per Starback <starback@ling.uu.se>
5136
5137 * replace.el (case-replace, query-replace-from-history-variable)
5138 (query-replace-to-history-variable, keep-lines-read-args)
5139 (occur-revert-function, query-replace-help): Dox fix.
5140
5141 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5142
5143 * rot13.el (rot13-other-window): Doc fix.
5144
5145 2001-06-14 Miles Bader <miles@gnu.org>
5146
5147 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5148 of " and \ to "." (punctuation).
5149 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5150
5151 2001-06-13 Richard M. Stallman <rms@gnu.org>
5152
5153 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5154
5155 * simple.el (shell-command-on-region): Never kill the
5156 *Shell Command Output* buffer.
5157
5158 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5159
5160 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5161
5162 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5163
5164 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5165 New var, to recognize ${ $' and PODs.
5166 (perl-font-lock-syntactic-face-function): New function.
5167 (perl-mode): Use them.
5168 (perl-continuation-line-p): New function, from perl-calculate-indent.
5169 (perl-calculate-indent): Use it, to properly handle continuation
5170 lines of continuation lines.
5171
5172 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5173
5174 * server.el (server-process, server-buffer-clients): Doc fix.
5175 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5176
5177 2001-06-09 John Wiegley <johnw@gnu.org>
5178
5179 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5180 test if the last command was Lisp or not.
5181 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5182 B x C".
5183
5184 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5185
5186 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5187 general one on compile.el supports drive letters.
5188
5189 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5190
5191 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5192 key description.
5193
5194 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5195
5196 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5197 (reftex-toc-jump): New command.
5198
5199 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5200 to parse international characters as well.
5201
5202 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5203 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5204
5205 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5206
5207 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5208 TAB to the key separators.
5209
5210 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5211
5212 * international/mule.el (auto-coding-alist): Remove redundant
5213 up-cased versions of the extensions (auto-coding-alist-lookup is
5214 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5215 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5216
5217 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5218
5219 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5220
5221 2001-06-01 Richard M. Stallman <rms@gnu.org>
5222
5223 * help.el (describe-variable): Put value on same line
5224 with preceding text, if it is short enough to look good that way.
5225
5226 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5227
5228 * term/internal.el (IT-unicode-translations): New variable.
5229 (IT-setup-unicode-display): New function.
5230
5231 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5232
5233 * ps-print.el: Handle before-string and after-string overlay properties
5234 in ps-print-*-with-faces commands. Doc fix.
5235 (ps-print-version): New version number (6.5.2).
5236 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5237 for XEmacs.
5238 (ps-prefix-quote): Doc fix.
5239 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5240 (ps-basic-plot-str, ps-plot-string): New funs.
5241
5242 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5243
5244 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5245 and :type spec.
5246
5247 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5248
5249 * international/mule-cmds.el (inactivate-input-method):
5250 Set input-method-function to nil.
5251
5252 * xml.el (xml-parse-tag): The document may contain invalid characters.
5253 From ShengHuo ZHU <zsh@cs.rochester.edu>
5254
5255 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5256
5257 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5258 `rmail-summary-line-decoder' if the message does not have
5259 a Subject: field.
5260
5261 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5262
5263 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5264 New variable.
5265 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5266 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5267 is non-nil.
5268
5269 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5270
5271 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5272
5273 2001-05-29 Sam Steingold <sds@gnu.org>
5274
5275 * faces.el (face-valid-attribute-values): Bind `valid' directly
5276 instead of using `setq'.
5277
5278 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5279 Use `tex-shell-buf'.
5280 (tex-shell-proc): Use `tex-shell-running'.
5281 (tex-shell-buf-no-error): New function.
5282 (tex-send-tex-command): Use it.
5283 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5284 (tex-kill-job): Check the process before calling `quit-process'.
5285
5286 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5287
5288 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5289 UTF-8 sequences.
5290
5291 2001-05-28 Miles Bader <miles@gnu.org>
5292
5293 * comint.el (comint-carriage-motion): Renamed from
5294 `comint-cr-magic'. Operate on the buffer instead of the string
5295 (for use as a comint post-output filter, instead of as a
5296 pre-output filter). Handle backspaces too. Add to the
5297 `comint-output-filter-functions' hook instead of
5298 `comint-preoutput-filter-functions'.
5299
5300 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5301
5302 * language/japan-util.el (japanese-hankaku): Prefer the charset
5303 `jisx0201' when the optional argument `ascii-only' is not specified.
5304 (japanese-hankaku-region): Ditto.
5305 From Katsumi Yamaoka <yamaoka@jpl.org>
5306
5307 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5308
5309 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5310 (outline-invisible-p): New function.
5311 (hide-leaves): Save excursion.
5312 (hide-other): Stop looping when reaching bobp.
5313
5314 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5315
5316 * cus-edit.el (custom-file): Fix last change.
5317
5318 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5319
5320 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5321 same definition in byte-compile-function-environment as `autoload'
5322 would put in `symbol-function'.
5323
5324 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5325 patch to correct the error message as well.
5326
5327 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5328
5329 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5330 unless ~/.emacs exists.
5331
5332 * novice.el (enable-command): If user-init-file is nil or does not
5333 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5334
5335 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5336
5337 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5338 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5339 Allow spaces around macro arguments.
5340 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5341 indent-for-tab-command.
5342 (latex-mode-map, plain-tex-mode-map): New keymaps.
5343 Inherit from tex-mode-map.
5344 (tex-common-initialization): Don't setup the keymap any more
5345 since it's now done right by define-derived-mode.
5346 (latex-mode): Set skeleton-end-hook to nil.
5347 (latex-skeleton-end-hook): Remove.
5348 (tex-latex-block, latex-insert-item): Simplify.
5349 (latex-syntax-after): Use following-char rather than char-after.
5350 (tex-discount-args-cmds, tex-count-words): New functions.
5351
5352 * textmodes/tildify.el (tildify-ignored-environments-alist):
5353 Recognize \verb* as well.
5354
5355 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5356 (perl-comment-indent): Simplify to let newcomment.el do its job.
5357 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5358 (perl-mark-function): Cleanup the namespace.
5359 (perl-calculate-indent): Don't be fooled by nested functions.
5360
5361 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5362
5363 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5364 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5365
5366 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5367
5368 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5369 actually be `\\'.
5370 (ctlau-b5-converter): Likewise.
5371
5372 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5373
5374 * international/titdic-cnv.el (quail-misc-package-ext-info):
5375 Change CTLauB.el to CTLau-b5.el.
5376
5377 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5378
5379 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5380 rather than beginning-of-line to avoid problems with fields.
5381 (gud-perldb-massage-args): Use unless and push.
5382 (gud-chdir-before-run): New var.
5383 (gud-common-init): Use it.
5384
5385 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5386
5387 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5388 delete entries for chinese-ctlau and chinese-ctlaub.
5389 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5390 chinese-ctlaub.
5391 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5392 New functions.
5393
5394 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5395
5396 * cus-edit.el (custom-comment-show): Remove debug code.
5397
5398 * language/japan-util.el (japanese-symbol-table): Fix handling of
5399 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5400
5401 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5402
5403 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5404 Renamed by removing the silly `-flag' suffix.
5405 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5406
5407 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5408
5409 * replace.el (keep-lines-read-args): Use `copy-marker'.
5410 (how-many): Save excursion properly.
5411 (occur-mode): Use define-derived-mode.
5412 (perform-replace): Use with-current-buffer.
5413
5414 2001-05-20 Richard M. Stallman <rms@gnu.org>
5415
5416 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5417
5418 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5419
5420 * info.el (Info-read-subfile): Widen before finding the
5421 desired node in the subfile.
5422
5423 * startup.el (command-line-1): When >2 files visited,
5424 leave the last one visible, and make that the selected window.
5425
5426 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5427
5428 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5429
5430 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5431
5432 * international/ccl.el (define-ccl-program): Fix a typo.
5433 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5434
5435 * international/mule.el (decode-char): Fix a typo. From Pavel
5436 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5437
5438 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5439 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5440
5441 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5442 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5443
5444 2001-05-18 Sam Steingold <sds@gnu.org>
5445
5446 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5447 and [RET] to `cvs-mode-find-file'.
5448
5449 2001-05-18 John Wiegley <johnw@gnu.org>
5450
5451 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5452 configuration variable, which determines the initial character
5453 that forces use of an external version of a command. The default
5454 is *, but may be set to \, for example.
5455
5456 * eshell/esh-ext.el (eshell-explicit-command):
5457 Use `eshell-explicit-command-char' instead of ?*.
5458
5459 * eshell/esh-cmd.el (eshell/which):
5460 Use `eshell-explicit-command-char' instead of ?*.
5461
5462 * eshell/em-cmpl.el (eshell-completion-command-name)
5463 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5464 instead of ?*.
5465
5466 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5467
5468 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5469 subst-char-in-string.
5470 (ange-ftp-after-parse-ls-hook): New variable.
5471 (ange-ftp-ls): Run that hook.
5472 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5473
5474 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5475 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5476 text into *Completions*.
5477
5478 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5479 part of which look like email addresses.
5480
5481 2001-05-18 Andrew Innes <andrewi@gnu.org>
5482
5483 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5484 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5485 cmd.exe's handling of FOR loops.
5486 (autoloads): Set find-file-suppress-same-file-warnings to t to
5487 avoid slew of spurious messages.
5488
5489 2001-05-18 Simon Josefsson <simon@josefsson.org>
5490
5491 * mail/smtpmail.el (maybe-append-domain): Renamed to
5492 `smtpmail-maybe-append-domain'.
5493 (smtpmail-via-smtp): Use the new name.
5494
5495 * net/browse-url.el (browse-url-browser-function): Add kde.
5496 (browse-url-kde-program, browse-url-kde-args): New variables.
5497 (browse-url-kde): New function.
5498
5499 2001-05-18 Miles Bader <miles@gnu.org>
5500
5501 * simple.el (delete-horizontal-space, just-one-space):
5502 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5503 because it's more efficient for large files.
5504
5505 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5506
5507 * mail/rmail.el (rmail-require-mime-maybe): New function.
5508 (rmail): Use it.
5509 (rmail-mode): Handle the case of finding Rmail files.
5510
5511 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5512 functions.
5513
5514 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5515
5516 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5517 text-property after moving to the beginning of line and regardless
5518 of the value of font-lock-multiline.
5519
5520 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5521
5522 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5523
5524 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5525 last coding system used before calling set-buffer-modified-p
5526 because that function changes last-coding-system.
5527
5528 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5529
5530 * files.el (switch-to-buffer-other-window)
5531 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5532 the doc string.
5533
5534 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5535
5536 * language/slovak.el, language/czech.el: New maintainer.
5537
5538 2001-05-16 Sam Steingold <sds@gnu.org>
5539
5540 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5541 sub-form of `defgeneric' correctly.
5542
5543 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5544
5545 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5546 of `c'.
5547
5548 * textmodes/outline.el (outline-font-lock-level): Remove the
5549 condition-case, test what outline-level returns instead, to
5550 ease debugging.
5551
5552 * international/mule.el (auto-coding-regexp-alist): New user-option.
5553 (auto-coding-from-file-contents): New function.
5554 (set-auto-coding): Use it to determine a coding system.
5555
5556 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5557
5558 * mouse.el (mouse-delete-other-windows): Doc fix.
5559
5560 * emacs-lisp/lisp-mode.el (lisp-mode):
5561 Make font-lock-keywords-case-fold-search a buffer-local variable with
5562 make-local-variable before setting it.
5563
5564 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5565
5566 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5567 prefixes.
5568
5569 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5570
5571 * hexl.el (hexl-current-address): Print a message when called
5572 interactively.
5573
5574 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5575
5576 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5577
5578 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5579
5580 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5581
5582 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5583
5584 * startup.el (command-line): If parameters have been changed in
5585 the init files which influence font selection, clear the face
5586 cache so that faces get realized with the new parameters.
5587
5588 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5589
5590 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5591
5592 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5593
5594 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5595
5596 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5597 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5598
5599 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5600
5601 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5602 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5603
5604 2001-05-09 John Wiegley <johnw@gnu.org>
5605
5606 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5607 Annotated the documentation string to tell users about
5608 `eshell-no-numeric-conversions'.
5609
5610 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5611 conversions if a Lisp function has the property
5612 `eshell-no-numeric-conversions' set to a non-nil value.
5613
5614 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5615 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5616 property `eshell-no-numeric-conversions' on the following
5617 functions (which all deal with filesystem entities, and never Lisp
5618 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5619 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5620 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5621 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5622 eshell/which, eshell/addpath.
5623
5624 2001-05-09 John Wiegley <johnw@gnu.org>
5625
5626 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5627 encountered as an argument, don't convert it right away, but tag
5628 the first character of the string with the text properties
5629 `number', which signifies to `eshell-lisp-command' that the
5630 argument should be passed through `string-to-number' if it is
5631 actually used in the call to a Lisp function.
5632
5633 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5634 function, convert any string arguments that have been tagged as
5635 "numbers", by calling string-to-number.
5636
5637 * eshell/esh-util.el (eshell-number-regexp): Now that number
5638 conversions only happen for Lisp function calls, the number regexp
5639 should now match all integer and floating point forms.
5640
5641 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5642 `eshell-continue-process', since they are both nonfunctional at
5643 the moment.
5644 (eshell-proc-initialize): Don't bind keys for
5645 `eshell-stop-process' or `eshell-continue-process'.
5646
5647 * eshell/em-unix.el (eshell-shuffle-files):
5648 Apply `directory-file-name' before calling `file-name-directory'.
5649
5650 * eshell/em-hist.el (eshell-add-to-history): Reference to
5651 `eshell-history-ring' needed to be `eshell-history-index'.
5652
5653 * calendar/timeclock.el (timeclock-find-discrep):
5654 Initialize `elapsed' to 0.
5655 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5656 it's still nil.
5657
5658 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5659
5660 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5661 (archive-mode): Use capitalize.
5662 (archive-unique-fname): Use make-temp-file.
5663
5664 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5665
5666 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5667
5668 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5669
5670 * tar-mode.el (tar-extract): Pay attention to the value of
5671 coding-system-for-read, if it is non-nil.
5672
5673 * calendar/holidays.el (holidays): Add an autoload cookie.
5674 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5675
5676 2001-05-08 John Wiegley <johnw@gnu.org>
5677
5678 * calendar/timeclock.el (timeclock-workday-remaining):
5679 Changed logic for determining how much time is remaining.
5680 (timeclock-workday-elapsed): Don't accept a "relative" argument
5681 for the current day's elapsed time. What could that have meant?
5682 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5683 (timeclock-when-to-leave): Changed logic, similarly to what was
5684 done for `timeclock-workday-remaining'.
5685 (timeclock-find-discrep): Removed "today-only" argument, which had
5686 no meaning. Fixed some more math problems. The function now
5687 returns a three member list: (TOTAL-TIME-DISCREPANCY
5688 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5689
5690 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5691
5692 * w32-fns.el (convert-standard-filename): Start replacing slashes
5693 from the beginning of the file name, not from where the last
5694 invalid character was. From "Andrew Maguire (SWW)"
5695 <Andrew.Maguire@Smallworld.co.uk>
5696
5697 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5698
5699 The following changes are to provide infrastructure for handling
5700 MIME messages to rmail. They don't affect the original behaviour
5701 if rmail-enable-mime is nil.
5702
5703 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5704 (rmail-search-mime-message-function)
5705 (rmail-search-mime-header-function): New variables.
5706 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5707 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5708 `rmail-view-buffer' is hidden.
5709 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5710 call rmai-show-mime-function.
5711 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5712 mode-line-process of rmail-view-buffer.
5713 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5714 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5715 buffer.
5716 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5717 set-buffer to the Rmail buffer.
5718 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5719 rmail-search-mime-header-function.
5720 (rmail-search-message): New function.
5721 (rmail-search): Call rmail-search-message to check if a message
5722 matches REGEXP, lastly update point after calling
5723 rmail-show-message.
5724 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5725 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5726 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5727 header region, refer to rmail-msgref-vector while setting the
5728 current buffer to rmail-buffer temporarily.
5729 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5730 If rmail-enable-mime is non-nil, call
5731 rmail-insert-mime-forwarded-message-function instead of inserting
5732 forwarded message by itself.
5733
5734 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5735 Rmail buffer.
5736 (rmail-set-label, rmail-next-labeled-message): Likewise.
5737
5738 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5739 set-buffer to the Rmail buffer.
5740 (rmail-output-to-rmail-file): Likewise.
5741 (rmail-output): Likewise.
5742
5743 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5744 of mail-fetch-field by rmail-summary-line-decoder.
5745 (rmail-new-summary): Be sure to go to the Rmail buffer.
5746 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5747 rmail-view-buffer to nil.
5748 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5749 rmail-view-buffer.
5750 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5751 rmail-buffer.
5752 (rmail-summary-scroll-msg-down): Likewise.
5753 (rmail-summary-beginning-of-message): Likewise.
5754 (rmail-summary-wipe): Likewise.
5755 (rmail-summary-toggle-header): Use save-window-excursion, not
5756 save-excursion. Update point in rmail-view-buffer, not in
5757 rmail-buffer.
5758 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5759 rmail-view-buffer, not rmail-buffer.
5760
5761 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5762
5763 * cus-edit.el (custom-file): Signal an error if user-init-file is
5764 nil (running -q).
5765
5766 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5767
5768 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5769 Add :version.
5770
5771 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5772 New option.
5773 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5774 only if smtpmail-warn-about-unknown-extensions is set.
5775
5776 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5777 instead of rmail-sort-by-keywords.
5778
5779 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5780 rmail-sort-by-keywords.
5781
5782 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5783 rmail-summary-sort-by-keywords. Doc fix.
5784 (rmail-summary-mode): Doc fix.
5785
5786 * mail/rmail.el (rmail-edit): New Custom group.
5787
5788 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5789 (rmail-edit-mode-hook): New user-option.
5790
5791 2001-05-05 Richard M. Stallman <rms@gnu.org>
5792
5793 * help.el (help-xref-symbol-regexp): Recognize "source of"
5794 and friends, meaning make a link to the source file.
5795 (help-make-xrefs): Handle "source of" and friends
5796 by constructing a link that visits the source file.
5797
5798 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5799
5800 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5801
5802 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5803 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5804 Renamed from perl-font-lock-keywords to avoid clashes.
5805 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5806 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5807 Updated correspondingly.
5808
5809 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5810 Typo `nonexistant' -> `nonexistent'.
5811
5812 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5813
5814 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5815 Split `c-electric-delete' into two functions where
5816 `c-electric-delete-forward' always deletes forward and
5817 `c-electric-delete' only contains the code necessary for XEmacs to
5818 choose between backward and forward deletion.
5819
5820 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5821 get the electric behavior on that key too.
5822 (c-fill-paragraph): Fixed bogus direct use of
5823 c-comment-prefix-regexp, which caused an error when it's a list.
5824
5825 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5826
5827 * dired-aux.el (dired-diff): Doc fix.
5828
5829 * dired.el (dired-diff): Likewise.
5830
5831 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5832
5833 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5834
5835 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5836
5837 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5838 if both the buffer and the file are read-only.
5839
5840 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5841 rather than font-lock-string-face.
5842 (sh-get-indent-info): Treat heredocs like strings.
5843
5844 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5845
5846 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5847 a newline following `}'.
5848 (texinfo-format-email): New function.
5849 (toplevel): Use texinfo-format-email for @email.
5850 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5851 Add `display'.
5852 (texinfo-sort-region): Goto point-min before sorting.
5853 (texinfo-set): Remove leading white space from value.
5854 From yagi@is.titech.ac.jp.
5855
5856 * replace.el (query-replace-regexp-eval): Doc fix.
5857
5858 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5859
5860 * diff-mode.el (diff-nonexistant-face): New face.
5861 (diff-font-lock-keywords): Use it.
5862
5863 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5864
5865 * font-lock.el (font-lock-mode): Doc fix.
5866
5867 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5868 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5869
5870 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5871
5872 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5873 backslash at the start of the here-document delimiter.
5874 (sh-font-lock-syntactic-keywords): Likewise.
5875
5876 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5877
5878 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5879
5880 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5881 (tty-color-translate, tty-color-by-index, tty-color-values)
5882 (tty-color-desc): Doc fix.
5883
5884 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5885
5886 * dired-aux.el (dired-do-create-files, dired-do-copy)
5887 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5888 Mention dired-dwim-target in the doc string.
5889
5890 2001-04-28 Miles Bader <miles@gnu.org>
5891
5892 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5893 (dabbrev--find-expansion): Use it.
5894 (dabbrev--select-buffers): Don't select ignored buffers.
5895
5896 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5897
5898 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5899
5900 2001-04-26 Richard M. Stallman <rms@gnu.org>
5901
5902 * dabbrev.el: Add doc strings for some functions.
5903 (dabbrev--eliminate-newlines): New variable.
5904 (dabbrev--substitute-expansion): Convert newlines to spaces
5905 if dabbrev--eliminate-newlines is set.
5906 If abbrev and expansion are both all-lower-case,
5907 leave dabbrev--last-case-pattern nil.
5908
5909 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5910
5911 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5912 if necessary, like in rmail-show-message.
5913
5914 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5915
5916 * ps-print.el: Color specified by number is forced to be float number.
5917 (ps-print-version): New version number (6.5.1.1).
5918 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5919 initialization.
5920 (ps-prefix-quote): New internal var.
5921 (ps-print-quote): New fun.
5922 (ps-setup, ps-output-frame-properties, ps-float-format)
5923 (ps-format-color): Code fix.
5924 (ps-plot-region): Eliminate redundant foreground color text setting.
5925
5926 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5927
5928 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5929
5930 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5931
5932 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5933
5934 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5935
5936 * info.el (Info-additional-directory-list): Doc fix.
5937
5938 * find-lisp.el (find-lisp-find-dired-filter)
5939 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5940 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5941
5942 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5943
5944 * progmodes/make-mode.el (makefile-font-lock-keywords):
5945 Rationalize the rules for includes and conditionals and use the
5946 keyword face for them.
5947
5948 * faces.el (modify-face): Add compatibility for non-interactive use.
5949
5950 2001-04-24 John Wiegley <johnw@gnu.org>
5951
5952 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5953 fix from last night, since it wasn't finding eshell/cd.
5954
5955 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5956
5957 * rect.el (string-rectangle): Revert to 20.x behaviour.
5958 (replace-rectangle): Make it an alias for string-rectangle.
5959 (string-insert-rectangle): New function.
5960
5961 2001-04-23 John Wiegley <johnw@gnu.org>
5962
5963 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5964 occurring with Emacs 21's diff.el/compile.el interaction layer.
5965
5966 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5967
5968 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5969 case where the function was defined in a file, but not part of an
5970 eshell module.
5971
5972 2001-04-23 John Wiegley <johnw@gnu.org>
5973
5974 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5975 code to work around a redisplay problem I've been having.
5976
5977 2001-04-23 John Wiegley <johnw@gnu.org>
5978
5979 * calendar/timeclock.el (timeclock-day-required): If the time
5980 required for a particular day is not set, use `timeclock-workday'.
5981 (timeclock-find-discrep): Added some sample code in a comment.
5982
5983 * eshell/eshell.el (eshell-command): Made a few changes so that
5984 `eshell-command' could be called programmatically.
5985
5986 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5987
5988 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5989
5990 2001-04-23 John Wiegley <johnw@gnu.org>
5991
5992 * calendar/timeclock.el: Updated copyright.
5993 (timeclock-generate-report): Don't report the daily or two-week
5994 total, if no time has been worked in that period.
5995 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5996 final computational form, which was unnecessary; corrected a
5997 parsing problem when timeclock-relative was nil.
5998
5999 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
6000
6001 * calendar/timeclock.el (timeclock-modeline-display): Check if
6002 `list-entry' is null.
6003 (timeclock-use-display-time): The first argument to `set-variable'
6004 must be a symbol.
6005
6006 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
6007
6008 * calendar/calendar.el (diary-entry-marker)
6009 (calendar-today-marker, calendar-holiday-marker):
6010 Use display-color-p instead of window-system.
6011 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
6012 instead of window-system.
6013 (calendar-hide-window): Use display-multi-frame-p instead of
6014 window-system.
6015
6016 * calendar/cal-x.el (calendar-two-frame-setup)
6017 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6018 Use display-multi-frame-p instead of window-system.
6019
6020 2001-04-23 Gerd Moellmann <gerd@gnu.org>
6021
6022 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
6023
6024 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
6025 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
6026
6027 2001-04-23 Alex Schroeder <alex@gnu.org>
6028
6029 * goto-addr.el: Instead of defining line-beginning-position and
6030 line-end-position a defalias is used for point-at-bol and point-at-eol.
6031
6032 2001-04-23 Alex Schroeder <alex@gnu.org>
6033
6034 * goto-addr.el: Added XEmacs compatibility code.
6035 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
6036
6037 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
6038
6039 * textmodes/paragraphs.el (sentence-end): Doc fix.
6040
6041 2001-04-20 Alex Schroeder <alex@gnu.org>
6042
6043 * sql.el (sql-escape-newlines-and-send): New function.
6044 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
6045
6046 2001-04-20 Alex Schroeder <alex@gnu.org>
6047
6048 * sql.el (sql-db2-program): New option.
6049 (sql-db2-options): New option.
6050 (sql-db2): New function.
6051
6052 2001-04-20 Alex Schroeder <alex@gnu.org>
6053
6054 * sql.el (sql-mode-menu): Added highlighting entries.
6055 (sql-highlight-oracle-keywords): New function.
6056 (sql-highlight-postgres-keywords): New function.
6057 (sql-highlight-ansi-keywords): New function.
6058
6059 2001-04-20 Alex Schroeder <alex@gnu.org>
6060
6061 * sql.el (sql-help): Doc change.
6062
6063 2001-04-19 Karl Fogel <kfogel@collab.net>
6064
6065 * saveplace.el (save-place-alist-to-file): Removed no-effect code
6066 that inserted file content only to delete it immediately.
6067 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
6068 <lektu@uol.com.br> for the patch.
6069
6070 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
6071
6072 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
6073
6074 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6075
6076 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
6077 for defmethod.
6078
6079 * comint.el (comint-cr-magic): New function.
6080 (toplevel): Add it to comint-preoutput-filter-functions.
6081
6082 2001-04-18 Andrew Innes <andrewi@gnu.org>
6083
6084 * makefile.w32-in (EMACSLOADPATH): Define.
6085 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
6086 (recompile): Remove stuff to set EMACSLOADPATH.
6087
6088 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6089
6090 * language/slovak.el ("Slovak"): Add tutorial entry.
6091
6092 * net/browse-url.el (browse-url-new-window-flag): Renamed from
6093 browse-url-new-window-p.
6094
6095 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6096
6097 * info.el (Info-menu-update): When there are no menus and/or no
6098 cross references in the node, make the respective items of the
6099 Info menu-bar menu inactive.
6100
6101 2001-04-17 Gerd Moellmann <gerd@gnu.org>
6102
6103 * indent.el (indent-for-tab-command): Call indent-line-function
6104 with no argument if PREFIX-ARG is non-nil.
6105
6106 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6107
6108 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6109
6110 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6111 an async subprocess if start-process is unavailable. Suggested by
6112 Tim Van Holder <tim.van.holder@pandora.be>.
6113
6114 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6115
6116 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6117 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6118
6119 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6120
6121 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6122 manual.
6123
6124 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6125
6126 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6127 (cvs-menu): Add a few entries.
6128
6129 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6130 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6131 lock file appears to be reachable from Emacs.
6132 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6133 (cvs-mode-find-file): Look for cvs-header-face rather than
6134 cvs-dirname-face (which doesn't exist).
6135 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6136
6137 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6138
6139 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6140
6141 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6142 normal-erase-is-backspace on a tty. Instead, bind some keys such
6143 as [delete] directly, like pc-select.el did before
6144 normal-erase-is-backspace was invented.
6145
6146 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6147
6148 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6149
6150 2001-04-11 John Wiegley <johnw@gnu.org>
6151
6152 * eshell/em-ls.el (eshell-ls-insert-directory):
6153 Set font-lock-defaults to nil, to prevent fontification in dired
6154 buffers, if Eshell's ls is being used.
6155
6156 2001-04-11 John Wiegley <johnw@gnu.org>
6157
6158 * calendar/timeclock.el (timeclock-completing-read): New function.
6159 (timeclock-ask-for-project, timeclock-ask-for-reason):
6160 Call `timeclock-completing-read'.
6161
6162 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6163 required where `member' was being used.
6164
6165 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6166
6167 * eshell/em-hist.el (eshell-previous-matching-input):
6168 Don't display "History item" if the the minibuffer is active.
6169
6170 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6171
6172 * startup.el (command-line): Output a newline after printing
6173 an error from loading the window system's init file.
6174
6175 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6176
6177 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6178 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6179 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6180 keywords whose arguments routinely include @@.
6181
6182 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6183
6184 * emacs-lisp/advice.el (ad-make-advised-definition):
6185 Construct advice for subrs differently.
6186
6187 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6188 regexp in parentheses when building the regexp for searching backwards.
6189
6190 * simple.el (completion-list-mode-finish): New function.
6191 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6192
6193 * language/european.el ("Polish"): Change sample text.
6194 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6195
6196 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6197 parameter.
6198
6199 * faces.el (menu): Doc fix.
6200
6201 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6202
6203 * ps-print.el: Footer implementation. Doc fix.
6204 (ps-print-version): New version number (6.5.1).
6205 (ps-header-frame-alist): New customization var for header frame
6206 properties.
6207 (ps-line-number-color): New customization var for line number color.
6208 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6209 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6210 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6211 (ps-right-footer): New customization vars for footers.
6212 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6213 footers.
6214 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6215 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6216 Code fix.
6217 (ps-prologue-file): Indentation fix.
6218 (ps-print-quote): Fun eliminated.
6219 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6220 (ps-output-frame-properties): New fun.
6221 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6222 (ps-skip-newline): Replace defun by defsubst.
6223
6224 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6225
6226 * eshell/eshell.el (eshell-command): Needed a "%s" format
6227 specifier, in case the buffer contains percent characters.
6228
6229 2001-04-10 John Wiegley <johnw@gnu.org>
6230
6231 * calendar/timeclock.el (timeclock-generate-report): Added a
6232 missing insert of the project name.
6233
6234 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6235
6236 * obsolete/profile.el: Moved from emacs-lisp/.
6237
6238 * Makefile.in (nonobsolete_setwins): New macro.
6239 (finder-data): Use it instead of `setwins'.
6240 From: Dave Love <fx@gnu.org>.
6241
6242 * server.el (server-visit-files): Set server-existing-buffer correctly.
6243 (server-visit-files): Run server-visit-hook after going to
6244 line 1 so that the hook can set point as it sees fit.
6245
6246 * bindings.el (mode-line-modified): Unify help messages.
6247
6248 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6249
6250 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6251 All callers changed.
6252
6253 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6254
6255 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6256 long file names aren't supported, truncate the file names in
6257 quail-misc-package-ext-info to 8+3 before matching them against
6258 FILENAME.
6259
6260 * dos-fns.el (dos-truncate-to-8+3): New function.
6261
6262 * progmodes/compile.el (grep-compute-defaults): Use null-device
6263 instead of literal /dev/null. Reported by Jens Schmidt
6264 <schmidt@mathematik.uni-kl.de>.
6265
6266 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6267
6268 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6269
6270 * textmodes/sgml-mode.el: Add unknown maintainer.
6271 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6272 (html-mode-map): Use set-keymap-parent.
6273
6274 2001-04-06 Dave Love <fx@gnu.org>
6275
6276 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6277 Remove redundant string-to-list.
6278
6279 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6280
6281 * composite.el (reference-point-alist): Doc fix.
6282
6283 2001-04-05 Sam Steingold <sds@gnu.org>
6284
6285 * font-lock.el (font-lock-keywords-case-fold-search):
6286 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6287 file made font-lock case-insensitive.
6288
6289 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6290
6291 * faces.el (defface menu): Doc fix.
6292
6293 * wid-edit.el (widget-color-sample-face-get): Don't make
6294 faces for undefined colors.
6295
6296 * version.el (emacs-version): Include LessTif/Motif version info.
6297
6298 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6299
6300 * ps-mule.el: Eliminate cl package dependence.
6301 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6302 if they aren't defined yet.
6303 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6304 Eliminate cl package dependence.
6305
6306 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6307
6308 * progmodes/cc-cmds.el (c-outline-level):
6309 Bind buffer-invisibility-spec. Originally from Dave Love, but
6310 got lost when incorporating version 5.26.
6311
6312 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6313
6314 * emulation/pc-select.el (pc-selection-mode):
6315 Call normal-erase-is-backspace-mode instead of binding
6316 keys individually.
6317
6318 * cus-load.el (normal-erase-is-backspace): Use it instead of
6319 delete-key-deletes-forward.
6320
6321 * startup.el (command-line): Use normal-erase-is-backspace and
6322 normal-erase-is-backspace-mode.
6323
6324 * simple.el (normal-erase-is-backspace): Rename from
6325 delete-key-deletes-forward. Doc fix.
6326 (normal-erase-is-backspace-mode): Rename from
6327 delete-key-deletes-forward-mode. Doc fix.
6328 Run normal-erase-is-backspace-hook.
6329
6330 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6331 ``human-readable'' format produced by GNU `ls'.
6332 (dired-move-to-filename-regexp): Recognize ISO format dates.
6333 From Paul Eggert <eggert@twinsun.com>.
6334
6335 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6336
6337 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6338 New functions.
6339 (lm-verify): Check keywords.
6340 From Eric M. Ludlam <eric@siege-engine.com>.
6341
6342 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6343
6344 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6345 `xemacs' feature instead of for the function `set-extent-property'.
6346
6347 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6348
6349 * mail/mh-utils.el (mh-folder-hist): New var.
6350 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6351
6352 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6353
6354 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6355 region, position point on the first or last 16-byte group.
6356 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6357 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6358 hexl-beginning-of-line.
6359
6360 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6361
6362 * icomplete.el (icomplete-mode): Treat an argument like other
6363 modes do.
6364
6365 * startup.el (fancy-splash-head): Use splash8.xpm for color
6366 depth 8.
6367
6368 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6369 Add an antry for ``converts''.
6370
6371 * language/slovak.el ("Slovak"): Add documentation string.
6372 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6373
6374 * language/czech.el ("Czech"): Add documentation string.
6375 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6376
6377 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6378 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6379
6380 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6381
6382 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6383 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6384 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6385 Use `defsubst' rather than a macro to ease debugging.
6386 (mail-extr-last): Remove (use `last' instead).
6387 (mail-extract-address-components): Properly reset the syntax-table
6388 after parsing an address. Use `last' rather than mail-extr-last.
6389 Make sure the end marker stays at the very end.
6390
6391 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6392
6393 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6394 last change.
6395
6396 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6397
6398 * ps-print.el: Line and paragraph spacing feature. Region to cut
6399 out when printing. Doc fix.
6400 (ps-print-version): New version number (6.5).
6401 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6402 New vars. Line and paragraph spacing feature.
6403 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6404 out when printing.
6405 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6406 (ps-get-font-size, ps-begin-job, ps-continue-line)
6407 (ps-plot-region): Code fix.
6408 (ps-print-prologue-2): Var eliminated.
6409 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6410 New internal vars.
6411 (ps-get-size): New fun.
6412 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6413 (ps-next-line): Replace defun by defsubst.
6414 (ps-mule-plot-string): Autoload doc fix.
6415
6416 * ps-bdf.el: XEmacs compatibility. Doc fix.
6417 (installation-directory, coding-system-for-read): Declare vars if
6418 it's not declared yet.
6419 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6420
6421 * ps-mule.el: XEmacs compatibility. Doc fix.
6422 (leading-code-private-22): Declare var if it's not declared yet.
6423 (charset-bytes, charset-dimension, charset-id, charset-width)
6424 (find-charset-region, split-char, char-width, chars-in-region)
6425 (forward-point, decompose-composite-char, encode-coding-string)
6426 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6427 Define funs if not defined yet.
6428 (encode-composition-rule, find-composition): Define funs if not
6429 loaded yet.
6430 (ps-mule-prologue): PostScript code fix.
6431
6432 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6433
6434 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6435 non-nil, generate font for the header strings.
6436 (ps-mule-prepare-font): Likewise.
6437 (ps-mule-generate-glyphs): Likewise.
6438 (ps-mule-string-encoding): Likewise.
6439 (ps-mule-header-charsets): New variable.
6440 (ps-mule-encode-header-string): New function.
6441 (ps-mule-header-string-charsets): New function.
6442 (ps-mule-begin-job): Check charsets in the header strings. If there
6443 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6444
6445 * ps-print.el (ps-generate-header-line): Encode the header string by
6446 ps-mule-encode-header-string.
6447 (ps-mule-encode-header-string): Declare autoload.
6448
6449 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6450
6451 * frame.el (cursor-in-non-selected-windows):
6452 Replaces show-cursor-in-non-selected-windows.
6453
6454 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6455
6456 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6457 Delete entries for "chinese-py" and "chinese-ziranma".
6458 (quail-misc-package-ext-info): New variable.
6459 (tsang-quick-converter): New function.
6460 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6461 (quick-cns-converter, py-converter, ziranma-converter)
6462 (miscdic-convert, batch-miscdic-convert): New functions.
6463
6464 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6465
6466 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6467 eight-bit-control chars.
6468
6469 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6470 Reduce making temporary vector (suggested by Dave Love).
6471
6472 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6473
6474 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6475 string as well.
6476
6477 2001-03-30 Andreas Schwab <schwab@suse.de>
6478
6479 * files.el (backup-directory-alist): Fix typo.
6480
6481 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6482
6483 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6484 <eggert@twinsun.com>.
6485
6486 2001-03-30 Dave Love <fx@gnu.org>
6487
6488 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6489
6490 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6491
6492 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6493
6494 2001-03-30 Miles Bader <miles@gnu.org>
6495
6496 * subr.el (interactive-form): Fix paren typo.
6497
6498 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6499
6500 * emacs-lisp/profile.el: Say that it's obsolete in the header
6501 line, so that finder.el puts that into its data-base.
6502 Suggested by Alex Schroeder <alex@gnu.org>.
6503
6504 2001-03-29 Paul Eggert <eggert@twinsun.com>
6505
6506 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6507 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6508
6509 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6510
6511 * generic.el (generic-mode-set-comments): Use "" rather than nil
6512 for comment-end.
6513
6514 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6515
6516 * emacs-lisp/advice.el (ad-make-advised-definition):
6517 Call interactive-form to obtain the interactive spec of subrs.
6518
6519 * subr.el (interactive-form): New function.
6520
6521 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6522
6523 * vc-sccs.el (vc-sccs-register): Use relative file names.
6524
6525 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6526
6527 * bookmark.el (bookmark-get-bookmark): Handle case that
6528 BOOKMARK is not a string.
6529
6530 * image.el (image-type-regexps): Change type for PS files
6531 to `postscript'.
6532
6533 * subr.el (read-passwd): Clear command history after each
6534 character entered. From: Stephen Gildea
6535 <gildea@stop.mail-abuse.org>.
6536
6537 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6538
6539 * international/kkc.el (kkc-save-init-file): Locally bind
6540 print-length to nil.
6541
6542 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6543
6544 * textmodes/flyspell.el: Some doc fixes.
6545 (flyspell-maybe-correct-transposition)
6546 (flyspell-maybe-correct-doubling): Use a temporary buffer
6547
6548 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6549
6550 * emacs-lisp/byte-opt.el (byte-optimize-while)
6551 (byte-optimize-form-code-walker): Diagnose too few arguments
6552 for `if' and `while'.
6553
6554 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6555
6556 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6557 Prepend `\' to "\<quail-translation-docstring>".
6558
6559 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6560
6561 * autorevert.el (global-auto-revert-non-file-buffers):
6562 Remove duplicate defcustom.
6563
6564 2001-03-26 Miles Bader <miles@gnu.org>
6565
6566 * international/latin1-disp.el (latin1-char-displayable-p):
6567 Add leading "-" for X font pattern.
6568
6569 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6570
6571 * international/mule-diag.el (describe-coding-system):
6572 For raw-text and emacs-mule, don't add anymore text about what
6573 charsets they can encode.
6574
6575 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6576
6577 * help.el (view-lossage): Mention open-dribble-file in the doc
6578 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6579
6580 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6581
6582 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6583 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6584
6585 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6586
6587 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6588 Call ccl-execute-on-string directly so that CCL program handling
6589 multibyte sequence can work correctly.
6590 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6591 property of the coding system.
6592
6593 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6594
6595 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6596 Fix transcription typo.
6597
6598 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6599
6600 * whitespace.el: Add buffer local variables to toggle testing of
6601 whitespaces in buffers without affecting the default values.
6602 Bump version to 3.0 to account for a few other changes.
6603 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6604 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6605 (whitespace-toggle-spacetab-check): New functions.
6606
6607 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6608
6609 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6610
6611 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6612
6613 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6614 bs-cycle-configuration-name. From Juanma Barranquero
6615 <lektu@uol.com.br>.
6616
6617 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6618 and cc-vars.el.
6619
6620 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6621 headers. Always invoke sendmail with option -t.
6622
6623 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6624
6625 * Release of cc-mode 5.28.
6626
6627 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6628
6629 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6630 Removed the hardcoded switch to "java" style in Java mode.
6631 It's instead taken care of by the default value for c-default-style.
6632
6633 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6634
6635 * cc-align.el (c-lineup-math): Fix bug where lineup was
6636 triggered by equal signs in string literals.
6637
6638 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6639
6640 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6641 limit detection when at the ends of the buffer.
6642
6643 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6644 "for" statement clause in case 7F; a better one is done
6645 earlier in case 7D anyway.
6646
6647 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6648
6649 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6650 somewhat more and did a small optimization.
6651
6652 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6653
6654 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6655 Use the limit argument only to limit the syntactic context
6656 search, not to limit the actual movement.
6657
6658 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6659 inside multiline strings, just like in comments. Also various
6660 fixes to the paragraph and comment prefix recognition, block
6661 comment ender handling etc.
6662
6663 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6664
6665 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6666 the relative position of the point.
6667
6668 * cc-cmds.el (c-electric-continued-statement): New function to
6669 use as abbrev hook to reindent for keywords such as "else"
6670 that continues an earlier statement.
6671
6672 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6673 like classes.
6674
6675 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6676 (pike-mode): Populate the default abbrev tables to reindent for
6677 keywords such as "else" that can continue earlier statements.
6678 Abbrev mode is therefore turned on by default now. (Note that
6679 this doesn't apply to idl-mode, since IDL afaik doesn't have
6680 statements at all.)
6681
6682 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6683
6684 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6685 bracelists where the declaration contains template arguments.
6686
6687 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6688
6689 * cc-cmds.el (c-comment-indent):
6690 Use `c-get-syntactic-indentation' to correctly calculate the
6691 syntactic indentation. Fixes bug with lineup functions that
6692 return vectors.
6693
6694 * cc-engine.el (c-get-syntactic-indentation): Split the
6695 indentation sum calculation from `c-indent-line' to a separate
6696 function.
6697
6698 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6699
6700 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6701 Fixed places where it was assumed that preprocessor directives
6702 have to start in column zero.
6703
6704 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6705 template arguments after a class identifier properly.
6706
6707 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6708 lists for `new Foo[]' constructs in Java as expressions and
6709 not top level definition brace lists on the top level, so that
6710 they'll get indented consistently with the same type of
6711 expression in a normal block.
6712
6713 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6714
6715 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6716 whether the adaptive filling package fails to keep the comment
6717 prefix is now kludged further to check for filladapt-mode
6718 which doesn't have that problem. This is really icky, but it's
6719 the only way that works with the current misfeatures/bugs in
6720 both adaptive-fill-mode and filladapt-mode.
6721
6722 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6723 around point is recognized more robust.
6724
6725 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6726
6727 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6728 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6729 (c-lit-type): Fixed all internal variables used dynamically so
6730 that they are always bound.
6731
6732 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6733 errors:
6734
6735 (c-indent-region): Fixed reporting of syntactic errors so that
6736 the region is fully reindented even when an error occurs.
6737 The last syntactic error is printed afterwards. Also cleanup up a
6738 whole lot of code that tried to optimize indentation of whole
6739 sexps but in reality accomplishes nothing.
6740
6741 (c-indent-sexp): Use c-indent-region.
6742
6743 (c-parsing-error): Changed this variable to hold the message
6744 for any syntactic error that is discovered.
6745
6746 (c-parse-state): Search backward from point instead of the bod
6747 position when the latter is invalid. This makes CC Mode
6748 recover faster when there are unbalanced close braces.
6749
6750 (c-backward-to-start-of-if): Use c-parsing-error to report
6751 dangling "else" clauses instead of throwing an error, and fall
6752 back to a reasonable position.
6753
6754 (c-indent-line): Added argument to avoid reporting syntactic errors.
6755
6756 (c-show-syntactic-information): Don't report any syntactic errors.
6757
6758 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6759
6760 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6761 paragraph recognition when moving by sentence in literals.
6762
6763 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6764 start regexp for javadoc to recognize javadoc markup in general instead
6765 of a specific set of keywords, to be more future-safe.
6766
6767 (c-Pike-pikedoc-paragraph-start)
6768 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6769 pikedoc markup.
6770
6771 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6772
6773 (pike-mode): Initialize paragraph settings pikedoc recognition.
6774
6775 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6776
6777 (c-comment-prefix-regexp): Made it possible to use an
6778 association list on this to specify mode specific regexps.
6779 The default value now use a special regexp in Pike mode to
6780 recognize pikedoc markup.
6781
6782 (c-current-comment-prefix): New variable containing the actual
6783 regexp from c-comment-prefix-regexp for the current buffer.
6784
6785 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6786
6787 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6788 lists: We can't look at the syntax, since a brace list can get
6789 recognized as a plain statement-cont.
6790
6791 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6792 special brace list opener broken over two lines got recognized
6793 as a statement on the second line. Case 9A changed.
6794
6795 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6796
6797 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6798 adjustment after line is reindented.
6799
6800 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6801
6802 * cc-defs.el (c-point): Added optional argument for position
6803 to use instead of the current point.
6804
6805 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6806 the in-expression block symbols when the construct starts at
6807 boi, to avoid the extra level of indentation in that case.
6808 Cases 4, 16A and 17E affected.
6809
6810 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6811
6812 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6813 calls to `c-indent-line', to adhere better to Emacs conventions.
6814
6815 * cc-engine.el (c-indent-line): Use the syntax already bound
6816 to `c-syntactic-context', if there is any.
6817
6818 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6819
6820 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6821 wasn't added up correctly when a lineup function returned nil.
6822
6823 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6824
6825 * cc-engine.el (c-collect-line-comments): Fixed bug where
6826 empty lines were ignored when collecting line comments backwards.
6827
6828 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6829
6830 * cc-align.el (c-lineup-dont-change): Return an absolute
6831 indentation column to work correctly in the case when several
6832 syntactic elements are processed for the same line.
6833
6834 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6835 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6836 (c-set-offset): Added absolute indentation column settings by
6837 using the vector type.
6838
6839 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6840
6841 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6842 Implemented two new cleanups `space-before-funcall' and
6843 `compact-empty-funcall'.
6844
6845 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6846
6847 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6848 helping building regexps.
6849
6850 * cc-engine.el (c-on-identifier): New function for detecting
6851 identifiers. It takes keywords into account.
6852
6853 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6854 lists. `c-keywords' is set to a regexp matching all keywords
6855 in the current language.
6856
6857 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6858
6859 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6860 list of characters to skip backwards over at the beginning of
6861 a statement, since it can precede string literals in Pike.
6862
6863 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6864
6865 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6866 recognition when standing on the last line in a C++ comment
6867 with nothing but whitespace after the prefix.
6868
6869 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6870 given no limit argument.
6871
6872 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6873
6874 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6875 recognition for the `[]= operator symbol in Pike.
6876
6877 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6878
6879 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6880 around a bug in `eval-when-compile' in the byte compiler.
6881
6882 * cc-engine.el (c-forward-token-1): Fixed bug with return
6883 value when count is zero and there's no token start within the limit.
6884
6885 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6886 "prefix comments", i.e. comments which are followed by code on
6887 the same line.
6888
6889 * cc-mode-19.el: Fixes so that checks that must be done at
6890 compile time also are done then.
6891
6892 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6893
6894 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6895 time and at runtime, and only when it's needed.
6896
6897 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6898
6899 Major cleanup for less error prone and more warning free
6900 compilation, including some fixes for bugs due to different
6901 compilation orders. Thanks to Martin Buchholz for providing
6902 the basis for all this.
6903
6904 * cc-bytecomp.el: New file that provides some byte compilation
6905 features: It ensures that files always are loaded from the
6906 current source directory during compilation, and it provides a
6907 set of macros to turn off specific compiler warnings for
6908 specific symbols. (It's not CC Mode specific in any way.)
6909
6910 Fixed a nearly acyclic dependency tree (both runtime and
6911 compile-time) between all files.
6912
6913 * cc-defs.el: Separated all macros before the inline functions,
6914 to ensure correct compilation.
6915
6916 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6917 cc-defs.el to cc-engine.el and made it a function instead.
6918
6919 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6920 about char-after.
6921
6922 * cc-vars.el: Cope even when there isn't a custom package
6923 containing defcustom available.
6924
6925 * cc-make.el: Removed since it's no longer necessary.
6926
6927 README: Updated installation instructions.
6928
6929 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6930
6931 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6932 improve the modularity: Moved all mode init stuff from
6933 cc-langs.el to cc-mode.el, including the keymap
6934 initialization; cc-langs now only contains the various
6935 variables for configuring the language syntax.
6936
6937 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6938 (c-get-offset): Moved from cc-styles to cc-engine since file
6939 dependency analysis suggests they belong there (which also
6940 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6941
6942 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6943
6944 * cc-cmds.el (c-fn-region-is-active-p): New function that
6945 wraps the corresponding macro, for use in places that aren't
6946 compiled. Thanks to Martin Buchholz for pointing out this.
6947
6948 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6949
6950 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6951 add things to the bug report.
6952
6953 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6954
6955 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6956 returned prefix could contain a newline when the search for a
6957 good prefix line failed.
6958
6959 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6960
6961 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6962 (c-toggle-auto-hungry-state): Made the argument optional, as
6963 the documentation says it is.
6964
6965 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6966
6967 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6968 multiline string syntax, #"...", as a cpp macro.
6969
6970 2001-03-21 Paul Eggert <eggert@twinsun.com>
6971
6972 * international/mule-cmds.el (set-locale-environment):
6973 Set system-messages-locale and system-time-locale, but only if the
6974 caller specifies a non-nil locale name.
6975
6976 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6977
6978 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6979 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6980
6981 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6982
6983 * follow.el (follow-avoid-tail-recenter): Doc fix.
6984
6985 * custom.el (custom-set-variables): Avoid reversing the list
6986 of args needlessly.
6987
6988 * startup.el (fancy-splash-head): Don't change the colors of the
6989 XPM image on a dark background.
6990
6991 * comint.el (comint-exec-1): Set columns of the terminal to
6992 window-width instead of frame-width.
6993
6994 * info.el (Info-scroll-down): Add missing WINDOW arg for
6995 pos-visible-in-window-p.
6996
6997 * ehelp.el (electric-help-mode-hook): Add defcustom.
6998
6999 * mail/sendmail.el (mail-mode): Activate case-folding in
7000 font-lock-defaults.
7001
7002 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
7003
7004 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
7005 (completion-ignored-extensions): Remove duplicate ".class".
7006
7007 2001-03-19 Andreas Schwab <schwab@suse.de>
7008
7009 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
7010 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
7011
7012 2001-03-19 Gerd Moellmann <gerd@gnu.org>
7013
7014 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
7015 methods since there are not prefix input methods.
7016
7017 2001-03-19 Kenichi Handa <handa@etl.go.jp>
7018
7019 * international/mule-cmds.el (read-input-method-name):
7020 Locally bind enable-recursive-minibuffers to t.
7021
7022 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
7023
7024 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
7025
7026 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
7027
7028 * ediff-util.el: Copyright years.
7029 (ediff-choose-syntax-table): New function.
7030 (ediff-setup): Use ediff-choose-syntax-table.
7031
7032 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7033 with-syntax-table.
7034
7035 * ediff.el: Date of last update, copyright years.
7036
7037 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7038
7039 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7040 of Scott Bronson.
7041 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
7042 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7043 Deleted functions.
7044 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7045 ex-token-list.
7046
7047 * viper-util.el: Spaces, indentation.
7048
7049 * viper.el: Changed version, modification time.
7050
7051 2001-03-16 John Wiegley <johnw@gnu.org>
7052
7053 * calendar/timeclock.el (timeclock-workday-remaining):
7054 Check whether `discrep' is non-null before using it.
7055
7056 2001-03-16 John Wiegley <johnw@gnu.org>
7057
7058 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
7059 first-time checkins.
7060 (timeclock-log-data): Fixed problem with reading timelog log file.
7061 Resulting data in the "day list" was incorrect.
7062 (timeclock-find-discrep): Check if `timeclock-file' is readable
7063 before opening it.
7064 (timeclock-time-less-p): New function.
7065 (timeclock-day-base): New function.
7066 (timeclock-geometric-mean): New function.
7067 (timeclock-generate-report): Generate a summary report based on
7068 the contents of the log file. This uses `timeclock-log-data', and
7069 is an example of writing a timelog manipulation function.
7070 (timeclock-visit-timelog): A quick command for opening the timelog
7071 file.
7072 (timeclock-log-data): Bound the variable event.
7073
7074 2001-03-16 Kenichi Handa <handa@etl.go.jp>
7075
7076 * international/mule-cmds.el (select-safe-coding-system):
7077 Fix typo: symbol-name -> symbol-value.
7078
7079 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
7080 before substitute-in-file-name to handle double slashes in FILE
7081 correctly.
7082
7083 2001-03-15 Gerd Moellmann <gerd@gnu.org>
7084
7085 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
7086 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
7087
7088 2001-03-14 Gerd Moellmann <gerd@gnu.org>
7089
7090 * bindings.el (features): Add `md5' and `overlay' to the list.
7091
7092 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
7093 bound before using it. It's not bound when configured without X,
7094 for instance.
7095
7096 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
7097
7098 * progmodes/hideshow.el: Update copyright.
7099 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
7100 (hs-minor-mode-hook): Include `:version' in defcustom form.
7101
7102 2001-03-13 Gerd Moellmann <gerd@gnu.org>
7103
7104 * help.el (string-key-binding): Don't call event-start on
7105 a non-list.
7106
7107 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7108
7109 * startup.el (fancy-splash-tail, command-line-1): Fix the
7110 copyright year.
7111
7112 2001-03-13 Kenichi Handa <handa@etl.go.jp>
7113
7114 * term.el: These changes are based on a patch sent from Yong Lu
7115 <lyongu@yahoo.com>.
7116 (term-set-escape-char): Bind M-x to execute-extended-command in
7117 term-raw-escape-map.
7118 (term-move-columns): Don't try to move to negagive column.
7119 (term-emulate-terminal): Insert a string before deleting a text to
7120 overwrite.
7121
7122 2001-03-12 Gerd Moellmann <gerd@gnu.org>
7123
7124 * play/life.el (life): Rearrange code so that all calls to
7125 life-display-generation are in a catch-form.
7126
7127 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7128 file that isn't interesting. In an interesting file, push the old
7129 value of point on the mark ring.
7130
7131 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7132 New function.
7133 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7134 Use it.
7135
7136 * emacs-lisp/autoload.el (generate-file-autoloads):
7137 Remove warning about line lengths.
7138
7139 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7140
7141 * progmodes/etags.el (tags-compression-info-list): New variable.
7142 (find-tag-in-order): Use it to deal with compressed source files.
7143 (tag-file-name-match-p): New function.
7144 (etags-recognize-tags-table): Use it for better match of file names.
7145
7146 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7147
7148 * international/mule-cmds.el (register-input-method): Doc fix.
7149
7150 * international/quail.el (quail-translate-key): Fix condition to
7151 check if there's another breaking point in the current key.
7152
7153 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7154
7155 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7156 Babyl header to the newly-created output file, bind
7157 coding-system-for-write to either rmail-file-coding-system or
7158 emacs-mule-unix.
7159
7160 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7161
7162 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7163 Fix the name and regexp used for subsubsections.
7164
7165 2001-03-10 Dave Love <fx@gnu.org>
7166
7167 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7168 and save-buffer if buffer-file-name non-nil. From rms.
7169
7170 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7171
7172 * vc.el (vc-do-command): If the destination buffer is already
7173 current, don't set it up and don't erase it. Updated doc string
7174 to reflect that.
7175 (vc-version-diff): When doing a single file diff, don't switch to the
7176 *vc-diff* buffer before the command. This is to preserve local
7177 variable bindings that might affect the diff command.
7178 (vc-print-log): Don't switch to the *vc* buffer before the
7179 command, so that local variable bindings are preserved.
7180
7181 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7182 not the current buffer.
7183 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7184
7185 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7186 make output go to buffer *vc*, not the current buffer.
7187
7188 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7189
7190 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7191 so ^, $, *, ? and + are interpreted correctly.
7192
7193 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7194
7195 * help.el (string-key-binding): Renamed from
7196 mode-line-key-binding. Handle any event on a string.
7197 Check for `keymap' properties as well as `local-map' properties.
7198
7199 * comint.el (comint-insert-clicked-input): Use the last key
7200 from this-command-keys to lookup the global key definition.
7201
7202 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7203
7204 * international/characters.el: Add category `j' for
7205 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7206
7207 * international/mule-conf.el (no-conversion): Fix docstring.
7208 (raw-text): Fix docstring.
7209
7210 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7211
7212 * simple.el (choose-completion-string): When not leaving the
7213 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7214 is set.
7215
7216 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7217 parameter `(minibuffer . t)'.
7218
7219 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7220
7221 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7222 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7223 (sh-mode): Remove `make-local-variable' for unused var
7224 `font-lock-unfontify-region-function'.
7225
7226 2001-03-07 Richard M. Stallman <rms@gnu.org>
7227
7228 * info.el (Info-scroll-down): Fix previous change.
7229
7230 * mail/rmail.el (rmail-toggle-header): Use a window which
7231 is showing the Rmail buffer, rather than the selected window.
7232
7233 2001-03-07 Dave Love <fx@gnu.org>
7234
7235 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7236 now, to avoid problems with binding imenu directly to a mouse event.
7237
7238 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7239
7240 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7241 second arg t.
7242
7243 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7244
7245 * log-edit.el (log-edit-common-indent): New var.
7246 (log-edit-set-common-indentation): Renamed from
7247 log-edit-delete-common-indentation. Use the new var.
7248 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7249
7250 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7251 (cvs-mode-add-change-log-entry-other-window):
7252 Don't presume change-log-default-name is defined.
7253
7254 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7255
7256 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7257 the "tree" operation as well.
7258
7259 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7260
7261 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7262 to match paragraph-start.
7263
7264 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7265 comment-start-skip and set comment-end-skip as well.
7266 (sgml-comment-indent): Fix for new value of comment-start-skip.
7267 (html-autoview-mode): Don't bother using make-local-hook.
7268
7269 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7270
7271 * cus-edit.el (custom-save-delete): Move in front of local
7272 variables, otherwise long Custom entries would make them ineffective.
7273
7274 * uniquify.el: Set maintainer to FSF.
7275
7276 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7277
7278 * dired-aux.el (dired-do-shell-command): Doc fix.
7279
7280 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7281
7282 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7283
7284 * which-func.el (which-func-modes): Add cperl-mode.
7285 (which-func-mode-global): Use define-minor-mode.
7286
7287 * info-look.el: Docstring fixes and dead code eliminated.
7288 (cperl-mode): Add support.
7289 (emacs-lisp-mode): List all entries from elisp manual, whether
7290 or not they are currently (f)bound or not. Update regexp.
7291
7292 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7293
7294 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7295 so that C-h m shows the correct information.
7296 Use make-local-variable rather than make-variable-buffer-local.
7297 (cperl-info-buffer, cperl-setup-tmp-buf):
7298 Use make-local-variable rather than make-variable-buffer-local.
7299 (cperl-msb-fix, cperl-get-help-defer):
7300 Check major-mode for `cperl-mode' as well.
7301
7302 * progmodes/cperl-mode.el: Updated to author version 4.23.
7303 (cperl-electric-pod): SYNOPSIS was misspelled.
7304 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7305 (cperl-after-expr-p): Make true after __END__.
7306
7307 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7308
7309 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7310 bookmark-completion-ignore-case is t.
7311
7312 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7313 switch, like xterm, and concat resource strings, with a newline
7314 between them.
7315
7316 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7317
7318 * international/codepage.el (cp770-decode-table)
7319 (cp773-decode-table, cp774-decode-table): New variables.
7320
7321 * man.el (Man-hyphenated-reference-regexp): New variable.
7322 (Man-build-references-alist): Use it to search for referenced
7323 manpages. If hyphenated is non-nil, record a concatenated word in
7324 Man-refpages-alist only if it matches Man-reference-regexp.
7325 Update word's length when it is concatenated. Reverse the list,
7326 to get the first manpage at the head.
7327 (Man-possibly-hyphenated-word): New function.
7328 (Man-follow-manual-reference): Use it instead of current-word to
7329 find a manpage at point, in a way that accounts for hyphenated
7330 references.
7331
7332 2001-03-06 Alex Schroeder <alex@gnu.org>
7333
7334 * sql.el (sql-interbase): New function.
7335 (sql-interbase-program): New option.
7336 (sql-interbase-options): New option.
7337 And some typos fixed: "customise" to "customize".
7338
7339 2001-03-06 Dave Love <fx@gnu.org>
7340
7341 * textmodes/flyspell.el (flyspell-region):
7342 Set up flyspell-local-mouse-map.
7343
7344 2001-03-05 Richard M. Stallman <rms@gnu.org>
7345
7346 * mail/rmail.el (rmail-retry-failure):
7347 Don't call rmail-beginning-of-message.
7348 Don't discard From: field. Do discard Received: field.
7349 Use unwind-protect to re-prune.
7350 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7351
7352 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7353
7354 * international/quail.el (quail-title): Add autoload cookie.
7355
7356 2001-03-05 Dave Love <fx@gnu.org>
7357
7358 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7359 new defs.
7360
7361 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7362
7363 * language/ethio-util.el (ethio-toggle-space):
7364 Update current-input-method-title if necessary.
7365 (ethio-toggle-punctuation): Likewise.
7366
7367 * international/quail.el (quail-title): Fix for the case that a
7368 title of an input method is specified by a list of the same form
7369 as used in mode-line-format.
7370
7371 * international/mule-cmds.el (activate-input-method):
7372 If current-input-method-title is set by activating INPUT-METHOD,
7373 respect that value.
7374
7375 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7376
7377 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7378
7379 2001-03-05 Alex Schroeder <alex@gnu.org>
7380
7381 * sql.el (sql-sybase): Fix typo (was: query user about server two
7382 times instead of server and database).
7383
7384 * sql.el (sql-sybase): Doc change.
7385 (sql-mysql): Doc change.
7386 (sql-postgres): Doc change.
7387
7388 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7389
7390 * international/mule-conf.el (emacs-mule, raw-text):
7391 Docstring modified.
7392
7393 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7394
7395 * term/internal.el: Update copyright notice.
7396
7397 * term/pc-win.el: Update copyright notice.
7398
7399 2001-03-02 Dave Love <fx@gnu.org>
7400
7401 * files.el (insert-file-contents-literally):
7402 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7403 not jka-compr-compression-info-list.
7404
7405 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7406
7407 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7408 spaces in default comment-start-skip settings rather than \s-.
7409
7410 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7411
7412 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7413 default-frame-alist as well.
7414
7415 2001-03-01 Dave Love <fx@gnu.org>
7416
7417 * textmodes/reftex.el (defvar): Wrap some defvars in
7418 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7419
7420 * subr.el (event-basic-type): Doc fix.
7421
7422 * international/quail.el: Doc fixes.
7423
7424 * international/utf-8.el: Doc fixes.
7425
7426 * international/mule-cmds.el: Doc fixes.
7427 (leim-list-header): Fix header text.
7428
7429 * international/mule.el (coding-system-category): Doc fix.
7430
7431 * international/ccl.el (ccl-compile): Doc fix.
7432
7433 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7434
7435 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7436 rather than (before|after)-change-functions.
7437
7438 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7439
7440 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7441 scroll-left and scroll-right being called interactively so that
7442 they set the window's min_hscroll.
7443
7444 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7445
7446 * info.el (info-insert-file-contents-1): Accept an additional
7447 argument `lfn': if it is non-nil, concatenate `filename' and
7448 `suffix'; otherwise use the complicated MS-DOS code.
7449 All callers changed.
7450 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7451 can access long file names, try the long file-name version of
7452 `info-insert-file-contents-1', then the short file-name version.
7453
7454 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7455
7456 * language/ethio-util.el (setup-ethiopic-environment-internal):
7457 Change bindings of functions keys to conform to "Emacs Lisp Coding
7458 Convention".
7459
7460 * language/ethiopic.el ("Ethiopic"): Add documentation.
7461
7462 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7463
7464 * international/utf-8.el (mule-utf-8): Set coding-category
7465 property to coding-category-utf-8.
7466
7467 2001-02-27 Richard M. Stallman <rms@gnu.org>
7468
7469 * lpr.el (lpr-page-header-switches, print-region-1):
7470 Undo 2000-07-06 change.
7471 (lpr-add-switches): Default to t on gnu/linux.
7472
7473 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7474
7475 * bs.el (bs-attributes-list): Doc fix.
7476
7477 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7478
7479 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7480
7481 * help.el (view-order-manuals): Use goto-address.
7482
7483 * startup.el (command-line-1): Add info about ordering manuals
7484 to the not so fancy splash screens.
7485
7486 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7487
7488 * vc.el (vc-default-workfile-unchanged-p)
7489 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7490
7491 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7492
7493 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7494 fontify in the right buffer.
7495
7496 * allout.el (outline-flag-region): Move macro in front of first
7497 use to avoid a run-time error.
7498
7499 2001-02-24 Andrew Innes <andrewi@gnu.org>
7500
7501 * makefile.w32-in: Fix copyright notice.
7502
7503 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7504
7505 * international/utf-8.el (mule-utf-8): Set correct value for
7506 valid-codes property.
7507
7508 * international/fontset.el (x-complement-fontset-spec): In the
7509 case that we use ASCII font for the other charsets, use only
7510 family and registry part of it.
7511
7512 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7513
7514 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7515 (shrink-window-if-larger-than-buffer): Doc fix.
7516
7517 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7518
7519 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7520 predicate passed to completing-read.
7521
7522 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7523
7524 * startup.el (command-line): Fix last change.
7525
7526 2001-02-23 Jason Rumney <jasonr@gnu.org>
7527
7528 * startup.el (tool-bar-originally-present): New variable.
7529 (command-line): Set it if the tool-bar is switched on at startup.
7530
7531 * frame.el (frame-notice-user-settings): Only adjust frame height
7532 for no tool-bar case if tool-bar was originally switched on.
7533 From E. Jay Berkenbilt.
7534
7535 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7536
7537 * server.el (server-switch-buffer): Only switch window if the
7538 current one is dedicated.
7539
7540 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7541 rather than using (match-beginning 0) when searching for break point.
7542
7543 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7544
7545 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7546 @ follows an accent command such as @'. Support optional braces
7547 in commands that insert accents, like makeinfo does.
7548
7549 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7550
7551 * startup.el (fancy-splash-text): Add a line for ordering
7552 manuals. Reverse order of splash screens shown.
7553 (use-fancy-splash-screens-p): Adapt to the text line added.
7554
7555 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7556 manuals from the FSF.
7557
7558 * help.el (view-order-manuals): New function.
7559 (toplevel): Bind C-h C-m to this function.
7560
7561 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7562
7563 * newcomment.el (comment-forward): Skip the comment-start before
7564 searching for the comment-end.
7565
7566 2001-02-21 Dave Love <fx@gnu.org>
7567
7568 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7569
7570 * international/mule-cmds.el, international/mule.el: Doc fixes.
7571
7572 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7573
7574 * startup.el (fancy-splash-screens): Use display-hourglass
7575 instead of display-busy-cursor.
7576
7577 * frame.el (display-hourglass): Renamed from busy-cursor.
7578 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7579 (show-cursor-in-non-selected-windows): Doc fix.
7580
7581 2001-02-20 Dave Love <fx@gnu.org>
7582
7583 * international/utf-8.el: Doc and commentary fixes.
7584
7585 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7586
7587 * ehelp.el (with-electric-help): Doc fix.
7588
7589 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7590
7591 * msb.el (msb-mode): Call the update-buffers function explicitly
7592 with a FORCE argument.
7593
7594 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7595 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7596 returns nil.
7597
7598 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7599
7600 * ps-print.el: Timestamp package replacement. Some enhancements.
7601 Some XEmacs compatibility. Doc fix.
7602 (ps-print-version): New version number (6.4).
7603 (ps-printer-name): Initialization fix.
7604 (ps-zebra-stripe-follow): Funcionality enhancement.
7605 (ps-prologue-file): Code enhancement.
7606 (ps-right-header): Timestamp package replacement.
7607 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7608 (ps-get-page-dimensions)
7609 (ps-generate-header, ps-begin-file, ps-begin-job)
7610 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7611 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7612 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7613 (coding-system-for-write): Var declaration (XEmacs compatibility).
7614
7615 2001-02-20 Miles Bader <miles@gnu.org>
7616
7617 * image-file.el (image-file-name-extensions): Add "tif".
7618
7619 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7620
7621 * wid-edit.el (widget-button-click): Save the selected window
7622 around the code handling clicks on buttons.
7623
7624 2001-02-18 Dave Love <fx@gnu.org>
7625
7626 * imenu.el (imenu--generic-function): Use mapc to iterate over
7627 syntax characters.
7628
7629 2001-02-17 Richard M. Stallman <rms@gnu.org>
7630
7631 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7632
7633 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7634
7635 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7636
7637 * mouse.el (mouse-save-then-kill): If the distance from the new
7638 point to the mark is equal to the distance of point from the new
7639 point, move point instead of the mark.
7640
7641 2001-02-16 Dave Love <fx@gnu.org>
7642
7643 * textmodes/flyspell.el (flyspell-get-word): Return string without
7644 properties.
7645
7646 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7647
7648 * generic.el (generic-find-file-regexp): Doc fix.
7649 (generic-ignore-files-regexp): New defcustom.
7650 (generic-mode-find-file-hook): If the file's name matches the
7651 regexp in `generic-ignore-files-regexp', don't enter
7652 default-generic-mode. Doc fix.
7653
7654 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7655
7656 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7657 Add autoload cookies.
7658
7659 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7660 of cal-tex-24.
7661
7662 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7663
7664 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7665
7666 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7667 the character class after the (optional) drive, to support file
7668 names with embedded blanks.
7669
7670 2001-02-15 Sam Steingold <sds@gnu.org>
7671
7672 * textmodes/tex-mode.el (tex-shell-running):
7673 Check the process buffer too.
7674
7675 2001-02-15 Dave Love <fx@gnu.org>
7676
7677 * battery.el (battery-status-function): Fix doc, :type.
7678
7679 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7680
7681 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7682
7683 * subr.el (read-passwd): Clear Lisp memory holding password.
7684
7685 2001-02-15 Miles Bader <miles@gnu.org>
7686
7687 * info.el (Info-copy-current-node-name): New function.
7688 (Info-mode-menu): Add it to the menu.
7689
7690 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7691
7692 * international/mule-cmds.el (toggle-input-method): Doc fix.
7693
7694 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7695
7696 * replace.el (occur): Stop at end of buffer.
7697
7698 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7699
7700 * international/mule-cmds.el (set-input-method): Another doc fix.
7701
7702 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7703
7704 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7705
7706 2001-02-13 Miles Bader <miles@gnu.org>
7707
7708 * faces.el (set-face-background, set-face-foreground)
7709 (set-face-stipple): Treat a value of nil as being `unspecified'.
7710
7711 2001-02-12 Dave Love <d.love@dl.ac.uk>
7712
7713 * international/latin1-disp.el: Doc fixes.
7714 (latin1-display) <defgroup>: Add :link.
7715 (latin1-display) <function>: Set variable latin1-display.
7716
7717 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7718
7719 * international/mule-cmds.el (set-input-method): Doc fix.
7720
7721 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7722
7723 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7724 (speedbar-line-file): Return nil if not a file.
7725 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7726
7727 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7728
7729 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7730 for remote files.
7731 (ediff-coding-system-for-read): Replaced the no-conversion default
7732 with raw-text.
7733
7734 * ediff-init.el: Removed :version from defcustom vars.
7735
7736 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7737 Better handling of the diff mode.
7738
7739 * ediff.texi: Added ediff-coding-system-for-read.
7740
7741 * viper.texi: Fix typos.
7742
7743 2001-02-11 Dave Love <fx@gnu.org>
7744
7745 * shadowfile.el: Doc fixes.
7746 (shadow) <defgroup>: Add :link.
7747 (shadowfile-unload-hook): New function.
7748 (shadow-initialize): Use defalias, not fset.
7749 (shadow-define-cluster, shadow-define-literal-group)
7750 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7751
7752 * international/mule.el: Doc and message fixes.
7753
7754 * international/ccl.el (define-ccl-program): Doc fix.
7755
7756 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7757
7758 * faces.el (mode-line): Set :line-width property to -1.
7759
7760 2001-02-10 Richard M. Stallman <rms@gnu.org>
7761
7762 * complete.el (partial-completion-mode): Doc fix.
7763
7764 * simple.el (delete-key-deletes-forward-mode):
7765 Change `let' to `let*' to fix gross bug in last change.
7766
7767 * repeat.el (repeat): Don't let execute-kbd-macro alter
7768 real-last-command.
7769
7770 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7771
7772 * simple.el (eval-expression): Doc fix.
7773
7774 2001-02-09 Dave Love <fx@gnu.org>
7775
7776 * imenu.el (imenu-generic-expression): Doc fix.
7777
7778 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7779 From Juanma Barranquero.
7780
7781 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7782
7783 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7784
7785 * faces.el (set-face-attribute): Describe the case of a negative
7786 value specified for :line-width.
7787
7788 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7789
7790 * which-func.el (which-func-mode): Invert which-func-mode-global.
7791 From Juanma Barranquero <lektu@uol.com.br>.
7792
7793 2001-02-08 Dave Love <fx@gnu.org>
7794
7795 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7796 widget-plist-value-type.
7797 (widget-alist-convert-widget): Replace binding of
7798 widget-alist-value-type.
7799
7800 * textmodes/paragraphs.el (sentence-end): Doc fix.
7801
7802 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7803 Remove `backward-line'.
7804
7805 * play/pong.el (pong-blank-color, pong-bat-color)
7806 (pong-ball-color, pong-border-color, pong-left-key)
7807 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7808 (pong-pause-key, pong-resume-key, pong-timer-delay):
7809 * mail/mh-comp.el (mh-compose-letter-function):
7810 * eshell/esh-mode.el (eshell-skip-prompt-function):
7811 * emulation/viper-ex.el (ex-unix-type-shell-options):
7812 * recentf.el (recentf-menu-filter):
7813 * ps-print.el (ps-print-region-function):
7814 * lpr.el (print-region-function):
7815 * forms.el (forms-mode-hooks):
7816 * dirtrack.el (dirtrack-directory-change-hook):
7817 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7818 * textmodes/spell.el (spell-filter):
7819 * textmodes/fill.el (adaptive-fill-function):
7820 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7821 * progmodes/etags.el (find-tag-default-function):
7822 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7823 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7824
7825 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7826
7827 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7828 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7829 Meyering <jim@meyering.net>.
7830
7831 * loadup.el: Revert last change.
7832
7833 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7834
7835 * international/mule.el (transform-make-coding-system-args):
7836 Make it work also for coding systems not using CCL.
7837
7838 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7839
7840 * simple.el (previous-matching-history-element)
7841 (next-matching-history-element): Doc fix.
7842
7843 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7844 specific part.
7845
7846 2001-02-06 Dave Love <fx@gnu.org>
7847
7848 * add-log.el (add-log-current-defun-function)
7849 (add-log-buffer-file-name-function, add-log-file-name-function):
7850 Fix :type.
7851 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7852
7853 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7854
7855 * info.el (info-initialize): Remove the test for system-type when
7856 invocation-directory is non-nil.
7857
7858 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7859 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7860
7861 2001-02-06 Andrew Innes <andrewi@gnu.org>
7862
7863 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7864 absolute.
7865
7866 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7867
7868 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7869 buffers. When hi-lock turned on rather than only checking current
7870 buffer for regexps, all buffers are checked. Moved activation of
7871 font-lock to hi-lock-refontify. When font-lock turned off rather
7872 than removing added highlighting just in current buffer, remove it
7873 in all buffers. Changed edit menu text from "Automatic
7874 Highlighting" to "Regexp Highlighting" Documentation for
7875 highlighting phrases, minor documentation changes.
7876 (hi-lock-set-file-patterns): Execute only if there are new or
7877 existing file patterns.
7878 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7879 unfontify and, if a support mode is active, will not refontify the
7880 whole buffer. If necessary, turn on font lock. (Removed
7881 font-lock-unfontify and font-lock support-mode-specific calls,
7882 such as lazy-lock-fontify-window.)
7883 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7884 patterns are found. Not useful now since find-file-hook is removed
7885 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7886 (hi-lock-face-phrase-buffer): New function. Also added related
7887 menu item and keybinding.
7888 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7889 (hi-lock-process-phrase): New function.
7890 (hi-lock-line-face-buffer): Doc fixes.
7891 (hi-lock-face-buffer): Doc fixes.
7892 (hi-lock-unface-buffer): Doc fixes.
7893
7894 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7895
7896 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7897 dabbrev-ignored-regexps.
7898
7899 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7900
7901 * simple.el (kill-line): Doc fix.
7902
7903 2001-02-05 Dave Love <fx@gnu.org>
7904
7905 * loadup.el: Revert last two changes -- bootstrapping works with
7906 regenerated loaddefs.
7907
7908 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7909
7910 * isearch.el (isearch-forward): Doc fix.
7911
7912 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7913 of font-lock-defaults to backward-paragraph.
7914
7915 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7916
7917 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7918 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7919
7920 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7921
7922 * ebnf2ps.el: Eliminate time-stamp functions.
7923 (ebnf-version): New version (3.5).
7924 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7925 format-time-string.
7926
7927 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7928
7929 * simple.el (next-line): Goto end-of-line before inserting a newline.
7930
7931 2001-02-05 Miles Bader <miles@gnu.org>
7932
7933 * image-file.el (insert-image-file): When visiting an image, also
7934 set `truncate-lines' to t so that any fringe arrow looks correct.
7935
7936 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7937
7938 * isearch.el (isearch-forward): Add description about input method
7939 in the docsting.
7940
7941 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7942
7943 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7944
7945 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7946
7947 * info.el (info-initialize): If installation-directory is nil, for
7948 DOS/Windows systems try looking in a sibling of invocation-directory.
7949
7950 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7951
7952 * wid-edit.el (widget-button-click): Fix last change.
7953
7954 * frame.el (frame-notice-user-settings): When resizing the initial
7955 frame because the tool bar is off, also change the frame's top
7956 position if a negative top position was specified.
7957
7958 2001-02-02 Miles Bader <miles@gnu.org>
7959
7960 * image-file.el (insert-image-file): When visiting an image,
7961 suppress the cursor in the image buffer.
7962
7963 2001-02-01 Dave Love <fx@gnu.org>
7964
7965 * progmodes/f90.el (f90-mode): Remove startup message.
7966
7967 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7968
7969 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7970
7971 * startup.el (command-line): Fix code determining whether or not
7972 to use delete-key-deletes-forward-mode.
7973
7974 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7975
7976 * vc.el (vc-diff-switches): New user option.
7977 (vc-version-diff): Use it.
7978 (vc-diff-switches-list): New macro.
7979
7980 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7981 New customization options.
7982 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7983
7984 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7985
7986 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7987
7988 * msb.el (toplevel): Quote hook symbols.
7989
7990 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7991
7992 * international/mule.el (make-coding-system): Add description
7993 about recognized properties in the docstring.
7994
7995 * international/mule-conf.el: Remove unused charsets
7996 mac-roman-lower and mac-roman-upper.
7997
7998 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7999
8000 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
8001 is in front of the left-margin, if any.
8002
8003 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
8004 like `delete'.
8005
8006 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
8007
8008 * term/w32-win.el (mouse-set-font): Doc fix.
8009
8010 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
8011
8012 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
8013 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
8014 on already.
8015
8016 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
8017
8018 * files.el (save-buffer): Don't give message if (buffer-file-name)
8019 returns nil.
8020
8021 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
8022
8023 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
8024
8025 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
8026 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
8027
8028 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
8029 display problems.
8030
8031 2001-01-31 Kenichi Handa <handa@etl.go.jp>
8032
8033 * international/mule.el (charset-info): Fix docstring.
8034
8035 * international/mule-diag.el (describe-character-set): Check final
8036 char valid before printing it.
8037
8038 2001-01-30 Gerd Moellmann <gerd@gnu.org>
8039
8040 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
8041
8042 * frame.el (frame-notice-user-settings): Do the tool-bar
8043 stuff only for graphical displays. Fix a braino.
8044
8045 * frame.el (frame-initialize): Create initial frame visible.
8046 (frame-notice-user-settings): When tool-bar has been switched off,
8047 correct the frame size and sync tool-bar-mode.
8048
8049 * startup.el (command-line): Remove manipulation of frame
8050 height for tool bars.
8051
8052 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8053
8054 * lpr.el: Compatibility with XEmacs and doc fixes.
8055 (lpr-windows-system, lpr-lp-system): New vars.
8056 (lpr-printer-switch): New defcustom.
8057 (printer-name, lpr-command): Customization fix.
8058 (print-region-1): Code fix.
8059 (print-region-new-buffer, printify-region): Indentation fix.
8060 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
8061 New functions.
8062
8063 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8064
8065 * msb.el (toplevel): Fix the eval-after-load.
8066
8067 2001-01-29 Dave Love <fx@gnu.org>
8068
8069 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
8070
8071 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
8072
8073 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
8074 (tcl-using-emacs-19-23): Consider Emacs 21+.
8075 (tcl-help-directory-list, tcl-command-switches): Fix :type.
8076 (tcl-add-emacs-menu): Supply menu name.
8077 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
8078
8079 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8080
8081 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
8082
8083 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
8084
8085 * pcvs.el (cvs-mark-fis-dead): New function.
8086 (cvs-mode-add): Use it.
8087 (cvs-mode-add-change-log-entry-other-window):
8088 Rebind change-log-default-name to itself rather than to nil.
8089
8090 2001-01-29 Sam Steingold <sds@gnu.org>
8091
8092 * vc-cvs.el: Replaced (require 'vc) with a bunch of
8093 `autoload' statements.
8094
8095 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
8096
8097 * files.el (confirm-kill-emacs): Doc fix.
8098
8099 * frame.el (frame-initialize): Doc fix.
8100
8101 * time-stamp.el (time-stamp-string): Doc fix.
8102
8103 * woman.el (WoMan-log-1): Make the log buffer writable.
8104 From Markus Rost <rost@math.ohio-state.edu>.
8105
8106 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8107
8108 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8109 the `make-variable-buffer-local'.
8110
8111 2001-01-29 Dave Love <fx@gnu.org>
8112
8113 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
8114 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8115 Add autoload cookie.
8116 (ansi-color-apply-sequence): Fix typo.
8117
8118 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8119
8120 * menu-bar.el (menu-bar-files-menu): Add menu items for
8121 Postscript printing in black and white.
8122
8123 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8124 X-Mailman-Version, Precedence, List-Help, List-Post,
8125 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8126 Content-Type, Content-Length.
8127
8128 2001-01-29 Dave Love <fx@gnu.org>
8129
8130 * elide-head.el (elide-head): Make overlay evaporate.
8131
8132 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8133
8134 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8135
8136 * isearch.el (isearch-highlight): Don't punt if the display
8137 doesn't support colors, since isearch faces are defined for
8138 monochrome displays as well.
8139
8140 2001-01-27 Sam Steingold <sds@gnu.org>
8141
8142 * shell.el (shell-write-history-on-exit): Make sure that we are in
8143 the shell buffer (M-x tex-file RET inserted the error message into
8144 the TeX buffer).
8145
8146 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8147
8148 * simple.el (transient-mark-mode): Doc fix.
8149
8150 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8151
8152 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8153
8154 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8155
8156 * shell.el (shell-unquote-argument): If the shell is one of the
8157 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8158 quote character.
8159 (shell-dumb-shell-regexp): Document that the shells which match
8160 this regexp are supposed to not treat a backslash as a quote character.
8161
8162 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8163 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8164
8165 2001-01-27 Richard M. Stallman <rms@gnu.org>
8166
8167 * dabbrev.el (dabbrev--substitute-expansion):
8168 Treat a one-capital-letter abbrev as "not all upper case",
8169 so as to force preservation of the expansion's pattern
8170 if the expansion starts with a capital letter.
8171
8172 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8173
8174 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8175 Doc fix.
8176
8177 * simple.el (transient-mark-mode): Document the fact that many
8178 commands act on the region when mark is active.
8179
8180 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8181
8182 * international/quail.el (quail-setup-completion-buf): Make the
8183 multibyteness of current buffer inherited to Quail completion buffer.
8184 (quail-show-guidance-buf): Make the multibyteness of current
8185 buffer inherited to Quail guidance buffer.
8186 (quail-help): Make the multibyteness of current buffer inherited
8187 to Quail help buffer.
8188
8189 2001-01-26 Dave Love <fx@gnu.org>
8190
8191 * time-stamp.el: Doc fixes.
8192
8193 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8194 (delphi-keyword-face, delphi-other-face): Fix :type.
8195
8196 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8197
8198 * mail/feedmail.el (feedmail): Add :link.
8199 (feedmail-send-it): Doc fix.
8200
8201 * mail/sendmail.el: Doc fixes.
8202 (sendmail-send-it): Fix the non-ASCII regexp and use
8203 rfc2047-encode-string.
8204
8205 * dired.el, dired-aux.el: Revert last change.
8206
8207 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8208
8209 * makefile.w32-in (DONTCOMPILE): Add various term files.
8210
8211 2001-01-26 Dave Love <fx@gnu.org>
8212
8213 * Makefile.in (DONTCOMPILE): Add various term files.
8214
8215 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8216
8217 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8218
8219 * startup.el (display-startup-echo-area-message): Make sure
8220 the echo area is resized to fit the size of the startup message.
8221
8222 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8223 part of which is a constant.
8224
8225 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8226
8227 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8228
8229 2001-01-26 Richard M. Stallman <rms@gnu.org>
8230
8231 * simple.el (next-line): Don't let `newline' expand abbrevs.
8232 Simplify slightly.
8233 (open-line): Don't let `newline' expand abbrevs.
8234
8235 2001-01-25 John Wiegley <johnw@gnu.org>
8236
8237 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8238 to `repeat' in the :type field.
8239
8240 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8241 allow a choice of regexp or nil.
8242 (pcomplete-dir-ignore): Same.
8243
8244 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8245 a command) to always fail.
8246
8247 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8248
8249 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8250 discard the result.
8251 (iswitchb-to-end): Likewise.
8252
8253 2001-01-25 Sam Steingold <sds@gnu.org>
8254
8255 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8256 Require vc.
8257
8258 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8259
8260 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8261
8262 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8263
8264 2001-01-25 Dave Love <fx@gnu.org>
8265
8266 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8267 (describe-coding-system): Tweak the English text.
8268
8269 * loadup.el: Preload international/ccl for utf-8.
8270
8271 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8272
8273 * mail/rmail.el (rmail-redecode-body): Doc fix.
8274
8275 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8276
8277 * international/mule-cmds.el (reset-language-environment):
8278 Reset coding-category-utf-8 to mule-utf-8.
8279
8280 * international/mule-conf.el (coding-category-utf-8):
8281 Initialize to mule-utf-8.
8282
8283 * loadup.el: Preload international/utf-8.
8284
8285 * international/utf-8.el: New file.
8286
8287 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8288
8289 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8290
8291 2001-01-24 Sam Steingold <sds@gnu.org>
8292
8293 * dired.el (dired-replace-in-string): Removed.
8294 (dired-sort-toggle): Use `replace-regexps-in-string'
8295 instead of `dired-replace-in-string'.
8296
8297 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8298 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8299
8300 * gs.el (gs-replace-in-string): Removed.
8301 (gs-options): Use `replace-regexps-in-string'
8302 instead of `gs-replace-in-string'.
8303
8304 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8305
8306 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8307 bug report is mailed to an email list and posted to a news group.
8308
8309 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8310
8311 * comint.el (comint-replace-by-expanded-history-before-point):
8312 Fix change of 2000-08-03 to move point to the start of the line again.
8313
8314 * startup.el (tool-bar-images-pixel-height): New variable.
8315 (command-line): After loading the user's init file, when
8316 tool-bar-mode is on, increase the frame's size by some lines for
8317 the tool-bar.
8318
8319 * frame.el (frame-initialize): Create the initial frame invisible.
8320
8321 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8322
8323 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8324 (chinese-big5): MIME:Big5.
8325
8326 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8327
8328 * international/mule-cmds.el (universal-coding-system-argument):
8329 Handle commands with prefix args.
8330
8331 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8332
8333 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8334 being a list of numbers.
8335 (diary-mail-entries): Rewritten.
8336
8337 2001-01-23 Dave Love <fx@gnu.org>
8338
8339 * international/mule.el (make-coding-system): Fix typo.
8340
8341 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8342 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8343
8344 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8345
8346 * font-lock.el (font-lock-mode): Doc fix.
8347
8348 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8349
8350 * international/mule.el (make-translation-table): Fix docstring.
8351
8352 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8353
8354 * mail/rmail.el (rmail-redecode-body): New function.
8355
8356 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8357
8358 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8359
8360 * isearch.el (isearch-lazy-highlight-case-fold-search)
8361 (isearch-lazy-highlight-regexp): New variables.
8362 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8363 case-fold search or regexp search has been toggled.
8364
8365 * wid-edit.el (widget-button-click): Avoid a save-excursion
8366 around running a global binding.
8367
8368 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8369 to 0.25.
8370
8371 2001-01-20 Miles Bader <miles@gnu.org>
8372
8373 * cus-edit.el (custom-face-save): Do post-processing on the face's
8374 new value like `custom-face-set' does.
8375
8376 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8377
8378 * mail/emacsbug.el (report-emacs-bug): Report the value of
8379 LC_CTYPE, not LC_TYPE.
8380
8381 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8382 isearch-toggle-regexp and isearch-edit-string to doc string.
8383
8384 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8385
8386 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8387 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8388
8389 * jit-lock.el (jit-lock-fontify-now): Don't bind
8390 font-lock-beginning-of-syntax-function to nil.
8391
8392 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8393
8394 * mail/emacsbug.el (report-emacs-bug): Report values of
8395 locale-coding-system, default-enable-multibyte-characters, and the
8396 environment variables LC_ALL, LC_TYPE, and LANG.
8397
8398 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8399
8400 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8401
8402 * font-lock.el (font-lock-multiline): Default to nil.
8403 (font-lock-default-fontify-region): If font-lock-multiline is
8404 nil, don't check the property `font-lock-multiline'.
8405
8406 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8407 is nil, don't check the `font-lock-multiline' text property.
8408
8409 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8410
8411 * viper.el: Call initial-major-mode on startup.
8412
8413 * ediff.el (ediff-patch-file): Use better defaults.
8414
8415 * ediff-vers.el: Fix for 8+3 DOS file systems.
8416
8417 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8418
8419 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8420 diff mode, if available.
8421
8422 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8423
8424 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8425
8426 * ediff-init.el (subst-char-in-string): Define and use it, unless
8427 it's already defined.
8428
8429 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8430
8431 * tooltip.el (tooltip-hide-delay): New user-option.
8432 (tooltip-show): Use tooltip-hide-delay instead of the default.
8433
8434 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8435
8436 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8437 kill-local-variable doesn't work for enable-multibyte-characters.
8438
8439 2001-01-17 Dave Love <fx@gnu.org>
8440
8441 * ediff-init.el (ediff-before-setup-hook)
8442 (ediff-merge-filename-prefix): Add :version.
8443
8444 * international/latin1-disp.el: Require disp-table.
8445 (latin1-display): Fix :set.
8446
8447 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8448
8449 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8450
8451 * isearch.el (isearch-lazy-highlight-initial-delay)
8452 (isearch-lazy-highlight-interval): Default to 0.
8453
8454 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8455
8456 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8457 1 here rather than each time through
8458 isearch-lazy-highlight-new-loop.
8459 (isearch-lazy-highlight-max): Variable deleted.
8460 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8461 isearch-lazy-highlight-max but controls a single invocation of
8462 isearch-lazy-highlight-update.
8463 (isearch-lazy-highlight-wrapped): Variable recreated.
8464 (isearch-lazy-highlight-window-start): New variable.
8465 (isearch-lazy-highlight-cleanup): Restored to behavior of
8466 before 2-Jan.
8467 (isearch-lazy-highlight-remove-overlays): Function deleted;
8468 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8469 behavior removed.
8470 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8471 isearch-lazy-highlight-update in a loop rather than just once.
8472 Test isearch-invalid-regexp here and decide not to start a new
8473 loop, rather than testing it each time through
8474 isearch-lazy-highlight-update.
8475 (isearch-lazy-highlight-search): Function restored.
8476 (isearch-lazy-highlight-update): Get called in a timer loop again,
8477 but this time highlight more than one match each time through.
8478 Only highlight matches in the visible part of the window.
8479 Start at point, move in the direction of the search, and wrap around at
8480 the edge of the window. Use sit-for to force redisplay and ensure
8481 window-start is credible. "Face suppressing" behavior removed;
8482 overlay priorities should make it unnecessary, right?
8483 (isearch-highlight): Face suppressing behavior removed.
8484 (isearch-dehighlight): Face suppressing behavior removed.
8485 (isearch-set-lazy-highlight-faces-at): Removed.
8486
8487 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8488
8489 * language/european.el ("Latin-1"): Make the format of description
8490 about additional language environments same as that of Latin-2.
8491
8492 2001-01-16 Dave Love <fx@gnu.org>
8493
8494 * isearch.el (isearch-lazy-highlight): Add :version.
8495
8496 * simple.el (backward-delete-char-untabify-method)
8497 (next-line-add-newlines): Add :version.
8498
8499 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8500
8501 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8502 Don't bind <delete> otherwise.
8503
8504 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8505 and <delete> via function-key-map.
8506
8507 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8508 Subject line only if point is after the `Subject:'.
8509
8510 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8511
8512 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8513 japanese-jisx0213-2 in `charset' property of this lang. env.
8514
8515 * language/european.el ("Latin-1"): Add description for Dutch and
8516 Spanish lang. env.
8517
8518 * international/mule.el (decode-char): Fix conditions.
8519 (encode-char): Handle eight-bit-control too.
8520 (transform-make-coding-system-args): New function.
8521 (make-coding-system): Accept XEmacs style arguments for CCL base
8522 coding system.
8523
8524 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8525
8526 * progmodes/etags.el (find-tag-noselect): Save the value of
8527 tags-file-name before switching buffers, for the case it has a
8528 buffer-local value.
8529
8530 2001-01-15 Alex Schroeder <alex@gnu.org>
8531
8532 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8533 From Dave Love <fx@gnu.org>.
8534 (ansi-color-for-comint-mode): Fix :version.
8535
8536 2001-01-15 Alex Schroeder <alex@gnu.org>
8537
8538 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8539
8540 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8541
8542 * dired.el (dired-insert-directory): If file-system-info fails,
8543 remove the " free " part, but don't signal an error.
8544
8545 2001-01-12 Sam Steingold <sds@gnu.org>
8546
8547 * bookmark.el (bookmark-maybe-historicize-string):
8548 Use new backquote syntax.
8549
8550 2001-01-12 Richard M. Stallman <rms@gnu.org>
8551
8552 * subr.el (last): Handle a list that doesn't end in nil.
8553
8554 2001-01-12 Sam Steingold <sds@gnu.org>
8555
8556 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8557 to `backward-delete-char-untabify'.
8558
8559 2001-01-12 Dave Love <fx@gnu.org>
8560
8561 * cus-edit.el (customize-menu-create): Fix the :filter following
8562 easymenu change.
8563
8564 * wid-edit.el (function): Add :match-alternatives.
8565 (widget-color-action): Doc fix.
8566
8567 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8568
8569 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8570
8571 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8572
8573 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8574
8575 * international/ccl.el (define-ccl-program): Fix docstring.
8576
8577 2001-01-11 Dave Love <fx@gnu.org>
8578
8579 * international/mule-cmds.el (standard-display-european-internal):
8580 Set display table for 2208 as for 160.
8581
8582 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8583
8584 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8585 entry for custom-menu-create change.
8586 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8587 don't cons it in the search loop.
8588
8589 * imenu.el (imenu--truncate-items): Revert last change.
8590
8591 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8592
8593 * info.el (Info-setup-header-line): If the node header includes
8594 either Next: or Prev: links, don't show the File: and Node: parts
8595 in the header line.
8596
8597 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8598
8599 * comint.el (comint-goto-process-mark): Don't print a message
8600 when running in batch mode.
8601
8602 * isearch.el (isearch-search): In the condition-case handler for
8603 `error', set isearch-invalid-regexp to the whole error message.
8604
8605 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8606 ensure that eval-after-load works for files dumped with Emacs.
8607
8608 * help.el (load-symbol-file-load-history): New function extracted
8609 from function symbol-file.
8610 (symbol-file): Use it.
8611
8612 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8613
8614 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8615
8616 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8617 behave as if there were no prefix argument.
8618 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8619 argument were nil.
8620
8621 2001-01-11 Richard M. Stallman <rms@gnu.org>
8622
8623 * isearch.el (isearch-lazy-highlight-update):
8624 Don't look for more potential matches once maximum is exceeded.
8625 Use overlays-in to check correctly for overlap with current match.
8626 Ignore empty matches.
8627
8628 2001-01-11 Miles Bader <miles@gnu.org>
8629
8630 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8631 (ispell-overlay-window, ispell-help, ispell-show-choices)
8632 (ispell-command-loop): Use it instead of `window-height'.
8633
8634 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8635
8636 * files.el (confirm-kill-emacs): New user-option.
8637 (save-buffers-kill-emacs): Ask for final confirmation before
8638 killing Emacs.
8639
8640 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8641 to nil.
8642
8643 2001-01-10 Dave Love <fx@gnu.org>
8644
8645 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8646
8647 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8648
8649 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8650
8651 * calculator.el (calculator-number-digits): Fix :type.
8652
8653 * vc-cvs.el (vc-cvs-header): Fix :type.
8654 * vc-rcs.el (vc-rcs-header): Fix :type.
8655 * vc-sccs.el (vc-sccs-header): Fix :type.
8656
8657 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8658
8659 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8660
8661 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8662
8663 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8664
8665 * simple.el (set-variable): Force a thorough redisplay for the
8666 case that the variable has an effect on the display, like
8667 `tab-width' has.
8668
8669 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8670
8671 * vc.el: Add documentation for backend interface.
8672
8673 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8674
8675 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8676
8677 * international/mule-conf.el (latin-extra-code-table): Set to t
8678 for \223 and \224.
8679
8680 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8681
8682 * international/mule-cmds.el (locale-language-names): Map "es" to
8683 "Spanish" and "nl" to "Dutch".
8684
8685 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8686
8687 * bindings.el (global-map): Bind <home> to beginning-of-line,
8688 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8689 C-<end> to end-of-buffer.
8690
8691 * language/european.el: Add Dutch and Spanish language info
8692 to be able to use the appropriate tutorials.
8693
8694 2001-01-09 Alex Schroeder <alex@gnu.org>
8695
8696 * ansi-color.el (ansi-color-process-output): Use markers instead
8697 of positions for start and end of region.
8698 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8699 Previously, occasional mistakes happend when fontifying many
8700 chunks of output (eg. ls --color=yes /dev). This happened
8701 whenever an overlay was created up to the end of the region, which
8702 coincided with the process-mark. New text would then be added
8703 within that overlay instead of after it.
8704 (ansi-color-make-extent): Overlays are created with the property
8705 `modification-hooks' set to '(ansi-color-freeze-overlay).
8706 (ansi-color-freeze-overlay): New function. When inserting text at
8707 the end of the overlay, the overlay will resize.
8708
8709 2000-01-09 Alex Schroeder <alex@gnu.org>
8710
8711 * ansi-color.el (ansi-color-process-output): Doc change.
8712 (ansi-color-unfontify-region): Doc change. No longer installed
8713 automatically in font-lock-unfontify-region-function.
8714 (ansi-color-apply): Doc change.
8715 (ansi-color-apply-on-region): Use extents or overlays instead of
8716 text-properties.
8717 (ansi-color-make-extent): New function.
8718 (ansi-color-set-extent-face): New function.
8719
8720 2000-01-09 Alex Schroeder <alex@gnu.org>
8721
8722 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8723 both use ansi-color-process-output, now.
8724 (ansi-color-process-output): Doesn't return string anymore. It is
8725 installed in comint-output-filter-functions for both Emacs and
8726 XEmacs, now.
8727 (ansi-color-unfontify-region): Simplified code removing variables
8728 pos and start-ansi.
8729 (ansi-color-apply): Put text-property ansi-color before putting
8730 text-property face because ansi-color-unfontify-region is called
8731 immediately after the call to put-text-property.
8732 (ansi-color-context-region): Doc change.
8733 (ansi-color-filter-region): Simplified code.
8734 (ansi-color-apply-on-region): Changed start to start-marker, using
8735 a marker explicitly. Put text-property ansi-color before putting
8736 text-property face because ansi-color-unfontify-region is called
8737 immediately after the call to put-text-property.
8738
8739 2000-01-09 Alex Schroeder <alex@gnu.org>
8740
8741 * ansi-color.el (ansi-color-faces-vector): Doc change.
8742 (ansi-color-for-comint-mode): Changed :type property to choice.
8743 (ansi-color-last-context): Removed.
8744 (ansi-color-process-output): Don't use ansi-color-last-context, as
8745 the main functions will store their context now.
8746 (ansi-color-context): Doc change.
8747 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8748 Uses ansi-color-context such that repeated calls will strip
8749 partial escape sequences, too.
8750 (ansi-color-apply): Simplified code. Colorize end of string if
8751 face is not null. Store context in new (FACE STRING) format, such
8752 that repeated calls will strip partial escape sequences, too.
8753 Append faces to face property using ansi-color-apply-sequence such
8754 that cumulative mode actually works.
8755 (ansi-color-context-region): New variable.
8756 (ansi-color-filter-region): Rewrote it based on
8757 ansi-color-apply-on-region. Uses ansi-color-context-region such
8758 that repeated calls will strip partial escape sequences, too.
8759 (ansi-color-apply-on-region): Simplified code. Colorize end of
8760 region if face is not null. Store context in new (FACE POS)
8761 format, such that repeated calls will strip partial escape
8762 sequences, too. Append faces to face property using
8763 ansi-color-apply-sequence such that cumulative mode actually works.
8764 (ansi-color-apply-sequence): New function.
8765 (ansi-color-get-face): When the default face is added to the list
8766 of faces, all previous settings are discarded and the list of
8767 faces is set to '(default).
8768
8769 2000-01-09 Alex Schroeder <alex@gnu.org>
8770
8771 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8772 face, such that ansi-color-apply and ansi-color-apply-on-region
8773 will do the right thing.
8774 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8775 returns nil, set the list of faces back to nil instead of
8776 appending the result of ansi-color-get-face to the front of the list.
8777
8778 2000-01-09 Alex Schroeder <alex@gnu.org>
8779
8780 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8781 (ansi-color-process): Doc change.
8782 (ansi-color-last-context): New buffer-local variable.
8783 (ansi-color-process-output): New function. It is automatically
8784 added to comint-output-filter-functions if this is XEmacs.
8785 (ansi-color-unfontify-region): New optional parameter for XEmacs
8786 compatibility. Check wether font-lock-syntactic-keywords is
8787 boundp before removing the syntax table text property, as XEmacs
8788 doesn't have it.
8789 (ansi-color-filter-region): Doc change.
8790 (ansi-color-apply-on-region): Doc change.
8791 (ansi-color-make-face): New function. Compatibility layer for
8792 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8793 (ansi-color-make-color-map): Use ansi-color-make-face.
8794 (ansi-color-get-face): Avoid face text property '(nil) as results
8795 in an errow for XEmacs.
8796
8797 2000-01-09 Alex Schroeder <alex@gnu.org>
8798
8799 * ansi-color.el (ansi-color-unfontify-region): New function.
8800 Uses text-property ansi-color in order to preserve fontification by
8801 ansi-color. When the package is loaded, a lambda expression is
8802 put onto font-lock-mode-hook. This lambda expression will check
8803 font-lock-unfontify-region-function and replace
8804 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8805 (ansi-color-apply): Add text-property ansi-color in addition to
8806 text-property face.
8807 (ansi-color-apply-on-region): Add text-property ansi-color in
8808 addition to text-property face.
8809 (save-buffer-state): Copy of the macro that is also used by
8810 lazy-lock and font-lock.
8811
8812 (ansi-color-for-comint-mode): New option.
8813 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8814 (ansi-color-for-comint-mode-off): Ditto.
8815 (ansi-color-for-comint-mode-filter): Ditto.
8816 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8817 decide what to do. This function is added to
8818 comint-preoutput-filter-functions when the package is loaded.
8819
8820 (ansi-color-for-shell-mode-set): Removed.
8821 (ansi-color-for-shell-mode): Removed.
8822
8823 2000-01-09 Alex Schroeder <alex@gnu.org>
8824
8825 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8826 the lambda expression from the ansi-color-for-shell-mode :set
8827 property. Additionally, modify shell-mode-hook to enable or
8828 disable font-lock-mode for future shell buffers.
8829 (ansi-color-for-shell-mode): The :set property calls
8830 ansi-color-for-shell-mode-set instead of a lambda expression.
8831
8832 2000-01-09 Alex Schroeder <alex@gnu.org>
8833
8834 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8835 (ansi-color-context): New variable.
8836 (ansi-color-apply): Save context between calls.
8837
8838 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8839
8840 * isearch.el (isearch, isearch-lazy-highlight-face):
8841 New definitions for face colors and attributes.
8842
8843 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8844 of display-mouse-p.
8845
8846 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8847
8848 * international/mule.el (make-coding-system): If the coding system
8849 accepts extra latin codes, register such codes as safe for the
8850 coding system.
8851
8852 2001-01-08 Richard M. Stallman <rms@gnu.org>
8853
8854 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8855 don't mention the file name or the date here, because they are
8856 logged at the start of the file.
8857
8858 2001-01-08 Richard M. Stallman <rms@gnu.org>
8859
8860 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8861 Change screen-width to frame-width.
8862
8863 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8864
8865 * info.el (Info-search): Print the default as part of the prompt.
8866
8867 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8868
8869 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8870 constant implementations in backends.
8871
8872 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8873 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8874
8875 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8876 WRITABLE to EDITABLE.
8877
8878 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8879 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8880 to EDITABLE.
8881
8882 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8883
8884 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8885 (copyright, copyright-update): Compute the current year at run time.
8886
8887 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8888
8889 * isearch.el (isearch-old-signal-hook): Removed.
8890 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8891 instead of setting signal-hook-function.
8892 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8893
8894 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8895
8896 * emulation/edt.el: Update to version 4.0. Provide support for
8897 EDT scroll margins at top and bottom of the window. Provide an
8898 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8899 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8900 user when file-related buffer modifications exist.
8901 Provide support for running EDT Emulation in XEmacs.
8902 Provide customize access to some user updatable variables.
8903 Add Commentary section to file header.
8904 Fixed a few minor bugs and cleaned up some code.
8905
8906 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8907 for detecting a keypress that generates an ASCII key sequence.
8908 (Previously, only a keypress that generates a vector was
8909 recognized.) Embed Window Manager name into name of the generated
8910 EDT Emulation initialization file since the initialization file is
8911 Window Manager specific. Add Commentary section to file header.
8912
8913 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8914
8915 * mail/sendmail.el (mail-mode): Doc fix.
8916
8917 * info.el (Info-goto-emacs-command-node): Doc fix.
8918 (Info-goto-emacs-key-command-node): Doc fix.
8919
8920 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8921
8922 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8923 systems without long file-name support.
8924
8925 2001-01-06 Andrew Innes <andrewi@gnu.org>
8926
8927 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8928
8929 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8930
8931 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8932 (isearch-lazy-highlight-update): Doc fix.
8933
8934 * ffap.el (ffap-bindings): Doc fix.
8935
8936 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8937
8938 2001-01-05 Dave Love <fx@gnu.org>
8939
8940 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8941
8942 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8943
8944 * mouse-drag.el (mouse-drag-safe-scroll):
8945 Bind scroll-preserve-screen-position to nil.
8946
8947 * isearch.el (isearch-old-signal-hook): New variable.
8948 (isearch-mode): Set signal-hook-function to isearch-done.
8949 (isearch-done): Restore old signal-hook-function.
8950
8951 * info.el (Info-fontify-node): Mark one more char as intangible.
8952
8953 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8954
8955 * composite.el (compose-last-chars): New argument COMPONENTS.
8956 If it is non-nil, compose preceding characters by compose-region with
8957 COMPONENTS.
8958
8959 * international/quail.el (quail-input-string-to-events): New function.
8960 (quail-input-method): Convert input string to events here.
8961 (quail-start-translation): Return input string, not event list.
8962 (quail-start-conversion): Likewise.
8963
8964 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8965
8966 * tooltip.el (tooltip-cancel-delayed-tip)
8967 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8968 and tooltip-add-timeout.
8969 (tooltip-show): Set border color from faces's foreground.
8970 (tooltip-show-help-function): If called with the same help string
8971 as last time, do nothing.
8972 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8973
8974 * startup.el (fancy-splash-screens): Don't bind show-help-function
8975 to nil.
8976
8977 * tooltip.el (tooltip-frame-parameters): Remove colors.
8978 (tooltip): New face
8979 (tooltip-set-param): New function.
8980 (tooltip-show): Set up color frame parameters from face `tooltip'.
8981 Display the tooltip text in face `tooltip'.
8982
8983 2001-01-04 Dave Love <fx@gnu.org>
8984
8985 * whitespace.el (whitespace-global-mode): Fix typo.
8986
8987 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8988
8989 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8990
8991 * help.el (help-for-help): Fix a typo in a doc string.
8992 From kwzh@gnu.org (Karl Heuer).
8993
8994 2001-01-03 Dave Love <fx@gnu.org>
8995
8996 * dired-x.el: Doc fixes. Maintainer change.
8997 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8998 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8999 (dired-guess-shell-alist-user): Customize.
9000 (dired-x-help-address): Set to bug-gnu-emacs.
9001 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
9002 (dired-default-directory): Renamed from default-directory.
9003
9004 * hl-line.el (hl-line): Doc fix.
9005
9006 2001-01-03 Karl Fogel <kfogel@red-bean.com>
9007
9008 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
9009
9010 2001-01-02 Richard M. Stallman <rms@gnu.org>
9011
9012 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
9013 to remove all the current alternative-match highlighting.
9014 If nil, remove only what's outside the current window.
9015 (isearch-lazy-highlight-remove-overlays): Take optional
9016 region within which NOT to remove them.
9017 (isearch-lazy-highlight-new-loop): Greatly simplified.
9018 (isearch-lazy-highlight-update): Find all the other occurrences
9019 visible in the window, in just one call.
9020 (isearch-lazy-highlight-start): Now holds start of region to scan.
9021 (isearch-lazy-highlight-end): Now holds end of region to scan.
9022 (isearch-lazy-highlight-wrapped): Variable deleted.
9023 (isearch-lazy-highlight-search): Function deleted.
9024
9025 2000-01-02 Andrew Innes <andrewi@gnu.org>
9026
9027 * w32-fns.el (convert-standard-filename): Do length check on name
9028 before aref.
9029
9030 2001-01-02 Dave Love <fx@gnu.org>
9031
9032 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
9033 value.
9034 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
9035
9036 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
9037
9038 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
9039 read syntax.
9040
9041 * calendar/todo-mode.el (todo): Add :link, :version.
9042 (todo-save-top-priorities): Remove autoload cookie.
9043 (todo-add-category, todo-add-item-non-interactively)
9044 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
9045
9046 2001-01-02 Gerd Moellmann <gerd@gnu.org>
9047
9048 * comint.el (comint-input-history-ignore): New variable.
9049 (comint-read-input-ring): Ignore entries matching
9050 comint-input-history-ignore.
9051
9052 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
9053
9054 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
9055 (lm-copyright-mark): New function.
9056 (lm-crack-copyright): New function.
9057 (lm-verify): Check that the file has a copyright.
9058 Check that the file is copyright Free Software Foundation.
9059
9060 2000-12-30 Kenichi Handa <handa@etl.go.jp>
9061
9062 * international/mule-diag.el (print-fontset): Indent font name by
9063 24 columns, not 25.
9064
9065 2000-12-29 Gerd Moellmann <gerd@gnu.org>
9066
9067 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
9068 in Subject line.
9069
9070 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
9071 Use mail-mode-hook instead of mail-setup-hook.
9072 Otherwise continuing an interrupted message with C-u C-x m for
9073 instance, winds up in Mail mode without abbrevs.
9074
9075 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9076
9077 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
9078 non-nil. Adding almost all customization variables on ps-setup.
9079 Doc fix.
9080 (ps-print-version): New version number (6.3.3).
9081 (ps-end-with-control-d): Initialization fix.
9082 (ps-lines-printed): New var.
9083 (ps-skip-newline): New fun.
9084 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
9085 (ps-next-line, ps-continue-line, ps-plot-region)
9086 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
9087
9088 2000-12-29 Kenichi Handa <handa@etl.go.jp>
9089
9090 * international/fontset.el (x-complement-fontset-spec):
9091 Resolve ASCII font name so that the same family name is used for fonts
9092 registered in x-font-name-charset-alist.
9093 (create-fontset-from-fontset-spec): Adjusted for the above change.
9094 The name of fontset alias should be a unresolved ASCII font name.
9095
9096 2000-12-28 Gerd Moellmann <gerd@gnu.org>
9097
9098 * simple.el (delete-key-deletes-forward-mode): Bind backspace
9099 and delete in isearch-mode-map.
9100
9101 2000-12-28 Richard M. Stallman <rms@gnu.org>
9102
9103 * dired-x.el (dired-guess-shell-alist-default):
9104 Use xpdf instead of acroread.
9105
9106 2000-12-28 Kenichi Handa <handa@etl.go.jp>
9107
9108 * textmodes/artist.el (artist-butlast): Deleted.
9109 (artist-ellipse-mirror-quadrant): Use butlast instead of
9110 artist-butlast.
9111
9112 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9113
9114 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9115
9116 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9117
9118 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9119
9120 * ls-lisp.el: Better support for the Mac and MS-Windows.
9121 (ls-lisp): New defgroup.
9122 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
9123 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
9124 (ls-lisp-support-shell-wildcards): New defcustoms.
9125 (ls-lisp-parse-symlink): New function.
9126 (insert-directory): Code to convert switches to a list and set up
9127 the wildcard argument copied from ls-lisp-insert-directory.
9128 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9129 for -C and -R switches.
9130 (ls-lisp-column-format): New function.
9131 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9132 (ls-lisp-format-time): Add doc strings.
9133 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9134 Support ls-lisp-dirs-first.
9135 (ls-lisp-classify, ls-lisp-extension): New functions.
9136 (ls-lisp-format): Optionally support emulation of symlinks.
9137 Support -i, -s, and -G switches.
9138
9139 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9140
9141 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9142
9143 * version.el (emacs-version): Print X scroll bar information.
9144
9145 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9146 instead of x-toolkit-scroll-bars-p.
9147
9148 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9149 of x-toolkit-scroll-bars-p.
9150
9151 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9152
9153 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9154 (ffap-bindings): Doc fix, to reflect the above change.
9155
9156 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9157
9158 * term.el (term-char-mode): Define all non-ascii self-inserting
9159 characters to 'term-send-raw in term-raw-map.
9160
9161 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9162
9163 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9164
9165 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9166 Changed initialization; use add-hook.
9167 (ediff-file-remote-p): Use file-local-copy.
9168
9169 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9170
9171 * ediff.el (ediff-patch-buffer): Bug fix.
9172 (ediff-revision): Allow selection of the file at the prompt.
9173
9174 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9175
9176 * subr.el (combine-run-hooks): Remove.
9177
9178 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9179 and remove the rogue second spec.
9180
9181 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9182
9183 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9184
9185 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9186
9187 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9188 Use minibuffer menu prompt for the `=' prefix.
9189 (smerge-command-prefix): Change default to C-^.
9190 (smerge-mode): Don't assume font-lock doesn't move point.
9191
9192 * skeleton.el (skeleton-internal-1): Make sure the first line of
9193 the region is also re-indented.
9194 (skeleton-end-newline): New var.
9195 (skeleton-end-hook): Use it.
9196
9197 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9198
9199 * comint.el (comint-password-prompt-regexp): Support CVS.
9200
9201 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9202
9203 * simple.el (delete-key-deletes-forward-mode): Simplify.
9204 Also backspace key combinations, depending on
9205 delete-key-deletes-forward.
9206
9207 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9208
9209 * simple.el (delete-key-deletes-forward): Doc fix.
9210
9211 2000-08-22 Emmanuel Briot <briot@gnat.com>
9212
9213 * xml.el (top level comment): Updated to reflect the fact that
9214 white spaces are relevant in the XML file.
9215 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9216 to parse was already edited. This allows for on-the-fly analysis
9217 of XML files.
9218 (xml-parse-tag): Check that the casing is the same in the start
9219 tag and end tag, since XML is case-sensitive. Allows for spaces
9220 in the end tag, after the name of the tag.
9221 (xml-parse-attlist): Allow for the character '-' in the name of
9222 attributes, as in the standard http-equiv attribute Do not save
9223 the properties in the XML tree, since they are not relevant.
9224
9225 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9226
9227 * generic.el (generic-read-type): Undo last change, inline into
9228 `generic-mode' and then remove.
9229 (generic-mode): Inline generic-read-type.
9230 (define-generic-mode): Push the symbol name rather than the symbol
9231 onto generic-mode-list.
9232
9233 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9234
9235 * generic.el (generic-read-type): Build an alist for
9236 completing-read as in 20.7.
9237
9238 * play/landmark.el (lm): Use interactive spec `P'.
9239 (toplevel): Don't set debug-on-error.
9240
9241 * server.el (server-switch-buffer): Choose a window on a visible frame.
9242
9243 2000-12-21 Dave Pearson <davep@davep.org>
9244
9245 * quickurl.el: Commentry change, I've moved my web site.
9246
9247 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9248
9249 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9250 ranges like \177-\237, but accepts the character sequence from \177 to
9251 \237. Doc fix.
9252 (ebnf-version): New version (3.4).
9253 (ebnf-setup): Code fix.
9254 (ebnf-range-regexp): New fun.
9255 (ebnf-8-bit-chars): Const fix.
9256
9257 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9258 entry. Doc fix.
9259 (ebnf-bnf-lex): Code fix.
9260 (ebnf-bnf-comment-chars): Const fix.
9261
9262 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9263 entry. Doc fix.
9264 (ebnf-iso-comment-chars): Const fix.
9265
9266 * ebnf-otz.el: Doc fix.
9267
9268 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9269 entry. Doc fix.
9270 (ebnf-yac-skip-code): Code fix.
9271 (ebnf-yac-comment-chars): Const fix.
9272
9273 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9274
9275 * files.el (insert-directory-safely): New function.
9276 (recover-file): Use it instead of insert-directory.
9277 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9278
9279 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9280
9281 * international/mule-cmds.el (select-safe-coding-system):
9282 Check coding-category-list more rigidly. Improve help message.
9283
9284 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9285
9286 2000-12-21 Miles Bader <miles@gnu.org>
9287
9288 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9289
9290 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9291
9292 * international/mule-diag.el (describe-char-after): Make *Help*
9293 buffer inherit multibyteness of the current buffer.
9294
9295 * international/mule.el (make-char): Docstring adjusted for the
9296 change of make-char-internal.
9297
9298 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9299
9300 * international/iso-cvt.el: Docstrings fix.
9301
9302 2000-12-20 Dave Love <fx@gnu.org>
9303
9304 * subr.el (eval-after-load): Doc fix.
9305
9306 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9307
9308 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9309 for numbers.
9310
9311 2000-12-20 Miles Bader <miles@gnu.org>
9312
9313 * international/quail.el (quail-help): Resize the help window
9314 again after it has all its contents. Remove unneeded progn.
9315
9316 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9317
9318 * pcmpl-linux.el: Fix copy/paste error.
9319
9320 2000-12-19 Andrew Innes <andrewi@gnu.org>
9321
9322 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9323
9324 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9325
9326 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9327
9328 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9329
9330 * progmodes/idlw-shell.el: Fixed copyright notice.
9331
9332 * progmodes/idlwave.el: Fixed copyright notice.
9333
9334 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9335 TAB as key separators.
9336
9337 2000-12-19 Alex Schroeder <alex@gnu.org>
9338
9339 * sql.el (sql-sybase-options): New option.
9340 (sql-sybase): Use it. Add sql-database to the list of parameters
9341 provided for login. The options -w 2048 -n are not used any more.
9342 (sql-postgres-options): Changed default from "--pset" to "-P".
9343 (sql-mysql-options): Doc change.
9344 (sql-stop): Doc change.
9345
9346 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9347
9348 * international/quail.el (quail-input-method): Always hide
9349 the guidance buffer on exiting.
9350
9351 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9352
9353 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9354 isn't fboundp.
9355
9356 * server.el (server-buffer-done): Bury the buffer before
9357 killing it.
9358
9359 * faces.el (face-spec-set): Interpret a nil in specs for
9360 foreground and background colors as `unspecified', for
9361 compatibility with 20.x.
9362
9363 2000-12-18 Dave Love <fx@gnu.org>
9364
9365 * simple.el (mail-user-agent): Doc fix.
9366 (input-mode-8-bit): Removed.
9367
9368 * international/mule.el (set-keyboard-coding-system): Doc fix.
9369 (keyboard-coding-system): New option.
9370
9371 * mail/sendmail.el (send-mail-function): Customize.
9372
9373 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9374
9375 * international/codepage.el (cp866-decode-table): New table.
9376
9377 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9378
9379 * version.el (emacs-version): Remove `%a' from the time format
9380 because the weekday doesn't fit well into each locale.
9381
9382 2000-12-18 Miles Bader <miles@gnu.org>
9383
9384 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9385
9386 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9387 Check that emacs-major-version is `=' to 20, not `>='.
9388 (artist-replace-chars): Use `make-string' instead of a loop.
9389
9390 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9391
9392 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9393 (cvs-execute-single-file): Don't change directory.
9394 Patch from Per Cederqvist.
9395
9396 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9397
9398 * textmodes/ispell.el (check-ispell-version):
9399 If `ispell-program-name' is "aspell", pass it the -v switch instead
9400 of -vv.
9401
9402 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9403
9404 * international/mule-diag.el (mule-diag): Insert information about
9405 configure options, multibyte awareness, language env.
9406
9407 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9408 regexp to search for candidates.
9409
9410 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9411
9412 * info.el (Info-forward-node): If the node has an
9413 Info-header-line, widen the buffer before searching for "next:"
9414 and "up:" pointers, and set the search limit to stay in the
9415 current node.
9416
9417 2000-12-16 Miles Bader <miles@gnu.org>
9418
9419 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9420
9421 2000-12-15 Miles Bader <miles@gnu.org>
9422
9423 * comint.el (comint-send-string, comint-send-region): Also accept
9424 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9425 process-send-string/region.
9426
9427 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9428
9429 * isearch.el (isearch-lazy-highlight-max): New user-option.
9430 (isearch-lazy-highlight-update): Don't highlight more than
9431 isearch-lazy-highlight-max matches.
9432
9433 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9434
9435 2000-12-15 Richard M. Stallman <rms@gnu.org>
9436
9437 * sort.el (sort-columns): Fix error message.
9438
9439 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9440 `upcase' or `downcase' or nil.
9441 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9442 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9443 (dabbrev--substitute-expansion): New arg record-case-pattern.
9444 If it is non-nil, set dabbrev--last-case-pattern.
9445 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9446
9447 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9448
9449 2000-12-15 Miles Bader <miles@gnu.org>
9450
9451 * paths.el (Info-default-directory-list): Don't delete
9452 configure-info-directory from the list of standard info
9453 directories when appending it to the end -- their order is important.
9454
9455 * faces.el (read-face-attribute): If there's no entry for the
9456 user's input in VALID, just use it as-is (this will often result
9457 in an error, but it may be OK for e.g. colors using hexadecimal
9458 notation, and at least will yield a better error message).
9459
9460 * window.el (mode-line-window-height-fudge): Function removed.
9461 (height-affecting-face-attributes, mode-line-window-height-fudge):
9462 Variables removed.
9463 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9464 window is really the right size. Use vertical-motion
9465 rather than forward-line.
9466 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9467 (ispell-command-loop, ispell-show-choices): Use the variable
9468 ispell-choices-win-default-height, rather than the function.
9469 (ispell-choices-win-default-height): Function removed.
9470 (ispell-mode-line-window-height-fudge): Function removed.
9471
9472 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9473
9474 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9475
9476 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9477
9478 * paths.el (Info-default-directory-list):
9479 If configure-info-directory is not one of the standard directories,
9480 put it first in the list; otherwise put it last. Doc string
9481 changed accordingly.
9482
9483 * info.el (Info-directory-list): Change doc string to reflect the
9484 change in Info-default-directory-list.
9485
9486 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9487 windows-nt as windowed environments, even under -nw.
9488
9489 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9490 if not fboundp. Switch delete-forward mode for the <delete> key
9491 on all PC platforms, even under -nw.
9492
9493 * term/internal.el ([M-delete]): Remap to M-d.
9494
9495 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9496
9497 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9498
9499 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9500
9501 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9502
9503 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9504
9505 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9506 if appropriate.
9507
9508 * simple.el (delete-key-deletes-forward): New user-option.
9509 (delete-key-deletes-forward-mode): New function.
9510
9511 * bindings.el: Bind `delete' to backward-delete-char.
9512
9513 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9514 Test if symbol is bound before getting its value.
9515
9516 * tooltip.el (tooltip-show): If an error is signaled in
9517 x-show-tip, display that error, and display the help in the
9518 echo area.
9519
9520 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9521
9522 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9523 Show "... entries" messages for every 10000 entries, not 10.
9524
9525 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9526
9527 * bookmark.el: Provide a generic exit hook, as suggested by
9528 Ovidiu Predescu <ovidiu@cup.hp.com>:
9529 (bookmark-exit-hook): New var.
9530 (bookmark-exit-hook-internal): New func, replaces
9531 old raw lambda form in `kill-emacs-hook', and runs new
9532 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9533 as logically that feature must have been provided if this function
9534 is running.
9535 Removed ;;;###autoload before the `add-hook' call.
9536
9537 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9538
9539 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9540 (easy-menu-current-active-maps): New function.
9541 (easy-menu-get-map): Use it.
9542 Make a proper menu entry when creating a new keymap.
9543
9544 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9545
9546 * international/characters.el: Fix cases and syntaxes for
9547 mule-unicode-0100-24ff.
9548
9549 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9550 that a Japanese character is not appended after day and year.
9551
9552 * info.el (Info-suffix-list): Change format for a command that
9553 requires arguments.
9554 (info-insert-file-contents): Adjusted for the above change.
9555
9556 2000-12-12 Andreas Schwab <schwab@suse.de>
9557
9558 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9559 on the name of the tar buffer. Verify that the existing buffer is
9560 visiting the same subfile.
9561
9562 2000-12-12 Dave Love <fx@gnu.org>
9563
9564 * subdirs.el: Add obsolete.
9565
9566 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9567
9568 * mail/rmailsum.el (rmail-summary-expunge)
9569 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9570 instead of rmail-confirm-expunge.
9571
9572 * replace.el (perform-replace): Don't use an empty match adjacent
9573 to a non-empty match when computing the next match before the
9574 replacement is performed.
9575
9576 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9577
9578 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9579 definition (patch by Stefan Monnier).
9580 (glasses-mode): Use jit-lock instead of `after-change-functions'
9581 (patch by Stefan Monnier).
9582
9583 2000-12-12 Miles Bader <miles@gnu.org>
9584
9585 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9586 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9587
9588 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9589
9590 * term/mac-win.el: Remove load for ls-lisp.
9591
9592 * loadup.el: Load ls-lisp for system-type `macos'.
9593
9594 2000-12-12 Miles Bader <miles@gnu.org>
9595
9596 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9597 Respect field end too.
9598 (just-one-space): Respect fields as `delete-horizontal-space'.
9599 (newline-and-indent, reindent-then-newline-and-indent):
9600 Use `delete-horizontal-space'.
9601
9602 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9603
9604 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9605 (so as to obey the field property in the minibuffer).
9606
9607 * obsolete/c-mode.el: Moved from lisp/progmodes.
9608 * obsolete/auto-show.el: Moved from lisp.
9609 * obsolete/ooutline.el: Moved from lisp/textmodes.
9610
9611 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9612
9613 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9614 changes to list them here.
9615
9616 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9617 Too many changes to list them here.
9618
9619 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9620 Too many changes to list them here.
9621
9622 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9623
9624 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9625
9626 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9627
9628 * cus-edit.el (custom-save-variables, custom-save-faces):
9629 Comment fix.
9630
9631 * hscroll.el: Moved to `obsolete' subdir.
9632
9633 2000-12-11 Miles Bader <miles@gnu.org>
9634
9635 * window.el (window-text-height): Function removed (now in C).
9636
9637 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9638
9639 * log-edit.el (log-edit-parent-buffer): New var.
9640 (log-edit): Set it. Add BUFFER argument.
9641 (log-edit-done): Use char-before.
9642 Don't bother checking validity of vc-comment-ring.
9643 Only bury the buffer if log-edit popped it up.
9644
9645 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9646 (cvs-mode-diff-help): Remove.
9647 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9648 (cvs-mode-marked): Set up the default for CMD manually.
9649
9650 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9651 Remove binding for ? now made unnecessary.
9652
9653 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9654
9655 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9656 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9657
9658 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9659 when master file is not open.
9660
9661 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9662
9663 * progmodes/ada-stmt.el: Update `maintainer'.
9664
9665 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9666
9667 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9668 choices to match documentation string.
9669
9670 2000-12-09 Miles Bader <miles@gnu.org>
9671
9672 * minibuf-eldef.el: New file.
9673
9674 * window.el (fit-window-to-buffer): Don't pass last argument to
9675 pos-visible-in-window-p, now that its meaning is inverted.
9676
9677 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9678
9679 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9680 <ceder@lysator.liu.se>.
9681
9682 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9683
9684 * autoinsert.el (auto-insert-alist): Add missing final \n.
9685
9686 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9687 (cvs-menu-map): Remove.
9688 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9689 (cvs-mode-quit): Turn it back into a plain function.
9690
9691 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9692 (texinfo-filter): Remove (move to texinfo.el).
9693
9694 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9695 file where it's more visible.
9696 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9697 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9698 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9699 (texinfo-inside-macro-p): Only catch `scan-error's.
9700 (texinfo-inside-env-p): Make better use of the match info.
9701 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9702 (texinfo-insert-@end): Slight re-organization.
9703 Also remove useless `looking-at' call.
9704
9705 2000-12-08 Andrew Innes <andrewi@gnu.org>
9706
9707 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9708 accessible in -nw mode.
9709
9710 * term/w32-win.el: Remove stuff about selection timeout, which is
9711 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9712 it is accessible in -nw mode.
9713
9714 2000-12-08 Dave Love <fx@gnu.org>
9715
9716 * emacs-lisp/lisp-mode.el (lisp-mode):
9717 Set font-lock-keywords-case-fold-search.
9718
9719 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9720
9721 * textmodes/ispell.el (ispell): Doc fix.
9722
9723 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9724
9725 * international/quail.el (quail-insert-decode-map): Check the
9726 frame width of a window displaying the current buffer, not that of
9727 the selected frame.
9728 (quail-help): Make sure that the help buffer has window before
9729 inserting text in it.
9730
9731 2000-12-07 Sam Steingold <sds@gnu.org>
9732
9733 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9734 Backquote is used in isearch.el, so autoloading saves nothing.
9735
9736 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9737
9738 * startup.el (normal-top-level-add-subdirs-to-load-path):
9739 Ignore the CVS and RCS subdirectories case-insensitively.
9740
9741 * dired.el (dired-insert-directory): If file-system-info is
9742 fboundp, call it instead of invoking dired-free-space-program.
9743
9744 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9745
9746 * server.el (server-visit-files): Push files on file-name-history.
9747
9748 * progmodes/cc-langs.el: Update copyright.
9749
9750 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9751
9752 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9753
9754 * bindings.el (mode-line-mode-menu): Reverse the order
9755 of define-keys so that the menu appears in alphabetical order.
9756
9757 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9758
9759 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9760 of the function.
9761
9762 2000-12-07 Dave Love <fx@gnu.org>
9763
9764 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9765
9766 * facemenu.el (facemenu-unlisted-faces): Fix value.
9767
9768 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9769
9770 * font-lock.el (font-lock-default-fontify-region):
9771 Include the terminating \n (off-by-one error).
9772 (font-lock-set-defaults): Use dolist.
9773
9774 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9775
9776 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9777
9778 * international/mule-cmds.el (describe-language-environment):
9779 Fix for the case that an input method title is not string but a list.
9780
9781 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9782 of wrong SIZE record.
9783
9784 2000-12-06 Dave Love <fx@gnu.org>
9785
9786 * newcomment.el (comment-region, comment-dwim): Doc fix.
9787
9788 * textmodes/texinfo.el: Require tex-mode when compiling.
9789 (texinfo-update-node): Doc fix.
9790 (texinfo-imenu-generic-expression): Add @anchor.
9791 (texinfo-font-lock-keywords): Add @uref.
9792 (texinfo-inside-macro-p): Don't use ignore-errors.
9793 (texinfo-insert-quote): Match more contexts.
9794
9795 * international/mule.el (decode-char, encode-char): Doc fix.
9796 (auto-coding-alist): Customize.
9797
9798 * files.el (load-file): Fix change of 2000-03-12.
9799
9800 * wid-edit.el (widget-text-keymap): Doc fix.
9801
9802 2000-12-06 Andrew Innes <andrewi@gnu.org>
9803
9804 * makefile.w32-in (lisp): Set to an absolute directory, namely
9805 $(CURDIR).
9806
9807 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9808
9809 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9810 read generated-autoload-file, and set buffer-file-coding-system to
9811 raw-text-unix after reading the file.
9812
9813 * international/mule-conf.el (file-coding-system-alist):
9814 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9815
9816 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9817
9818 * replace.el (occur): Make line-number-width 1 smaller for the
9819 colon following the line number.
9820
9821 * startup.el (fancy-splash-text, command-line-1):
9822 Use `File' for the menu name instead of `Files'.
9823
9824 * tmm.el: Update copyright.
9825
9826 * cus-start.el: Add entry for even-window-heights.
9827
9828 2000-12-06 Miles Bader <miles@gnu.org>
9829
9830 * faces.el (frame-set-background-mode): Avoid stomping on
9831 locally modified faces.
9832
9833 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9834
9835 * international/fontset.el: Correct the font registries for
9836 japanese-jisx0213-1 and japanese-jisx0213-2.
9837
9838 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9839
9840 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9841
9842 * iswitchb.el: Update customization commentary.
9843
9844 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9845
9846 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9847 (tpu-search-highlight): Fixed comparison of overlay end positions.
9848 (tpu-trim-line-ends): Implemented trimming logic locally.
9849
9850 * emulation/tpu-extras.el (tpu-write-file-hook)
9851 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9852
9853 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9854
9855 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9856 to cn-gb.
9857 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9858
9859 2000-12-04 Dave Love <fx@gnu.org>
9860
9861 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9862
9863 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9864
9865 * mail/rmailsum.el (rmail-summary-expunge)
9866 (rmail-summary-expunge-and-save): Ask for confirmation with
9867 rmail-expunge-confirmed.
9868
9869 * mail/rmail.el (rmail-expunge-confirmed): New function.
9870 (rmail-expunge): Use it.
9871
9872 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9873
9874 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9875 (etags-recognize-tags-table, find-tag-in-order):
9876 New functionality: interpret file names as tags.
9877
9878 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9879
9880 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9881 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9882 the first subnode until the bottom of the current node is visible.
9883
9884 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9885
9886 * format.el (format-decode): Don't change buffer's undo list.
9887
9888 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9889
9890 * faces.el (face-font-registry-alternatives): Add entries for CJK
9891 fonts. Doc-string adjusted for the actual usage of this data.
9892
9893 * international/fontset.el: Change the font registries for CJK
9894 fonts in the default fontset. Don't append '*' to registries.
9895
9896 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9897
9898 * emacs-lisp/easy-mmode.el (define-derived-mode)
9899 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9900
9901 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9902 (derived-mode-p): New function.
9903 (derived-mode-make-docstring): Add `docstring' argument.
9904 Use it if available and complete it if necessary.
9905
9906 2000-12-03 Andreas Schwab <schwab@suse.de>
9907
9908 * type-break.el (type-break): Don't make parent of itself.
9909
9910 2000-12-03 Miles Bader <miles@gnu.org>
9911
9912 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9913
9914 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9915
9916 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9917 (tex-main-file, tex-file): Simplify.
9918 (tex-generate-zap-file-name): Use subst-char-in-string.
9919 (tex-strip-dots): Remove.
9920
9921 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9922
9923 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9924 to check if the match succeeded.
9925
9926 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9927
9928 * startup.el (use-fancy-splash-screens-p): New function.
9929 (command-line-1): Use it to determine whether or not to use
9930 a fancy splash screen.
9931
9932 2000-12-02 Andreas Schwab <schwab@suse.de>
9933
9934 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9935
9936 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9937
9938 * international/mule.el (make-char): Fix last change.
9939
9940 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9941 New defcustoms.
9942 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9943 autoloading tex-mode; instead, do the same manually.
9944 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9945 with numeric argument. Docstring fix.
9946 (toplevel): Require cl when compiling.
9947
9948 * international/mule.el (make-char): Doc fix.
9949
9950 2000-12-02 Jason Rumney <jasonr@gnu.org>
9951
9952 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9953 the Emacs Lisp manual)
9954
9955 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9956
9957 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9958
9959 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9960 the Emacs Lisp manual).
9961
9962 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9963
9964 * simple.el (next-line-add-newlines): Change default to nil.
9965
9966 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9967
9968 * files.el (revert-buffer, recover-file):
9969 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9970
9971 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9972
9973 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9974
9975 2000-12-01 Miles Bader <miles@gnu.org>
9976
9977 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9978
9979 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9980
9981 * international/mule-diag.el (describe-char-after): Fix typo.
9982 (describe-character-set, non-iso-charset-alist): Fix typo.
9983
9984 2000-12-01 Miles Bader <miles@gnu.org>
9985
9986 * image-file.el (image-file-name-regexp): Automatically add
9987 upper-case variants of each filename extension in
9988 `image-file-name-extensions', since they seem to be common.
9989
9990 * simple.el (minibuffer-contents)
9991 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9992 New functions.
9993 * filecache.el (file-cache-directory-name)
9994 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9995
9996 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9997
9998 * filecache.el (file-cache-minibuffer-complete): Don't try to
9999 delete the minibuffer prompt.
10000
10001 2000-11-30 Dave Love <fx@gnu.org>
10002
10003 * cus-start.el: Fix read-buffer-function type.
10004
10005 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10006
10007 * md5.el: Removed. There's a built-in function, now.
10008
10009 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
10010
10011 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
10012 as dummy 0-th char of rmail-deleted-vector.
10013
10014 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
10015
10016 * ps-print.el (ps-end-job): Bind case-fold-search only after
10017 switching to ps-spool-buffer.
10018
10019 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10020
10021 * ps-print.el: Line number font customization. PostScript: Lines and
10022 PageCount are initialized on each page. Doc Fix.
10023 (ps-print-version): New version number (6.3.2).
10024 (ps-lpr-switches, ps-font-info-database, ps-font-size)
10025 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
10026 (ps-right-header): Customization fix.
10027 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
10028 Fix code.
10029 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
10030 New vars.
10031
10032 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10033
10034 * bs.el: Fix typos and spelling errors.
10035 (bs-appearance) <defgroup>: Renamed from bs-appearence.
10036 (bs-configuration): Doc fix.
10037
10038 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
10039
10040 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
10041
10042 * emulation/tpu-edt.el (tpu-version): New version.
10043 (tpu-search-overlay, tpu-replace-overlay): New initial range.
10044 (tpu-original-mode-line): Variable deleted.
10045 (tpu-mark-flag): New initial value.
10046 (tpu-set-mode-line): Don't redefine mode-line-format.
10047 Add tpu-mark-flag to minor-mode-alist.
10048 (tpu-update-mode-line): New mark flag logic.
10049 (tpu-get): Use find-file-wildcards.
10050 (tpu-search-highlight): Move overlay less, reset overlay properly.
10051 (tpu-unselect): Deactivate mark.
10052 (tpu-lm-replace): Reset overlay properly.
10053 (tpu-forward-line): Use forward-visible-line.
10054 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
10055
10056 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
10057
10058 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10059
10060 * cus-edit.el (custom-face-value-create): Always emphasize tag.
10061
10062 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10063
10064 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
10065 and skip whitespace and newlines.
10066
10067 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
10068
10069 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
10070
10071 2000-11-29 Gerd Moellmann <gerd@gnu.org>
10072
10073 * help.el (describe-function-1): Regexp-quote function name
10074 when used as part of a regexp.
10075
10076 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10077 Use face-attribute instead of face-foreground and face-background.
10078 (tool-bar-add-item): Likewise, and handle unspecified colors.
10079
10080 * enriched.el (enriched-face-ans): Use face-attribute instead
10081 of face-foreground and face-background.
10082
10083 * faces.el (face-foreground, face-background, face-stipple):
10084 Return nil if attribute is unspecified, for backward compatibility.
10085
10086 * files.el (auto-mode-alist): Add an entry for antlr-mode.
10087
10088 * play/5x5.el: Remove version info.
10089
10090 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
10091
10092 * frame.el (blink-cursor-mode): Doc fix.
10093
10094 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10095
10096 * antlr-mode.el: New commands to run ANTLR from within Emacs and
10097 to create Makefile rules.
10098 (antlr-tool-command): New user option.
10099 (antlr-ask-about-save): New user option.
10100 (antlr-makefile-specification): New user option.
10101 (antlr-file-formats-alist): New variable.
10102 (antlr-special-file-formats): New variable.
10103 (antlr-unknown-file-formats): New user option.
10104 (antlr-help-unknown-file-text): New variable.
10105 (antlr-help-rules-intro): New variable.
10106 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10107 (antlr-mode-menu): Add entries.
10108 (antlr-file-dependencies): New function.
10109 (antlr-directory-dependencies): New function.
10110 (antlr-superclasses-glibs): New function.
10111 (antlr-run-tool): New command.
10112 (antlr-makefile-insert-variable): New function.
10113 (antlr-insert-makefile-rules): New function.
10114 (antlr-show-makefile-rules): New command.
10115
10116 * antlr-mode.el: More Emacs/XEmacs stuff.
10117 (antlr-no-action-keywords): New constant with value nil.
10118 (antlr-font-lock-keywords-alist): Use it. Old value would break
10119 syntax highlighting in Emacs-21.0.
10120 (antlr-default-directory): Emacs/XEmacs dependend function.
10121 (antlr-read-shell-command): Ditto.
10122 (antlr-with-displaying-help-buffer): Ditto.
10123
10124 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10125
10126 * antlr-mode.el: imenu, parsing and highlighting changes.
10127 (antlr-imenu-create-index-function): Don't create extra submenus
10128 for definitions in different grammar classes. It is not necessary
10129 for the menu and would make command `imenu' awkward to use.
10130 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10131 header actions and more than one.
10132 (antlr-font-lock-tokendef-face): Changed color.
10133 (antlr-font-lock-tokenref-face): Changed color.
10134 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10135 (antlr-mode-syntax-table): New variable.
10136 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10137 (antlr-with-syntax-table): Don't copy syntax table.
10138
10139 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10140
10141 * antlr-mode.el: Minor changes: language setting.
10142 (antlr-language-alist): The value for file option "language" can
10143 be both an identifier and a string.
10144 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10145 (antlr-language-limit-n-regexp): Change accordingly.
10146
10147 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10148
10149 * antlr-mode.el: Minor changes: tabs, hiding.
10150 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10151 (antlr-action-visibility): Also allow value nil to also hide the
10152 braces. Renamed from `antlr-tiny-action-length'.
10153 Suggested by Jay@aol.com.
10154 (antlr-hide-actions): Change accordingly. Hide line if completely
10155 hidden action is on a line of its own.
10156
10157 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10158
10159 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10160
10161 * sort.el (sort-columns): Don't concat strings with numbers.
10162
10163 2000-11-29 Dave Love <fx@gnu.org>
10164
10165 * cus-edit.el (face): Fix :format.
10166
10167 * mail/feedmail.el: Require smtpmail when compiling.
10168 (mail-do-fcc): Autoload.
10169 (feedmail) <defgroup>: Fix :link.
10170 (feedmail-nuke-body-in-fcc): Fix :type.
10171 (feedmail-send-it): Add autoload cookie.
10172
10173 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10174
10175 * newcomment.el (comment-indent): Save excursion around call to
10176 comment-indent-function.
10177
10178 2000-11-29 Miles Bader <miles@gnu.org>
10179
10180 * subr.el (member-ignore-case): Return the tail of the list who's
10181 car matches, like `member', not the matching element itself.
10182
10183 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10184
10185 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10186 should not contain `\n'.
10187
10188 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10189
10190 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10191
10192 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10193
10194 * dired-aux.el (dired-do-create-files): Construct default file
10195 name for dired-mark-read-file-name so that when the user enters
10196 just RET, the target file will end up in the target directory.
10197
10198 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10199 local-abbrev-table before changing buffers because it might
10200 have a buffer-local binding.
10201
10202 2000-11-28 Miles Bader <miles@gnu.org>
10203
10204 * simple.el (delete-horizontal-space): Handle fields more generally.
10205
10206 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10207
10208 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10209
10210 2000-11-28 Dave Love <fx@gnu.org>
10211
10212 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10213 comment-start-skip locally.
10214
10215 * progmodes/fortran.el (fortran-mode): Don't set
10216 fortran-comment-line-start-skip. Set comment-start to
10217 fortran-comment-line-start.
10218 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10219 (fortran-comment-line-start-skip): Simplify slightly.
10220
10221 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10222
10223 * play/5x5.el: Remove RCS keyword.
10224
10225 * bs.el: Mistaken commit, undone 2000-11-30.
10226
10227 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10228
10229 * textmodes/tildify.el (tildify-string-alist):
10230 Add `plain-tex-mode' here.
10231
10232 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10233
10234 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10235 reference.
10236
10237 2000-11-28 Miles Bader <miles@gnu.org>
10238
10239 * cus-face.el (custom-face-attributes): Add post-filter function
10240 for :box. Make pre-filter function for :box handle all cases.
10241
10242 * wid-edit.el (widget-choose): Make sure pop-up window is large
10243 enough to display all the choices, as there's no way to scroll it.
10244
10245 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10246
10247 * international/mule-conf.el: Make the coding system no-conversion
10248 safe for all characters.
10249
10250 2000-11-27 Dave Love <fx@gnu.org>
10251
10252 * net/ldap.el (ldap) <defgroup>: Add :version.
10253
10254 * tooltip.el (tooltip-use-echo-area): Doc fix.
10255
10256 * cus-start.el <minibuffer-prompt-properties>: Add version.
10257 <read-buffer-function>: Add.
10258
10259 * apropos.el (apropos-print): Add help-echo to active text.
10260
10261 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10262
10263 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10264
10265 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10266 type, group and version.
10267
10268 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10269
10270 * select.el (x-get-selection): Docstring fix.
10271
10272 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10273
10274 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10275
10276 2000-11-27 Andrew Innes <andrewi@gnu.org>
10277
10278 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10279
10280 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10281
10282 2000-11-27 Miles Bader <miles@gnu.org>
10283
10284 * dired.el (dired-get-filename): Return filename verbatim if
10285 LOCALP is `verbatim'.
10286 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10287 `verbatim' so that we don't inadvertently delete a non-existant
10288 directory name.
10289
10290 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10291
10292 * international/characters.el: Specify cases and syntaxes for
10293 mule-unicode-0100-24ff.
10294
10295 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10296
10297 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10298 that foreground and/or background colors of the face `tool-bar'
10299 are unspecified.
10300
10301 2000-11-27 Miles Bader <miles@gnu.org>
10302
10303 * wid-edit.el (widget-field-buffer, widget-field-start)
10304 (widget-field-end): Handle widget field `pseudo-overlays'.
10305 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10306 if it's there instead of in `widget-field-list'.
10307
10308 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10309 (help-make-xrefs): Delete extraneous newlines at the end of the
10310 docstring.
10311
10312 2000-11-25 Jason Rumney <jasonr@gnu.org>
10313
10314 * startup.el (command-line): Call set-locale-environment after
10315 Window System init file is read, as it can result in a call to
10316 redraw-frame.
10317
10318 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10319
10320 * simple.el (shell-command): Mention the effect of the prefix
10321 argument in the doc string.
10322
10323 2000-11-25 Miles Bader <miles@gnu.org>
10324
10325 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10326
10327 * wid-edit.el (widget-field-value-delete): Don't try to delete
10328 overlay when it's the `pseudo-overlay' that exists at some points.
10329
10330 2000-11-24 Jason Rumney <jasonr@gnu.org>
10331
10332 * international/mule-cmds.el (locale-language-names): Add "jp" as
10333 a non-standard alternative for Japanese.
10334
10335 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10336
10337 * vc-hooks.el: Require 'cl during compilation.
10338
10339 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10340
10341 * faces.el (face-set-after-frame-default): Let face attributes
10342 specified for new frames override frame parameters.
10343
10344 * startup.el (command-line): Fix computation of the source file
10345 for user-init-file when user-init-file is a compiled file.
10346
10347 2000-11-24 Miles Bader <miles@gnu.org>
10348
10349 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10350 (custom-post-filter-face-spec): New functions.
10351 (custom-face-set, custom-face-value-create): Filter the face spec
10352 before and after customization.
10353 (custom-face-set): If VALUE specifies a null face, pass a
10354 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10355 * cus-face.el (custom-face-attributes): Remove SET and GET
10356 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10357 cases they're needed.
10358
10359 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10360 that it's distinguishable from the :off-glyph on dark-background
10361 displays. Set its background color too.
10362
10363 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10364 so that people can easily turn it off.
10365
10366 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10367
10368 * ediff-diff.el: Moved variables around to have it compile under NT.
10369
10370 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10371
10372 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10373
10374 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10375 redundant skip-small-frames test.
10376
10377 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10378 (viper-downgrade-to-insert): Protect against errors in hooks.
10379
10380 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10381 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10382 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10383 New functions.
10384
10385 * viper-util.el (viper-memq-char): Bug fixes.
10386
10387 * viper.el (viper-mode): Fix cursor handling.
10388
10389 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10390
10391 * international/mule-diag.el (list-iso-charset-chars):
10392 For two-byte charset, fix the `while' condition.
10393 (list-non-iso-charset-chars): Fix the `while' condition.
10394
10395 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10396
10397 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10398 if the variable is make-variable-buffer-local.
10399
10400 * progmodes/ada-stmt.el (ada-template-map):
10401 Initialize and bind it to C-c t in ada-mode-map.
10402 (ada-stmt-mode-hook): New function extracted from old code.
10403 Only change the buffer-local side of skeleton-*.
10404 (ada-mode-hook): Use it.
10405
10406 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10407
10408 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10409 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10410 we expect to be returned by minibuffer-depth once we prompt the
10411 user in the minibuffer.
10412 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10413 as recorded in iswitchb-minibuf-depth, return non-nil.
10414
10415 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10416
10417 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10418 (hscroll-window-maybe): Docstring fix.
10419
10420 2000-11-23 Dave Love <fx@gnu.org>
10421
10422 * rect.el (string-rectangle): Don't test delete-selection-mode.
10423
10424 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10425
10426 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10427 is in the tool bar.
10428
10429 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10430 with `no-dir'; we want the directory part to be able to remove it.
10431
10432 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10433
10434 * textmodes/outline.el (outline-flag-region):
10435 Don't bind inhibit-read-only since we don't modify the buffer.
10436 (outline-isearch-open-invisible): Don't jump to overlay-start
10437 since we're trying to unhide text around point.
10438 (outline-discard-overlays): Use dolist.
10439
10440 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10441
10442 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10443
10444 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10445
10446 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10447
10448 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10449 Fix ARG regexp to skip quoted braces.
10450 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10451 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10452 are (correctly) handled separately).
10453 Remove `caption' and `footnote' from `citations': they contain text.
10454 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10455 (latex-skeleton-end-hook): New function.
10456 (latex-mode): Use it.
10457 (tex-start-tex-marker): Remove.
10458 (tex-send-tex-command): Don't set tex-start-tex-marker.
10459 (tex-error-parse-syntax-table): New var.
10460 (tex-compilation-parse-errors): Use it.
10461 Ignore tex-start-tex-marker. Don't bother with marker-position.
10462 (tex-validate-buffer): Don't bother with marker-position.
10463
10464 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10465 (flyspell-generic-progmode-verify): Use it.
10466
10467 2000-11-22 Sam Steingold <sds@gnu.org>
10468
10469 * simple.el (delete-trailing-whitespace): New interactive function.
10470
10471 * progmodes/ada-mode.el (ada-mode): Use it instead of
10472 `ada-remove-trailing-spaces'.
10473 (ada-remove-trailing-spaces): Removed.
10474
10475 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10476
10477 * textmodes/picture.el (picture-clean): Removed.
10478 (picture-mode-exit): Call it instead of `picture-clean'.
10479
10480 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10481
10482 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10483
10484 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10485 jit-lock-fontify-buffer; it should anyway be unneccessary to
10486 do anything special when jit-lock is active.
10487 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10488
10489 2000-11-22 Dave Love <fx@gnu.org>
10490
10491 * calendar/todo-mode.el (todo-top-priorities): Use
10492 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10493
10494 * language/chinese.el, language/cyrillic.el:
10495 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10496 * language/hebrew.el, language/indian.el, language/japanese.el:
10497 * language/korean.el, language/lao.el, language/misc-lang.el:
10498 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10499 Use provide.
10500
10501 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10502 (custom-variable-set): Improve validation error mesage.
10503
10504 * rect.el (string-rectangle): Revert last change.
10505 (string-rectangle-line): New arg DELETE.
10506 (string-rectangle): Check delete-selection-mode.
10507
10508 * emacs-lisp/edebug.el (edebug-version)
10509 (edebug-maintainer-address): Deleted.
10510 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10511 (edebug-read-function): Account for other `'#' read forms.
10512 (edebug-mode-menus): Make some items toggles.
10513 (edebug-outside-unread-command-event, unread-command-event):
10514 Remove these to avoid warnings.
10515
10516 2000-11-22 David Ponce <david@dponce.com>
10517
10518 * recentf.el (recentf-menu-items-for-commands)
10519 (recentf-make-menu-items, recentf-make-menu-item)
10520 (recentf-filter-changer): Added :help and :active menu-item properties.
10521
10522 (recentf-build-dir-rules, recentf-dump-variable)
10523 (recentf-edit-list, recentf-open-files-item)
10524 (recentf-open-files): Replaced unnecessary `mapcar' with new
10525 built-in `mapc'.
10526
10527 2000-11-23 Miles Bader <miles@gnu.org>
10528
10529 * faces.el (menu): Make inverse-video on ttys too.
10530
10531 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10532
10533 * simple.el (comment-line-break-function): Use the new name
10534 indent-new-comment-line -> comment-indent-new-line.
10535 (clone-indirect-buffer): Don't ignore NORECORD.
10536 (next-completion): Properly handle the case where items are adjacent.
10537
10538 * mouse.el (popup-menu): Stupid typo.
10539
10540 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10541
10542 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10543 maintainer, keywords tags.
10544
10545 * rect.el (replace-rectangle): Don't call string-rectangle-line
10546 with too many arguments.
10547
10548 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10549
10550 * ediff-util.el (ediff-file-checked-out-p)
10551 (ediff-file-checked-in-p): Call vc-state instead of
10552 vc-locking-user, which no longer exists.
10553
10554 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10555
10556 2000-11-22 Dave Love <fx@gnu.org>
10557
10558 * md5.el (md5): Provide.
10559 (md5): Fix error call.
10560
10561 2000-11-22 Miles Bader <miles@gnu.org>
10562
10563 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10564 (refill-fill-paragraph-at): Remove debugging code.
10565
10566 * calendar/calendar.el (generate-calendar-window): When we don't
10567 call `fit-window-to-buffer', make sure the top line is fully visible.
10568
10569 * image-file.el (insert-image-file): Don't make `read-only'
10570 property rear-nonsticky.
10571
10572 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10573 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10574 stashing away its original value.
10575 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10576 in the recursive edit.
10577 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10578 (isearch-done): Restore `minibuffer-message-timeout'.
10579
10580 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10581
10582 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10583
10584 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10585
10586 * find-lisp.el (find-lisp-find-files-internal):
10587 Use dolist, when and file-name-as-directory.
10588
10589 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10590 (define-derived-mode, define-minor-mode): Add specs.
10591
10592 * window.el: General comment and spacing fixes.
10593 (save-selected-window): Use backquotes.
10594 (window-safely-shrinkable-p): New function.
10595 (shrink-window-if-larger-than-buffer): Use it.
10596
10597 * subr.el (make-local-hook): Docstring fix.
10598
10599 * shell.el (shell-mode): Use define-derived-mode.
10600
10601 * newcomment.el (comment-indent): Insert comment before calling
10602 comment-indent-function. Don't insert in column 0.
10603 (comment-dwim): Indent before inserting comment.
10604
10605 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10606 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10607 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10608 Use mapc rather than map.
10609
10610 * files.el (find-buffer-visiting): Compare all attributes before
10611 declaring two files identical (rather than just their inode-no).
10612 (auto-mode-alist): Use \' rather than $.
10613
10614 * which-func.el: Update maintainer line.
10615
10616 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10617 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10618 (uniquify-buffer-file-name): Use it.
10619
10620 2000-11-22 Miles Bader <miles@gnu.org>
10621
10622 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10623 * simple.el (minibuffer-avoid-prompt): New function.
10624
10625 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10626
10627 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10628
10629 2000-11-21 Miles Bader <miles@gnu.org>
10630
10631 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10632 inclusion of `track-mouse'.
10633
10634 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10635 (refill-adjust-ignorable-overlay): New function.
10636 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10637 only the paragraph's tail if possible.
10638 Update `refill-ignorable-overlay'.
10639 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10640
10641 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10642 point inside the fill-prefix.
10643
10644 * textmodes/refill.el (refill-post-command-function): Don't reset
10645 refill-doit in the case where a self-insertion command doesn't
10646 case a refill. Use `refill-fill-paragraph-at', getting position
10647 from `refill-doit'.
10648 (refill-after-change-function): Set `refill-doit' to END.
10649 (refill-fill-paragraph-at): New function, mostly from old
10650 refill-fill-paragraph.
10651 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10652 (refill-pre-command-function): New function.
10653 (refill-mode): Add it to `pre-command-hook'.
10654
10655 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10656
10657 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10658
10659 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10660 javadoc tags.
10661
10662 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10663
10664 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10665 vc.el).
10666
10667 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10668 require vc.
10669
10670 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10671 checkouts.
10672
10673 2000-11-20 Dave Love <fx@gnu.org>
10674
10675 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10676
10677 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10678
10679 * calculator.el (calculator-paste): Use `if' instead of `and'
10680 and `or'.
10681 (calculator-help): Don't use electric-describe-mode for XEmacs.
10682
10683 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10684
10685 * info.el (info-menu-5): Doc fix.
10686
10687 * textmodes/artist.el: New file.
10688
10689 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10690
10691 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10692 and differentiate according to checkout model.
10693 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10694 since this function is only concerned with master state.
10695
10696 * vc-hooks.el (vc-workfile-unchanged-p)
10697 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10698
10699 * vc.el (vc-workfile-unchanged-p)
10700 (vc-default-workfile-unchanged-p): See above.
10701
10702 2000-11-19 Miles Bader <miles@gnu.org>
10703
10704 * image-file.el (insert-image-file): Make `intangible' and
10705 `read-only' properties rear-nonsticky too.
10706
10707 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10708
10709 * ps-print.el: Update copyright notice.
10710
10711 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10712 (tooltip-show): Use the offsets.
10713
10714 * bindings.el (mode-line-modified): Fix a typo.
10715 (mode-line-toggle-modified, mode-line-widen)
10716 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10717
10718 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10719
10720 * ps-print.el (toplevel): Test for find-coding-system being
10721 fboundp before calling ps-x-find-coding-system.
10722
10723 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10724
10725 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10726 (vc-version-backup-file): Docstring fix.
10727
10728 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10729
10730 * files.el (basic-save-buffer): Don't add a newline if
10731 find-file-literally is non-nil.
10732 (find-file-literally): Extend doc string.
10733
10734 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10735 sort(1) with the `-f' argument.
10736
10737 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10738
10739 * vc.el: Updated backend documentation.
10740 (vc-default-check-headers): New function.
10741
10742 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10743
10744 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10745 up-to-date.
10746 (vc-do-command): In the asynchronous case, output messages only if
10747 the minibuffer is not active.
10748
10749 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10750 `vc-cvs-use-edit' is on.
10751 (vc-cvs-checkout): When this is used for reverting the workfile,
10752 make a backup of the original contents and revert to that in case
10753 of error.
10754 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10755 remote repositories.
10756
10757 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10758 for both version and ratio in the minibuffer.
10759
10760 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10761 Use vc-do-command to perform the annotation, not call-process.
10762
10763 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10764
10765 * international/quail.el (quail-start-translation): Don't call
10766 `message' before reading key sequence.
10767
10768 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10769
10770 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10771
10772 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10773
10774 * window.el (fit-window-to-buffer): Be sure to acquire at least
10775 one text line even if the buffer is empty.
10776
10777 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10778
10779 * net/ange-ftp.el (ange-ftp-file-writable-p)
10780 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10781 Bind ange-ftp-process-verbose to nil.
10782
10783 2000-11-15 Dave Love <fx@gnu.org>
10784
10785 * wid-edit.el (widget-specify-field, widget-specify-button):
10786 If :help-echo is a function, set help-echo of overlay to
10787 widget-mouse-help.
10788 (widget-mouse-help): New function.
10789 (widget-echo-help): Rewritten for :help-echo functions only taking
10790 a widget arg.
10791
10792 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10793 Use display-graphic-p.
10794 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10795 and that JPEG is available.
10796 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10797
10798 * international/mule-cmds.el (locale-charset-language-names):
10799 Match @euro.
10800
10801 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10802
10803 * faces.el (face-set-after-frame-default):
10804 If `inhibit-default-face-x-resources' is bound, don't intialize the
10805 default face from X resources.
10806
10807 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10808
10809 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10810 Don't set EMACSLOADPATH.
10811
10812 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10813
10814 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10815 texinfo-insert-@url.
10816 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10817 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10818
10819 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10820
10821 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10822 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10823 (checkdoc-minor-keymap): Backward compatibility.
10824 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10825 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10826 (checkdoc-this-string-valid-engine): Be a bit more strict
10827 to avoid matching substrings of `...' quoted vars/funs.
10828 (checkdoc-defun-info): Only look for `interactive' if alone.
10829 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10830
10831 * progmodes/compile.el (grep): `tag-default' can be nil.
10832
10833 * newcomment.el (comment-indent): Paren typo.
10834
10835 2000-11-14 Dave Love <fx@gnu.org>
10836
10837 * calculator.el: New maintainer version.
10838
10839 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10840
10841 * cmuscheme.el: Doc fixes.
10842 (cmuscheme) <defgroup>: Use `scheme' as parent.
10843 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10844
10845 * xscheme.el (scheme-program-name): Don't define here.
10846
10847 * progmodes/scheme.el (scheme-program-name): New variable
10848 (originally in cmuscheme).
10849
10850 2000-11-14 Miles Bader <miles@gnu.org>
10851
10852 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10853 Handle header-lines. Don't loop forever if we can't enlarge the
10854 window anymore. Simplify a bit.
10855
10856 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10857
10858 * window.el (fit-window-to-buffer): Don't check
10859 window-text-height. Assure that the last line is fully visible.
10860
10861 * international/quail.el (quail-show-guidance-buf):
10862 Call fit-window-to-buffer to assure the enough height of the guidance
10863 buffer.
10864 (quail-update-guidance): Avoid making the guidance buffer shorter.
10865
10866 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10867
10868 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10869 rather than `prepend' and add an interesting comment.
10870 (tex-math-face, tex-font-lock-syntactic-face-function):
10871 New face and function to use it.
10872 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10873 than `menu-enable' symbol property.
10874 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10875 (tex-mode): Add some latex-mode commands for auto-selection.
10876 Use tex-font-lock-syntactic-face-function.
10877 (tex-insert-quote): Simplify.
10878 (tex-shell): New mode.
10879 (tex-start-shell): Use it.
10880 (tex-shell-proc, tex-shell-buf): New functions.
10881 (tex-send-command): Use it.
10882 (tex-main-file): Fix the meaning of the new arg REALFILE.
10883 (tex-send-tex-command): New function split from `tex-start-tex'.
10884 Set compilation-last-buffer and compilation-parsing-end.
10885
10886 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10887 when it follows non-comment text on the line.
10888
10889 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10890 Set font-lock-defaults.
10891 (lisp-mode-shared-map): Init inside the defvar.
10892 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10893 Use define-derived-mode.
10894
10895 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10896
10897 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10898
10899 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10900
10901 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10902 Don't recursively optimize body because that can lead to infinite
10903 recursion; see comment there.
10904
10905 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10906
10907 * faces.el (face-spec-set-match-display): Revert the change from
10908 2000-10-24. Add a FIXME for after v21.1.
10909
10910 2000-11-13 Miles Bader <miles@gnu.org>
10911
10912 * textmodes/fill.el (skip-line-prefix): New function.
10913 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10914 (fill-paragraph): Don't leave point inside the fill-prefix.
10915 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10916 point inside the fill-prefix.
10917
10918 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10919
10920 * calendar/calendar.el (generate-calendar-window):
10921 Use `fit-window-to-buffer'.
10922
10923 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10924
10925 * gud.el (gud-minor-mode): New var.
10926 (gud-symbol, gud-val): New functions.
10927 (gud-find-file): Copy gud-minor-mode to the new buffer.
10928 (gud-menu-map): Include entries for commands that are not always
10929 available, using :enable to (de)activate them.
10930 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10931 (gud-mode-map): New map.
10932 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10933 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10934 Don't set up gud's menu (it's done by the minor-mode).
10935 (gud-minibuffer-local-map): New.
10936 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10937 (gud-query-cmdline): New function.
10938 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10939 (gud-mode): Use define-derived-mode.
10940 Don't set up gud's menu (it's done by the minor-mode).
10941 (gud-chop-words): Remove.
10942 (gud-common-init): Use split-string instead.
10943 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10944
10945 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10946 Add keyword arg :name.
10947
10948 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10949 (diff-count-matches, diff-split-hunk): New functions.
10950 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10951
10952 * pcvs-info.el (cvs-fi-conflict-face): New var.
10953
10954 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10955 Make it into a simple syntax-table, shared among all submodes.
10956 (sh-heredoc-face): Re-introduce.
10957 (sh-font-lock-syntactic-face-function): New function.
10958 (sh-mode): Use it. Also use define-derived-mode.
10959 Remove old bogus setting of indent-region-function.
10960 (sh-set-shell): Don't set the syntax-table any more.
10961 (sh-mode-syntax-table) <defun>: Remove.
10962
10963 2000-11-12 Miles Bader <miles@gnu.org>
10964
10965 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10966 message if interactive.
10967
10968 2000-11-12 Dave Love <fx@gnu.org>
10969
10970 * mail/feedmail.el: Fix header,
10971 (feedmail) <defgroup>: Add :link.
10972
10973 * view.el: Use local-map property, not keymap on mode-line string.
10974
10975 * scroll-all.el (scroll-all-mode): Customize variable.
10976 Add autoload cookie to function.
10977
10978 * lazy-lock.el: Remove compatibility code.
10979
10980 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10981 (finder-help-echo): New variable.
10982 (finder-mouse-face-on-line): Add help-echo stuff.
10983 (finder-list-keywords, finder-list-matches): Use mapc.
10984
10985 * faces.el (face-font-registry-alternatives): Add :version.
10986
10987 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10988 tags-table-list.
10989
10990 * net/browse-url.el (browse-url-browser-function): Update :version.
10991
10992 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10993 (mail-mode): Use [:alnum:] in some regexps.
10994
10995 2000-11-10 Dave Love <fx@gnu.org>
10996
10997 * ediff.el (ediff-regions-internal, ediff-documentation):
10998 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10999 fundamental mode.
11000
11001 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
11002 buffer into fundamental mode.
11003 (ediff-set-difference): Use copy-sequence if available.
11004
11005 * ediff-ptch.el (ediff-dispatch-file-patching-job):
11006 Check ediff-patch-map non-nil.
11007 (ediff-fixup-patch-map, ediff-fixup-patch-map)
11008 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
11009 buffer into fundamental mode.
11010
11011 * ediff-merg.el (state-or-merge): Defvar when compiling.
11012
11013 2000-11-10 Jason Rumney <jasonr@gnu.org>
11014
11015 * w32-fns.el (w32-add-charset-info): New function.
11016 (w32-charset-info-alist): Use it.
11017
11018 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11019
11020 * faces.el (face-font-registry-alternatives): New user-option.
11021
11022 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
11023
11024 * textmodes/texinfo.el (texinfo-block-default): New var.
11025 (texinfo-insert-block): Use it. Insert a newline if needed.
11026
11027 * textmodes/fill.el (fill-indent-according-to-mode): New var.
11028 (fill-region-as-paragraph): Use it.
11029
11030 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
11031 (latex-mode): Tweak tex-*-(head|trail)er regexps.
11032 Tweak paragraph regexps to allow a leading [ \t]*.
11033 (tex-latex-block): Insert a newline if necessary.
11034 (latex-insert-item): Only insert a newline if necessary.
11035 (tex-guess-main-file): New function.
11036 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
11037 Set tex-main-file if TeX-master is provided.
11038 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
11039
11040 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11041
11042 * startup.el (command-line): Set the default tooltip-mode
11043 to t for graphical displays which implement x-show-tip.
11044
11045 * tooltip.el (tooltip-mode): Add a comment about startup.el
11046 setting the default value of this user-option.
11047
11048 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
11049
11050 * font-lock.el (font-lock-*-face) <defvar>: Move.
11051 (font-lock-defaults-alist): Mark obsolete.
11052 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
11053 (font-lock-mode): Use define-minor-mode.
11054 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
11055 (font-lock-turn-off-thing-lock): Be more explicit.
11056 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
11057 (font-lock-syntactic-face-function): New var.
11058 (font-lock-fontify-syntactically-region): Use it.
11059 (font-lock-doc-face): New.
11060
11061 * pcvs.el (cvs-enabledp): Ignore errors.
11062 (cvs-commit-filelist): Never query.
11063 (cvs-mode-insert): Always add a terminating / in the initial prompt.
11064 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
11065 (cvs-do-removal): Use cvs-partition rather than delete-if.
11066 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
11067 cvs-bury-buffer.
11068
11069 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11070 Allow `next' to jump to after the end of the last match.
11071
11072 2000-11-09 Gerd Moellmann <gerd@gnu.org>
11073
11074 * simple.el (byte-compiling-files-p): New function.
11075
11076 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
11077 if it is there.
11078
11079 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
11080 nil again.
11081
11082 * textmodes/ispell.el (ispell-library-path): Don't call
11083 check-ispell-version when byte-compiling because that starts
11084 an ispell process, and ispell might not be installed.
11085 (toplevel): Don't set up a menu when byte-compiling.
11086
11087 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
11088 it, so that a boundp test can be used to determine if we're
11089 currently byte-compiling.
11090
11091 2000-11-09 Dave Love <fx@gnu.org>
11092
11093 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
11094
11095 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11096
11097 * ps-print.el: Patch for variable initialization when spooling.
11098 Doc fix.
11099 (ps-output-list): Fun eliminated.
11100 (ps-begin-file, ps-begin-job): Code fix.
11101
11102 2000-11-08 Dave Love <fx@gnu.org>
11103
11104 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
11105
11106 2000-11-08 Gerd Moellmann <gerd@gnu.org>
11107
11108 * simple.el (shell-command, display-message-or-buffer)
11109 (shell-command-on-region): Mention resize-mini-windows in the doc
11110 string.
11111 (display-message-or-buffer): Take the value of resize-mini-windows
11112 into account.
11113
11114 2000-11-07 Gerd Moellmann <gerd@gnu.org>
11115
11116 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11117
11118 * dired.el (dired-between-files): Add `^. find' as an alternative
11119 to the regular expression, for find-dired.
11120
11121 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11122
11123 * textmodes/texnfo-upd.el: Require texinfo.
11124 (defmacro, defgroup): Remove.
11125 (texinfo-section-to-generic-alist): Remove.
11126 Use texinfo-section-list instead (i.e. level is changed string->int).
11127 (texinfo-filter): New function.
11128 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11129 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11130 Use it. And use regexp-opt.
11131 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11132 (texinfo-update-menu-region-beginning)
11133 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11134 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11135 (texinfo-update-menu-same-level-regexps): Update.
11136 (texinfo-update-node, texinfo-every-node-update)
11137 (texinfo-sequential-node-update): Remove autoload cookie.
11138
11139 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11140 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11141 (texinfo-chapter-level-regexp): Remove.
11142 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11143
11144 2000-11-06 Dave Love <fx@gnu.org>
11145
11146 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11147
11148 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11149 Match defun*.
11150
11151 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11152
11153 * composite.el (composition-function-table): Variable declaration
11154 moved to src/composite.c.
11155 (compose-chars-after): New optional arg object.
11156
11157 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11158
11159 * bindings.el (mode-line-toggle-read-only)
11160 (mode-line-toggle-modified, mode-line-widen)
11161 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11162 (make-mode-line-mouse2-map): Rewritten.
11163 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11164 functions so that C-h k can show something with a doc string.
11165
11166 * startup.el (fancy-splash-delay): Set to 10 seconds.
11167 (fancy-splash-max-time): New user-option.
11168 (fancy-splash-stop-time): New variable.
11169 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11170 (fancy-splash-screens-1): Throw `stop-splashing' when current
11171 time is greater than fancy-splash-stop-time.
11172
11173 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11174
11175 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11176
11177 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11178 Prompt user for a file rather than raising an error.
11179 (cvs-enabledp): Fix call to cvs-mode-marked.
11180 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11181 (cvs-mode-insert): Use it. Change the init prompt' value.
11182 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11183
11184 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11185 Don't pass default arg to ewoc-locate.
11186 (ewoc-collect): Return result in the right order.
11187
11188 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11189
11190 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11191 (cvs-status-get-tags): Fix regexp.
11192 (cvs-status-trees, cvs-status-cvstrees):
11193 Combine after change hooks and don't sit-for.
11194 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11195 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11196 Use make-char rather than hard-coded cryptic data.
11197 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11198
11199 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11200
11201 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11202 (cvs-insert-strings): New function.
11203
11204 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11205
11206 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11207 `mwheel-scroll-amount'.
11208 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11209 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11210 string-matching against the version string.
11211
11212 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11213
11214 * language/thai.el ("Thai"): Set a lisp form that produces
11215 composed string in `sample-text' language info.
11216
11217 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11218 composed string in `sample-text' language info.
11219
11220 * international/mule-cmds.el (describe-language-environment):
11221 Eval `sample-text' data and insert the result.
11222
11223 * international/mule-conf.el (compound-text): Define this coding
11224 system here. Make x-ctext and ctext aliases of it.
11225
11226 * language/european.el (compound-text, ctext): Moved to
11227 international/mule-conf.el.
11228
11229 2000-11-05 Andrew Innes <andrewi@gnu.org>
11230
11231 * w32-fns.el (w32-version): New function.
11232
11233 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11234
11235 * progmodes/awk-mode.el: Update copyright.
11236 (awk-mode-abbrev-table): Remove.
11237 (awk-font-lock-keywords): Use regexp-opt.
11238 (awk-mode): Use define-derived-mode.
11239
11240 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11241 when extracting a suffix.
11242
11243 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11244
11245 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11246 auto-save-mode.
11247
11248 2000-11-04 Jason Rumney <jasonr@gnu.org>
11249
11250 * language/european.el (decode-mac-roman): Test against r1 not r0.
11251
11252 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11253
11254 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11255 (icon-mode): Define indent-line-function.
11256 (icon-comment-indent): Simplify.
11257 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11258
11259 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11260
11261 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11262 Bind change-log-default-mode to defeat the caching done on it.
11263 Don't bother saving excursion any more.
11264
11265 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11266
11267 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11268 (set-frame-font): Use the new name (and the old for compatibility).
11269
11270 * toolbar/tool-bar.el (tool-bar-mode):
11271 * time.el (display-time-mode):
11272 * recentf.el (recentf-mode):
11273 * paren.el (show-paren-mode):
11274 * mwheel.el (mouse-wheel-mode):
11275 * msb.el (msb-mode):
11276 * jka-compr.el (auto-compression-mode):
11277 * image-file.el (auto-image-file-mode):
11278 * hl-line.el (hl-line-mode):
11279 * delsel.el (delete-selection-mode):
11280 * autoinsert.el (auto-insert-mode):
11281 * complete.el (partial-completion-mode): Drop unneeded positional args.
11282
11283 * info.el (Info-mode):
11284 * comint.el (comint-mode): Don't bother with make-local-hook.
11285
11286 * log-edit.el (log-edit-menu): New menu.
11287
11288 2000-11-03 Miles Bader <miles@gnu.org>
11289
11290 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11291 definition, so that trailing spaces are handled properly.
11292 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11293
11294 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11295
11296 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11297 tab character.
11298 (fancy-splash-screens): Set tab-width to 20.
11299
11300 2000-11-03 Dave Love <fx@gnu.org>
11301
11302 * comint.el (comint-completion-addsuffix): Fix custom type.
11303
11304 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11305
11306 * font-lock.el (font-lock-buffers): Remove.
11307 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11308 (font-lock-change-major-mode): Remove.
11309 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11310 (font-lock-default-fontify-region): Extend the multiline
11311 fontification to whole lines.
11312 (font-lock-fontify-anchored-keywords)
11313 (font-lock-fontify-keywords-region): If matching just one
11314 line (with \n) only mark the \n as multiline.
11315
11316 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11317 Correctly handle the case where several :group args are supplied.
11318 Allow :extra-args.
11319 (easy-mmode-define-global-mode): Allow :extra-args.
11320 Correctly handle the case where several :group args are supplied.
11321
11322 2000-11-02 Miles Bader <miles@gnu.org>
11323
11324 * calendar/calendar.el (diary-face, calendar-today-face)
11325 (holiday-face): Remove dependency on `window-system'.
11326
11327 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11328
11329 * Makefile.in (emacs): Set EMACSLOADPATH always.
11330 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11331 (compile-files): Bomb out if compilation of a file fails.
11332
11333 2000-11-02 Dave Love <fx@gnu.org>
11334
11335 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11336
11337 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11338
11339 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11340 punctuation in the warning inserted into the *mail* buffer.
11341
11342 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11343
11344 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11345 (authors-public-domain-p): New function.
11346 (authors-print): Use it.
11347
11348 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11349
11350 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11351
11352 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11353
11354 * ps-print.el: Extension for even/odd printing. Doc fix.
11355 (ps-print-version): New version number (6.3.1).
11356 (ps-even-or-odd-pages): Customization fix.
11357 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11358 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11359 (ps-page-count): Var replaced by `ps-page-column'.
11360 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11361 (ps-print-sheet-p): New fun.
11362
11363 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11364
11365 * tooltip.el (tooltip-gud-tips-setup): New function.
11366 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11367 (tooltip-mode): Call tooltip-gud-tips-setup.
11368 (tooltip-gud-tips): Use `gud-basic-call' instead of
11369 process-send-string, so the prompt gets frobbed appropriately.
11370 Handle nil return value from `tooltip-gud-print-command'.
11371
11372 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11373
11374 * comint.el (comint-add-to-input-history): New function.
11375 (comint-send-input): Use `comint-add-to-input-history'.
11376
11377 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11378
11379 * info.el (info-menu-header): New face.
11380 (Info-fontify-menu-headers): New function.
11381 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11382
11383 * info.el (Info-insert-dir): Don't include blank lines at
11384 beginning of additional dir files (one is added automatically).
11385
11386 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11387
11388 * emacs-lisp/easy-mmode.el (define-minor-mode):
11389 Revert the latest changes.
11390 Allow the three positional arguments to be skipped and replaced
11391 by keyword arguments.
11392 Add a :toggle argument to determine whether a nil arg means toggle
11393 or means turn-on. The default is unchanged.
11394 Add a call to force-mode-line-update.
11395
11396 2000-11-01 Dave Love <fx@gnu.org>
11397
11398 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11399
11400 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11401
11402 * calendar/calendar.el (diary-face, holiday-face):
11403 Add dark-background variants.
11404
11405 2000-10-31 Sam Steingold <sds@gnu.org>
11406
11407 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11408 `tex-main-file' does not have directory in it.
11409
11410 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11411
11412 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11413
11414 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11415
11416 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11417 functional change.
11418
11419 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11420
11421 * files.el (find-file-noselect): When we expand a wildcard, return
11422 a list of buffers, as we should do according to the doc string.
11423
11424 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11425
11426 * loadup.el (top level): Adjust load path if program name is
11427 "../src/bootstrap-emacs", in case it's not dumped and thus the
11428 load path adjustment hasn't already been done.
11429
11430 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11431
11432 * ps-print.el: Fix bug on selected pages for printing.
11433 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11434 is on. Try to avoid warning messages when compiling. Doc Fix.
11435 (ps-print-version): New version number (6.3).
11436 (ps-color-device): Use `color-values' to determine if device
11437 supports color.
11438 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11439 (ps-print-page-p): Changed from defsubst to defun.
11440 (ps-page-number): Changed from defmacro to defun.
11441 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11442 printing.
11443 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11444 (ps-end-file, ps-dummy-page): Funs eliminated.
11445 (ps-print-color-scale): Changed default value.
11446 (ps-page-n-up, ps-print-page-p): New internal vars.
11447 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11448 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11449
11450 * delim-col.el: Little programming improvement.
11451 (delimit-columns-str): New macro.
11452 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11453
11454 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11455
11456 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11457 Moved to european.el.
11458 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11459 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11460 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11461 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11462
11463 2000-10-30 Dave Love <fx@gnu.org>
11464
11465 * progmodes/cc-menus.el (imenu-generic-expression)
11466 (imenu-progress-message): Only defvar when compiling.
11467
11468 * emacs-lisp/elp.el (elp-unload-hook): New function.
11469
11470 * loadhist.el (unload-feature): Call elp-restore-function,
11471 checking for symbols; don't use elp-restore-all.
11472 (loadhist-hook-functions): Doc fix.
11473
11474 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11475
11476 * log-edit.el (log-edit-confirm): Fix the default.
11477
11478 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11479
11480 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11481 delimit-columns-format.
11482 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11483
11484 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11485
11486 * comint.el (comint-replace-by-expanded-history): Don't use
11487 comint-get-old-input (we're not looking at *old* input).
11488 (comint-get-old-input-default): If using fields, signal an error
11489 when the point is not in an input field.
11490
11491 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11492
11493 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11494 and mule-unicode-e000-ffff.
11495
11496 * international/mule.el (decode-char, encode-char): New functions.
11497 (make-coding-system): Accept a symbol of translation table as a
11498 value of property `safe-chars'.
11499
11500 * international/mule-cmds.el (encode-coding-char): Check property
11501 safe-chars instead of safe-charsets.
11502
11503 * international/fontset.el (fontset-default): Modified for
11504 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11505 (x-font-name-charset-alist): Likewise.
11506 (ccl-encode-unicode-font): New CCL program. Record it in
11507 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11508
11509 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11510 New translation tables.
11511 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11512 programs are modified and moved from mac-win.el.
11513 (mac-roman): Definition of this coding system is modified and
11514 moved from mac-win.el.
11515
11516 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11517
11518 * ediff-wind.el (ediff-setup-control-frame): Enclose
11519 face-attribute in condition-case to avoid errors in older emacsen.
11520
11521 2000-10-29 Miles Bader <miles@gnu.org>
11522
11523 * custom.el (custom-add-to-group): Allow multiple entries for a
11524 given value OPTION, as long as their widget types are different.
11525 * cus-edit.el (custom-face-value-create): If face name doesn't end
11526 with "face", add such here (similar to custom group widgets).
11527
11528 * comint.el (comint-highlight-prompt): Add :type.
11529
11530 2000-10-28 John Wiegley <johnw@gnu.org>
11531
11532 * calendar/timeclock.el (timeclock-log): Doc fix.
11533 (timeclock-last-event): Doc fix.
11534 (timeclock-log): Kill the timelog buffer after appending a new event.
11535 (timeclock-find-discrep): Use a temp buffer to read in the
11536 timelog, instead of visiting the file.
11537 (timeclock-log-data): A new function, along with a host of helper
11538 functions, for the purpose of making timelog data accessible to
11539 programmers.
11540
11541 * eshell/esh-mode.el (window-height test): Make certain that
11542 `eshell-stringify-t' is non-nil.
11543 (eshell-password-prompt-regexp): Changed to a much simpler
11544 password regexp.
11545 (eshell-send-input): If `eshell-invoke-directly' returns t,
11546 directly invoke the parsed command using `eval'. This improves
11547 turn-around time on simple commands by a factor of three or
11548 greater, such as cd, ls, pwd, etc. -- which get used very often.
11549 It also conserves thousands of cons cells per call (since
11550 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11551 in the Pacific Cookie Company).
11552
11553 * eshell/esh-test.el (eshell-test): Whitespace fix.
11554
11555 * eshell/em-ls.el (eshell-ls-insert-directory):
11556 Make `eshell-ls-initial-args' nil when inserting directory contents.
11557
11558 * eshell/em-script.el (eshell-script-initialize): Add names to
11559 `eshell-complex-commands, since `source' and `.' are complex.
11560
11561 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11562 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11563 `eshell-copy-handles'.
11564 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11565 bodies.
11566 (eshell-separate-commands): Whitespace fix.
11567 (eshell-complex-commands): Added a new list of names, for
11568 determining whether a given command is as simple as it looks.
11569 (eshell-invoke-directly): New function. Returns t if a command
11570 should be invoked directly (using `eval'), rather than indirectly
11571 using `eshell-do-eval'.
11572 (eshell-do-eval): Whitespace fix.
11573
11574 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11575 which provides an emulation of the DOS shell behavior of assuming
11576 that cp/mv/ln should copy/move/link to the current directory.
11577 (eshell-remove-entries): Added a doc string.
11578 (eshell-shuffle-files): Removed the check for `target' being null.
11579 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11580 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11581 it to do a smarter check of whether a destination was provided.
11582 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11583 (eshell/ln): Enable `:preserve-args', and use
11584 `eshell-mvcpln-template' to implement the body of the function.
11585 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11586 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11587 list after flattening it. This makes it possible to cat files
11588 with numerical names.
11589 (eshell-unix-initialize): Added several names to
11590 `eshell-complex-commands.
11591 (eshell-unix-command-complex-p): Return t if a given command name
11592 may result in external processes being invoked.
11593
11594 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11595 variable nil by default, since it slows down glob processing by a
11596 factor of two or more, and increases memory consumption.
11597
11598 * eshell/em-smart.el: Added a note about how memory consumptive
11599 smart display mode can be (at least this is true in Emacs 21).
11600 (eshell-smart-initialize): Whitespace fix.
11601 (eshell-refresh-windows): Use `if' instead of `when'.
11602 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11603 not necessary.
11604 (eshell-currently-handling-window): Added a missing global variable.
11605
11606 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11607 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11608 Whitespace fix.
11609 (eshell-ls-exclude-hidden): Added this variable in addition to
11610 `eshell-ls-exclude-regexp'. This one prevents files beginning
11611 with . from even being read, which can improve memory consumption
11612 quite a bit.
11613 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11614 read file entries beginning with a dot. In home directories with
11615 lots of hidden files, fully two-thirds of the time spent in ls is
11616 used to read directory entries that are immediately thrown away.
11617 (eshell-ls-initial-args): Added back this configuration variable,
11618 for specifying default initial arguments to every call to ls.
11619 Much faster than using an alias to do the same thing.
11620 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11621 (eshell-ls-dir): Whitespace change.
11622
11623 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11624
11625 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11626 (eshell-stringify-t): Added a customization variable, to indicate
11627 whether `t' should be rendered as a string at all. If not, one
11628 can still determine if the result of an expression is true using
11629 "file-exists-p FILE && echo true".
11630 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11631 stringify t!
11632
11633 * eshell/esh-module.el: Whitespace fix.
11634
11635 * eshell/em-alias.el (eshell-alias-initialize):
11636 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11637 (eshell-command-aliased-p): New function that returns t if a
11638 command name names an aliased.
11639
11640 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11641
11642 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11643 redrawing the screen when changing cursor color.
11644 (viper-insert-state-pre-command-sentinel)
11645 (viper-replace-state-pre-command-sentinel)
11646 (viper-replace-state-post-command-sentinel):
11647 Use viper-preserve-cursor-color.
11648 Many functions changed to use viper= instead of = when comparing
11649 characters.
11650 * viper-util.el (viper-memq-char,viper=): New functions for
11651 working with characters.
11652 (viper-change-cursor-color): Fixed buglet.
11653 Many functions changed to use viper= instead of = when comparing
11654 characters.
11655 * viper.el (viper-insert-state-mode-list): Added eshell.
11656
11657 * ediff-init.el (ediff-before-setup-hook): New hook.
11658 Several typos fixed in various docstrings.
11659 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11660 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11661 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11662 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11663 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11664 (ediff-get-selected-buffers): New function.
11665 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11666 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11667 Use save-window-excursion.
11668 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11669 termination check in while loop.
11670 * ediff.el (ediff-get-default-file-name): Better defaults when in
11671 dired buffer.
11672 (ediff-files,ediff-merge-files,ediff-files3)
11673 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11674
11675 2000-10-28 Dave Love <fx@gnu.org>
11676
11677 * info.el (Info-fontify-node): Add help-echo for menu items.
11678
11679 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11680
11681 * startup.el (normal-top-level): If the value of $TERM indicates
11682 we are running from xterm or one of its work-alikes, default to a
11683 light background mode.
11684
11685 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11686 * faces.el (tty-handle-reverse-video): New function.
11687 (tty-create-frame-with-faces): Call it.
11688
11689 * frame.el (frame-notice-user-settings): Don't apply
11690 default-frame-alist and initial-frame-alist to MS-DOS frames.
11691 Call tty-handle-reverse-video, frame-set-background-mode, and
11692 face-set-after-frame-default for non-MS-DOS frames.
11693
11694 * startup.el (tty-long-option-alist): New variable.
11695 (tty-handle-args): New function.
11696 (command-line): Call tty-handle-args.
11697
11698 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11699 startup.el now does that for all character-terminal frames.
11700
11701 2000-10-28 Miles Bader <miles@gnu.org>
11702
11703 * emacs-lisp/easy-mmode.el (define-minor-mode):
11704 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11705 is global. If :global is followed by a non-nil but non-t value,
11706 make the mode buffer-local, but also generate a `global-MODE'
11707 version using `easy-mmode-define-global-mode'.
11708 Add :conditional-turn-on keyword argument.
11709
11710 2000-10-28 Dave Love <fx@gnu.org>
11711
11712 * international/latin1-disp.el (latin1-char-displayable-p):
11713 Don't use window-system.
11714
11715 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11716
11717 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11718 Don't call find-buffer-file-type-coding-system. Instead, just
11719 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11720 if the file is on an untranslated filesystem.
11721 (add-untranslated-filesystem): Use "D" instead of "f" inside
11722 interactive.
11723
11724 2000-10-27 Dave Love <fx@gnu.org>
11725
11726 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11727 (refill-mode): Use it.
11728
11729 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11730
11731 * international/quail.el (quail-activate): Don't make-local-hook.
11732
11733 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11734
11735 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11736 manual backups and file.~<rev>.~ for automatic ones.
11737 (vc-make-version-backup): Don't do it on MS-DOS without long file
11738 names.
11739
11740 * vc.el (vc-version-other-window): If an automatic backup of the
11741 desired version exists, rename it instead of copying it.
11742
11743 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11744 after command. If there's an unexpected error, signal it instead
11745 of being silent.
11746 (vc-cvs-merge-news): Be prepared for no news at all.
11747
11748 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11749
11750 * shell.el (shell): Add BUFFER argument.
11751 * comint.el (make-comint-in-buffer): New function.
11752 (make-comint): Use it.
11753
11754 * faces.el (face-spec-choose): Change syntax so that the list of
11755 attribute-value pairs is now the cdr of each clause, not the cadr.
11756 Detect old-style entries, and handle them. Use pop.
11757
11758 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11759
11760 * cus-edit.el (custom-mode-map): Use a sparse map.
11761 (custom-mode): Don't bother with make-local-hook.
11762
11763 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11764
11765 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11766
11767 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11768
11769 * ps-print.el: Avoid compilation gripes.
11770 (ps-print-version): New version number (6.2.1).
11771
11772 2000-10-26 Dave Love <fx@gnu.org>
11773
11774 * menu-bar.el: Modify some menu item help strings.
11775 (menu-bar-help-menu): Add link to MORE.STUFF.
11776
11777 * cus-edit.el (custom-mode): Add `special' mode-class property.
11778
11779 * wid-browse.el (widget-browse-mode): Likewise.
11780
11781 * wid-edit.el (widget-specify-field): Revert to using local-map
11782 property, not keymap.
11783
11784 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11785
11786 * wid-edit.el (widget-field-end): When checking for a `boundary'
11787 field, do so in the correct buffer.
11788
11789 * simple.el (undo): Correctly distinguish between numeric and
11790 non-numeric prefix args in non-transient-mark-mode, as per the doc
11791 string. When in transient-mark-mode, treat all prefix-args as
11792 numeric.
11793
11794 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11795 Position point on match. Handle N == 0 correctly.
11796
11797 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11798 (comint-mode-map): Reverse order of `comint-write-output' and
11799 `comint-append-output-to-file'.
11800 (comint-append-output-to-file): Reinstate this function, for the
11801 benefit of the menu.
11802
11803 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11804
11805 * vc.el (vc-version-other-window): Bind `file'.
11806
11807 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11808
11809 * Makefile.in (update-authors): New target for maintenance purposes.
11810
11811 * emacs-lisp/authors.el (batch-update-authors): New function.
11812 (authors-fixed-entries): New defconst.
11813 (authors-add-fixed-entries): New function.
11814 (authors): Call it.: Don't process lispref/.
11815
11816 2000-10-25 Jason Rumney <jasonr@gnu.org>
11817
11818 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11819 Merge x w32 and mac definitions.
11820
11821 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11822
11823 * menu-bar.el (menu-bar-options-menu): Add a help string for
11824 `uniquify'.
11825
11826 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11827
11828 * time-stamp.el (time-stamp-string-preprocess):
11829 Fix a wrong type argument error.
11830
11831 2000-10-25 Miles Bader <miles@gnu.org>
11832
11833 * recentf.el (recentf-mode): Variable removed.
11834 (recentf-mode): Use `define-minor-mode'.
11835
11836 * mwheel.el (mouse-wheel-mode): New global minor mode.
11837 (mwheel-install): Use `mouse-wheel-mode'.
11838
11839 2000-10-25 Dave Love <fx@gnu.org>
11840
11841 * progmodes/cperl-mode.el (cperl-mode):
11842 Set normal-auto-fill-function correctly.
11843
11844 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11845 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11846 bindings.
11847
11848 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11849
11850 * wid-edit.el (widget-field-at): New function.
11851 (widget-at, widget-field-activate): Use it.
11852 (widget-tabable-at): Use `widget-at'.
11853 (widget-specify-field): If the terminating character of the widget
11854 field (which is read-only) is a newline, put it into a special
11855 `boundary' field so that C-n/C-p act more naturally.
11856 (widget-field-end): Also don't subtract one if a special
11857 `boundary' field has been added after the widget field.
11858
11859 * comint.el (comint-output-filter, comint-send-input):
11860 Don't bother adding stickiness fields to overlays to fool the field
11861 code, since it should notice the overlay insertion-types now.
11862
11863 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11864 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11865 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11866
11867 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11868
11869 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11870 (authors): Set file coding system to iso-2022-7bit.
11871 Add file-local variables to output buffer.
11872
11873 * files.el (after-find-file): Don't print any warnings if
11874 WARN is nil.
11875
11876 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11877
11878 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11879
11880 * delim-col.el: Now there is a column formatting mechanism.
11881 Modified to customization mechanisms convention. Doc fix.
11882 (columns): New group for delim-col.
11883 (delimit-columns-before, delimit-columns-after)
11884 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11885 (delimit-columns-end): New vars.
11886 (delimit-columns-customize, delimit-columns-format): New funs.
11887 (delimit-columns-region, delimit-columns-rectangle)
11888 (delimit-columns-rectangle-line): Modified to support column
11889 formatting.
11890
11891 2000-10-24 Dave Love <fx@gnu.org>
11892
11893 * log-edit.el (log-edit): Add :version and a :group for vc.
11894
11895 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11896
11897 * files.el (after-find-file): Don't print a message ``New file''
11898 if WARN is nil.
11899
11900 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11901 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11902 get duplicate tool-bar entries because we'll see the global ones
11903 on more than one path through keymaps.
11904
11905 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11906
11907 * progmodes/cmacexp.el: Change Francesco's email address.
11908
11909 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11910
11911 * window.el (fit-window-to-buffer): Adjust point of the window
11912 buffer, not that of the current buffer.
11913
11914 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11915
11916 * progmodes/cmacexp.el: Update the euthor's email address.
11917
11918 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11919
11920 * faces.el (face-spec-set-match-display): Add `graphic' display
11921 type (the inverse of `tty'). Use `display-graphic-p' instead of
11922 the window-system variable.
11923
11924 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11925
11926 * international/isearch-x.el (isearch-with-input-method):
11927 Call input-method-function with the first event in
11928 unread-command-events.
11929
11930 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11931
11932 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11933
11934 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11935
11936 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11937 New charsets.
11938
11939 * term/mac-win.el: Remove definitions of mac-roman-lower and
11940 mac-roman-upper, require dired, and define instead of set
11941 mac-ready-for-drag-n-drop to avoid compilation error.
11942
11943 2000-10-23 Andrew Innes <andrewi@gnu.org>
11944
11945 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11946 Remove superfluous calls to subst-char-in-string; instead apply
11947 expand-file-name after convert-standard-filename to ensure
11948 expected directory separators are used.
11949
11950 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11951
11952 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11953
11954 2000-10-23 Dave Love <fx@gnu.org>
11955
11956 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11957 (tool-bar-add-item): Set foreground and background for XBM icons.
11958
11959 * international/latin1-disp.el (latin1-char-displayable-p):
11960 New function (from Handa).
11961 (latin1-display-check-font): Use it.
11962
11963 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11964 using :key-sequence, making it much more usable.
11965 Use nconc, not append.
11966 (imenu--create-keymap-1): Avoid append.
11967
11968 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11969
11970 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11971
11972 [the following changes fix a bug where `define-minor-mode' didn't
11973 correctly generate :require clauses for defcustoms in compiled files]
11974 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11975 (byte-compile-log-file, byte-compile-log-1): Don't set
11976 `byte-compile-current-file' to nil. Instead set
11977 `byte-compile-last-logged-file' to it. Test whether
11978 byte-compile-current-file equals byte-compile-last-logged-file
11979 instead of whether its nil.
11980 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11981
11982 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11983
11984 * textmodes/refill.el: Fix var names in doc.
11985 (refill-mode): Don't bother with make-local-hook anymore.
11986
11987 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11988
11989 * faces.el (face-user-default-spec, face-default-spec): New functions.
11990 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11991 (frame-set-background-mode, face-set-after-frame-default):
11992 Use `face-user-default-spec'. Simplify code slightly.
11993
11994 * woman.el (woman-italic-face, woman-bold-face)
11995 (woman-unknown-face): Add dark-background variants.
11996 (woman-default-faces): Renamed from `woman-colour-faces'.
11997 Set using the stored defaults, rather than using hard-wired colors.
11998 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11999 Just make the foreground `unspecified' rather than "black".
12000 (woman-menu): Rename menu entries accordingly.
12001
12002 * faces.el (header-line): Make more reasonable on mono/grayscale
12003 displays.
12004
12005 2000-10-23 Andrew Choi <akochoi@i-cable.com>
12006
12007 * cus-edit.el (custom-button-face): Use 3D look for mac.
12008 (custom-button-pressed-face): Likewise.
12009
12010 * faces.el (set-face-attributes-from-resources): Handle mac frames
12011 in the same way as x and w32 frames.
12012 (face-valid-attribute-values): Likewise.
12013 (read-face-attribute): Likewise.
12014 (defined-colors): Likewise.
12015 (color-defined-p): Likewise.
12016 (color-values): Likewise.
12017 (display-grayscale-p): Likewise.
12018 (face-set-after-frame-default): Likewise.
12019 (mode-line): Same default face as for x and w32.
12020 (tool-bar): Likewise.
12021
12022 * frame.el: Remove call to frame-notice-user-settings at end of
12023 the file.
12024
12025 * info.el (Info-fontify-node): Make underlines invisible for mac
12026 as for x, pc, and w32 frame types.
12027
12028 * term/mac-win.el: New file.
12029
12030 2000-10-22 Dave Love <fx@gnu.org>
12031
12032 * textmodes/refill.el: New file.
12033
12034 2000-10-22 Andre Spiegel <spiegel@gnu.org>
12035
12036 * vc-hooks.el (vc-version-backup-file-name): New optional args
12037 MANUAL and REGEXP.
12038 (vc-delete-automatic-version-backups, vc-make-version-backup):
12039 New functions.
12040 (vc-before-save): Use the latter.
12041 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
12042 confusion.
12043
12044 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
12045 expected by vc[-hooks].el.
12046
12047 * vc.el (vc-checkout): Added `-p' suffix in call to
12048 vc-make-version-backups-p; use vc-make-version-backup to actually
12049 make the backup.
12050 (vc-version-other-window, vc-version-backup-file): Handle both
12051 automatic and manual backups.
12052 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
12053 of all of them.
12054
12055 2000-10-22 Miles Bader <miles@gnu.org>
12056
12057 * comint.el (comint-highlight-input, comint-highlight-prompt):
12058 Renamed, `-face' at end removed.
12059 (comint-send-input, comint-output-filter): Use renamed faces.
12060
12061 * window.el (fit-window-to-buffer): Change defaulting of
12062 MAX-HEIGHT slightly.
12063
12064 * faces.el (color-values, color-defined-p): Use `member', not
12065 `memq', because it works correctly for strings.
12066 (frame-set-background-mode): Actually, "unspecified-fg" and
12067 "unspecified-bg" *are* strings. Use `member', not `memq', and
12068 `equal', not `eq', when a string value is possible.
12069
12070 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
12071
12072 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
12073
12074 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
12075
12076 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
12077 sh-electric-rparen, sh-electric-less and sh-electric-hash.
12078 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
12079 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
12080 (sh-font-lock-syntactic-keywords): Use them.
12081 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
12082 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
12083 (sh-mode): Don't override font-lock-unfontify-region-function.
12084 Use a copy of sh-font-lock-syntactic-keywords.
12085 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
12086 Don't call sh-scan-buffer since font-lock does it on the fly.
12087 (sh-get-indent-info): Use `face' rather than `syntax-table'
12088 text-property to detect here-documents.
12089 Replace sh-special-syntax with sh-st-punc.
12090 (sh-prev-line): Use `face' rather than `syntax-table'
12091 text-property to skip over here-documents.
12092 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
12093 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
12094 (sh-electric-less, sh-set-here-doc-region)
12095 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
12096 (sh-scan-buffer, sh-rescan-buffer): Remove.
12097
12098 2000-10-21 Andrew Innes <andrewi@gnu.org>
12099
12100 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
12101 remote (ange-ftp) file names.
12102
12103 2000-10-21 Miles Bader <miles@gnu.org>
12104
12105 * window.el (fit-window-to-buffer): New function.
12106 (shrink-window-if-larger-than-buffer): Use it.
12107 (window-text-height): Don't expect minibuffers to have mode-lines.
12108
12109 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
12110 * international/quail.el (quail-update-guidance):
12111 Use `fit-window-to-buffer' instead of `set-window-text-height'.
12112
12113 * international/quail.el (quail-show-guidance-buf): Make sure
12114 guidance window really has enough room.
12115 (quail-update-guidance): If quail-guidance-win is already shown,
12116 make sure its height is OK.
12117
12118 * window.el (window-text-height, set-window-text-height):
12119 New functions.
12120 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12121 instead of `window-height' & `mode-line-window-height-fudge'.
12122 (mode-line-window-height-fudge): Add FACE parameter.
12123 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12124 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12125
12126 2000-10-20 Miles Bader <miles@gnu.org>
12127
12128 * window.el (height-affecting-face-attributes): Use `defconst'.
12129
12130 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12131 New function, conditionally aliased to `mode-line-window-height-fudge'.
12132 (ispell-help): Use it.
12133 (ispell-choices-win-default-height): Don't include mode-line fudge.
12134 (ispell-choices-win-default-height): New function.
12135 (ispell-show-choices, ispell-command-loop): Use function
12136 `ispell-choices-win-default-height' instead of variable.
12137
12138 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12139
12140 * window.el (mode-line-window-height-fudge): New variable.
12141 (height-affecting-face-attributes): New variable.
12142 (mode-line-window-height-fudge): New function.
12143 (shrink-window-if-larger-than-buffer): Use it.
12144 * help.el (resize-temp-buffer-window): Likewise.
12145
12146 * info.el (Info-fontify-node): Add support for @subsubsection
12147 titles, which use `Info-title-4-face'.
12148 (Info-title-4-face): New face.
12149 (Info-title-3-face): Inherit from Info-title-4-face instead of
12150 variable-pitch.
12151
12152 2000-10-19 Jason Rumney <jasonr@gnu.org>
12153
12154 * dired.el (dired-insert-directory): Do not let errors signalled by
12155 attempt to run dired-free-space-program prevent dired from working.
12156
12157 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12158
12159 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12160
12161 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12162
12163 * dirtrack.el (dirtrack): Fix call to run-hooks.
12164
12165 * cmuscheme.el (cmuscheme-program-name): Renamed from
12166 scheme-program-name because xscheme.el contains a defcustom with
12167 the same name. As a consequence, customizing group `cmuscheme'
12168 loaded `xscheme' which redefined run-scheme.
12169 (run-scheme): Use cmuscheme-program-name.
12170
12171 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12172
12173 * play/doctor.el (doctor-death): Update the Samaritans'
12174 anonymous address, and add a website for Befrienders International.
12175
12176 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12177
12178 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12179 Avoid compilation gripes. Doc fix.
12180 (ps-print-version): New version number (6.2).
12181 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12182 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12183 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12184 (ps-x-extent-priority, ps-x-extent-start-position)
12185 (ps-x-face-font-instance, ps-x-find-coding-system)
12186 (ps-x-font-instance-properties, ps-x-make-color-instance)
12187 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12188 avoid compilation gripes without defining functions.
12189 (ps-e-find-composition): Alias for function find-composition, to have a
12190 suitable function depending on Emacs version.
12191 (ps-color-device, ps-color-values, ps-face-foreground-name)
12192 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12193 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12194 (ps-print-ensure-fontified): Function definitions surrounded by
12195 `eval-and-compile' to avoid compilation gripes.
12196 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12197 by symbol-value to avoid compilation gripes.
12198 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12199 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12200
12201 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12202
12203 * startup.el (normal-top-level): Call `frame-set-background-mode'
12204 after `frame-notice-user-settings' because the latter doesn't call
12205 the former on a tty.
12206
12207 * faces.el (frame-set-background-mode): `unspecified' &c are
12208 symbols, not strings.
12209
12210 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12211
12212 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12213 why some "light*" colors are deliberately absent from the alist.
12214
12215 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12216 Change colors for tty's, as suggested by Miles Bader.
12217
12218 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12219
12220 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12221 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12222 for ISO10646-1 fonts.
12223 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12224
12225 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12226
12227 * faces.el (frame-set-background-mode): If a tty frame defines a
12228 background color, use that to compute the background mode, instead
12229 of always defaulting to "dark".
12230
12231 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12232
12233 * comint.el (comint-write-output): New function.
12234 (comint-mode-map): Add it to the menu.
12235 Bind `C-c C-s' to comint-write-output.
12236
12237 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12238
12239 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12240 Use fancy-splash-delay.
12241
12242 2000-10-18 Alex Schroeder <alex@gnu.org>
12243
12244 * progmodes/sql.el (sql-sybase-options): New option.
12245 (sql-sybase): Use it. Add sql-database to the list of parameters
12246 provided for login. The options -w 2048 -n are not used any more.
12247
12248 * comint.el (comint-read-input-ring): Bugfix such that the first
12249 and the last entry of the input ring file are not lost.
12250
12251 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12252
12253 * ps-print.el: Internal variable changes to defcustom,
12254 make-local-hook changes to defvar. Doc fix.
12255 (ps-print-version): New version number (6.1).
12256 (ps-setup, ps-do-despool): Code fix.
12257 (ps-printer-name): Customization fix.
12258 (ps-printer-name-option): Now is a defcustom instead of an
12259 internal variable.
12260 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12261 (ps-print-begin-column-hook): Now are defvar instead of
12262 make-local-hook.
12263
12264 2000-10-18 Miles Bader <miles@gnu.org>
12265
12266 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12267 (comint-kill-output): Changed into an alias for `comint-delete-output',
12268 and made obsolete.
12269 (comint-mode-map): Rename references to comint-kill-output.
12270
12271 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12272
12273 * diff-mode.el (diff-header-face, diff-file-header-face)
12274 (diff-changed-face): Add bold and italic attributes to tty faces.
12275 (diff-function-face): New face.
12276 (diff-font-lock-keywords): Use it.
12277
12278 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12279
12280 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12281 Remove commented-out call to force-mode-line-update.
12282 (comint-kill-output): Use `forward-line 0' instead of
12283 beginning-of-line to make sure we get past the prompt.
12284
12285 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12286
12287 * diff-mode.el (diff-header-face, diff-file-header-face):
12288 Add specific setting for dark background.
12289 (diff-context-face): Renamed from diff-comment-face.
12290 Set explicitly rather than inheriting from font-lock-comment-face.
12291
12292 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12293
12294 * startup.el (command-line): Move the code which sets the default
12295 TTY colors to before before-init-hook.
12296
12297 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12298
12299 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12300
12301 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12302
12303 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12304 extensions, for MS-DOS.
12305
12306 * diff-mode.el (diff-header-face, diff-file-header-face)
12307 (diff-changed-face): Define tty-specific colors.
12308
12309 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12310
12311 * startup.el (fancy-splash-text): Realign the text.
12312
12313 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12314
12315 * font-lock.el (font-lock-comment-face): Define a separate default
12316 for dark-background tty's.
12317
12318 2000-10-17 Miles Bader <miles@gnu.org>
12319
12320 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12321 being obscured by whizzy mode-lines on graphics displays.
12322
12323 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12324
12325 * info.el (Info-title-1-face, Info-title-2-face)
12326 (Info-title-3-face): Define colors for tty's.
12327 (info-header-node): Remove unneeded tty-specific definition.
12328
12329 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12330
12331 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12332 reverse from the frame parameters, and don't invert foreground and
12333 background colors.
12334
12335 2000-10-16 Miles Bader <miles@gnu.org>
12336
12337 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12338 string "*Info*". Call propertized-buffer-identification to spruce
12339 up the result.
12340
12341 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12342
12343 * help.el: Provide `help' for the sake of define-minor-mode
12344 which generates defcustoms with requires.
12345
12346 * jit-lock.el (jit-lock-after-change): If we're in text that
12347 matches a multi-line font-lock pattern, make sure the whole text
12348 will be redisplayed.
12349
12350 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12351 author's name is unknown.
12352
12353 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12354 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12355 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12356 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12357 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12358 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12359 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12360 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12361 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12362 Add author information.
12363
12364 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12365
12366 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12367 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12368 full-color version (using the Gimp) to eliminate dithering artifacts.
12369
12370 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12371
12372 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12373
12374 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12375
12376 2000-10-15 Dave Love <fx@gnu.org>
12377
12378 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12379
12380 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12381
12382 * whitespace.el: Doc fixes.
12383 (top-level): Don't add hooks here.
12384 (whitespace-running-emacs): Deleted.
12385 (timer): Don't require.
12386 (whitespace): Add back :version conditional on xemacs test.
12387 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12388 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12389 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12390 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12391 Avoid specific xemacs test.
12392 (whitespace-global-mode): New option.
12393 (whitespace-global-mode): New command.
12394 (whitespace-unload-hook): New function.
12395
12396 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12397 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12398 (Info-fontify-node): `Goto' goes to `Go to'.
12399 (Info-fontify-node): Add help-echo to xref links.
12400
12401 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12402
12403 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12404
12405 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12406
12407 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12408 Use plist-get and allow :inherit.
12409
12410 * emacs-lisp/cl-macs.el (cl-do-arglist):
12411 Use plist-get and plist-member instead of memq.
12412
12413 * emacs-lisp/ewoc.el (ewoc-location): New function.
12414 (ewoc-enter-after, ewoc-enter-before): Document return value.
12415 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12416 Don't need make-local-hook any more.
12417 (cvs-addto-collection): Return the new tin.
12418 (cvs-mode-insert): Jump to the new line.
12419
12420 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12421
12422 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12423
12424 * font-lock.el (font-lock-syntactically-fontified): New var.
12425 (font-lock-fontify-syntactic-keywords-region): Use it.
12426 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12427
12428 * diff-mode.el (diff-find-file-name): Fix regexp.
12429
12430 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12431 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12432
12433 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12434 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12435 (sh-mode): Don't make all vars local here.
12436 (sh-kw): Reformat.
12437 (sh-set-shell): Use dolist. Don't set indent-region-function.
12438 (sh-mode-syntax-table): Use pop.
12439 (sh-remember-variable): Use push.
12440 (sh-help-string-for-variable): Use memq.
12441 (sh-safe-backward-sexp): Remove.
12442 (sh-safe-forward-sexp): Add ARG.
12443 (sh-get-indent-info, sh-prev-stmt): Use it.
12444 (sh-prev-line): Simplify by using forward-comment.
12445 (sh-this-is-a-continuation): Simplify.
12446 (sh-learn-buffer-indent): Use dolist.
12447 (sh-do-nothing): Remove.
12448 (sh-set-char-syntax, sh-set-here-doc-region):
12449 Use inhibit-modification-hooks.
12450 (sh-name-style): Use mapcar and push.
12451 (sh-load-style): Use dolist.
12452 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12453 (sh-case, sh-while-getopts): Use propertize directly rather
12454 than sh-electric-rparen.
12455
12456 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12457
12458 * textmodes/tex-mode.el: Require CL when compiling.
12459 (tex-mode-syntax-table): Init immediately.
12460 (tex-mode-map): Bind M-RET to latex-insert-item.
12461 (latex-mode): Set indent-line-function to latex-indent.
12462 (tex-common-initialization): Don't setup the syntax-table any more.
12463 (latex-insert-item): New skeleton.
12464 (tex-next-unmatched-end): Fix copy/paste braino.
12465 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12466 (latex-indent, latex-find-indent): New functions.
12467 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12468 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12469 (tex-compilation-parse-errors): Use with-syntax-table.
12470
12471 2000-10-15 Miles Bader <miles@gnu.org>
12472
12473 * font-lock.el (font-lock-comment-face): Change dark-background,
12474 color, non-tty, default to `chocolate1'.
12475
12476 2000-10-13 John Wiegley <johnw@gnu.org>
12477
12478 * eshell/esh-util.el (require): Added a missing `require' form,
12479 needed when compiling (for an ange-ftp macro definition).
12480
12481 2000-10-13 Dave Love <fx@gnu.org>
12482
12483 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12484
12485 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12486
12487 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12488
12489 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12490 transparent -colors 8).
12491
12492 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12493
12494 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12495 that breaks with old list format timestamps.
12496 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12497 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12498
12499 2000-10-13 John Wiegley <johnw@gnu.org>
12500
12501 * align.el, pcomplete.el, calendar/timeclock.el,
12502 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12503
12504 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12505 faulty math, where holiday hours were being computing as seconds.
12506
12507 2000-10-13 John Wiegley <johnw@gnu.org>
12508
12509 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12510 specifying what "other" kinds of buffers should be saved.
12511 This used to be hard-coded.
12512 (desktop-buffer-misc-functions): A global for specifying how
12513 auxiliary data should be determined for special buffer types.
12514 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12515 instead of hard-coding the special buffer types.
12516 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12517 auxiliary data, instead of hard-coding for Info buffers and dired.
12518 (desktop-buffer-info-misc-data): Aux function for determining Info
12519 buffer auxiliary info.
12520 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12521 (desktop-buffer-info): Changed this function to use the info
12522 gathered above.
12523 (desktop-create-buffer): Be a little more careful about what
12524 `minor-mode' means before calling it. This is important for some
12525 buffer types.
12526
12527 2000-10-13 John Wiegley <johnw@gnu.org>
12528
12529 * eshell/esh-util.el: Added a global form which declares an
12530 autoload for `parse-time-string', if that function is not already
12531 defined, and if parse-time.el is available on the user's system.
12532
12533 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12534 to be aware of ange-ftp user info.
12535 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12536 (eshell-ls-annotate): Use `eshell-file-attributes'.
12537 (eshell-ls-file): Made the user-id printing code a bit smarter.
12538
12539 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12540 allow identification of alias user ids in remote directories.
12541 It's manual, but there's no other way to know when the current user
12542 on the local machine, is also the owning user on the remote machine.
12543 (fboundp): Bind `ange-cache'.
12544 (eshell-directory-files-and-attributes): Re-organized the logic a
12545 bit to use `eshell-file-attributes' instead of `file-attributes'.
12546 The former is more sensitive to directories that are read via FTP,
12547 and knows how to use ange-ftp to determine full attribute
12548 information, instead of just the name and last modtime.
12549 (eshell-current-ange-uids): Return the current user id when in a
12550 remote directory.
12551 (eshell-parse-ange-ls): Parse a full directory listing that has
12552 been returned by ange-ftp.
12553 (eshell-file-attributes): This beefed up version of
12554 `file-attributes' is only special if the user is currently in a
12555 remote directory, in which case it does a lot of work to find out
12556 what the real attributes of a file are, as they appear on the
12557 remote machine. This makes usage of remote directories (i.e.,
12558 ange-ftp pathnames) much more useful. You can now use Eshell as a
12559 full-fledged FTP client, with much more manipulation ability than
12560 most other clients.
12561
12562 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12563 variable, which means that Eshell's du should always be preferred
12564 in remote directories.
12565 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12566 just `file-attributes'.
12567 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12568 when reading remote directories. This is an Eshell-specific
12569 variable (not part of ange-ftp).
12570 (eshell/ln): Bind `ange-cache'.
12571 (eshell/du): Added some extra logic for determining when to use
12572 Eshell's du (which is slow), and when to use the external version
12573 (which may or may not exist).
12574
12575 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12576 Call `eshell-interactive-process', rather than using
12577 `get-buffer-process', since backgrounded processes don't count in
12578 the context of this function's logic.
12579
12580 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12581 `forward-char', so that null strings are parsed correctly.
12582
12583 2000-09-13 John Wiegley <johnw@gnu.org>
12584
12585 * eshell/em-pred.el (eshell-pred-file-type)
12586 (eshell-pred-file-links, eshell-pred-file-size):
12587 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12588
12589 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12590 that remote file globbing is more efficient.
12591
12592 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12593 gathering the files and attributes within a directory.
12594
12595 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12596 the command line is a special file (not a regular file, directory
12597 or symlink), always attempt to call the external version of cat.
12598
12599 2000-09-13 John Wiegley <johnw@gnu.org>
12600
12601 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12602 Eshell-friendly version of find-tag.
12603
12604 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12605
12606 * image-file.el (image-file-name-extensions)
12607 (image-file-name-regexps): Add autoload cookies.
12608
12609 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12610
12611 * international/mule-cmds.el (select-safe-coding-system): If FROM
12612 is string, show it in *Warning* buffer.
12613
12614 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12615
12616 * startup.el (normal-top-level): Use display-popup-menus-p instead
12617 of window-system.
12618 (command-line): Use display-graphic-p instead of window-system.
12619 (command-line-1): Use display-popup-menus-p and display-mouse-p
12620 instead of window-system.
12621
12622 2000-10-12 Sam Steingold <sds@gnu.org>
12623
12624 * tooltip.el (tooltip-use-echo-area): New user variable.
12625 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12626
12627 2000-10-12 Dave Love <fx@gnu.org>
12628
12629 * recentf.el: Maintainer's checkdoc fixes.
12630
12631 * startup.el (normal-top-level-add-subdirs-to-load-path):
12632 Use character class, not ASCII when matching file names.
12633 (fancy-splash-head): Add trailing slash to URL.
12634 (command-line): Don't require XPM support for toolbar.
12635
12636 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12637 (cperl-invalid-face): Revert last change.
12638 (cperl-init-faces): Quote cperl-invalid-face.
12639
12640 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12641
12642 * startup.el (fancy-splash-text): Remove superfluous quote.
12643
12644 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12645
12646 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12647 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12648 (command-line-1): Don't use fancy-splash-pending-command.
12649 (fancy-splash-screens-1): Goto point-min after inserting text.
12650
12651 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12652
12653 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12654 instead of shared-lisp-mode-map.
12655
12656 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12657
12658 * faces.el (header-line): Change tty-variant to use underlining.
12659
12660 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12661 (isearch-highlight): Restore lazy-isearch face properties at old
12662 position, and suppress them at new position.
12663 (isearch-dehighlight): Restore lazy-isearch face properties.
12664 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12665 over the real isearch overlay, but in that case, don't give it a
12666 face property. Use `push'.
12667
12668 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12669
12670 * man.el (Man-getpage-in-background): Fix previous change.
12671 Decode the process output only when we are in multibyte mode.
12672
12673 2000-10-11 Dave Love <fx@gnu.org>
12674
12675 * info.el (Info-mode-menu): Fix some help.
12676 (info-tool-bar-map): Add entry for Info-last.
12677
12678 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12679 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12680 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12681 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12682 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12683 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12684 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12685 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12686 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12687 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12688 Reduce colour requirements to 25 overall. (Probably wants
12689 revisiting from the originals to reduce further.)
12690
12691 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12692
12693 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12694 buffer-file-coding-system, instead of raw-text.
12695 (dehexlify-buffer): Bind coding-system-for-read to
12696 buffer-file-coding-system, instead of raw-text.
12697
12698 2000-10-11 Sam Steingold <sds@gnu.org>
12699
12700 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12701 `underline' - fixes the bug introduced on 2000-09-21.
12702
12703 2000-10-11 Dave Love <fx@gnu.org>
12704
12705 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12706 Avoid compiler warnings.
12707 (scheme-mode): Doc fix.
12708 (scheme-font-lock-keywords-1): Match `define-syntax'.
12709
12710 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12711
12712 * faces.el (frame-set-background-mode): Pay attention to saved
12713 face specs as well as default ones. Only do anything if the
12714 bg-mode or display-type has actually changed. Use `dolist'.
12715 (region): Make dark-background `region' face less in-your-face.
12716
12717 2000-10-10 Sam Steingold <sds@gnu.org>
12718
12719 * chistory.el, ielm.el, ledit.el:
12720 * progmodes/inf-lisp.el, progmodes/scheme.el:
12721 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12722
12723 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12724
12725 * textmodes/texinfo.el: Update copyright and fix typo.
12726
12727 * desktop.el (desktop-modes-not-to-save): New var.
12728 (desktop-save-buffer-p): Use it.
12729 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12730 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12731
12732 2000-10-10 Dave Love <fx@gnu.org>
12733
12734 * toolbar/tool-bar.el (tool-bar-add-item)
12735 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12736
12737 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12738 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12739 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12740 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12741 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12742 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12743 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12744 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12745 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12746 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12747 the .xpms; probably need retouching.
12748
12749 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12750
12751 * subr.el (add-to-list): Add optional argument APPEND.
12752 * battery.el (display-battery): Use `add-to-list'.
12753
12754 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12755
12756 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12757 properties.
12758 (zone, zone-when-idle, zone-leave-me-alone)
12759 (zone-pgm-whack-chars): Use new symbol properties.
12760
12761 * battery.el (display-battery): Doc spelling fix.
12762
12763 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12764 property.
12765
12766 2000-10-09 Dave Love <fx@gnu.org>
12767
12768 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12769 has been initialized before calling tool-bar-setup.
12770 (tool-bar-add-item-from-menu): Add autoload cookie.
12771
12772 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12773
12774 * menu-bar.el (send-mail-item-name): New function.
12775 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12776 of mail-user-agent in the menu. Don't display the "Send Mail"
12777 item if mail-user-agent is nil or its value is ignore.
12778 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12779 if read-mail-command is nil or its value is ignore.
12780
12781 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12782
12783 2000-10-09 Miles Bader <miles@gnu.org>
12784
12785 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12786 Correct image size.
12787 * toolbar/left_arrow.xpm: Correct image size.
12788
12789 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12790 will be done by the definition of `auto-compression-mode' if
12791 necessary. Move code to uninstall existing file-name handler
12792 before definition of `auto-compression-mode'.
12793
12794 * image-file.el (auto-image-file-mode): Move to the end of the
12795 file, because `define-minor-mode' actually calls the mode-function
12796 if the associated variable is non-nil, which requires that all
12797 needed functions be already defined.
12798
12799 * mouse.el (popup-menu): Balance parens.
12800
12801 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12802
12803 * mouse.el (popup-menu): Move the command call outside the loop
12804 so that popup-menu returns whatever the command returns.
12805
12806 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12807 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12808 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12809 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12810
12811 * vc.el (vc-version-diff): diff-switches can be a list.
12812 Use relative filenames for prettier output.
12813
12814 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12815 (vc-post-command-functions): Remove old-VC compatibility code.
12816
12817 * newcomment.el (comment-indent-default): Autoload.
12818
12819 * font-lock.el (font-lock-defaults): Make buffer-local.
12820 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12821 (font-lock-choose-keywords):
12822 Ignore LEVEL unless KEYWORDS is a list of syms.
12823 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12824 Don't wrap regexp-opt things in \(...\) unnecessarily.
12825
12826 * jit-lock.el: Don't require font-lock any more.
12827 (jit-lock-functions): Make buffer-local.
12828 (jit-lock-saved-fontify-buffer-function): Remove.
12829 (jit-lock-mode): Remove autoload cookie.
12830 Remove font-lock specific code.
12831 (jit-lock-unregister): Don't bother handling complex hooks any more.
12832 (jit-lock-refontify): New function.
12833 (jit-lock-fontify-buffer): Use it.
12834 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12835 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12836 Add optional args START and END.
12837 Never call font-lock-fontify-region directly.
12838 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12839
12840 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12841
12842 2000-10-08 Dave Love <fx@gnu.org>
12843
12844 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12845
12846 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12847
12848 * play/studly.el (studlify-region, studlify-word): Add autoload
12849 cookie.
12850
12851 * play/morse.el (morse-region, unmorse-region): Add autoload
12852 cookie.
12853
12854 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12855 concat.
12856
12857 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12858 insist on symbols starting with word syntax.
12859 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12860 (eval-defun-1): Doc fix.
12861 (indent-sexp): Use nconc to build up indent-stack.
12862
12863 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12864 Gnus with little use.
12865 (mail-setup-hook): Add mail-abbrevs-setup to options.
12866
12867 * recentf.el: Doc fixes.
12868
12869 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12870 Clean up remainder.
12871
12872 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12873 without timezone and (8) with timezone to enforce some whitespace.
12874 Simplify code somewhat.
12875
12876 * options.el (list-options): Doc that you should use customize.
12877
12878 * iswitchb.el (iswitchb-mode): Add :require.
12879
12880 * info.el (Info-goto-node, Info-menu): Doc fix.
12881 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12882 (info-tool-bar-map): New variable.
12883 (Info-mode): Use it.
12884 (Info-edit-map): Define all in defvar.
12885 (speedbar-attached-frame): Avoid compiler warning.
12886
12887 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12888 (global-map): Bind [tool-bar] to a filtered map.
12889 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12890 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12891 Allow PBM icons.
12892 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12893
12894 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12895 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12896 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12897 icons, except up_arrow, which is left-arrow rotated.
12898
12899 * imenu.el (imenu-add-to-menubar): Fix last change.
12900
12901 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12902
12903 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12904 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12905
12906 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12907
12908 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12909 typos in doc strings.
12910
12911 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12912 the doc strings how to customize Font Lock faces.
12913
12914 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12915 computing growth when dragging the header line.
12916
12917 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12918
12919 * simple.el (kill-line): Doc fix.
12920
12921 2000-10-08 Miles Bader <miles@gnu.org>
12922
12923 * faces.el (secondary-selection): Make foreground visible on tty.
12924
12925 * jka-compr.el (auto-compression-mode): Move to the end of the
12926 file, because `define-minor-mode' actually calls the mode-function
12927 if the associated variable is non-nil, which requires that all
12928 needed functions be already defined.
12929 (with-auto-compression-mode): Add autoload cookie.
12930
12931 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12932
12933 * files.el (find-backup-file-name) [ms-dos]: If support for long
12934 file names is not available, behave as if version-control were set
12935 to never.
12936
12937 2000-10-07 Dave Love <fx@gnu.org>
12938
12939 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12940 (browse-url-gnome-moz): New function.
12941 (browse-url-browser-function): Use it.
12942 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12943
12944 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12945
12946 * indent.el (tab-always-indent): New var.
12947 (indent-for-tab-command): Use it.
12948
12949 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12950 raise an error. This way it can still default to a sane value.
12951
12952 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12953
12954 * startup.el (fancy-splash-screens): Use local rather than global map.
12955 Don't use `update-menu-bindings' any more.
12956 Get rid of assumptions about keymap representation.
12957
12958 2000-10-06 Dave Love <fx@gnu.org>
12959
12960 * textmodes/fill.el (sentence-end-double-space)
12961 (sentence-end-without-period): Doc fix.
12962 (adaptive-fill-regexp): Purecopy.
12963 (unjustify-current-line): Use line-end-position.
12964 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12965
12966 * net/eudc-vars.el (eudc): Add :version, :link.
12967
12968 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12969
12970 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12971 Fix for define-minor-mode.
12972 (function-at-point): Alias to function-called-at-point.
12973
12974 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12975
12976 * simple.el (backward-word): Doc fix.
12977
12978 * image-file.el (image-file-name-regexp): image-file-regexps ->
12979 image-file-name-regexps.
12980 (image-file-name-extensions): Add pbm.
12981
12982 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12983
12984 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12985 and add filename to the names so that diff-mode can jump to source.
12986
12987 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12988 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12989 (tex-font-lock-keywords-1): Remove.
12990 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12991 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12992 (font-lock-default-fontify-region):
12993 Expand beg..end correctly when just following a multiline region.
12994 (font-lock-fontify-anchored-keywords):
12995 Include the anchor text as part of the multiline.
12996
12997 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12998
12999 * loadup.el (toplevel): Load `loaddefs' before `help' because the
13000 latter needs the autoloaded define-minor-mode macro during the
13001 bootstrap.
13002
13003 * startup.el (command-line): For now, activate tool-bar-mode only
13004 if XPM images are supported.
13005
13006 * mouse.el (mouse-drag-header-line): Don't allow resizing a
13007 window by dragging a header-line at the top of the frame; that's
13008 confusing because the header-line doesn't move.
13009 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
13010 of treating the event as a list. Some cleanup.
13011
13012 2000-10-06 Miles Bader <miles@gnu.org>
13013
13014 * simple.el (display-message-or-buffer): New function.
13015 (shell-command-on-region): Use `display-message-or-buffer'.
13016
13017 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
13018 docstring parts.
13019
13020 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13021 (smbclient-prompt-regexp): Add usage note to doc string.
13022 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
13023 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
13024 Use add-hook for adding the comint filter function, and only do so
13025 if it's not already in the global hook list.
13026 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
13027 to `make-local-variable'.
13028 (nslookup-font-lock-keywords): Remove prompt entry.
13029 (nslookup): Don't set the process-filter.
13030 (finger): Exit the loop correctly when the regexps list runs out.
13031 (ftp, smbclient, smbclient-list-shares):
13032 Set the real major mode immediately, not after execing.
13033 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
13034
13035 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
13036
13037 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
13038
13039 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
13040
13041 * which-func.el (which-func-format): Remove spurious space.
13042 (which-func-mode): Don't make it permanent-local.
13043 (which-func-ff-hook): Allow which-func-maxout to be nil.
13044 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
13045 (which-func-mode): Simplify.
13046 Use post-command-idle-hook rather than post-command-hook.
13047 Go through all buffers and update their state.
13048 (which-function): Also try add-log-current-defun-function.
13049
13050 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
13051 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
13052 Update call to with-vc-properties accordingly.
13053 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
13054 (vc-revert-buffer): More careful about window selection and deletion.
13055 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
13056
13057 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
13058 (cvs-retrieve-revision): Reuse a pre-existing buffer.
13059 (cvs-dired-action): Change the default to quickdir.
13060
13061 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
13062 if comment-indent-function returns nil.
13063 (comment-indent-default): New function.
13064 (comment-indent-function): Use it and document the new semantics.
13065
13066 * image-file.el: Docstring fixes.
13067
13068 * help.el (help-xref-on-pp): Use match-string.
13069 (describe-variable): New arg BUFFER.
13070 Store the current buffer in the help-xref-stack.
13071 (temp-buffer-resize-mode): Use define-minor-mode.
13072
13073 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
13074 consistently with its docstring.
13075 Set jit-lock-first-unfontify-pos in an idempotent way.
13076 (jit-lock-register): Autoload and add arg CONTEXTUAL.
13077
13078 2000-10-05 Alex Schroeder <alex@gnu.org>
13079
13080 * sql.el (sql-mysql-options): New variable.
13081 (sql-mysql): Use it.
13082
13083 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
13084
13085 * image.el (image): New group.
13086
13087 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13088 (smerge-base-face, smerge-markers-face): Add dark-background variants.
13089
13090 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13091
13092 * net/net-utils.el (nslookup-font-lock-keywords)
13093 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13094 Ignore the value of wqindow-system; always define keywords
13095
13096 2000-10-05 Kenichi Handa <handa@etl.go.jp>
13097
13098 * startup.el (fancy-splash-screens): Remove the code for
13099 debugging; `(trace-to-stderr "EXITTT\n")'.
13100
13101 2000-10-05 Miles Bader <miles@gnu.org>
13102
13103 * diff-mode.el (diff-goto-source): Update call to
13104 `diff-hunk-status-msg' to reflect new REV variable.
13105
13106 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13107
13108 * progmodes/icon.el (icon-mode):
13109 Don't gratuitously override the default for comment-column.
13110
13111 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13112
13113 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13114 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13115 (jit-lock-functions): New var.
13116 (jit-lock-function-1): Use it if non-nil.
13117 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13118 Set the `fontified' property before doing the fontification to avoid
13119 repeatedly going through the same error.
13120 Don't turn errors into messages.
13121 (jit-lock-register, jit-lock-unregister): New functions.
13122
13123 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13124 Use with-current-buffer.
13125
13126 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13127 Turn comment into docstring.
13128
13129 * apropos.el (apropos-mode): Use define-derived-mode.
13130
13131 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13132
13133 * startup.el (fancy-splash-pending-command): New variable.
13134 (fancy-splash-pre-command): New function.
13135 (fancy-splash-screens): Rewritten.
13136 (command-line-1): If fancy-splash-pending-command is set, call it
13137 interactively.
13138
13139 2000-10-04 Dave Love <fx@gnu.org>
13140
13141 * toolbar/tool-bar.el (tool-bar-setup): New function.
13142 (tool-bar-mode): Use it.
13143
13144 * subr.el (substitute-key-definition): Doc fix.
13145 (play-sound-file): New command.
13146
13147 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13148
13149 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13150 vc-version-backup-file-name): New functions.
13151
13152 * files.el (basic-save-buffer): Call vc-before-save before saving.
13153
13154 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13155 vc-cvs-stay-local-p.
13156
13157 * vc.el (vc-revert-buffer): Handle empty diff properly.
13158 (vc-version-backup-file): New function.
13159 (vc-checkout): Create a version backup if necessary.
13160 (vc-checkin): If a version backup file exists, delete it.
13161 (vc-version-diff): Diff locally using version backups, if available.
13162 (vc-revert-file): If there's a version backup, revert locally.
13163 (vc-transfer-file): Use version backup for base version, if
13164 available. If not, ask for confirmation whether to get it from the
13165 server. Update mode line before check-in.
13166
13167 2000-10-04 Dave Love <fx@gnu.org>
13168
13169 * toolbar/tool-bar.el (tool-bar-setup): New function.
13170 (tool-bar-mode): Use it.
13171
13172 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13173
13174 * net/net-utils.el (nslookup-font-lock-keywords)
13175 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13176 Only set if window-system is non-nil
13177 (net-utils-run-program): Returns buffer.
13178 (network-connection-reconnect): Added this function.
13179
13180 * generic.el:
13181 Incorporates extensive cleanup and docfixes by
13182 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13183 Uses cl compile-time macros.
13184 (generic-mode-name, generic-comment-list)
13185 (generic-keywords-list, generic-font-lock-expressions)
13186 (generic-mode-function-list, generic-mode-syntax-table):
13187 Removed variables.
13188 (generic-mode-alist): Renamed to generic-mode-list.
13189 (generic-find-file-regexp): Default changed to "^#".
13190 (generic-read-type): Uses completing read on generic-mode-list.
13191 (generic-mode-sanity-check): removed this function.
13192 (generic-add-to-auto-mode): Removed this function
13193 (generic-mode-internal): Bind mode-specific definitions
13194 into function instead of putting them in alist.
13195 (generic-mode-set-comments): Reworked extensively.
13196 (generic-mode-find-file-hook): Simplified regexp searching
13197 (generic-make-keywords-list): Omit extra pair of parens
13198
13199 * find-lisp.el (find-lisp-find-files-internal):
13200 Make sure directory name ends with "/".
13201
13202 * generic-x.el (apache-conf-generic-mode):
13203 Regexp now allows leading whitespace.
13204 (rc-generic-mode): Added eval-when-compile
13205 around generic-make-keywords-list.
13206 Deleted duplicate regexp
13207 (rul-generic-mode): Added eval-when-compile
13208 around generic-make-keywords-list.
13209 (etc-fstab-generic-mode): New generic mode.
13210 (rul-generic-mode): Removed one eval-when-compile
13211 which caused a max-specpdl-size exceeded error.
13212
13213 2000-10-04 Miles Bader <miles@gnu.org>
13214
13215 * simple.el (minibuffer-temporary-goal-position): New variable.
13216 (next-history-element): Try to keep the position of point in the
13217 input string constant.
13218
13219 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13220 (dired-do-create-files): If there's only one file, pass it in as
13221 the DEFAULT arg to dired-mark-read-file-name.
13222
13223 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13224
13225 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13226 (diff-goto-source): Be smarter when choosing REVERSE or not.
13227
13228 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13229 (texinfo-mode-menu): Add an explicit shortcut for update all.
13230
13231 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13232
13233 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13234 factorize backend-specific code cleanly (this was essentially
13235 conceived by Stefan Monnier).
13236 (vc-unregister): Function removed.
13237 (vc-revert-file): New function.
13238 (vc-revert-buffer): Delegate some of the work to it.
13239
13240 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13241 default branch unconditionally.
13242 (vc-rcs-set-default-branch): New function.
13243 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13244 (vc-rcs-checkin): If an appropriate default branch has been set,
13245 force creation of that branch.
13246 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13247 code (as suggested by Stefan Monnier).
13248
13249 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13250
13251 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13252 highlighting overlay with a different face over the overlay
13253 isearch uses to highlight the current match because that can lead
13254 to bad face combinations.
13255
13256 * loadup.el (toplevel): Load faces before isearch.
13257
13258 * isearch.el (isearch-faces): New custom group.
13259 (isearch): New defface; was already tested for in the code.
13260 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13261 (isearch-highlight): Always use face `isearch'.
13262
13263 2000-10-02 Dave Love <fx@gnu.org>
13264
13265 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13266 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13267 comparison of opcode with operand.
13268
13269 2000-10-03 Miles Bader <miles@gnu.org>
13270
13271 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13272 buffer, since the echo area will now grow to accommodate them.
13273
13274 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13275
13276 * vc-hooks.el (vc-registered): If FILE used to be registered under
13277 a certain backend, try that one first.
13278
13279 * vc.el (vc-responsible-backend): Undo the previous change in the
13280 argument list. Handle multiple backends correctly.
13281 (vc-find-new-backend): Function removed.
13282 (vc-register): Use vc-responsible-backend, as before.
13283 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13284
13285 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13286
13287 * startup.el (fancy-splash-head): Change message below the
13288 logo.
13289
13290 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13291
13292 * diff-mode.el (diff-goto-source): Emit a status message.
13293 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13294 (diff-test-hunk): Fix doc string.
13295 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13296 (diff-advance-after-apply-hunk): New variable.
13297 (diff-apply-hunk): Don't return a value.
13298
13299 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13300
13301 * vc.el (vc-editable-p): Minor optimization.
13302 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13303 (vc-find-new-backend): New function split from vc-responsible-backend.
13304 (vc-register): Use it.
13305 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13306 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13307 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13308 (vc-clear-headers): Don't use find-file.
13309 (vc-revert-buffer): Use `and' again (must have been a braino).
13310 (vc-switch-backend): Only prompt if requested.
13311 Short circuit if nothing is to be done.
13312 Don't use vc-resynch-buffer which could lose unsaved editing.
13313 (vc-default-receive-file): Update call to vc-unregister.
13314 (with-vc-file, vc-next-action-on-file):
13315 Use vc-backend rather than vc-registered.
13316 (vc-next-action-on-file): Use intern-soft.
13317 Deal with read-only *vc-diff* buffer.
13318 (vc-transfer-file): Docstring fix.
13319
13320 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13321 (vc-rcs-receive-file): Avoid with-vc-properties.
13322 Update call to vc-unregister.
13323 Use constant `RCS' rather than (dynamically bound) var `backend'.
13324
13325 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13326
13327 * vc.el (vc-next-action-on-file): Update mode line only if file
13328 is visited.
13329 (vc-start-entry): New argument initial-contents. Don't visit the file
13330 if it isn't already visited. Brought documentation up-to-date.
13331 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13332 (vc-checkin): New optional arg initial-contents, which is passed to
13333 vc-start-entry.
13334 (vc-finish-logentry): Make sure to bury log buffer only if there
13335 really is one. Call `vc-resynch-buffer' on log-file, not
13336 buffer-file-name.
13337 (vc-default-comment-history, vc-default-wash-log): New functions.
13338 (vc-index-of): Removed.
13339 (vc-transfer-file): Make do without the above.
13340 (vc-default-receive-file): Call comment-history unconditionally. Pass
13341 the resulting string to vc-checkin, instead of inserting it into the
13342 comment ring.
13343
13344 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13345 unconditionally. Use the comments as initial contents of the log
13346 entry buffer. Document the trick to force branch creation with no
13347 changes.
13348
13349 2000-10-01 Miles Bader <miles@gnu.org>
13350
13351 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13352 `recenter' with an arg to prevent redrawing the display.
13353
13354 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13355
13356 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13357
13358 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13359
13360 * progmodes/c-mode.el (c-mode):
13361 Don't gratuitously override the default for comment-column.
13362
13363 * textmodes/tex-mode.el (latex-metasection-list): New var.
13364 (latex-imenu-create-index): Use it.
13365 Move the regexp construction outside loops (and use push).
13366 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13367 (tex-font-lock-keywords): Moved from font-lock.el.
13368 (tex-comment-indent): Remove.
13369 (tex-common-initialization): Don't set comment-indent-function.
13370 (latex-block-default): New var.
13371 (tex-latex-block): Use it to provide a default choice.
13372 Add any unknown choice to latex-block-names.
13373 Insert [...] after {...}.
13374 (tex-last-unended-begin): Simplify regexp.
13375 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13376 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13377 (latex-mode): Set forward-sexp-function.
13378
13379 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13380 Add regexp for @ignore ... @end ignore.
13381 (texinfo-heading-face): New face.
13382 (texinfo-font-lock-keywords): Use it.
13383 (texinfo-mode-menu): New menu.
13384 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13385 New functions.
13386 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13387 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13388 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13389 Remove declaration.
13390 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13391
13392 * delsel.el (delete-selection-mode): Use define-minor-mode.
13393
13394 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13395
13396 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13397
13398 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13399
13400 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13401
13402 * replace.el (keep-lines-read-args): New function.
13403 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13404 read arguments interactively. Add parameters RSTART and REND.
13405 Operate on the active region in Transient Mark mode.
13406
13407 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13408
13409 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13410 (authors-obsolete-files-regexps): New variable.
13411 (authors-add): Don't record changes in obsolete files.
13412
13413 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13414
13415 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13416
13417 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13418 (comment-indent): Make sure there's a space between code and comment.
13419 Shift comments left to avoid going past fill-column.
13420
13421 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13422
13423 * startup.el (startup-echo-area-message): New function.
13424 (display-startup-echo-area-message): Use it.
13425 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13426 (fancy-splash-default-action): New function.
13427 (fancy-splash-screens-1): New function.
13428 (fancy-splash-head): Put a help-echo and a keymap under the image.
13429
13430 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13431
13432 * diff-mode.el (diff-add-log-file-name): Remove.
13433 (diff-mode): Use add-log-buffer-file-name-function.
13434
13435 * add-log.el (find-change-log): New arg BUFFER-FILE.
13436 (add-log-file-name): Obey add-log-file-name-function.
13437 (add-log-buffer-file-name-function): New var.
13438 (add-change-log-entry): Use it.
13439
13440 2000-09-29 Miles Bader <miles@gnu.org>
13441
13442 * image-file.el (image-file-name-extensions): New variable.
13443 (image-file-name-regexps): Renamed from `image-file-regexps'.
13444 New default value is nil. Call `auto-image-file-mode'.
13445 (image-file-name-regexp): New function.
13446 (auto-image-file-mode): New minor mode.
13447 (insert-image-file): Don't make conditional on the image-file
13448 handler being enabled.
13449 (image-file-handler): Make the call here conditional instead.
13450 (set-image-file-handler-enabled, enable-image-file-handler)
13451 (disable-image-file-handler): Functions removed.
13452
13453 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13454 string.
13455
13456 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13457
13458 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13459 it's a function from CL.
13460 (latex-imenu-create-index): Replace eval-when-compile with progn
13461 because latex-section-alist is not bound while compiling.
13462
13463 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13464
13465 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13466 (outline-mode): Use define-derived-mode.
13467
13468 * progmodes/perl-mode.el (perl-mode):
13469 * progmodes/awk-mode.el (awk-mode):
13470 * progmodes/asm-mode.el (asm-mode):
13471 Don't gratuitously override the default for comment-column.
13472
13473 * emacs-lisp/lisp.el (lisp-complete-symbol):
13474 Distinguish the let-binding case from the funcall case.
13475 (forward-sexp-function): New variable.
13476 (forward-sexp): Use it.
13477
13478 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13479 (easy-mmode-defmap): Remove the now useless autoload.
13480
13481 * time.el (display-time-mode): Use define-minor-mode.
13482
13483 * subr.el (add-minor-mode): Don't eval NAME.
13484 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13485 Use if rather than cond.
13486
13487 * simple.el (read-expression-map): Define more properly.
13488 (comment-indent-hook): Remove.
13489 (string-to-syntax): Bug fix.
13490
13491 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13492 (cvs-ediff-diff): Fix typo.
13493 (cvs-revert-if-needed): Don't bother preserving read-only.
13494
13495 * paren.el (show-paren-mode): Use define-minor-mode.
13496
13497 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13498 (toggle-auto-compression): Remove.
13499 (jka-compr-build-file-regexp): Remove useless grouping.
13500
13501 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13502 Avoid user-reserved bindings.
13503 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13504 (diff-header-face): Revert to grey85.
13505
13506 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13507
13508 * complete.el (partial-completion-mode) <defcustom>: Remove.
13509 (partial-completion-mode): Use define-minor-mode.
13510 (PC-do-completion): Understand `completion-auto-help = delay'
13511 to mean to popup the completion buffer only the second time.
13512 (PC-include-file-all-completions, PC-include-file-all-completions)
13513 (PC-include-file-all-completions): Don't quote lambda.
13514
13515 * comint.el (comint-mode-hook): Docstring fix.
13516 (comint-mode): Use define-derived-mode.
13517 (comint-mode-map): Remove obsolete comment.
13518 (make-comint): Minor stylistic change.
13519 (comint-insert-clicked-input): Be more careful to find the overlay.
13520 Use this-command-keys rather than hardcoding mouse-2.
13521
13522 * font-lock.el: Replace confusing (,@ with ,
13523 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13524 Don't use regexp-opt-depth. Spice up the regexp for args.
13525 Don't distinguish between cmds that can take an opt arg or not.
13526 Use `append' and `prepend' rather than `keep'.
13527
13528 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13529 (latex-outline-regexp): New var.
13530 (latex-outline-level): New fun.
13531 (latex-section-alist): New var.
13532 (latex-imenu-create-index): Use it. Use `push' as well.
13533 (tex-shell-map): Initialize it properly.
13534 (tex-mode): Minor stylistic change.
13535 (plain-tex-mode): Use define-derived-mode.
13536 (latex-mode): Use define-derived-mode.
13537 Construct the paragraph regexps in a more readable way.
13538 Set the buffer-local outline-{level,regexp} vars.
13539 (slitex-mode): Derive from latex-mode.
13540 (tex-common-initialization): Don't kill-all-vars anymore.
13541 Add setting for comment-add and font-lock-defaults.
13542 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13543 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13544 (tex-start-tex): New arg DIR (and send a chdir command for it).
13545 Also display the shell buffer and save it in tex-last-buffer-texed.
13546 (tex-region): Use expand-file-name rather than concat.
13547 Remove code made useless by changes in tex-start-tex.
13548 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13549
13550 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13551
13552 2000-09-28 Dave Love <fx@gnu.org>
13553
13554 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13555
13556 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13557
13558 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13559 `append'.
13560
13561 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13562
13563 * info.el (Info-extract-pointer): Undo last change.
13564 Instead, fix the position of the `bound' arg to re-search-backward.
13565
13566 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13567
13568 * info.el (Info-extract-pointer):
13569 Widen more carefully, to avoid finding pointers in other nodes.
13570 (Info-index): Use push.
13571
13572 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13573
13574 * frame.el (set-frame-font): Remove call to obsolete function
13575 frame-update-faces.
13576 (set-foreground-color, set-background-color): Likewise for
13577 frame-update-face-colors.
13578
13579 2000-09-27 Miles Bader <miles@gnu.org>
13580
13581 * image-file.el: New file.
13582
13583 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13584
13585 * frame.el (frame-notice-user-settings): Don't call
13586 frame-update-faces, which is a no-op now.
13587
13588 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13589 tool-bar-lines.
13590
13591 2000-09-27 Dave Love <fx@gnu.org>
13592
13593 * mouse.el: Fix last change.
13594
13595 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13596
13597 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13598
13599 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13600
13601 * international/quail.el (quail-help): The output message is
13602 improved.
13603
13604 2000-09-26 Dave Love <fx@gnu.org>
13605
13606 * mouse.el (popup-menu): If POSITION is nil, set it using
13607 mouse-position.
13608
13609 2000-09-25 Sam Steingold <sds@gnu.org>
13610
13611 * net/browse-url.el (browse-url-file-url): Check for null maps.
13612
13613 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13614
13615 * frame.el (frame-notice-user-settings): Don't add a
13616 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13617
13618 * frame.el (frame-notice-user-settings):
13619 Make tool-bar-mode and default-frame-alist consistent.
13620
13621 * toolbar/tool-bar.el (tool-bar-help): New function.
13622
13623 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13624
13625 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13626 current-load-list in top-level forms. Else this leaks a cons cell
13627 every time a defun is called.
13628
13629 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13630
13631 2000-09-25 Dave Love <fx@gnu.org>
13632
13633 * startup.el (fancy-splash-head): Check XPM is available.
13634
13635 * autoinsert.el (auto-insert): Doc fix.
13636 (auto-insert-alist): Following GNU notices, don't say `copyright
13637 _by_'. Use line-beginning-position.
13638 (auto-insert): Check buffer-file-name is non-nil before use.
13639
13640 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13641
13642 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13643 starting with `@def' or `@multitable', in addition to ones
13644 specified by the user in auto-fill-inhibit-regexp.
13645
13646 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13647
13648 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13649 rmail-dont-reply-to-names matches the empty string.
13650
13651 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13652
13653 * startup.el (command-line-1, fancy-splash-text): Change the
13654 text to sound more friendly.
13655
13656 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13657
13658 * progmodes/hideshow.el: Update author email address.
13659 Generally, sync w/ maintainer version 5.22.
13660 (hs-hide-all-non-comment-function): New var.
13661 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13662 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13663 (hs-show-region): Delete this command.
13664 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13665
13666 2000-09-22 Dave Love <fx@gnu.org>
13667
13668 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13669 (hl-line-highlight): Specify buffer when moving overlay.
13670
13671 * progmodes/fortran.el (fortran-mode): Locally set
13672 normal-auto-fill-function.
13673 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13674 (fortran-mode-map): Adjust auto-fill menu entry.
13675
13676 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13677
13678 * vc-rcs.el (toplevel): Require `vc' when compiling.
13679
13680 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13681
13682 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13683
13684 * vc.el (vc-switch-backend): Signal an error if the file is not
13685 registered under the new backend.
13686
13687 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13688 without explicit revision number.
13689
13690 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13691
13692 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13693 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13694 (diff-xor): New function.
13695 (diff-find-source-location): Use it. Fix a stupid name clash.
13696 (diff-hunk-status-msg): New function.
13697 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13698 (diff-test-hunk): Use diff-find-source-location.
13699 (diff-goto-source): Favor the `reverse'.
13700 (diff-hunk-text): Properly handle one-sided context diffs.
13701 (diff-apply-hunk): When done, advance to the next hunk.
13702
13703 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13704
13705 * startup.el (command-line): If frame was created with a non-zero
13706 tool-bar-lines parameter, switch tool-bar-mode on.
13707
13708 * add-log.el (change-log-date-face, change-log-name-face)
13709 (change-log-email-face, change-log-file-face)
13710 (change-log-list-face, change-log-conditionals-face)
13711 (change-log-function-face, change-log-acknowledgement-face):
13712 New faces, inheriting from font-lock faces.
13713 (change-log-font-lock-keywords): Use them.
13714
13715 2000-09-21 Dave Love <fx@gnu.org>
13716
13717 * progmodes/cperl-mode.el (top-level): Clean up
13718 `eval-when-compile's and assorted defvars.
13719 (cperl-invalid-face): Don't double-quote value. Change custom
13720 type.
13721 (cperl-mode): Set normal-auto-fill-function and don't zap
13722 auto-fill-function.
13723 (cperl-imenu--function-name-regexp-perl): Renamed from
13724 imenu-example--function-name-regexp-perl.
13725 (cperl-imenu--create-perl-index): Renamed from
13726 imenu-example--create-perl-index.
13727 (cperl-xsub-scan): Don't require cl.
13728
13729 * msb.el (msb-mode-map): Use substitute-key-definition.
13730 (msb-mode): Use msb-mode-map.
13731
13732 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13733
13734 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13735 New functions.
13736 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13737 (vc-switch-backend): New function.
13738 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13739 (vc-register): Fix prompt.
13740 (vc-unregister, vc-default-unregister): New functions.
13741 (vc-version-diff): Handle empty buffer in sentinel.
13742
13743 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13744 (vc-rcs-state-heuristic): Use it to guess the state of files with
13745 non-strict locking.
13746 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13747 been set with -b, but not created yet.
13748 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13749 contents in order to find the state.
13750 (vc-rcs-checkin): Allow creation of branches with no changes.
13751 (vc-rcs-unregister, vc-rcs-receive-file)
13752 (vc-rcs-set-non-strict-locking): New functions.
13753
13754 * vc-hooks.el (vc-name): Force correct computation of the value
13755 in case it is missing.
13756
13757 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13758
13759 * startup.el (fancy-splash-tail): Use a different foreground
13760 color on a dark frame background.
13761
13762 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13763
13764 * info.el: Use the correct capitalization when making Info-mode
13765 and Info-edit-mode `special' modes.
13766
13767 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13768
13769 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13770 (diff-mode): Add support for add-log.el.
13771 (diff-hunk-text): Use char offsets rather than line offsets.
13772 (diff-find-source-location): Replace LINE with line-offset (nil
13773 if not found) and always set POS to a meaningful position.
13774 Adapt to the new char-offsets.
13775 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13776 Adapt to the new diff-find-source-location.
13777 (diff-goto-source): Adapt to the new diff-find-source-location.
13778
13779 * add-log.el (add-log-file-name): New function (split out of
13780 add-change-log-entry).
13781 (add-change-log-entry): Use it.
13782 Call add-log-file-name-function with the changelog file name if
13783 the current buffer is not associated with any file.
13784 Avoid find-file if the selected window is dedicated.
13785
13786 * diff-mode.el (diff-find-source-location):
13787 Move code from diff-apply-hunk. Return buffer rather than file.
13788 (diff-apply-hunk): Use the new result from diff-find-source-location.
13789 (diff-goto-source): Use the new diff-find-source-location.
13790
13791 2000-09-20 Dave Love <fx@gnu.org>
13792
13793 * iswitchb.el: Some doc fixes.
13794 (iswitchb-mode-map): Define completely initially. Inherit
13795 minibuffer-local-map.
13796 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13797 fundamental-mode.
13798 (iswitchb-global-map): New variable.
13799 (iswitchb-summaries-to-end): Amalgamate regexps.
13800 (iswitchb-mode): New.
13801 (iswitchb-mode-hook): New variable.
13802 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13803 `extensions'.
13804
13805 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13806
13807 * ehelp.el (electric-help): New defgroup.
13808 (electric-help-shrink-window): New user-option.
13809 (with-electric-help): Use it.
13810
13811 * window.el (shrink-window-if-larger-than-buffer): If face
13812 `mode-line' has a :box, and we're on a graphical frame, add 1
13813 to the needed window height.
13814
13815 * frame.el (frame-notice-user-settings): Add a last parameter nil
13816 to a call to `append', because the last list passed to `append' is
13817 not copied, and so subsequent calls to assq-delete-all will modify
13818 default-frame-alist.
13819
13820 * startup.el (fancy-splash-image): Change :type.
13821 (fancy-splash-head): Use an XBM image if appropriate.
13822 (command-line-1): Show splash screens in more cases.
13823
13824 * startup.el (fancy-splash-text): Don't quote faces.
13825
13826 * dired.el (dired-font-lock-keywords): Undo last change.
13827 (dired-readin): Bind indent-tabs-mode to nil.
13828
13829 * startup.el (fancy-splash-head): If frame's background mode
13830 is `dark', change the black background of the image to gray.
13831 (fancy-splash-screens): Display startup echo area message.
13832 (display-startup-echo-area-message): New function.
13833
13834 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13835
13836 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13837
13838 * info.el (info-header-node): Tweak for color ttys.
13839
13840 * faces.el (face-valid-attribute-values): Make sure directories we
13841 search for stipples both exist and are readable before trying to
13842 search them.
13843
13844 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13845 in the dry-run case.
13846
13847 * jka-compr.el (with-auto-compression-mode): New macro.
13848
13849 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13850 (custom-group-tag-face, custom-variable-tag-face): Use relative
13851 :height and inherit from `variable-pitch' face instead of
13852 hardwiring :family.
13853 * hi-lock.el (hi-black-hb): Likewise.
13854
13855 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13856 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13857 toolbar-add-item, if image doesn't have a mask add a `:mask
13858 heuristic'.
13859
13860 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13861
13862 * diff-mode.el: Docstring fixes.
13863 (diff-header-face, diff-comment-face): New faces.
13864 (diff-font-lock-keywords): Highlight a bit differently.
13865 (diff-find-source-location): Don't return SPAN any more.
13866 (diff-hunk-text): Don't bother erasing the temp buffer.
13867 (diff-find-text): Drop argument LINE.
13868 (diff-apply-hunk): Update calls to diff-find-text.
13869 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13870
13871 * calendar/calendar.el: Docstring fixes.
13872 (calendar-make-alist): Don't quote lambda.
13873 (calendar-star-date): Use make-local-variable.
13874
13875 2000-09-19 Dave Love <fx@gnu.org>
13876
13877 * toolbar/tool-bar.el: Renamed from toolbar.el.
13878 Change `toolbar' to `tool-bar' generally in symbols.
13879 Make some items invisible in `special' major modes.
13880 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13881 Add arg PROPS.
13882
13883 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13884 Add :version here.
13885 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13886
13887 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13888
13889 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13890
13891 * files.el (find-file-suppress-same-file-warnings): New user-option.
13892 (find-file-noselect): Use it.
13893
13894 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13895 (fancy-splash-screen): Defgroup.
13896
13897 * add-log.el (change-log-font-lock-keywords): Match names
13898 more exactly for the case that font-lock-constant-face is
13899 underlined.
13900
13901 2000-09-19 Richard M. Stallman <rms@gnu.org>
13902
13903 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13904
13905 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13906
13907 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13908
13909 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13910
13911 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13912 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13913 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13914 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13915 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13916 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13917 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13918 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13919 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13920 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13921 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13922 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13923
13924 * startup.el (fancy-splash-text): New variable.
13925 (fancy-splash-delay, fancy-splash-image): New user-options.
13926 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13927 (fancy-splash-screens): New functions.
13928 (command-line-1): If display has a `display' frame parameter, has
13929 colors, and we have XPM support, show more fancy splash screens.
13930
13931 2000-09-19 Dave Love <fx@gnu.org>
13932
13933 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13934 with null `help'. Use modern backquote syntax.
13935
13936 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13937
13938 * font-lock.el (font-lock-mode): Change message telling the user
13939 that ``the buffer is too big''.
13940
13941 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13942 for instance for the case that tab-width is 2.
13943
13944 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13945
13946 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13947 toolbar-add-item, if image doesn't have a mask add a `:mask
13948 heuristic'.
13949
13950 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13951
13952 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13953 and return a cons if it's non-nil.
13954 (diff-apply-hunk): Try to jump to the line in the source text
13955 corresponding to the position of point in the in the hunk.
13956
13957 * info.el (Info-title-3-face, Info-title-2-face)
13958 (Info-title-1-face): Use face inheritance and relative sizes
13959 instead of hard-wiring things.
13960
13961 * faces.el (secondary-selection): Make dark-background variant sane.
13962
13963 2000-09-16 Andrew Innes <andrewi@gnu.org>
13964
13965 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13966 read-only, since they aren't under VC now.
13967
13968 2000-09-17 Dave Love <fx@gnu.org>
13969
13970 * tmm.el: Replace mapcar with mapc in several places.
13971
13972 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13973 ad-unadvise.
13974
13975 * international/latin1-disp.el: New file.
13976
13977 * calendar/cal-move.el (scroll-calendar-left)
13978 (scroll-calendar-right): Make arg optional (for active mode line).
13979
13980 * calendar/calendar.el (calendar-mode-line-format): Make fields
13981 mouse-sensitive.
13982 (calendar-read-date, calendar-read-date, calendar-window-list):
13983 Unquote lambda.
13984 (calendar-month-name): Use aref, not sref.
13985
13986 * view.el (minor-mode-alist): Propertize the string.
13987
13988 * international/characters.el (standard-case-table): Add entries
13989 for Greek.
13990
13991 2000-09-18 Miles Bader <miles@gnu.org>
13992
13993 * info.el (info-node, info-xref): Add dark-background variants.
13994
13995 * faces.el (header-line): Change defaults to be less confusing
13996 when mixed with mode-lines.
13997
13998 * info.el (Info-fontify-node): Make a few cleanups.
13999 Add extra `help-echo' and `local-map' props to node xrefs.
14000 Use header-specific faces for node-names & xrefs.
14001 (Info-use-header-line): New variable.
14002 (info-header-xref, info-header-node): New faces.
14003 (Info-setup-header-line): New function.
14004 (Info-select-node): Call Info-setup-header-line when enabled.
14005 (Info-extract-pointer): Work even if the header line is hidden.
14006 (Info-header-line): New variable.
14007
14008 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
14009
14010 * vms-patch.el (print-region-function): Don't quote lambda.
14011
14012 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
14013
14014 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
14015 (lm-get-header-re): Allow spaces between the header and the colon.
14016 (lm-header): Allow $ in non-RCS headers.
14017 (lm-header-multiline): Put the strings back into order.
14018 Stop at an empty line. Don't require two space chars if the
14019 line is clearly not another header line.
14020
14021 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
14022 (popup-menu-popup): Remove.
14023
14024 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14025
14026 * toolbar/toolbar.el (toolbar-add-item): Use the same image
14027 specification if or if not tool-bar item contains an `:enabled'
14028 property.
14029
14030 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
14031 current buffer has no file name.
14032
14033 2000-09-15 Dave Love <fx@gnu.org>
14034
14035 * strokes.el: Sync with maintainer's current version with changes
14036 for Emacs, but avoid runtime cl and levents.
14037 (toplevel): Change autoloads and compilation requires.
14038 (strokes-version, strokes-bug-address, strokes-lift): Values
14039 changed.
14040 (strokes-xpm-header, strokes-insinuated): New variable.
14041 (strokes): Add :link.
14042 (strokes-mode): Customized.
14043 (strokes-while-inhibiting-garbage-collector): New macro.
14044 (strokes-remassoc): Avoid remove-if.
14045 (strokes-fix-button2-command): Don't use ad-do-it.
14046 (strokes-insinuate): New function.
14047 (strokes-button-press-event-p, strokes-button-release-event-p):
14048 New functions, used instead of non-`strokes-' versions..
14049 (strokes-mouse-event-p): Rewritten.
14050 (strokes-event-closest-point): Avoid event-point.
14051 (strokes-get-grid-position): Avoid cdadr, caadr
14052 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
14053 functions.
14054 (strokes-help): Use with-output-to-temp-buffer.
14055 (strokes-window-configuration-changed-p): New function.
14056 (strokes-update-window-configuration): Use buffer-live-p,
14057 strokes-window-configuration-changed-p.
14058 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
14059 (strokes-char-face): New face.
14060 (strokes-char-table, strokes-base64-chars): New variable.
14061 (strokes-xpm-for-stroke, strokes-list-strokes)
14062 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
14063 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
14064 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14065 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
14066 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
14067 functions.
14068
14069 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14070
14071 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
14072
14073 * image.el (create-image): Doc fix.
14074
14075 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
14076 instead of `:heuristic-mask t'.
14077
14078 2000-09-14 Andrew Innes <andrewi@gnu.org>
14079
14080 * makefile.w32-in: Revert to Unix line endings.
14081
14082 2000-09-14 Andrew Innes <andrewi@gnu.org>
14083
14084 * makefile.w32-in: Add bootstrap support. Also copy lisp source
14085 when installing.
14086
14087 * makefile.nt (DONTCOMPILE): Fix typo.
14088
14089 * shell.el (shell-write-history-on-exit): New function.
14090 (shell-dumb-shell-regexp): New custom variable.
14091 (shell-mode): Make shell-write-history-on-exit the process
14092 sentinel if shell name matches shell-dumb-shell-regexp.
14093
14094 * w32-fns.el: Comment out before-init-hook function which resets
14095 source-directory based; this breaks bootstrap.
14096
14097 2000-09-14 Dave Love <fx@gnu.org>
14098
14099 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
14100 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
14101 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
14102 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
14103 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
14104 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
14105 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
14106 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14107 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14108
14109 * toolbar/toolbar.el: New.
14110
14111 * subdirs.el: Add toolbar.
14112
14113 2000-09-14 Gerd Moellmann <gerd@gnu.org>
14114
14115 * indent.el (indent-for-tab-command): Doc fix.
14116
14117 2000-09-14 Alex Schroeder <alex@gnu.org>
14118
14119 * ansi-color.el (ansi-colors): Doc change.
14120 (ansi-color-get-face): Simplified regexp.
14121 (ansi-color-faces-vector): Added more faces, doc change.
14122 (ansi-color-names-vector): Doc change.
14123 (ansi-color-regexp): Simplified regexp.
14124 (ansi-color-parameter-regexp): New regexp.
14125 (ansi-color-filter-apply): Doc change.
14126 (ansi-color-filter-region): Doc change.
14127 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14128 deal with zero length parameters.
14129 (ansi-color-apply-on-region): Doc change.
14130 (ansi-color-map): Doc change.
14131 (ansi-color-map-update): Removed debugging message.
14132 (ansi-color-get-face-1): Added condition-case to trap
14133 args-out-of-range errors.
14134 (ansi-color-get-face): Doc change.
14135 (ansi-color-make-face): Removed.
14136 (ansi-color-for-shell-mode): New option.
14137
14138 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14139
14140 * international/quail.el (quail-start-translation): Translate KEY
14141 if necessary even if it doesn't have any mapping in the current
14142 input method.
14143 (quail-start-conversion): Likewise.
14144 (quail-help): The output message is improved.
14145
14146 2000-09-13 Miles Bader <miles@gnu.org>
14147
14148 * comint.el (comint-output-filter): Revert to using
14149 `insert-before-markers'. Add bletcherous hack to undo damage
14150 caused by `insert-before-markers'. Put `front-sticky' property on
14151 overlays created here so that the field code understands how the
14152 overlay works. Use a let when making comint-last-prompt-overlay,
14153 so that the code is easier to read.
14154
14155 2000-09-13 Dave Love <fx@gnu.org>
14156
14157 * wid-edit.el (widget-default-format-handler): DTRT when
14158 doc-property is a function.
14159
14160 2000-09-12 Francesco Potorti` <pot@gnu.org>
14161
14162 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14163 filed name if it's not there.
14164
14165 2000-09-12 Dave Love <fx@gnu.org>
14166
14167 * simple.el (read-mail-command): Doc fix.
14168 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14169
14170 * vc.el (vc-dired-listing-switches): Fix :version.
14171
14172 * vc-hooks.el: Doc fixes.
14173
14174 * subr.el (add-minor-mode): Use toggle-fun arg.
14175
14176 * speedbar.el: Add :version to several defcustoms.
14177
14178 * imenu.el (imenu--truncate-items, imenu--cleanup)
14179 (imenu--generic-function): Avoid mapcar.
14180 (imenu--replace-spaces): Function removed.
14181 (imenu--completion-buffer): Use subst-char-in-string.
14182 (imenu-add-to-menubar): Use keymap inheritance.
14183
14184 2000-09-12 Miles Bader <miles@gnu.org>
14185
14186 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14187 (diff-mode-map): Bind `diff-test-hunk'.
14188 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14189
14190 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14191
14192 * bytecomp.el (byte-compile-defvar): Undo last change
14193 because it breaks '(make-variable-buffer-local (defvar ...)'
14194 which is used at least in dired.
14195
14196 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14197
14198 * international/quail.el (quail-define-package): Docstring
14199 modified.
14200
14201 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14202
14203 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14204 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14205 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14206 docstring of "chinese-py".
14207
14208 * international/quail.el (quail-translation-docstring): New
14209 variable.
14210 (quail-show-keyboard-layout): Docstring modified.
14211 (quail-select-current): Likewise.
14212 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14213 infinite recursive call.
14214 (quail-help): Check quail-translation-docstring. Format of the
14215 output changed.
14216 (quail-help-insert-keymap-description): Adjusted for the above
14217 change.
14218
14219 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14220
14221 * bytecomp.el (byte-compile-defvar): Only cons onto
14222 current-load-list in top-level forms. Else this leaks a cons cell
14223 every time a defun is called.
14224
14225 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14226
14227 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14228 Now understands non-unified diffs. Some functionality moved into
14229 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14230 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14231 modify anything. Only reposition point in the patched file if the
14232 patch succeeds. Only pop up another window if POPUP is true.
14233 Emit a message describing what happened if successful, and at what
14234 line-offset. Automatically detect reversed hunks and do something
14235 appropriate.
14236 (diff-hunk-text, diff-find-text): New functions.
14237 (diff-filter-lines): Function removed.
14238 (diff-test-hunk): New function.
14239 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14240
14241 2000-09-10 Dave Love <fx@gnu.org>
14242
14243 * textmodes/tildify.el: Minor doc/commentary fixes.
14244 (tildify) <defgroup>: Add :version.
14245
14246 * faces.el (face-x-resources): Make custom type more specific.
14247 (frame-background-mode): Use mapc.
14248 (region) <defcustom>: Add :version.
14249
14250 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14251
14252 * vc-sccs.el (vc-sccs-register):
14253 * vc-rcs.el (vc-rcs-register):
14254 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14255 * vc.el (vc-register): Clear file's properties.
14256
14257 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14258
14259 * faces.el (face-spec-set): Only face-spec-reset-face when
14260 ATTRS is non-nil.
14261
14262 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14263
14264 * help.el (help-insert-xref-button): Fix a typo in doc string.
14265
14266 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14267
14268 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14269 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14270 methods.
14271
14272 * menu-bar.el (read-mail-item-name): New function.
14273 (menu-bar-tools-menu): Use it to compute and display the package
14274 used to read email.
14275 (menu-bar-tools-menu): Fix typo in GUD's help string.
14276
14277 2000-09-07 Dave Love <fx@gnu.org>
14278
14279 * diff-mode.el (diff-mouse-goto-source): New function.
14280
14281 * vc-sccs.el: Doc fixes.
14282 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14283
14284 * vc-rcs.el: Doc fixes.
14285 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14286 (vc-rcs-checkout-switches, vc-rcs-header)
14287 (vc-rcs-master-templates): Add or change :version.
14288
14289 * vc-cvs.el: Doc fixes.
14290 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14291 (vc-cvs-stay-local): Add :version.
14292
14293 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14294
14295 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14296
14297 * international/quail.el (quail-help): Fix previous change.
14298
14299 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14300
14301 * faces.el (color-values): Doc fix.
14302
14303 * faces.el (frame-set-background-mode): Use frame-parameter
14304 instead of frame-parameters.
14305
14306 * frame.el (filtered-frame-list): Reduce consing.
14307 (frames-on-display-list): Call frame-parameter instead of
14308 frame-parameters.
14309
14310 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14311
14312 * language/devan-util.el (devanagari-to-indian-region): In the
14313 loop, change the following char, not preceding char.
14314
14315 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14316
14317 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14318 instead of frame-parameters.
14319
14320 * faces.el (set-face-attribute): Simplify by calling
14321 internal-set-lisp-face-attribute with FRAME being 0.
14322
14323 * vc.el: Remove `Id' version control keyword.
14324
14325 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14326
14327 * help.el (help-make-xrefs): Adjusted for the change of
14328 help-xref-mule-regexp.
14329 (help-insert-xref-button): New function.
14330
14331 * international/mule-cmds.el (help-xref-mule-regexp-template):
14332 Include the pattern for character set.
14333 (leim): New group.
14334
14335 * international/quail.el: Don't require face.
14336 (quail): New group.
14337 (quail-other-command): Dummy command to make quail-help work better.
14338 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14339 (quail-keyboard-layout-substitution): New variable.
14340 (quail-update-keyboard-layout): New function.
14341 (quail-keyboard-layout-type): New customizable variable.
14342 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14343 (quail-keyboard-translate): Pay attention to
14344 quail-keyboard-layout-substitution.
14345 (quail-insert-kbd-layout): New function.
14346 (quail-show-keyboard-layout): New function.
14347 (quail-get-translation): If the definition is a vector of length
14348 1, and the element is a string of length 1, return the character
14349 in that string.
14350 (quail-update-current-translations): Fix the case of
14351 relative-index out of range.
14352 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14353 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14354 Show key sequences for all available characters.
14355 (quail-help-insert-keymap-description): Don't show such verbose
14356 key bindings as quail-self-insert-command.
14357
14358 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14359 Format changed, and each element now have extra documentations.
14360 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14361 Adjusted for the change of quail-cxterm-package-ext-info.
14362
14363 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14364
14365 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14366 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14367 during bootstrap.
14368
14369 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14370
14371 * vc.el: (toplevel): Don't require `dired' at run-time.
14372 (vc-dired-resynch-file): Remove autoload cookie.
14373
14374 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14375
14376 * vc.el: Made several backend functions optional.
14377 (vc-default-responsible-p): New function.
14378 (vc-merge): Use RET for first version to trigger merge-news, not
14379 prefix arg.
14380 (vc-annotate): Handle backends that do not support annotation.
14381 (vc-default-merge-news): Removed. The existence of a merge-news
14382 implementation is now checked on caller sites.
14383
14384 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14385 case.
14386
14387 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14388 special case that has been removed from the default in vc-hooks.el.
14389
14390 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14391
14392 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14393
14394 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14395
14396 * vc-hooks.el: Require vc during compilation.
14397 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14398 macro `with-vc-properties' in vc.el.
14399 (vc-file-getprop): Doc fix.
14400 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14401
14402 * vc.el: Require dired-aux during compilation.
14403 (vc-name-assoc-file): Moved to vc-sccs.el.
14404 (with-vc-properties): New macro.
14405 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14406 vc-finish-steal): Use it.
14407 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14408 to the backend-specific function is now supposed to do the checkout,
14409 too.
14410 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14411
14412 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14413 set file properties; that gets done in the generic code now.
14414
14415 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14416 Changed parameter list, added code from vc.el that does the
14417 checkout, possibly with a double-take.
14418
14419 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14420 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14421 the above under the new name.
14422 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14423 parameter list, added checkout command.
14424 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14425 properties; that gets done in the generic code now.
14426
14427 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14428
14429 * vc.el: Docstring fixes (courtesy of checkdoc).
14430
14431 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14432
14433 * vc.el (vc-checkout-writable-buffer-hook)
14434 (vc-checkout-writable-buffer): Remove.
14435 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14436 (vc-log-mode): Make it into a clean derived major mode.
14437 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14438 vc-log-mode if log-edit is not available.
14439 (vc-dired-mode-map): Don't set-keymap-parent yet.
14440 (vc-dired-mode): Do set-keymap-parent here.
14441 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14442
14443 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14444
14445 * faces.el (set-face-attribute, face-spec-reset-face)
14446 (face-spec-set): Avoid consing by removing calls to `apply'.
14447
14448 * frame.el (frame-parameter): Move to C code.
14449
14450 2000-09-05 Dave Love <fx@gnu.org>
14451
14452 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14453 insert-before-markers-and-inherit. Now checked systematically!
14454
14455 2000-09-05 Alex Schroeder <alex@gnu.org>
14456
14457 * sql.el (sql-postgres): Use sql-postgres-options.
14458 (sql-postgres-options): New variable.
14459
14460 2000-09-05 Alex Schroeder <alex@gnu.org>
14461
14462 * sql.el (sql-mode-menu): Work around missing variable mark-active
14463 in XEmacs.
14464 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14465 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14466 compatibility.
14467
14468 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14469
14470 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14471
14472 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14473
14474 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14475
14476 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14477
14478 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14479 don't support anything else under SCCS yet.
14480
14481 * vc-hooks.el: Minor doc fixes.
14482
14483 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14484
14485 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14486 not necessary. If verbose in state `needs-patch', do the same as
14487 under `up-to-date'. When NOT verbose and `needs-patch', check out
14488 latest version instead of `merge-news'.
14489 (vc-next-action-dired): Don't mess with default-directory here; it
14490 breaks other parts of dired. It is the job of the
14491 backend-specific functions to adjust it temporarily if they need it.
14492 (vc-next-action): Remove a special CVS case.
14493 (vc-clear-headers): New optional arg FILE.
14494 (vc-checkin, vc-checkout): Set properties vc-state and
14495 vc-checkout-time properly.
14496 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14497 (vc-print-log): Use new backend function `show-log-entry'.
14498 (vc-cancel-version): Do the checks in a different order. Added a
14499 FIXME concerning RCS-only code.
14500
14501 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14502 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14503
14504 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14505
14506 * vc-hooks.el (vc-default-mode-line-string): Show state
14507 `needs-patch' as a `-' too.
14508
14509 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14510
14511 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14512 (vc-default-could-register): New function.
14513 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14514 (vc-resynch-buffer): Call vc-dired-resynch-file.
14515 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14516 vc-resynch-buffer instead of vc-resynch-window.
14517 (vc-next-action-dired): Don't redisplay here, that gets done as a
14518 result of the individual file operations.
14519 (vc-retrieve-snapshot): Corrected prompt order.
14520
14521 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14522
14523 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14524 as well.
14525 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14526 hostname regexps. Updated all callers.
14527 (vc-cvs-responsible-p): Handle directories as well.
14528 (vc-cvs-could-register): New function.
14529 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14530 properties up-to-date.
14531
14532 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14533 user whether to create one.
14534
14535 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14536
14537 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14538 check out a non-existing file.
14539
14540 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14541 workfile does not exist.
14542
14543 * vc.el (vc-version-diff): Use `require' to check for existence of
14544 diff-mode.
14545
14546 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14547
14548 * vc-cvs.el (vc-cvs-registered): Use new function
14549 vc-cvs-parse-entry to do the actual work.
14550
14551 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14552
14553 * vc-hooks.el (vc-find-backend-function): If function doesn't
14554 exist, return nil instead of error.
14555 (vc-call-backend): Doc fix.
14556
14557 * vc.el (vc-do-command): Doc fix.
14558 (vc-finish-logentry): When checking in from vc-dired, choose the
14559 right backend for logentry check.
14560 (vc-dired-mode-map): Inherit from dired-mode-map.
14561 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14562 simplified.
14563 (vc-dired-state-info): Removed, updated caller.
14564 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14565 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14566 (vc-dired-listing-switches): New variable.
14567 (vc-directory): Use it, instead of dired-listing-switches.
14568
14569 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14570 (vc-cvs-dir-state): New function.
14571 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14572 (vc-cvs-parse-entry): New function, also to be used in
14573 vc-cvs-registered.
14574
14575 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14576
14577 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14578 *or* single-window-frames.
14579
14580 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14581
14582 * vc.el (vc-update-changelog): Split into generic part and default
14583 implementation. Doc string adapted.
14584 (vc-default-update-changelog): New function. Call the `rcs2log'
14585 script in exec-directory, to fix a long-standing nuisance.
14586
14587 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14588 simply signals an error.
14589
14590 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14591
14592 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14593 control-flow more clear and to avoid running `cvs' twice.
14594
14595 * vc.el (vc-next-action-on-file): Doc fix.
14596 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14597 (vc-print-log): Eval `file' before constructing the continuation.
14598
14599 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14600
14601 * vc.el (vc-next-action-on-file): Corrected several messages.
14602 (vc-merge): Add prefix arg `merge-news'; handle it.
14603
14604 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14605 is not reached. It is.
14606 (vc-cvs-merge): Set state to 'edited after merge.
14607 (vc-cvs-merge-news): Set workfile version to nil if not known.
14608 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14609
14610 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14611 via stdout. (Merge from main line.)
14612
14613 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14614
14615 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14616 detection.
14617
14618 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14619
14620 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14621 against kill-all-local-variables.
14622 (vc-log-edit): Don't save vc-parent-buffer any more.
14623 (vc-last-comment-match): Initialize to an empty string.
14624 (vc-post-command-functions): New hook.
14625 (vc-do-command): Run it.
14626 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14627 (vc-finish-logentry): Only add the comment to the ring if it's
14628 different from the last comment entered.
14629 (vc-new-comment-index): New function.
14630 (vc-previous-comment): Use it. Make the minibuffer message
14631 slightly less terse.
14632 (vc-comment-search-reverse): Make it work forward as well. Don't
14633 set vc-comment-ring-index if no match is found. Use
14634 vc-new-comment-index.
14635 (vc-comment-search-forward): Use vc-comment-search-reverse.
14636 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14637 define-derived-mode will do it for us. Bind `v' to a keymap that
14638 inherits from vc-prefix-map so that we can bind `vt' without
14639 binding C-x v t.
14640 (vc-retrieve-snapshot): Parenthesis typo.
14641
14642 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14643 to 1. Make sure to switch to *vc* before looking for an error
14644 message. Use vc-parse-buffer.
14645
14646 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14647
14648 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14649 and NAME.
14650 (vc-retrieve-snapshot): Split into two parts.
14651 (vc-default-retrieve-snapshot): New function.
14652
14653 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14654 (vc-cvs-retrieve-snapshot): New function (untested).
14655 (vc-cvs-stay-local): Default to t.
14656 (vc-cvs-remote-p): New function and property.
14657 (vc-cvs-state): Stay local only if the above is t.
14658 (vc-handle-cvs): Removed.
14659 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14660 done via vc-handled-backends now.
14661 (vc-cvs-header): Escape Id.
14662
14663 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14664
14665 * vc.el (vc-do-command): Remove unused commands.
14666 (vc-version-diff): Make sure default-directory ends with a slash.
14667 Move the window commands into a vc-exec-after.
14668 (vc-print-log): Move more of the code into the `vc-exec-after'.
14669
14670 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14671
14672 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14673 (vc-print-log): Search current revision from beginning of buffer.
14674 (vc-revert-buffer): Clear echo area after the diff is finished.
14675 (vc-prefix-map): Removed definition of "t" for terse display in vc
14676 dired.
14677 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14678 definition of "vt" for terse display.
14679 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14680
14681 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14682
14683 * vc.el (vc-exec-after): Avoid caddr.
14684
14685 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14686
14687 * vc.el (vc-exec-after): New function.
14688 (vc-do-command): Use it to add a termination message for async
14689 procs.
14690 (vc-checkout): Try to handle a missing-backend situation.
14691 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14692 of a directory with a backend using async diffs.
14693 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14694 present.
14695
14696 * vc-sccs.el (vc-sccs-state-heuristic): Use
14697 file-ownership-preserved-p.
14698
14699 * vc-rcs.el (vc-rcs-state-heuristic): Use
14700 file-ownership-preserved-p.
14701 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14702
14703 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14704
14705 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14706 vc-do-command.
14707
14708 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14709 when there are no changes.
14710
14711 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14712
14713 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14714
14715 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14716
14717 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14718
14719 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14720
14721 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14722 the `fset' outside of the defvar so that it works even if
14723 vc-prefix-map was already defined.
14724 (vc-setup-buffer): New function, split out of vc-do-command.
14725 (vc-do-command): Allow BUFFER to be t to mean `just use the
14726 current buffer without any fuss'.
14727 (vc-version-diff): Change the `diff' backend operation to just put
14728 the diff in the current buffer without erasing it. Always use
14729 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14730 shrink-window-if-larger-than-buffer.
14731 (vc-print-log): Change the `print-log' backend operation to just
14732 put the log in the current buffer without erasing it. Protect
14733 shrink-window-if-larger-than-buffer.
14734 (vc-update-change-log): Fix setd typo.
14735
14736 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14737 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14738
14739 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14740 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14741 CMP.
14742
14743 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14744 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14745 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14746
14747 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14748
14749 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14750 not possible, use vc-BACKEND-workfile-unchanged-p.
14751 (vc-default-workfile-unchanged-p): New function. Delegates to a
14752 full vc-BACKEND-diff.
14753
14754 * vc-hooks.el (vc-simple-command): Removed.
14755
14756 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14757 instead of vc-simple-command.
14758 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14759 avoid doing a diff when opening a file.
14760 (vc-rcs-state): Added check for unlocked-changes.
14761 (vc-rcs-header): Escape Id.
14762 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14763 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14764 version.
14765
14766 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14767 (vc-sccs-diff): Remove optional arg CMP.
14768 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14769 SCCS-specific function.
14770
14771 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14772 vc-simple-command.
14773
14774 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14775
14776 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14777 (with-vc-file, vc-merge): Use vc-editable-p.
14778 (vc-do-command): Remove unused var vc-file and fix the
14779 doubly-defined `status' var. Add a user message when starting an
14780 async command.
14781 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14782 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14783 Use with-current-buffer.
14784 (vc-buffer-sync): Use unless.
14785 (vc-next-action-on-file): If the file is 'edited by read-only,
14786 make it read-write instead of trying to commit.
14787 (vc-version-diff, vc-update-change-log): Use `setq
14788 default-directory' rather than `cd'.
14789 (vc-log-edit): Don't forget to set default-directory in the
14790 buffer.
14791
14792 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14793 (vc-sccs-state-heuristic): Use file-writable-p instead of
14794 comparing userids.
14795 (vc-sccs-checkout): Use `unless'.
14796
14797 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14798 of comparing userids.
14799 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14800 Simplify the logic by eliminating unreachable code.
14801 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14802 just do a recursive call if we need to retry.
14803 (vc-rcs-checkout): Handle the case where rcs is missing by making
14804 the buffer read-write if requested and re-signalling the error.
14805
14806 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14807
14808 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14809
14810 * vc-hooks.el (vc-handled-backends): Docstring change.
14811 (vc-ignore-vc-files): Mark obsolete.
14812 (vc-registered): Check vc-ignore-vc-files.
14813 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14814 vc-ignore-vc-files.
14815
14816 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14817
14818 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14819
14820 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14821 files since ange-ftp already has vc-registered return nil.
14822
14823 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14824 (vc-sccs-workfile-version): Use with-temp-buffer and new
14825 vc-parse-buffer and don't bother setting the property.
14826 (vc-sccs-add-triple): Use with-current-buffer and
14827 find-file-noselect.
14828 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14829
14830 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14831 derives from the old vc-parse-buffer but uses the revision number
14832 rather than the date (much easier to compare robustly).
14833 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14834 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14835 locking-user more directly. Check strict locking and set
14836 checkout-model appropriately.
14837 (vc-rcs-parse-locks): Remove.
14838 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14839 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14840 (vc-rcs-system-release): Use with-current-buffer and
14841 vc-parse-buffer.
14842 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14843
14844 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14845 (vc-simple-command): Docstring fix.
14846 (vc-registered): Align the way the file-handler is called with the
14847 way the function itself works.
14848 (vc-file-owner): Remove.
14849
14850 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14851 extraction of fields and call to file-attributes because of a
14852 temporary bug in rcp.el.
14853 (vc-cvs-fetch-status): Use with-current-buffer.
14854
14855 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14856
14857 * vc.el (vc-do-command): Use file-relative-name.
14858 (vc-responsible-backend): Use vc-backend if possible.
14859 (vc-create-snapshot): Improve the `interactive' spec. Add support
14860 for branches and dispatch to backend-specific `create-snapshot'.
14861 (vc-default-create-snapshot): New function, containing the bulk of
14862 the old vc-create-snapshot.
14863 (vc-retrieve-snapshot): Improve the interactive spec.
14864
14865 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14866 (vc-backend-hook-functions): Remove.
14867 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14868 (vc-backend): Reintroduce the test for `file = nil' now that I
14869 know why it was there (and added a comment to better remember).
14870
14871 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14872 code from vc-sccs-hooks.el.
14873 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14874 'vc anymore.
14875 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14876 and file-directory-p instead of file-exists-p.
14877 (vc-sccs-check-headers): Simplify the regexp.
14878
14879 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14880 from vc-rcs-hooks.el. Don't require 'vc anymore.
14881 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14882 file-directory-p instead of file-exists-p.
14883
14884 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14885 from vc-cvs-hooks.el.
14886 (proto vc-cvs-registered): Require 'vc-cvs instead of
14887 'vc-cvs-hooks. Don't require 'vc anymore.
14888 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14889 file-directory-p instead of file-exists-p.
14890 (vc-cvs-create-snapshot): New function, replacing
14891 vc-cvs-assign-name.
14892 (vc-cvs-assign-name): Remove.
14893
14894 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14895
14896 * vc-cvs.el (vc-cvs-header): New var.
14897
14898 * vc-rcs.el (vc-rcs-exists): Remove.
14899 (vc-rcs-header): New var.
14900
14901 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14902 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14903 (vc-sccs-header): New var.
14904
14905 * vc.el (vc-do-command): Get rid of the `last' argument.
14906 (vc-header-alist): Remove, replaced by vc-X-header.
14907 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14908 (vc-dired-hook): Use expand-file-name instead of concat.
14909 (vc-directory): Use file-name-as-directory.
14910 (vc-snapshot-precondition, vc-create-snapshot)
14911 (vc-retrieve-snapshot): Allow the command to operate on any
14912 directory.
14913
14914 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14915 just removing the 'WORKFILE argument or by removing the 'MASTER
14916 argument and replacing `file' with (vc-name file).
14917
14918 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14919
14920 * vc.el: Update Copyright and add a crude list of backend funs.
14921 (vc-writable-p): New function.
14922 (with-vc-file): Use vc-writable-p.
14923 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14924 (vc-register): Avoid vc-name.
14925 (vc-locking-user): Remove.
14926 (vc-steal-lock): Make the `owner' arg non-optional.
14927 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14928 vc-checkout-model.
14929 (vc-default-dired-state-info): Use vc-state instead of
14930 vc-locking-user and return special strings for special states.
14931 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14932 and get rid of one of the special CVS cases.
14933 (vc-cancel-version): prettify error message with \\[...].
14934 (vc-rename-master): New function.
14935 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14936 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14937 the CVS special case generic.
14938 (vc-default-record-rename): Remove.
14939 (vc-file-tree-walk-internal): Only call FUNC for files that are
14940 under control of some VC backend and replace `concat' with
14941 expand-file-name.
14942 (vc-file-tree-walk): Update docstring.
14943 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14944 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14945
14946 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14947 vc-sccs-record-rename. Use `find-file-noselect' rather than
14948 `find-file' and call `vc-rename-master' to do the actual move.
14949 (vc-sccs-diff): Remove unused `backend' variable.
14950
14951 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14952 to delay loading of vc-sccs until it is really used.
14953 (vc-sccs-master-templates): Preload.
14954 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14955 (vc-sccs-project-dir): Remove (merged into
14956 vc-sccs-search-project-dir).
14957 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14958 rather than `concat', make sure it is preloaded and don't bother
14959 to check that the file actually exists.
14960 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14961 `locks' argument (use buffer's content instead) and eliminate n^2
14962 behavior.
14963
14964 * vc-rcs.el: Update Copyright.
14965 (vc-rcs-rename-file): New function.
14966 (vc-rcs-diff): Remove unused `backend' variable.
14967
14968 * vc-hooks.el: Update Copyright.
14969 (vc-backend): Don't accept a nil argument any more.
14970 (vc-up-to-date-p): Turn into a defsubst.
14971 (vc-possible-master): New function.
14972 (vc-check-master-templates): Use `vc-possible-master' and allow
14973 funs in vc-X-master-templates to return a non-existent file.
14974
14975 * vc-cvs.el: Update Copyright.
14976 (vc-cvs-diff): Remove unused `backend' variable.
14977 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14978
14979 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14980
14981 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14982
14983 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14984 since it can be called from vc-rcs.el.
14985 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14986
14987 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14988
14989 * vc.el (vc-version-diff): Expand file name read from the
14990 minibuffer. Handle the case when a previous version number can't
14991 be guessed. Give suitable messages when there were no differences
14992 found.
14993 (vc-clear-headers): Call backend-specific implementation, if one
14994 exists.
14995 (vc-cancel-version): Made error checks generic. When done, clear
14996 headers generically, too.
14997
14998 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14999 from vc-clear-headers in vc.el.
15000
15001 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
15002 correctly.
15003 (vc-rcs-latest-on-branch-p): Made second argument VERSION
15004 optional. Handle the case when it's not there.
15005
15006 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15007
15008 * vc.el (vc-locking-user): Moved from vc-hooks.el.
15009
15010 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15011
15012 * vc-hooks.el (vc-loadup): Remove.
15013 (vc-find-backend-function): Use `require'. Also, handle the case
15014 where vc-BACKEND-hooks.el doesn't exist.
15015 (vc-call-backend): Cleanup.
15016
15017 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15018
15019 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
15020 vc-rcs-grab-templates)
15021 (vc-rcs-registered): Remove. The default function works as well.
15022 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
15023 vc-sccs-grab-templates)
15024 (vc-sccs-registered): Remove. The default function works as well.
15025
15026 * vc.el (vc-version-diff): Left out a vc- in call to
15027 vc-call-backend.
15028 (vc-default-dired-state-info, vc-default-record-rename)
15029 (vc-default-merge-news): Update for the new backend argument.
15030
15031 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
15032 using the default function.
15033 (vc-call-backend): If calling the default function, pass it the
15034 backend as first argument. Update the docstring accordingly.
15035 (vc-default-state-heuristic, vc-default-mode-line-string): Update
15036 for the new backend argument.
15037 (vc-make-backend-sym): Renamed from vc-make-backend-function.
15038 (vc-find-backend-function): Use the new name.
15039 (vc-default-registered): New function.
15040
15041 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15042
15043 * vc.el (vc-merge): Use vc-find-backend-function.
15044
15045 * vc-hooks.el (vc-backend-functions): Remove.
15046 (vc-loadup): Don't setup 'vc-functions.
15047 (vc-find-backend-function): New function.
15048 (vc-call-backend): Use above fun and populate 'vc-functions
15049 lazily.
15050 (vc-backend-defines): Remove.
15051
15052 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15053
15054 * vc.el (vc-register): Put a FIXME note for a newly found bug.
15055 Call vc-call-backend without the leading vc-.
15056 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
15057 (vc-check-headers): Call vc-call-backend without the leading vc-.
15058 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
15059 (vc-annotate-display): Replace confusing use of `cond' with `or'.
15060 Call vc-call-backend without the leading vc-.
15061
15062 * vc-cvs.el (tail): Provide vc-cvs.
15063 * vc-sccs.el (tail): Provide vc-sccs.
15064 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
15065
15066 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
15067 (vc-make-backend-function, vc-call): Pass names without leading
15068 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
15069 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
15070 (vc-call-backend): Always try to load vc-X-hooks.
15071 (vc-registered): Remove vc- in call to vc-call-backend.
15072
15073 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15074
15075 * vc.el (vc-process-filter): New function.
15076 (vc-do-command): Setup `vc-process-filter' for the async process.
15077 (vc-maybe-resolve-conflicts): New function to reduce
15078 code-duplication. Additionally, it puts the buffer in
15079 `smerge-mode' if applicable.
15080 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
15081 calling `merge-news'.
15082 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
15083 (vc-log-edit): New function. Replacement for `vc-log-mode' by
15084 interfacing to log-edit.el.
15085 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
15086 log-edit is available.
15087 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
15088
15089 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15090
15091 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
15092 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
15093 defvar and the initialization.
15094 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
15095
15096 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
15097 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
15098
15099 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
15100
15101 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15102
15103 * vc.el (vc-file-clear-masterprops): Removed.
15104 (vc-checkin, vc-revert-buffer): Removed calls to the above.
15105 (vc-version-diff): Use buffer-size without argument.
15106 (vc-register): Heed vc-initial-comment.
15107
15108 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15109 default branch.
15110
15111 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15112 file name and workfile version.
15113 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15114
15115 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15116 vc-file-clear-masterprops.
15117
15118 * vc-sccs.el (vc-sccs-checkout): Removed call to
15119 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15120 rather than user login name.
15121
15122
15123 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15124
15125 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15126 `want-differences-if-changed' and simplify.
15127 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15128 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15129 output (which is invalid for async vc-diff) to decide whether to
15130 do the revert silently or not.
15131
15132 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15133
15134 * vc-hooks.el (vc-loadup): Load files quietly.
15135 (vc-call-backend): Oops, brain fart.
15136
15137 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15138
15139 * vc-cvs.el (vc-cvs-state): Typo.
15140 (vc-cvs-merge-news): Return the status code rather than the error msg.
15141
15142 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15143
15144 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15145 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15146 vc-state or vc-up-to-date-p.
15147 (vc-merge): Use vc-backend-defines to check whether merging is
15148 possible. Set state to 'edited after successful merge.
15149
15150 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15151 return that name. Redocumented.
15152
15153 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15154
15155 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15156 new `vc-state' semantics.
15157 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15158 'vc-locking-user to the current user.
15159 (vc-merge): Inline vc-backend-merge. Comment out code that I
15160 don't understand and hence can't adapt to the new `vc-state' and
15161 `vc-locking-user' semantics.
15162 (vc-backend-merge): Remove.
15163
15164 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15165 rather than 'vc-locking-user.
15166
15167 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15168
15169 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15170 (vc-state): Don't use 'reserved any more. Just use the same
15171 convention as the one used for vc-<backend>-state where the
15172 locking user (as a string) is returned.
15173 (vc-locking-user): Update, based on the above convention. The
15174 'vc-locking-user property has disappeared.
15175 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15176
15177 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15178 with a heuristic one.
15179 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15180 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15181 error. That allows us to get to 'needs-merge even in the
15182 stay-local case. There's still no way to detect 'needs-patch in
15183 such a setup (or to force an update for that matter).
15184 (vc-cvs-logentry-check): Remove, the default works as well.
15185
15186 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15187
15188 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15189
15190 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15191 major-mode in which the buffer might have been put earlier. Use
15192 `remove' and `when'. Allow `okstatus' to be `async' and use
15193 `start-process' in this case.
15194 (vc-version-diff): Handle the case where the diff looks empty
15195 because of the use of an async process.
15196
15197 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15198
15199 * vc.el (vc-next-action-on-file): Removed optional parameter
15200 `simple'. Recompute state unconditionally.
15201 (vc-default-toggle-read-only): Removed.
15202
15203 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15204 (vc-toggle-read-only): Undid prev change.
15205
15206 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15207 vc-cvs-simple-toggle. Redocumented.
15208 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15209 (vc-cvs-toggle-read-only): Removed.
15210
15211 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15212
15213 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15214 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15215 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15216 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15217 still is. So maybe it should be removed.
15218 (vc-head-version, vc-find-binary): Remove.
15219 (vc-recompute-state): Move from vc-hooks.el.
15220 (vc-next-action-on-file): Add a `simple' argument to allow
15221 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15222 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15223 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15224 (vc-dired-mode-map): Properly defvar it.
15225 (vc-print-log): Call log-view-mode if available.
15226 (small-temporary-file-directory): defvar instead of use boundp.
15227 (vc-merge-news): Moved to vc-cvs.el.
15228 (vc-default-merge-news): New function.
15229
15230 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15231 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15232 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15233 unknown `vc-latest-version' function. It should probably refer to
15234 vc-workfile-version or somesuch, but it's very unclear to me and I
15235 don't have SCCS to test things.
15236
15237 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15238 (vc-sccs-state-heuristic): Fix typo.
15239 (vc-sccs-workfile-unchanged-p): Add missing argument.
15240
15241 * vc-rcs.el: Require vc and vc-rcs-hooks.
15242 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15243 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15244 (vc-release-greater-or-equal-p): Move from vc.
15245 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15246 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15247 (vc-rcs-checkout): Add a missing `new-version' argument in the
15248 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15249
15250 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15251 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15252 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15253 than the apparently unbound `workfile-version'.
15254
15255 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15256 (vc-file-prop-obarray): Use `make-vector'.
15257 (vc-backend-functions): Add new hookable functions
15258 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15259 (vc-loadup): If neither backend nor default functions exist, use
15260 the backend function rather than nil.
15261 (vc-call-backend): If the function if not bound yet, try to load
15262 the non-hook file to see if it provides it.
15263 (vc-call): New macro plus use it wherever possible.
15264 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15265 nor `vc-find-binary' since it's only called from
15266 vc-mistrust-permission which is only used once the backend is known.
15267 (vc-checkout-model): Fix parenthesis.
15268 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15269
15270 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15271 (vc-cvs-release, vc-cvs-system-release): Remove.
15272 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15273 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15274 status symbols.
15275 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15276 (vc-cvs-toggle-read-only): First cut at a function to allow a
15277 cvs-status-free vc-toggle-read-only.
15278 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15279 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15280 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15281 (vc-cvs-checkout): Modify access rights directly if the user
15282 requested not to use `cvs edit'. And refresh the mode line.
15283
15284 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15285 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15286
15287 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15288
15289 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15290 workfile' that got lost when the code was extracted from vc.el.
15291 And merged the tail with the rest of the code (not possible in the
15292 old vc.el where the tail was shared among all backends). And
15293 explicitly set the state to 'edited if `writable' is set.
15294
15295 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15296 (vc-cvs-state): Be careful to return the value from
15297 vc-cvs-parse-state.
15298 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15299 property but return it instead. Also be careful to handle a nil
15300 or "" `rev' when workfile is non-nil (it was handled properly when
15301 workfile was nil).
15302
15303 * vc.el: Removed those pesky unnecessary `(function' quotes.
15304 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15305 directly in the defvar.
15306 (vc-do-command): Bind inhibit-read-only so as to properly handle
15307 the case where the destination buffer has been made read-only.
15308 (vc-diff): Delegate to vc-version-diff in all cases.
15309 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15310 (vc-annotate-mode-variables): Removed (code moved partly to
15311 defvars and partly to vc-annotate-add-menu).
15312 (vc-annotate-mode): Turned into a derived-mode.
15313 (vc-annotate-add-menu): Moved in code in
15314 vc-annotate-mode-variables.
15315 (vc-update-change-log): Use make-temp-file if available.
15316
15317 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15318
15319 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15320 `vc-checkout-model' updated to `vc-cvs-update-model'.
15321
15322 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15323
15324 * vc.el (vc-next-action-on-file): Added handling of state
15325 `unlocked-changes'.
15326 (vc-checkout-carefully): Is now practically obsolete, unless the
15327 above is too slow to be enabled unconditionally.
15328 (vc-update-change-log): Fixed typo.
15329
15330 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15331
15332 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15333 Now handles state `unlocked-changes'.
15334 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15335
15336 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15337
15338 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15339 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15340 `unlocked-changes'.
15341 (vc-rcs-workfile-unchanged-p): Renamed from
15342 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15343 function yet, but supposed to become one soon.
15344
15345 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15346 `vc-steal-lock'.
15347 (vc-call-backend): Changed error message.
15348 (vc-state): Added description of state `unlocked-changes'.
15349
15350 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15351
15352 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15353 always return t in CVS-controlled directories.
15354
15355 * vc.el (vc-responsible-backend): New function.
15356 (vc-register): Largely rewritten.
15357 (vc-admin): Removed (implementation moved into vc-register).
15358 (vc-checkin): Redocumented.
15359 (vc-finish-logentry): If no backend defined yet (because we are in
15360 the process of registering), use the responsible backend.
15361
15362 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15363 Updated function lists.
15364 (vc-call-backend): Fixed typo.
15365
15366 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15367 New functions.
15368 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15369 Removed query option. Redocumented.
15370
15371 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15372
15373 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15374
15375 * vc.el: Updated callers of `vc-checkout-required' to use
15376 `vc-checkout-model'.
15377
15378 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15379
15380 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15381 stuff updated to reference this function instead of the old
15382 `vc-backend-release-p'.
15383
15384 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15385
15386 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15387 vc-checkout-model. Return appropriate values. Updated callers.
15388
15389 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15390
15391 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15392 (vc-backend-revert): Function moved into `vc-revert';
15393 `vc-next-action' must be updated to accomodate this change.
15394 (vc-backend-steal): Function moved into `vc-finish-steal'.
15395 (vc-backend-logentry-check): Function moved into
15396 `vc-finish-logentry'.
15397 (vc-backend-printlog): Function moved into `vc-print-log'.
15398 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15399 (vc-backend-assign-name): Function moved into
15400 `vc-create-snapshot'.
15401
15402 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15403
15404 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15405 Rename to vc-checkout-model. Return appropriate values.
15406 Update callers.
15407
15408 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15409 to vc-checkout-model.
15410 (vc-checkout-required): Rename to vc-checkout-model.
15411 Re-implement and re-comment.
15412 (vc-after-save): Use vc-checkout-model.
15413
15414 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15415
15416 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15417 Update to use the vc-BACKEND-diff functions instead.
15418 `vc-diff' is now working.
15419
15420 * vc-rcs.el (vc-rcs-logentry-check): New function.
15421
15422 * vc-cvs.el (vc-cvs-logentry-check): New function.
15423
15424 * vc-sccs.el (vc-sccs-diff): Function changed name from
15425 `vc-backend-diff'. This makes `vc-diff' work.
15426
15427 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15428 of functions possibly implemented in a vc-BACKEND library.
15429 (vc-checkout-required): Fix bug that caused an error to be
15430 signaled during `vc-after-save'.
15431
15432 * vc.el: Fix typo.
15433 This checkin is made with our new VC code base for the very first time.
15434 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15435
15436 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15437 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15438
15439 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15440 updated to `vc-uses-locking'.
15441 (vc-checkout-required): Call to backend function.
15442 `vc-checkout-required' updated to `vc-uses-locking' instead.
15443
15444 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15445 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15446
15447 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15448 to match the split into various backends.
15449 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15450 (vc-retrieve-snapshot): Bug fix.
15451
15452 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15453
15454 * vc-sccs.el (vc-sccs-release): Doc fix.
15455
15456 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15457
15458 * vc.el (vc-next-action-on-file): Bug found and fixed.
15459 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15460 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15461
15462 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15463 (vc-rcs-checkout): Name space cleaned up. No more revision number
15464 crunching function names that are not prefixed with vc-rcs.
15465 (vc-rcs-checkout-model): Function added. References to
15466 `vc-checkout-model' replaced.
15467
15468 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15469
15470 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15471 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15472 still need to be split, and implemented for RCS).
15473
15474 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15475
15476 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15477
15478 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15479 required by the vc.el file.
15480
15481 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15482 required by the vc.el file.
15483 (vc-rcs-exists): Function added.
15484
15485 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15486 required by the vc.el file.
15487
15488 * vc.el (vc-admin): Updated to handle selection of appropriate
15489 backend. Current implementation is crufty and need re-thinking.
15490
15491 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15492
15493 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15494
15495 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15496 beginning of annotate buffers correctly.
15497
15498 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15499 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15500 functionality updated quite a lot to support multiple backends.
15501 Variables `vc-annotate-mode', `vc-annotate-buffers',
15502 `vc-annotate-backend' added.
15503
15504 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15505 `vc-annotate-difference' added to supported backend functions.
15506
15507 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15508
15509 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15510 Use with-temp-file instead of /bin/sh. Merged from mainline
15511
15512 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15513
15514 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15515
15516 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15517
15518 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15519
15520 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15521
15522 * vc-hooks.el: vc-state-heuristic added to
15523 vc-backend-hook-functions.
15524
15525 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15526
15527 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15528
15529 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15530 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15531 state to `reserved'.
15532
15533 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15534 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15535
15536 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15537
15538 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15539 untouched.
15540
15541 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15542
15543 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15544 if defined. (Merged from main line, slightly adapted.)
15545
15546 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15547 millenium problem (merged from mainline).
15548
15549 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15550
15551 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15552 part and moved the non-BACKEND stuff to vc.el.
15553
15554 * vc.el: Split the annotate feature into a BACKEND specific part
15555 and moved it from the vc-cvs.el file to this one.
15556
15557 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15558
15559 * vc-hooks.el: Implement new state model.
15560 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15561 (vc-locking-user): Simplify. Now only needed if the file is
15562 locked by somebody else.
15563 (vc-lock-from-permissions): Remove. Functionality is in
15564 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15565 (vc-mode-line-string): New name for former vc-status. Adapted.
15566 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15567
15568 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15569 Various simplifications and adaptations all over the place.
15570
15571 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15572 Simplify and adapt the rest.
15573
15574 * vc.el (vc-resynch-window): Add TODO comment: check for
15575 interaction with view mode according to recent RCS change.
15576 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15577
15578 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15579
15580 * vc.el: Convert the remaining function comments to docstrings.
15581
15582 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15583
15584 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15585 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15586 (vc-minor-part, vc-previous-version): Functions that operate and
15587 compare revision numbers got proper documentation. Comments added
15588 about their possible removal.
15589
15590 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15591
15592 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15593 the vc-backend.el files.
15594
15595 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15596
15597 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15598 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15599 (vc-rcs-previous-version): Functions added.
15600
15601 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15602
15603 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15604
15605 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15606
15607 * vc-hooks.el (vc-master-templates): Is really obsolete.
15608 Comment out the definition for now. What is the right procedure
15609 to get rid of it?
15610 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15611 rewritten.
15612 (vc-default-registered): Remove.
15613 (vc-check-master-templates): New function; does mostly what the
15614 above did before.
15615 (vc-locking-user): Don't rely on the backend to set the property.
15616
15617 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15618 Rewrite documentation.
15619 (vc-rcs-templates-grabbed): New variable.
15620 (vc-rcs-grab-templates): New function.
15621 (vc-rcs-registered): Rewrite to use above mechanism.
15622
15623 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15624 Rewrite documentation.
15625 (vc-sccs-templates-grabbed): New variable.
15626 (vc-sccs-grab-templates): New function.
15627 (vc-sccs-registered): Rewrite to use above mechanism.
15628 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15629 Don't throw the result, simply return it.
15630
15631 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15632 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15633 (vc-cvs-registered): Does the check itself now. Simplify.
15634
15635 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15636 from main line.
15637
15638 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15639
15640 * vc-cvs.el (vc-cvs-diff): New function.
15641
15642 * vc-sccs.el (vc-sccs-diff): New function.
15643
15644 * vc-rcs.el (vc-rcs-diff): New function.
15645 (vc-rcs-checkout): Bug (typo) found and fixed.
15646 (vc-rcs-register-switches): New variable.
15647
15648 * vc.el (vc-backend-diff): Function removed and placed in the
15649 backend files.
15650
15651 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15652
15653 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15654
15655 * vc.el (vc-backend-checkout): Function removed and replaced in
15656 the vc-backend.el files.
15657
15658 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15659
15660 * vc.el (vc-backend-admin): Removed and replaced in the
15661 vc-backend.el files.
15662
15663 * vc.el (Martin): Removed all the annotate functionality since it
15664 is CVS backend specific.
15665
15666 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15667
15668 * spec.txt: Added specification of vc-state.
15669
15670 * vc-sccs-hooks.el (vc-sccs-master-properties):
15671 Remove handling of vc-latest-version and
15672 vc-your-latest-version. What used to be vc-latest-version, is now
15673 returned as vc-workfile-version.
15674 (vc-sccs-workfile-version): Adapt.
15675
15676 2000-09-04 Dave Love <fx@gnu.org>
15677
15678 * vc.el: [Merged from mainline.]
15679 (vc-dired-mode): Make the dired-move-to-filename-regexp
15680 regexp match the date, to avoid treating date as file size.
15681 Add YYYY S option to WESTERN/
15682
15683 2000-09-04 Dave Love <fx@gnu.org>
15684
15685 * vc.el: Require `compile' when compiling.
15686 (vc-logentry-check-hook): New option.
15687 (vc-steal-lock): Use compose-mail.
15688 (vc-dired-mode-map): Defvar when compiling.
15689 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15690 vc-sccs.el and renamed. Callers changed.
15691 (vc-backend-checkout, vc-backend-logentry-check)
15692 (vc-backend-merge-news): Doc fix.
15693 (vc-default-logentry-check): New function.
15694 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15695 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15696 (vc-backend-merge): Doc fix. Use backend functions.
15697 (vc-check-headers): Use backend functions.
15698
15699 * vc-cvs.el: Require vc when compiling.
15700 (vc-cvs-register-switches): Doc fix.
15701 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15702 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15703 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15704 New functions (code from vc.el).
15705 (vc-annotate-display-default): Fix interactive spec.
15706 (vc-annotate-time-span): Doc fix.
15707
15708 * vc-rcs.el: Require vc when compiling.
15709 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15710 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15711 (vc-rcs-checkin): New functions (code from vc.el).
15712 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15713 Doc fix.
15714 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15715
15716 * vc-sccs.el: Require vc when compiling.
15717 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15718 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15719 (vc-sccs-revert)
15720 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15721 from vc.el).
15722 (vc-sccs-add-triple, vc-sccs-record-rename)
15723 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15724 (vc-sccs-admin): Doc fix.
15725
15726 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15727
15728 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15729 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15730 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15731 from vc.el.
15732
15733 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15734
15735 * vc-cvs.el: Moved the annotate functionality from vc.el.
15736 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15737
15738 2000-09-04 Dave Love <fx@gnu.org>
15739
15740 * vc.el (vc-backend-release): Call vc-system-release.
15741
15742 * vc-sccs.el (vc-sccs-system-release):
15743 Renamed from vc-sccs-backend-release.
15744
15745 * vc-rcs.el (vc-rcs-system-release):
15746 Renamed from vc-rcs-backend-release.
15747
15748 * vc-cvs.el (vc-cvs-system-release):
15749 Renamed from vc-cvs-backend-release.
15750
15751 2000-09-04 Dave Love <fx@gnu.org>
15752
15753 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15754 backend files.
15755 (vc-backend-release): Dispatch to backend functions.
15756 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15757 probably needs attention.]
15758
15759 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15760 (vc-sccs-backend-release): New function.
15761
15762 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15763 (vc-cvs-backend-release): New function.
15764
15765 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15766 Doc fix.
15767 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15768 (vc-default-dired-state-info): New function.
15769 (vc-dired-state-info): Dispatch to backends.
15770 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15771
15772 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15773 from vc.el and renamed.
15774
15775 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15776
15777 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15778 (vc-version-other-window, vc-backend-assign-name): Removed
15779 references to vc-latest-version; sometimes changed into
15780 vc-workfile-version.
15781
15782 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15783 vc-rcs-master-workfile-version.
15784 (vc-rcs-workfile-version): Use the above. Don't call
15785 vc-latest-version (that was unreachable code, anyway).
15786 (vc-rcs-fetch-master-properties): Doc fix.
15787
15788 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15789 (vc-backend-hook-functions): Removed them from this list, too.
15790 (vc-fetch-properties): Removed.
15791 (vc-workfile-version): Doc fix.
15792
15793 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15794 (vc-rcs-workfile-version, vc-rcs-locking-user)
15795 (vc-rcs-uses-locking): Use it.
15796
15797 * vc-hooks.el (vc-consult-rcs-headers):
15798 Moved into vc-rcs-hooks.el, under the name
15799 vc-rcs-consult-headers.
15800
15801 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15802 headers.
15803 (vc-cvs-find-master): Use this name only; correct different
15804 versions of the name.
15805
15806 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15807 New functions.
15808 (vc-sccs-locking-user): Use the latter.
15809
15810 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15811 New functions.
15812
15813 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15814 Moved into both
15815 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15816 functions are implementation details of those two backends.
15817
15818 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15819
15820 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15821 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15822
15823 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15824 (vc-sccs-parse-locks): SCCS-specific code moved here from
15825 vc-hooks.
15826
15827 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15828 code moved here from vc-hooks.
15829
15830 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15831 into back-end specific parts and removed. Callers not updated
15832 yet; because I guess these callers will disappear into back-end
15833 specific files anyway.
15834
15835 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15836
15837 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15838 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15839 `vc-uses-locking'.
15840
15841 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15842 Store yes/no in the property, and return t/nil. Updated all
15843 callers.
15844
15845 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15846 vc-sccs-uses-locking. Don't set property.
15847 (vc-sccs-locking-user): Don't set property.
15848
15849 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15850 vc-cvs-uses-locking. Don't set property here; leave that to
15851 vc-hooks.
15852 (vc-cvs-locking-user): Reflect above change. Streamlined.
15853
15854 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15855 vc-rcs-uses-locking.
15856 (vc-rcs-locking-user): Reflect above change.
15857
15858 2000-09-04 Dave Love <fx@gnu.org>
15859
15860 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15861
15862 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15863
15864 * vc-hooks.el (vc-checkout-model): Punt to backends.
15865
15866 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15867
15868 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15869
15870 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15871 New functions.
15872
15873 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15874 New functions.
15875
15876 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15877 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15878
15879 * vc-hooks.el (vc-default-locking-user): New function.
15880 (vc-locking-user, vc-workfile-version): Punt to backends.
15881
15882 2000-09-04 Dave Love <fx@gnu.org>
15883
15884 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15885 (vc-master-workfile-version): Moved from vc-hooks.
15886
15887 * vc-rcs-hooks.el: Fix duplicate code in last change.
15888
15889 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15890 (vc-rcs-master-templates): Improve :type.
15891 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15892 vc-master-workfile-version): Moved from vc-hooks.
15893
15894 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15895 (vc-sccs-master-templates): Improve :type.
15896 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15897
15898 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15899
15900 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15901 (vc-cvs-master-templates): Improve :type. Use
15902 vc-cvs-find-cvs-master.
15903 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15904 from vc-hooks.
15905 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15906
15907 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15908 Moved to vc-cvs-hooks.
15909
15910 * vc-hooks.el: Add doc strings in various places. Simplify the
15911 minor mode setup.
15912 (vc-handled-backends): New user variable.
15913 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15914 simplification.
15915
15916 2000-09-04 Dave Love <fx@gnu.org>
15917
15918 * vc.el: Some doc fixes for autoloaded and interactive functions.
15919 Fix compilation warnings from ediff stuff.
15920 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15921
15922 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15923
15924 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15925
15926 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15927
15928 2000-09-04 Dave Love <fx@gnu.org>
15929
15930 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15931 New variable.
15932 (vc-make-backend-function, vc-loadup, vc-call-backend)
15933 (vc-backend-defines): New functions.
15934
15935 * vc-hooks.el: Various doc fixes.
15936 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15937 (vc-match-substring): Function removed. Callers changed to use
15938 match-string.
15939 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15940 Simplify.
15941
15942 2000-09-04 Dave Love <fx@gnu.org>
15943
15944 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15945 type.
15946 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15947 (vc-sccs-registered): Doc fix.
15948
15949 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15950 (vc-cvs-registered): Doc fix.
15951
15952 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15953 (vc-rcs-registered): Doc fix.
15954
15955 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15956
15957 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15958
15959 * vc-hooks.el: vc-registered has been renamed
15960 vc-default-registered. Some functions have been moved to the
15961 backend specific files. they all support the
15962 vc-BACKEND-registered functions.
15963
15964 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15965
15966 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15967
15968 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15969
15970 2000-09-04 Dave Love <fx@gnu.org>
15971
15972 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15973 menu-bar-update-hook.
15974
15975 * help.el (help-manyarg-func-alist): Add
15976 find-operation-coding-system.
15977
15978 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15979
15980 * custom.el (custom-set-variables): Print message about errors in
15981 setting.
15982
15983 2000-09-03 Andrew Innes <andrewi@gnu.org>
15984
15985 * makefile.w32-in: Change to DOS line endings.
15986
15987 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15988
15989 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15990 minor-mode keymaps, if they don't have one.
15991
15992 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15993
15994 * eshell/esh-module.el (eval-when-compile): Don't lose if
15995 esh-module.el's file name is truncated to DOS 8+3 limits.
15996
15997 2000-09-01 John Wiegley <johnw@gnu.org>
15998
15999 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
16000 predicate, which caused entries in the completion list to be
16001 doubled.
16002
16003 2000-08-30 John Wiegley <johnw@gnu.org>
16004
16005 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
16006 sending to subprocesses. Also, hook pre-command-hook if
16007 `eshell-send-direct-to-subprocesses' is non-nil.
16008 (eshell-send-direct-to-subprocesses): New config variable. If t,
16009 subprocess input is send immediately.
16010 (eshell-toggle-direct-send): New function.
16011 (eshell-self-insert-command): New function.
16012 (eshell-intercept-commands): New function.
16013 (eshell-send-input): If direct subprocess sending is enabled,
16014 don't echo any input to the Eshell buffer. Let the subprocess
16015 handle that. This requires "stty echo" in bash, for example.
16016
16017 2000-08-28 John Wiegley <johnw@gnu.org>
16018
16019 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
16020 completion function for Eshell's implementation of `unset'.
16021
16022 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16023
16024 * info.el (Info-directory-list): Doc fix.
16025
16026 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
16027
16028 * filecache.el (file-cache-add-directory-using-find): Don't quote
16029 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
16030
16031 2000-08-31 Kenichi Handa <handa@etl.go.jp>
16032
16033 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
16034 coding systems.
16035
16036 2000-08-30 Andrew Innes <andrewi@gnu.org>
16037
16038 * timer.el (run-with-idle-timer): Undo last change, so that timer
16039 is not activated immediately if Emacs is already idle. Some
16040 existing code relies on this behaviour.
16041
16042 2000-08-30 Miles Bader <miles@gnu.org>
16043
16044 * frame.el (set-frame-font): Do completion of font-name for
16045 interactive use.
16046
16047 2000-08-30 Kenichi Handa <handa@etl.go.jp>
16048
16049 * international/quail.el (quail-start-translation): Bind locally
16050 last-command-event, last-command, and this-command.
16051 (quail-start-conversion): Likewise.
16052 (quail-self-insert-command): Fix docstring.
16053
16054 2000-08-29 Gerd Moellmann <gerd@gnu.org>
16055
16056 * progmodes/executable.el
16057 (executable-make-buffer-file-executable-if-script-p): Check that
16058 buffer contains at least 2 characters.
16059
16060 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
16061
16062 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
16063
16064 2000-08-29 Dave Love <fx@gnu.org>
16065
16066 * diff-mode.el (diff-mode) <defgroup>: Add :version.
16067 (diff-mode-shared-map): Bind mouse-2.
16068 (diff-imenu-generic-expression): New variable.
16069 (diff-mode): Use it.
16070
16071 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
16072 (mouse-popup-menubar): Add minor mode menus.
16073 (popup-menu): Check for lookup-key returning number.
16074
16075 2000-08-29 Miles Bader <miles@gnu.org>
16076
16077 * comint.el (comint-send-input): Create overlays using the proper
16078 front/read-advance arguments.
16079
16080 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16081
16082 * ps-print.el: Even/odd pages printing. Doc fix.
16083 (ps-print-version): New version number (6.0).
16084 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
16085 (ps-background, ps-begin-file, ps-begin-job): Code fix.
16086 (ps-print-duplex-feature): Variable eliminated.
16087 (ps-even-or-odd-pages): New variable.
16088
16089 * progmodes/ebnf2ps.el: Doc fix.
16090 (ebnf-version): New version (3.3).
16091 (ebnf-user-arrow): Change variable customization to sexp.
16092 (ebnf-user-arrow): Function eliminated.
16093 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
16094
16095 2000-08-29 Kenichi Handa <handa@etl.go.jp>
16096
16097 * help.el (help-xref-mule-regexp): New variable.
16098 (help-make-xrefs): Handle help-xref-mule-regexp.
16099
16100 * international/mule-cmds.el (help-xref-mule-regexp-template): New
16101 variable.
16102 (describe-input-method): Temporarily activate the specfied input
16103 method to display the information.
16104 (describe-language-environment): Hyperlinks to mule related items.
16105
16106 * international/mule-diag.el (charset-multibyte-form-string): New
16107 function.
16108 (list-character-sets-1): Use charset-multibyte-form-string.
16109 (describe-character-set): New function.
16110 (describe-coding-system): Hyperlinks to safe character sets.
16111
16112 * international/quail.el (quail-help): New arg PACKAGE.
16113 Hyperlinks to mule related items.
16114 (quail-help-insert-keymap-description): Use
16115 substitute-command-keys instead of describe-bindings.
16116 (quail-translation-help): Hyperlinks to mule related items.
16117
16118 2000-08-28 John Wiegley <johnw@gnu.org>
16119
16120 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16121 have a defsubst call itself. Made `eshell-flatten-list' back into
16122 a function again.
16123
16124 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16125 catch, in case re-centering point at bottom messes up the display.
16126 This happens frequently in Emacs 21, due I believe to variable
16127 line heights.
16128
16129 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16130 to call `find-tag-interactive'.
16131
16132 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16133 the list of remember directories.
16134
16135 2000-08-28 John Wiegley <johnw@gnu.org>
16136
16137 * align.el: Test align-region-separate to see if it's a symbol.
16138
16139 2000-08-28 John Wiegley <johnw@gnu.org>
16140
16141 * eshell/esh-util.el (eshell-flatten-list): Made this function
16142 into a defsubst form. It gets used very frequently, although
16143 calls don't occur all that often.
16144
16145 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16146 examining it.
16147
16148 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16149 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16150 `eshell-protect'.
16151 (eshell-copy-handles): Created a new macro for duplicating the
16152 current set of open handles. This is needed by the looping
16153 functions.
16154 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16155 is not incorrectly stomped on.
16156
16157 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16158 declaration for pcomplete-use-paring.
16159 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16160 value of eshell-cmpl-use-paring.
16161 * pcomplete.el (pcomplete-use-paring): New config variable, to
16162 indicate whether paring should be used.
16163 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16164 completion alternatives that have already been used.
16165
16166 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16167 bound to C-c C-y, which will repeat the previous N arguments
16168 (based on prefix argument).
16169 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16170
16171 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16172 if there is no *Help* buffer. This is for XEmacs, which renames
16173 its help buffers uniquely. TODO: Find out what the current buffer
16174 name to delete is.
16175
16176 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16177 first entry that correlates to a passwd/group number. Later
16178 entries (used for group/user name aliasing to multiple IDs) are
16179 ignored.
16180
16181 * eshell/em-xtra.el (eshell/expr):
16182 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16183 (eshell-grep, eshell/diff, eshell/locate):
16184 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16185 argument list, before passing it to the system command.
16186
16187 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16188 `find-tag' for use at final position in Eshell buffers (which
16189 otherwise triggers an error on Emacs 21).
16190 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16191 buffer, if it is currently bound to `find-tag'.
16192
16193 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16194 in the list of matched Makefile names.
16195 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16196 directory, prefer its contents to Makefile.
16197
16198 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16199 directory parts (like "cd old new", or "cd =regexp"), are now case
16200 sensitive on non-Windows/DOS platforms.
16201
16202 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16203 types RET after an open delimiter (like "), display a message
16204 indicating that Eshell is waiting for the closing delimiter.
16205
16206 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16207 environment variables.
16208
16209 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16210 gracefully if the user enters incorrect arguments.
16211
16212 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16213 Eshell buffers.
16214
16215 * eshell/esh-var.el (eshell-interpolate-variable):
16216 * eshell/esh-mode.el (eshell-move-argument):
16217 * eshell/em-unix.el (eshell-du-sum-directory):
16218 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16219 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16220 (not (= ...)).
16221
16222 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16223 to ensure the `preserve' flag gets propagated when doing recursive
16224 directory copies.
16225
16226 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16227
16228 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16229 Don't convert \n into \0177 in memory.
16230 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16231 and back again, when reading and writing.
16232
16233 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16234
16235 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16236 testing of `fboundp' on `processp'.
16237
16238 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16239 (eshell/jobs): Don't call process-list if it is not bound.
16240 (eshell-gather-process-output): Support systems where async
16241 subprocesses aren't supported.
16242 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16243 variables.
16244
16245 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16246 eshell-do-eval returns t.
16247 (eshell-do-pipelines-synchronously): New defmacro.
16248 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16249 when async subprocesses aren't supported.
16250 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16251 if async subprocesses aren't supported.
16252 (eshell-resume-command): Don't assume STATUS is a string.
16253
16254 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16255
16256 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16257 (eshell-close-target, eshell-get-target): Use eshell-processp.
16258 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16259 fix.
16260 (eshell-get-target, eshell-create-handles): Doc fix.
16261
16262 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16263
16264 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16265 criterion to include commands that output something, as long as it
16266 leaves both the command and the end-of-buffer visible when the
16267 command has exited.
16268 (eshell-review-quick-commands): Adjust the help doc string
16269 accordingly.
16270
16271 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16272
16273 * locate.el (locate): Cleaned up locate command's interactive prompting
16274 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16275
16276 * filecache.el (file-cache-case-fold-search): New variable
16277 (file-cache-assoc-function): New variable
16278 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16279 Use file-cache-case-fold-search variable
16280 (file-cache-add-file): Use file-cache-assoc-function
16281 (file-cache-delete-file): likewise
16282 (file-cache-directory-name): likewise
16283 (file-cache-debug-read-from-minibuffer): likewise
16284
16285 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16286
16287 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16288 (abbrev-table-name): New function.
16289 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16290 If non-nil list local abbrev, only.
16291
16292 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16293
16294 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16295 from Gnus support code, and use special article copy buffer
16296 `(gnus-original-article-buffer)' instead. This allows to get rid
16297 of article-hide-headers usage (which breaks in the latest Gnus
16298 version). Thanks to Detlev Zundel.
16299
16300 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16301
16302 * international/quail.el (quail-use-package): Hide "... loaded"
16303 message.
16304 (quail-start-translation, quail-start-conversion): Likewise.
16305
16306 * international/kkc.el (kkc-region): Hide "... loaded" message.
16307
16308 2000-08-27 Dave Love <fx@gnu.org>
16309
16310 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16311
16312 2000-08-27 Miles Bader <miles@gnu.org>
16313
16314 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16315
16316 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16317
16318 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16319 'ja-dic-cnv), not (require 'skkdic-cnv).
16320
16321 2000-08-26 Miles Bader <miles@gnu.org>
16322
16323 * faces.el (face-x-resources): Add entry for :inherit.
16324 * cus-face.el (custom-face-attributes): Add support for :inherit
16325 attribute. Add support for relative face heights.
16326 (custom-face-attributes-get): Treat `nil' as being a default value
16327 for :inherit (as well as `unspecified').
16328
16329 * faces.el (set-face-attribute): Update doc string.
16330 (face-attribute-name-alist): Add :inherit.
16331 (face-valid-attribute-values): Handle :inherit.
16332 (face-read-string): Rephrase prompt to be less confusing.
16333 Assume that DEFAULT is a string, since we must return a string.
16334 (face-read-integer): Use `format' to turn DEFAULT into an
16335 acceptable default for face-read-string. Match NEW-VALUE against
16336 the string "unspecified", not the symbol `unspecified', since
16337 that's what face-read-string returns.
16338 (read-face-attribute): Lookup a name for old-value in valid, and
16339 use it as a default if we find one. Treat all values from
16340 face-read-string as strings. If the default is used, don't do any
16341 more processing on the value, just use the old value directly.
16342 (read-face-and-attribute, modify-face): Tweak prompt.
16343 (read-face-name): Don't assume prompt ends with a space.
16344
16345 * faces.el (describe-face): Add support for :inherit attribute.
16346
16347 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16348
16349 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16350 concat doesn't accept interger.
16351
16352 * international/kkc.el: Remove SKK from Keywords. Require
16353 ja-dic-utl instead of skkdic-utl.
16354
16355 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16356 Provide ja-dic-cnv instead of skkdic-cnv.
16357 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16358 (iso-2022-7bit-short): Add safe-charsets property.
16359 (skkdic-convert-postfix): Search Japanese chou-on character in
16360 addition to Hiragana character.
16361 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16362 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16363 (batch-skkdic-convert): Likewise.
16364
16365 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16366 Provide ja-dic-utl instead of skkdic-utl.
16367 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16368
16369 2000-08-24 Dave Love <fx@gnu.org>
16370
16371 * disp-table.el (standard-display-default): Make the test of `l'
16372 useful.
16373
16374 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16375 mod sample text.
16376
16377 * international/iso-ascii.el: Make pilcrow convenient string
16378 consistent with section.
16379 (iso-ascii-display): Set up multibyte characters as well as
16380 unibyte.
16381
16382 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16383
16384 * international/mule-cmds.el (reset-language-environment): Set
16385 default-process-coding-system to '(undecided . iso-latin-1), which
16386 makes process I/O almost consistent with file I/O. Call this
16387 function when mule-cmds.el[c] is loaded.
16388
16389 2000-08-22 Andrew Innes <andrewi@gnu.org>
16390
16391 * makefile.w32-in: New file.
16392
16393 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16394
16395 * comint.el (comint-output-filter): Compare end of
16396 comint-last-output-overlay with the start of the newly inserted
16397 text, not the end, when deciding whether to extend it.
16398 Set saved-point's insertion type to advance after insertion.
16399
16400 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16401 since this is now done independently of font-lock mode.
16402
16403 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16404
16405 * server.el (server-kill-new-buffers): New user option.
16406 (server-existing-buffer): New buffer-local variable.
16407 (server-visit-files): When using an existing buffer, set
16408 server-existing-buffer to t.
16409 (server-buffer-done): If server-kill-new-buffers is t, kill the
16410 buffer, unless it was already present before visiting it with
16411 Emacs server.
16412
16413 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16414
16415 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16416 even if the display doesn't support colors: some displays will
16417 support bold/underline faces.
16418
16419 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16420
16421 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16422
16423 * startup.el (command-line): If user's init file had an error,
16424 add explanatory text to *Messages*.
16425
16426 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16427
16428 * man.el (Man-getpage-in-background): Decode the process output by
16429 the system locale coding system.
16430
16431 2000-08-20 Dave Love <fx@gnu.org>
16432
16433 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16434 Don't test x-popup-menu.
16435 (function) <complete-function>: Complete only fbound symbols.
16436 <validate, value>: New.
16437 (variable) <complete-function>: Complete only bound symbols.
16438 (coding-system): Add :base-only, :complete-function, :validate,
16439 :value, :prompt-match.
16440 (widget-coding-system-prompt-value): Use read-coding-system and
16441 act on :base-only.
16442 (editable-field): Add :help-echo.
16443 (widget-push-button-gui, widget-push-button-cache)
16444 (widget-gui-action, widget-editable-list-gui): COmment out, along
16445 with uses.
16446 (widget-at): Make arg optional.
16447 (widget-echo-help): Adjust for current help-echo calling sequence.
16448 (widget-specify-field, widget-specify-button)
16449 (widget-specify-insert, widget-get-sibling, widget-image-find)
16450 (widget-convert, widget-insert, widget-leave-text)
16451 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16452 (widget-setup, widget-field-find, widget-before-change)
16453 (widget-after-change, widget-default-complete)
16454 (widget-default-create, widget-default-delete)
16455 (widget-push-button-value-create, editable-field)
16456 (widget-field-prompt-value, widget-field-validate)
16457 (widget-choice-value-create, widget-choice-action)
16458 (widget-choice-validate, widget-checklist-add-item)
16459 (widget-radio-add-item, widget-radio-chosen)
16460 (widget-radio-value-inline, widget-editable-list-value-create)
16461 (widget-editable-list-entry-create)
16462 (widget-documentation-link-add)
16463 (widget-documentation-string-value-create)
16464 (widget-regexp-validate, widget-file-complete)
16465 (widget-sexp-validate, widget-plist-convert-widget)
16466 (widget-plist-convert-widget, widget-alist-convert-widget)
16467 (widget-alist-convert-widget, widget-color-complete): Simplify,
16468 particularly to avoid bindings which aren't optimized out.
16469
16470 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16471 Doc fix.
16472 (down-list, backward-up-list, up-list, kill-sexp)
16473 (backward-kill-sexp, mark-sexp): Make arg optional.
16474 (lisp-complete-symbol): Add optional arg PREDICATE.
16475
16476 * cus-start.el: Add display-buffer-reuse-frames,
16477 file-coding-system-alist.
16478
16479 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16480
16481 * startup.el (command-line): Clear realized faces after
16482 modifying TTY color mappings.
16483
16484 2000-08-20 Miles Bader <miles@gnu.org>
16485
16486 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16487 merely a subset of FACE's attributes.
16488
16489 2000-08-19 Miles Bader <miles@gnu.org>
16490
16491 * comint.el (comint-output-filter): Save the point with a marker,
16492 not just a buffer position.
16493
16494 * international/mule.el (set-buffer-process-coding-system): Make
16495 interactive prompt less confusing.
16496
16497 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16498
16499 * hilit-chg.el: General cleanup of doc strings, comments and
16500 code formatting.
16501
16502 2000-08-19 Miles Bader <miles@gnu.org>
16503
16504 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16505 Compiler macro removed; beginning-of-line is no longer always
16506 equivalent to forward-line, in the presence of fields.
16507
16508 * comint.el (comint-output-filter): Remove ad-hoc saving of
16509 restriction, and just use save-restriction, now that it works
16510 correctly. Don't adjust comint-last-input-start to account for
16511 our insertion; it shouldn't have moved because we don't use
16512 insert-before-markers anymore. Comment out call to
16513 `force-mode-line-update'; why is it here?
16514
16515 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16516 while checking for prompt to delete. Use `forward-line 0'
16517 instead of beginning-of-line.
16518 (gud-filter): Temporarily widen gud comint buffer while
16519 examining output.
16520
16521 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16522
16523 * progmodes/sh-script.el: Big bag of typos.
16524
16525 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16526 check since ispell-process is not bound when ispell is not yet loaded.
16527
16528 2000-08-18 Dave Love <fx@gnu.org>
16529
16530 * image.el (find-image): Copy `spec' before using plist-put.
16531
16532 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16533
16534 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16535 `portugues'.
16536
16537 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16538 backward-kill-sexp, analogous to kill-sexp.
16539
16540 * progmodes/icon.el (icon-indent-line)
16541 (icon-is-continuation-line): Handle comments specially.
16542
16543 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16544
16545 * ispell.el: Set to standard author/maintainer/keyword fields.
16546 Fine tuning to menu map appearance and operation, and added help.
16547 Remove `start' and `end' error messages when compiling.
16548 (ispell-choices-win-default-height): Fixed comment string.
16549 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16550 castellano8 dictionaries.
16551 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16552 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16553 dictionary, added italiano dictionary.
16554 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16555 word character
16556 (ispell-tex-skip-alists): Added psfig support.
16557 (ispell-skip-html): Renamed from ispell-skip-sgml.
16558 (ispell-begin-skip-region-regexp, ispell-skip-region)
16559 (ispell-minor-check): Improved html skipping support to skip across
16560 code, and recognize `&' commands without propper `;' syntax;
16561 (ispell-process-line): Fix alignment error when manually
16562 correcting spelling.
16563 (ispell): Fix comment string.
16564 (ispell-add-per-file-word-list): Always put word list on new line.
16565
16566 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16567
16568 * format.el (format-encode-run-method): Fix error message to say
16569 `encode' instead of `decode'. Use save-window-excursion around
16570 shell-command-on-region as in format-decode-run-method because
16571 shell-command-on-region can display a buffer with error output.
16572 (format-decode): Don't record undo information for the decoding.
16573 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16574 that number part of the temporary buffer name so that more than
16575 one decoding using a temporary buffer can happen safely.
16576
16577 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16578 of `A-z' in the regexp.
16579
16580 * hilit-chg.el: Fix typos in commentary.
16581
16582 * help.el (view-emacs-news): Rewritten for new naming scheme
16583 for old NEWS files.
16584
16585 * startup.el (command-line): Pop to *Messages* in case an error
16586 is signaled while loading user-init-file.
16587
16588 2000-08-17 Andreas Schwab <schwab@suse.de>
16589
16590 * files.el (insert-directory): Don't lose original file name,
16591 undoing an undocumented change.
16592
16593 2000-08-17 Alex Schroeder <alex@gnu.org>
16594
16595 * sql.el (sql-magic-go): Use comint-bol.
16596 (sql-copy-column): Use comint-line-beginning-position.
16597 (comint-line-beginning-position): Define a replacement for
16598 comint-line-beginning-position if it is not fboundp.
16599
16600 2000-08-17 Alex Schroeder <alex@gnu.org>
16601
16602 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16603 it didn't have any effect anyway.
16604
16605 2000-08-17 Alex Schroeder <alex@gnu.org>
16606
16607 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16608 --pset and pager=off instead of sending \\o|cat at the beginning
16609 of the session.
16610
16611 2000-08-17 Miles Bader <miles@gnu.org>
16612
16613 * progmodes/octave-inf.el: Add compatibility definition of
16614 comint-line-beginning-position.
16615
16616 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16617
16618 * startup.el (normal-top-level): Look in each dir in load-path for
16619 a leim-list.el file too. This assures of loading leim-list.el
16620 that is created at Emacs installation time even if a user have his
16621 own leim-list.el.
16622
16623 2000-08-17 Miles Bader <miles@gnu.org>
16624
16625 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16626 foreground color to black if the background is dark.
16627
16628 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16629
16630 * loadhist.el (unload-feature): Typo.
16631
16632 * finder.el (finder-compile-keywords):
16633 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16634 to the generated file.
16635
16636 * mail/mh-e.el (mh-make-local-vars):
16637 Replace make-variable-buffer-local with make-local-variable.
16638
16639 * play/landmark.el:
16640 * options.el (Edit-options-{set,toggle,t,nil}):
16641 * mail/mailabbrev.el (mail-abbrevs-mode):
16642 * textmodes/tex-mode.el (tex-expand-files):
16643 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16644
16645 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16646
16647 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16648 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16649 Allow going past the last element.
16650 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16651 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16652 (cvs-mouse-toggle-mark): Don't move point.
16653 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16654
16655 * progmodes/compile.el (grep): Provide a default set of files.
16656 (next-error): Docstring fix.
16657 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16658
16659 * emacs-lisp/easy-mmode.el (define-minor-mode):
16660 Use `symbol-value' to keep the byte-compiler quiet.
16661
16662 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16663 (diff-find-source-location): New fun, extracted from diff-goto-source.
16664 (diff-goto-source): Use it.
16665 (diff-next-complex-hunk, diff-filter-lines): New function.
16666 (diff-apply-hunk): New command.
16667
16668 * smerge-mode.el (smerge-mode-menu): Doc fix.
16669
16670 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16671
16672 2000-08-16 Dave Love <fx@gnu.org>
16673
16674 * windmove.el (windmove) <defgroup>: Add :version.
16675
16676 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16677 (goto-address-fontify-p, goto-address-highlight-p)
16678 (goto-address-url-face, goto-address-url-mouse-face)
16679 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16680 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16681 (goto-address-fontify, goto-address-at-mouse): Simplify,
16682 (goto-address-at-point): browse-url-url-at-point,
16683 goto-address-find-address-at-point can return nil.
16684 (goto-address-find-address-at-point): Return nil on failure.
16685
16686 * align.el (align) <defgroup>: Add :version.
16687
16688 * calculator.el (calculator): Add :version.
16689 (calculator): Use two lines for calculator window if `modeline'
16690 face is boxed.
16691
16692 * play/5x5.el: Doc fixes.
16693 (5x5) <defgroup>: Add :version.
16694
16695 * play/fortune.el (fortune) <defgroup>: Add :version.
16696 (fortune-append): Fix error message.
16697 (fortune-from-region): Doc fix.
16698
16699 * play/pong.el (pong): Doc fix.
16700
16701 * play/morse.el: Keywords, commentary, autoloads.
16702
16703 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16704
16705 * desktop.el (desktop-save): Don't look at symbol-value of a
16706 member of minor-mode-alist, unless it is boundp.
16707
16708 2000-08-16 Sam Steingold <sds@gnu.org>
16709
16710 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16711 `while'; use `with-current-buffer' instead of `save-excursion'.
16712 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16713
16714 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16715
16716 * international/ccl.el (declare-ccl-program): Docstring modified.
16717 (ccl-execute-with-args): Likewise.
16718
16719 2000-08-16 Miles Bader <miles@gnu.org>
16720
16721 * progmodes/sql.el: Add compatibility definition of
16722 comint-line-beginning-position.
16723
16724 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16725
16726 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16727 'buffer-menu' property.
16728 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16729 fails.
16730 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16731 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16732 wasn't killed.
16733
16734 * buff-menu.el (list-buffers-noselect): Don't display the
16735 *Buffer List* buffer.
16736
16737 * font-lock.el: Require jit-lock to prevent a very late
16738 `Loading jit-lock' message.
16739
16740 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16741 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16742 mail address.
16743
16744 2000-08-15 Miles Bader <miles@gnu.org>
16745
16746 * textmodes/ispell.el (ispell-graphic-p): New constant.
16747 (ispell-choices-win-default-height, ispell-help): Use
16748 `ispell-graphic-p' instead of `xemacsp'.
16749
16750 2000-08-15 Dave Love <fx@gnu.org>
16751
16752 * simple.el: Autoload widget-convert when compiling.
16753 (mail-user-agent): Doc fix.
16754
16755 * help.el (function-called-at-point, variable-at-point): Use
16756 with-syntax-table.
16757 (help-manyarg-func-alist): Add insert-and-inherit.
16758
16759 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16760
16761 * delsel.el (delsel-unload-hook): New function.
16762
16763 * find-file.el: Doc fixes. Move provide to end.
16764 (ff) <defgroup>: Add :link.
16765 (ff-goto-click): Deleted.
16766 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16767 Use mouse-set-point.
16768
16769 * textmodes/tildify.el: Doc fixes.
16770 (tildify) <defgroup>: Add:version.
16771
16772 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16773 (glasses-custom-set): Use set-default, not set.
16774 (minor-mode-alist): Propertize the lighter.
16775 (glasses-mode): Provide optional arg.
16776
16777 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16778 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16779 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16780 option. Provide :type.
16781 (cwarn-configuration): Provide :type.
16782 (cwarn-mode): Doc fix.
16783
16784 * add-log.el (change-log-merge): Doc fix.
16785 (change-log-redate): New command.
16786
16787 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16788 Doze and Dog.
16789 (browse-url): Use dolist, not mapcar.
16790 (browse-url-at-point): Check for null url.
16791 (browse-url-event-buffer, browse-url-event-point): Functions
16792 deleted.
16793 (browse-url-at-mouse, browse-url-netscape): Simplify.
16794
16795 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16796 modes.
16797 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16798 Fix previous change to mapcan.
16799 (msb--init-file-alist, msb--add-separators)
16800 (msb--make-keymap-menu): Simplify.
16801 (msb--choose-file-menu): Use copy-sequence.
16802 (msb-mode-map): Add title to keymap.
16803 (msb-unload-hook): New function.
16804
16805 * bs.el: Fix indentation.
16806 (bs) <defgroup>: Add :links.
16807 (bs-show): Doc fix.
16808 (bs-apply-sort-faces): Don't use window-system.
16809 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16810
16811 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16812
16813 * calendar/timeclock.el (timeclock-file): Run .timelog through
16814 convert-standard-filename.
16815
16816 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16817
16818 * emacs-lisp/authors.el: New file.
16819
16820 * paren.el (show-paren-priority): New user option.
16821 (show-paren-function): Set overlay priorities to
16822 show-paren-priority.
16823
16824 2000-08-14 Miles Bader <miles@gnu.org>
16825
16826 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16827 beginning-of-line with inhibit-field-text-motion bound.
16828
16829 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16830
16831 * calendar/timeclock.el: New file.
16832
16833 2000-08-14 David Ponce <david@dponce.com>
16834
16835 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16836 `widget-button-click'. so that one can use left mouse button to
16837 click on dialog buttons.
16838
16839 2000-08-14 Emmanuel Briot <briot@gnat.com>
16840
16841 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16842 identifiers, since XML is case sensitive
16843
16844 2000-08-12 Miles Bader <miles@gnu.org>
16845
16846 * comint.el (comint-output-filter): Don't bother frobbing
16847 window-start, it doesn't seem to be necessary.
16848
16849 * comint.el (comint-send-string, comint-send-region): Make into
16850 real functions. Snapshot the prompt before sending.
16851
16852 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16853
16854 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16855 technique similar to Info-index, instead of relying on specific
16856 names of relevant Index nodes.
16857 (Info-goto-emacs-command-node): Bind Info-history to nil when
16858 going to the first node found by Info-find-emacs-command-nodes.
16859
16860 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16861
16862 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16863
16864 2000-08-10 Miles Bader <miles@gnu.org>
16865
16866 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16867
16868 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16869
16870 * info.el (Info-file-list-for-emacs): More elements for the
16871 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16872 and woman manuals.
16873
16874 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16875
16876 * comint.el (comint-send-input): Make the newline boundary overlay
16877 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16878 (comint-output-filter): Use `insert' instead of
16879 `insert-before-markers'. Extend comint-last-output-overlay when
16880 necessary since we can't rely on insert-before-markers to do it.
16881 * gud.el (gud-filter): Use `with-current-buffer' instead of
16882 save-excursion when inserting the output, so that point gets
16883 updated correctly; the old method relied on a rather dodgy
16884 side-effect of comint-output-filter to avoid the effect of
16885 save-excursion.
16886
16887 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16888
16889 * files.el (recover-file): Call insert-directory instead of
16890 invoking `ls' directly.
16891
16892 2000-08-10 Miles Bader <miles@gnu.org>
16893
16894 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16895 (comint-last-prompt-overlay): New variables.
16896 (comint-output-filter): Implement prompt highlighting.
16897 (comint-snapshot-last-prompt): New function.
16898 (comint-send-input): Snapshot the last prompt.
16899 Use comint-highlight-input-face.
16900 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16901 Use defface instead of defcustom.
16902 (send-invisible, comint-send-eof): Snapshot the last prompt.
16903 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16904 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16905
16906 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16907
16908 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16909 (regexp-opt-group): Use a list of chars for `letters'.
16910 (regexp-opt-charset): `chars' is now a list of chars.
16911 Use a char-table rather than a vector so it works for multibyte chars.
16912
16913 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16914 Set cvs-minor-current-files to the selected fileinfo.
16915 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16916 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16917
16918 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16919
16920 * files.el (insert-directory): Don't call access-file on
16921 directories on DOS and Windows.
16922
16923 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16924
16925 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16926 longer if necessary.
16927 (ccl-embed-code): Call ccl-embed-data to store CODE in
16928 ccl-program-vector.
16929
16930 2000-08-09 Miles Bader <miles@gnu.org>
16931
16932 * comint.el (comint-output-filter): Properly handle the case where
16933 the text surrounded by comint-last-output-overlay was deleted.
16934
16935 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16936
16937 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16938 non-nil.
16939 (Info-file-list-for-emacs): Remove "info" from the list because
16940 that leads to trying to use the documentation from file `info'
16941 in various situations where it isn't appropriate, for instance
16942 C-h C-k C-h i.
16943
16944 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16945 DIR and/or STRING are nil.
16946
16947 * progmodes/compile.el (compilation-setup): Make variable
16948 compilation-error-screen-columns buffer-local, as some comment
16949 in the code suggests it should be.
16950
16951 * files.el (auto-mode-interpreter-regexp): New variable.
16952 (set-auto-mode): Use it.
16953
16954 * indent.el (indent-for-tab-command): Doc fix.
16955
16956 * mouse-sel.el (mouse-sel-mode): Doc fix.
16957
16958 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16959 labels.
16960
16961 * help.el (print-help-return-message): When
16962 display-buffer-reuse-frames is set, let the help window been quit,
16963 instead of deleting it, which might delete a reused frame.
16964
16965 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16966
16967 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16968 rename a directory to a name that differs only by its letter case.
16969
16970 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16971
16972 * international/quail.el (quail-define-rules): Handle Quail decode
16973 map correctly. Add code for supporting annotations.
16974 (quail-install-decode-map): New function.
16975 (quail-defrule-internal): New optional arguments decode-map and
16976 props.
16977 (quail-advice): New function.
16978
16979 2000-08-07 Sam Steingold <sds@gnu.org>
16980
16981 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16982 `defconst', `define-condition', `with-slots'.
16983 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16984
16985 2000-08-03 Miles Bader <miles@gnu.org>
16986
16987 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16988 New variable.
16989 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16990 comint-use-prompt-regexp-instead-of-fields.
16991 (comint-send-input): Add `input' field property to stuff we send to
16992 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16993 (comint-output-filter): Add `output' field property to process
16994 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16995 (comint-replace-by-expanded-history)
16996 (comint-get-old-input-default, comint-show-output)
16997 (comint-backward-matching-input, comint-forward-matching-input)
16998 (comint-next-prompt, comint-previous-prompt): Use field
16999 properties if comint-use-prompt-regexp-instead-of-fields is nil.
17000 (comint-line-beginning-position): New function.
17001 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
17002 (comint-replace-by-expanded-history-before-point): Use
17003 comint-line-beginning-position and line-end-position.
17004 (comint-last-output-overlay): New variable.
17005 (comint-mode): Make `comint-last-output-overlay' buffer-local.
17006
17007 * shell.el (shell-prompt-pattern): Doc change.
17008 (shell-backward-command): Use line-beginning-position.
17009
17010 * gud.el (gud-gdb-complete-command): Use
17011 comint-line-beginning-position.
17012
17013 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
17014 comint-bol doesn't actually go to the beginning of the line.
17015
17016 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
17017 if comint-use-prompt-regexp-instead-of-fields is non-nil.
17018 (try-expand-line-all-buffers): Likewise.
17019
17020 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
17021 explicitly matching comint-prompt-regexp.
17022 (sql-copy-column): Use comint-line-beginning-position instead of
17023 explicitly matching comint-prompt-regexp.
17024
17025 * progmodes/octave-inf.el (inferior-octave-complete): Use
17026 comint-line-beginning-position.
17027
17028 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
17029
17030 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
17031 looking for a prompt, use `forward-line 0' instead of
17032 `beginning-of-line', to avoid getting caught by an input field.
17033
17034 2000-08-07 Gerd Moellmann <gerd@gnu.org>
17035
17036 * files.el (shell-quote-wildcard-pattern): Make sure to return
17037 PATTERN, in the Unix case.
17038
17039 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
17040
17041 * play/zone.el (zone): Discard any pending input before running
17042 the randomly-chosen pgm.
17043
17044 2000-08-07 Kenichi Handa <handa@etl.go.jp>
17045
17046 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
17047 checking the existence of any multibyte characters.
17048
17049 2000-08-06 Gerd Moellmann <gerd@gnu.org>
17050
17051 * help.el (describe-mode): Test minor-mode symbol for being
17052 bound before testing its value for being nil.
17053
17054 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
17055 `first', `second', and `third'.
17056
17057 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
17058 (second): Make it an alias for `cadr'.
17059
17060 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
17061
17062 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
17063 types of display support faces now.
17064
17065 2000-08-05 Gerd Moellmann <gerd@gnu.org>
17066
17067 * pcvs.el (require): Require `cl' during compilation, only.
17068
17069 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
17070 (toplevel): Remove `remq' and `remove' from autoloads.
17071 (cl-fake-autoloads): New variable. If set, arrange for an error
17072 when CL functions etc. are autoloaded.
17073
17074 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
17075
17076 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
17077
17078 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
17079 popped up, but the user clicks outside the menu, return an empty
17080 regexp (that causes unhighlight-regexp to have no effect).
17081
17082 * menu-bar.el (menu-bar-games-menu): Add Zone.
17083
17084 * hi-lock.el (toplevel): Require font-lock.
17085
17086 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17087
17088 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
17089 (ebnf-8-bit-chars): New var for bug fix.
17090 (ebnf-string): Bug fix.
17091
17092 2000-08-03 Sam Steingold <sds@gnu.org>
17093
17094 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
17095 instead of `buffer-string'.
17096 (require 'cl): Always, not just when compiling.
17097 `ignore-errors' in `interactive', `list*', `defun*' &c make this
17098 necessary.
17099
17100 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
17101
17102 * international/mule-cmds.el (select-safe-coding-system): Make
17103 the message text about selecting a safe coding system more clear.
17104
17105 2000-08-02 Gerd Moellmann <gerd@gnu.org>
17106
17107 * hi-lock.el: New file.
17108
17109 * play/zone.el: New file.
17110
17111 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17112 value of tab-width in the original buffer. Choose a line number
17113 format that's a multiple of the original buffer's tab width, so
17114 that lines appear right.
17115
17116 * textmodes/ispell.el (ispell): New function, replacing an alias.
17117 Spell-check active region if in transient-mark-mode and mark
17118 is active; otherwise spell-check buffer.
17119
17120 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17121
17122 * ps-mule.el: Fix a customization problem on
17123 ps-mule-font-info-database-default.
17124
17125 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17126
17127 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17128 display-mouse-p instead of window-system.
17129 (ebrowse-member-mode-map): Ditto.
17130
17131 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17132
17133 * progmodes/ebnf2ps.el: Update ps-print functions call.
17134 Indentation fix. Doc fix.
17135 (ebnf-version): New version number (3.2).
17136 (ebnf-format-color, ebnf-begin-job): Code fix.
17137
17138 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17139
17140 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17141 font lock support on window-system.
17142 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17143
17144 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17145 display-color-p, if fboundp, instead of window-system.
17146
17147 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17148
17149 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17150 instead of window-system.
17151
17152 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17153 window-system.
17154 (widget-choice-mouse-down-action): Use display-popup-menus-p
17155 instead of window-system.
17156
17157 * strokes.el (strokes-file): Run the file name through
17158 convert-standard-filename.
17159 (strokes-mode): Call display-mouse-p instead of looking at
17160 window-system. Change the error message accordingly.
17161
17162 * progmodes/cpp.el (toplevel): Support faces on tty's.
17163
17164 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17165 (lm-plot-square, lm-init-display): Don't use window-system.
17166
17167 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17168 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17169
17170 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17171 instead of looking at window-system.
17172
17173 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17174
17175 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17176 of testing if iswitchb-prepost-hooks is bound, because the
17177 latter will always be true when invoking a recursive minibuffer
17178 from an active Iswitchb buffer.
17179
17180 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17181
17182 * files.el (shell-quote-wildcard-pattern): New function.
17183 (insert-directory): Call it. Only prepend "\" to command on Unix
17184 and GNU/Linux systems.
17185
17186 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17187
17188 * eshell/esh-groups.el: Change custom :link file names
17189 from `eshell.info' to `eshell'.
17190
17191 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17192
17193 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17194 correctly in recursive ange-ftp listings.
17195
17196 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17197
17198 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17199 ps-header-font-size-internal and
17200 ps-header-title-font-size-internal variables are not set,
17201 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17202 face text property is (foreground-color . COLOR) or
17203 `(background-color . COLOR)', ps-print crashes. Doc fix.
17204 (ps-print-version): New version number (5.2.4).
17205 (ps-plot-region): Code fix.
17206 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17207 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17208 Bug fix 2.
17209
17210 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17211
17212 * glasses.el (glasses-make-readable): Fix uncapitalization of
17213 identifiers like `myXMLDocument'.
17214
17215 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17216
17217 * mail/mail-hist.el (mail-hist-previous-input)
17218 (mail-hist-next-input): Do the obvious code factorization.
17219 (mail-hist-retrieve-and-insert): New func, contains common
17220 code of above two.
17221 If inserting a message body, leave point at top.
17222
17223 2000-07-28 Sam Steingold <sds@gnu.org>
17224
17225 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17226 Use `<=', not `<' to compare times!
17227 (ange-ftp-ls): Remove.
17228
17229 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17230
17231 * play/cookie1.el: Add explanation of how to make cookie.el
17232 compatible with strfile(1) to comment.
17233
17234 * subr.el (remove, remq): New functions.
17235
17236 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17237 escape `*' in regexps.
17238 (midnight-find): Reverse order of arguments in the funcall of
17239 TEST.
17240
17241 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17242 and `.class'.
17243
17244 * play/meese.el: Add Commentary section.
17245
17246 2000-07-27 Alex Schroeder <alex@gnu.org>
17247
17248 * sql.el (sql-ms): Added autoload cookie.
17249 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17250 (sql-oracle): Ditto.
17251 (sql-help): Doc change.
17252
17253 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17254 types and exceptions.
17255
17256 2000-07-27 Alex Schroeder <alex@gnu.org>
17257
17258 * sql.el (sql-placeholder-history): New variable.
17259 (sql-query-placeholders-and-send): New function that will query
17260 the user and replace placeholders with user input.
17261 (sql-oracle): If running on NT, set comint-input-sender to
17262 sql-query-placeholders-and-send.
17263
17264 (sql-stop): If in the SQLi buffer, insert stop notification, else
17265 present it as a message.
17266
17267 2000-07-27 Alex Schroeder <alex@gnu.org>
17268
17269 * sql.el (sql-input-ring-separator): Doc change.
17270 (sql-input-ring-file-name): Doc change.
17271 (sql-interactive-mode): Use `sql-input-ring-separator' and
17272 `sql-input-ring-file-name' to set the comint-mode equivalents
17273 without making them local variables.
17274 (sql-stop): Don't bind `sql-input-ring-separator' and
17275 `sql-input-ring-file-name' dynamically to their comint-mode
17276 equivalents.
17277
17278 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17279
17280 * international/mule.el (register-char-codings): New function.
17281 (make-coding-system): Handle `safe-chars' specification in the arg
17282 PROPERTY.
17283
17284 * international/mule-cmds.el
17285 (find-coding-systems-region-subset-p): This function deleted.
17286 (sort-coding-systems-predicate): New variable.
17287 (sort-coding-systems): New function.
17288 (find-coding-systems-region): Use
17289 find-coding-systems-region-internal.
17290 (find-coding-systems-string): Use find-coding-systems-region.
17291 (find-coding-systems-for-charsets): Check
17292 char-coding-system-table.
17293 (select-safe-coding-system-accept-default-p): New variable.
17294 (select-safe-coding-system): Mostly rewritten. New argument
17295 ACCEPT-DEFAULT-P.
17296 (select-message-coding-system): Call select-safe-coding-system
17297 with ACCEPT-DEFAULT-P arg.
17298 (reset-language-environment): Reset default-sendmail-coding-system
17299 to the default value iso-latin-1.
17300 (set-language-environment): Don't set the obsolete variable
17301 charset-origin-alist.
17302
17303 * international/codepage.el (cp-coding-system-for-codepage-1):
17304 Give `safe-chars' property to make-coding-system.
17305
17306 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17307 calling select-message-coding-system twice.
17308
17309 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17310 instead of `safe-charsets'.
17311 (cyrillic-alternativnyj): Likewise.
17312 (ccl-encode-alternativnyj): Don't check the charset
17313 cyrillic-iso8859-5.
17314
17315 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17316
17317 * composite.el (compose-chars-after): Preserve match data.
17318
17319 2000-07-26 Sam Steingold <sds@gnu.org>
17320
17321 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17322 (ange-ftp-real-file-newer-than-file-p): New function.
17323 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17324 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17325
17326 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17327 * midnight.el (midnight-float-time): Ditto.
17328
17329 2000-07-26 Andreas Schwab <schwab@suse.de>
17330
17331 * files.el (normal-backup-enable-predicate): Correct
17332 interpretation of the return value of compare-strings.
17333
17334 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17335
17336 * isearch.el (isearch-resume): New function.
17337 (isearch-done): Add something to command-history to resume
17338 the search.
17339 (isearch-yank-line, isearch-yank-word): Use
17340 buffer-substring-no-properties instead of buffer-substring.
17341
17342 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17343 of flyspell-mouse-map.
17344
17345 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17346 duplicate definition.
17347 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17348
17349 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17350 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17351
17352 2000-07-25 Sam Steingold <sds@gnu.org>
17353
17354 * net/ange-ftp.el: Get modtime over the net.
17355 (ange-ftp-file-modtime): New function.
17356 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17357 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17358 Use it.
17359 (ange-ftp-dot-to-slash): New function.
17360 (ange-ftp-fix-name-for-vms): Use it.
17361
17362 * midnight.el (midnight-buffer-display-time): Use
17363 `with-current-buffer'.
17364
17365 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17366
17367 * find-dired.el: Update copyright notice.
17368 (find-dired): Offer to kill a running `find'.
17369
17370 * enriched.el (enriched-face-ans): For a `foreground-color'
17371 property, return '(("x-color" COLOR))' so that COLOR will be
17372 output as a parameter of the x-color annotation. Likewise for the
17373 `background-color' property. In the case of normal face
17374 properties, don't return annotations for unspecified foreground
17375 and background face attributes.
17376
17377 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17378
17379 * language/japan-util.el (japanese-katakana-region): Fix handling
17380 HANKAKU argument.
17381
17382 2000-07-25 Miles Bader <miles@gnu.org>
17383
17384 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17385 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17386 constrain-to-field.
17387
17388 2000-07-24 Andrew Innes <andrewi@gnu.org>
17389
17390 * timer.el (timer-activate-when-idle): Add optional parameter
17391 DONT-WAIT. Update docstring.
17392 (run-with-idle-timer): Specify extra parameter to
17393 timer-activate-when-idle, so that timer will be activated
17394 immediately if Emacs is already idle.
17395
17396 * w32-fns.el (w32-using-nt): Fix docstring.
17397
17398 2000-07-24 Dave Love <fx@gnu.org>
17399
17400 * mouse.el (popup-menu): Set last-command-event.
17401 (mouse-major-mode-menu-prefix): Declare.
17402
17403 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17404
17405 * textmodes/flyspell.el: Update to author's version 1.5d.
17406
17407 * progmodes/hideshow.el: Update copyright notice.
17408
17409 * vcursor.el: Set maintainer to FSF, since author cannot
17410 be reached.
17411
17412 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17413
17414 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17415 the prompt.
17416
17417 * mouse.el (popup-menu): Run the keymap through indirect-function,
17418 in case it was defined with define-prefix-key. If the menu is a
17419 list of keymaps, look up the binding of user's choice in each one
17420 of the keymaps.
17421 (mouse-popup-menubar): If the global and local menu-bar keymaps
17422 don't have a prompt string, create one and insert it into the
17423 keymap. Don't barf if current-local-map returns nil.
17424
17425 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17426
17427 * dired.el (dired-sort-R-check): Added to allow recursive listing
17428 to be undone.
17429 (dired-sort-other): Use it.
17430
17431 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17432
17433 * Release of cc-mode 5.27
17434
17435 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17436
17437 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17438 c-beginning-of-statement-1 that caused a bad case of recursion
17439 which could consume a lot of CPU in large classes in languages
17440 that have in-expression classes (i.e. Java and Pike).
17441
17442 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17443 statements before top level constructs (i.e. case 6 is moved
17444 before case 5 and is now case 4) to catch in-expression
17445 classes in top level expressions correctly.
17446
17447 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17448
17449 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17450 objc-method-intro. Case 4 removed and case 5I added.
17451
17452 * cc-langs.el (c-append-paragraph-start): New variable used by
17453 c-common-init to get paragraph-start correct.
17454 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17455 initialize paragraph-start to make it correct both with and
17456 without the javadoc special case.
17457
17458 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17459 initialize paragraph-start for javadoc markup.
17460
17461 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17462 change by defaulting this to t. It's motivated by the
17463 confusing behavior that otherwise arise from the style system
17464 when editing both java and non-java files at the same time
17465 (see the comments about style setting in c-common-init).
17466
17467 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17468
17469 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17470 similar to the one in c-fill-paragraph to check the fill
17471 prefix from the adaptive fill function for sanity.
17472
17473 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17474
17475 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17476 defun block.
17477
17478 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17479
17480 * cc-align.el (c-lineup-multi-inher): Handle lines with
17481 leading comma nicely. Extended to handle member initializers
17482 too.
17483
17484 * cc-engine.el: (c-beginning-of-inheritance-list,
17485 c-guess-basic-syntax): Fixed recognition of inheritance lists
17486 when the lines begins with a comma.
17487
17488 * cc-vars.el (c-offsets-alist): Changed default for
17489 member-init-cont to c-lineup-multi-inher since it now handles
17490 member initializers and indents better for leading commas.
17491
17492 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17493
17494 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17495 handling that caused class open lines to be recognized as
17496 statement-conts in some cases.
17497
17498 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17499 guessed by the adaptive fill function unless point is on the
17500 first line of a block comment.
17501
17502 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17503 when the buffer ends with a macro continuation char.
17504
17505 * cc-engine.el (c-guess-basic-syntax): Added support for
17506 function definitions as statements in Pike. The first
17507 statement in a lambda block is now labeled defun-block-intro
17508 instead of statement-block-intro.
17509
17510 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17511 so that the class surrounding point is selected, not the one
17512 innermost in the state.
17513
17514 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17515 recognition of switch labels having hanging multiline
17516 statements.
17517
17518 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17519 some code in c-guess-basic-syntax to a separate function.
17520 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17521 recognition of member inits with multiple line arglists.
17522 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17523 member-init-cont when the commas are in funny places.
17524
17525 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17526
17527 * cc-defs.el (c-auto-newline): Removed this macro since it's
17528 not used anymore.
17529
17530 * cc-engine.el (c-looking-at-bos): New helper function.
17531 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17532 inexpr and toplevel classes apart in Pike.
17533
17534 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17535 of case 9A.
17536
17537 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17538 constant, since "class" can introduce an in-expression class
17539 in Pike nowadays.
17540
17541 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17542
17543 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17544 indentation on cpp-macro lines.
17545
17546 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17547 a syntax modifier like comment-intro, to make it possible to
17548 get syntactic indentation for preprocessor directives. It's
17549 incompatible wrt to lineup functions on cpp-macro, but it has
17550 no observable effect in the 99.9% common case where cpp-macro
17551 is set to -1000.
17552
17553 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17554
17555 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17556 member-init-cont when the preceding arglist is several lines.
17557
17558 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17559
17560 * cc-styles.el (c-style-alist): The basic offset for the BSD
17561 style corrected to 8.
17562
17563 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17564
17565 * cc-styles.el (c-style-alist): Adjusted the indentation of
17566 brace list openers in the gnu style.
17567
17568 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17569
17570 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17571
17572 * cc-cmds.el (c-electric-brace, c-electric-slash,
17573 c-electric-star, c-electric-semi&comma, c-electric-colon,
17574 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17575 when c-syntactic-indentation is nil.
17576
17577 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17578 we were left at comments preceding the first statement when
17579 reaching the beginning of the buffer.
17580
17581 * cc-vars.el (c-syntactic-indentation): New variable to turn
17582 off all syntactic indentation.
17583
17584 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17585
17586 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17587 between the text and the block comment ender when it hangs,
17588 depending on how many there are before the fill.
17589
17590 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17591
17592 * cc-engine.el (c-beginning-of-closest-statement): New helper
17593 function to go back to the closest preceding statement start,
17594 which could be inside a conditional statement.
17595 * cc-engine.el (c-guess-basic-syntax): Use
17596 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17597
17598 * cc-engine.el (c-guess-basic-syntax): Better handling of
17599 arglist-intro, arglist-cont-nonempty and arglist-close when
17600 the arglist is nested inside parens. Cases 7A, 7C and 7F
17601 changed.
17602
17603 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17604 up-to-date with javadoc 1.2.
17605
17606 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17607
17608 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17609 multiline Pike type decls.
17610
17611 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17612
17613 * cc-cmds.el (c-indent-new-comment-line): Always break
17614 multiline comments in multiline mode, regardless of
17615 comment-multi-line.
17616
17617 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17618
17619 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17620 fully::qualified::names in C++ member init lists. Preamble in
17621 case 5D changed.
17622
17623 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17624
17625 * cc-langs.el (c-common-init): Handling of obsolete variables
17626 moved to c-initialize-cc-mode. More compatible style override
17627 when using global style variables.
17628 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17629 variables moved here.
17630
17631 * cc-styles.el (c-make-styles-buffer-local): Flag style
17632 variable localness in c-style-variables-are-local-p to make
17633 the compatibility measure in c-common-init work well.
17634
17635 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17636 longer contain set-from-style.
17637 * cc-styles.el (c-initialize-builtin-style): Don't check for
17638 set-from-style on c-special-indent-hook.
17639 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17640 copy-alist is sufficient now.
17641
17642 * cc-styles.el (c-set-style, c-set-style-1,
17643 c-get-style-variables): Fixes to variable initialization so
17644 that duplicate entries in styles have the same effect
17645 regardless of DONT-OVERRIDE.
17646
17647 * cc-styles.el (c-set-style-2): Fixed bug where the
17648 initialization of inheriting styles failed when the
17649 dont-override flag is set.
17650
17651 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17652 on this.
17653
17654 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17655
17656 * cc-defs.el (c-forward-comment): Removed the workaround
17657 introduced in 5.38 since it had worse side-effects. If a line
17658 contains the string "//\"", it regarded the // as a comment
17659 start since the \ temporarily doesn't have escape syntax.
17660
17661 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17662
17663 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17664 ada-xref.el before ada-prj.el, so that the Project menu is created
17665 when ada-prj tries to add to it.
17666 (ada-activate-keys-for-case): Suppress the characters that are not
17667 part of the Ada syntax. Better compatibility with else-mode
17668 (ada-adjust-case-interactive): When auto-casing is not active,
17669 correctly insert newlines (used to insert only ^M). Prevent the
17670 syntax table from being changed in case of an error
17671 (or '_' becomes part of a word and some commands are confused).
17672 Do nothing if ada-auto-case is nil.
17673 (ada-after-keyword-p): Ignore keywords that are also attributes
17674 (ada-batch-reformat): Update usage comment
17675 (ada-call-from-contextual-menu): New function
17676 (ada-case-read-exceptions): Reinitialize the casing exception list
17677 first to nil first, so that the casing exception file can be
17678 shared.
17679 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17680 files.
17681 (ada-compile-goto-error): Fix regexp used to detect a file:line
17682 anywhere in the error message
17683 (ada-contextual-menu-last-point): New variable
17684 (ada-create-keymap): If the variable delete-key-deletes-forward is
17685 t on XEmacs, it means that DEL should delete one character
17686 forward.
17687 (ada-create-menu): Use :included instead of :visible for XEmacs.
17688 New submenu "Options".
17689 (ada-end-stmt-re): Correctly indent "select ... then abort"
17690 statements.
17691 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17692 even if they don't match ada-fill-comment-prefix Fix handling of
17693 paragraphs on the first or last line of a file.
17694 (ada-format-paramlist): Fix handling of default parameter values.
17695 (ada-get-body-name): New function.
17696 (ada-get-current-indent): Optimized by searchling directly for an
17697 existing generic part or a statement outside of it. Handle
17698 ada-indent-align-comments when indenting comments Replaced some
17699 regexps by testing directly the next character. This results in a
17700 huge speedup on some files. New indentation scheme for renames
17701 statements. Stop looking for the 'while' or 'for' associated with
17702 a 'loop' at the first semicolon encountered. A "return" can also
17703 match an anonymous access subprogram declaration.
17704 (ada-get-indent-noindent): Ignore strings and comments when
17705 looking for the keywords "record" and "private".
17706 (ada-goto-matching-decl-start): When matching "if", make sure we
17707 are not in fact seeing "end if". Ignore "when" statements except
17708 when initial keyword was "begin". Fix handling of nested
17709 procedures. Add a recursive call to this function to skip over
17710 other 'end' statmts. Fix indentation for "when .. => begin"
17711 (ada-in-open-paren-p): Fix indentation for complex boolean
17712 expressions, where 'and then', 'or else' and parenthesis
17713 statements are mixed up.
17714 (ada-in-paramlist-p): Skip comments while searching for the
17715 beginning Fix handling of operator declarations.
17716 (ada-indent-align-comments): New variable
17717 (ada-indent-current): Change the syntax table only in the
17718 protected section, so that we are sure it is restored correctly.
17719 (ada-indent-on-previous-lines): Use ada-use-indent and
17720 ada-with-indent Correctly indent "select ... then"
17721 (ada-indent-region): Slight speedup.
17722 (ada-indent-renames): New variable.
17723 (ada-last-which-function-subprog, ada-last-which-function-line):
17724 New variables
17725 (ada-looking-at-semi-private): Correctly indent the 'private'
17726 keyword when it is the first word in a package declaration.
17727 (ada-loose-case-word): Stop searching if at the end of the buffer.
17728 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17729 even if point is not initially at the end of the word.
17730 (ada-matching-decl-start-re): Add "when".
17731 (ada-mode): Add support for abbrev-mode, outline-mode and
17732 which-func-mode Override the old find-file.el entry in
17733 ff-special-constructs since it is using the obsolete
17734 ada-spec-suffix variable
17735 (ada-no-auto-case): New function
17736 (ada-scan-paramlist): When parsing the argument type, accept
17737 spaces (as in "X 'Class", generated by Rational Rose).
17738 (ada-other-file-name): No longer loads the other file.
17739 (ada-popup-menu): Save and restore the current buffer and cursor
17740 position before and after displaying the menu.
17741 (ada-search-ignore-complex-boolean): New function.
17742 (ada-uncomment-region): Emacs21 already knows how to delete
17743 comments not starting in the first column.
17744 (ada-use-indent): New variable
17745 (ada-which-function): New function.
17746 (ada-with-indent): New variable
17747 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17748 can be batch-compiled from the command line.
17749
17750 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17751 Add to the menu when the file is loaded, not in ada-mode-hook.
17752 Add -toolbar to the default ddd command Switches moved from
17753 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17754 ada-prj-default-comp-opt
17755 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17756 Reference Manual to the menu
17757 (ada-check-current): rewritten as a call to ada-compile-current
17758 (ada-compile): Removed.
17759 (ada-compile-application, ada-compile-current, ada-check-current):
17760 Set the compilation-search-path so that compile.el automatically
17761 finds the sources in src_dir. Automatic scrollong of the
17762 compilation buffer. C-uC-cC-c asks for confirmation before
17763 compiling
17764 (ada-compile-current): New parameter, prj-field
17765 (ada-complete-identifier): Load the .ali file before doing
17766 processing
17767 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17768 conform to gnatmake's behavior.
17769 (ada-find-file-in-dir): New function
17770 (ada-find-references): Set the environment variables for gnatfind
17771 (ada-find-src-file-in-dir): New function.
17772 (ada-first-non-nil): Removed
17773 (ada-gdb-application): Add support for jdb, the java debugger.
17774 (ada-get-ada-file-name): Load the original-file first if not done
17775 yet.
17776 (ada-get-all-references): Handles the new ali syntax (parent types
17777 are found between <>).
17778 (ada-initialize-runtime-library): New function
17779 (ada-mode-hook): Always load a project file when a file is opened,
17780 so that the casing exceptions are correctly read.
17781 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17782 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17783 to open the project file, since the latter does not work with
17784 speedbar Get default values before loading the prj file, or the
17785 default executable file name is wrong. Use the absolute value of
17786 src_dir to initialize ada-search-directories and
17787 compilation-search-path,... Add the standard runtime library to
17788 the search path for find-file.
17789 (ada-prj-default-debugger): Was missing an opening '{'
17790 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17791 variables.
17792 (ada-prj-default-gnatmake-opt): New variable
17793 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17794 buffers, the project file is the default one Save the windows
17795 configuration before displaying the menu.
17796 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17797 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17798 ...) regexp-quote identifiers names to support operators +,
17799 -,... in regexps.
17800 (ada-remote): New function.
17801 (ada-run-application): Erase the output buffer before starting the
17802 run Support remote execution of the application. Use
17803 call-process, or the arguments are incorrectly parsed
17804 (ada-set-default-project-file): Reread the content of the active
17805 project file, not the one from the current buffer When a project
17806 file is set as the default project, all directories are
17807 automatically associated with it.
17808 (ada-set-environment): New function
17809 (ada-treat-cmd-string): New special variable ${current}
17810 (ada-treat-cmd-string): Revised. The substitution is now done for
17811 any ${...} substring
17812 (ada-xref-current): If no body was found, compiles the spec
17813 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17814 compiler to get rid of command line length limitations.
17815 (ada-xref-get-project-field): New function
17816 (ada-xref-project-files): New variable
17817 (ada-xref-runtime-library-specs-path)
17818 (ada-xref-runtime-library-ali-path): New variables
17819 (ada-xref-set-default-prj-values): Default run command now does a
17820 cd to the build directory. New field: main_unit Provide a default
17821 file name even if the current buffer has no prj file.
17822
17823 * ada-prj.el:
17824 Rewritten to show a tabbed-dialog.
17825 (ada-prj-add-ada-menu): Remove the map and name parameters.
17826 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17827 New function
17828 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17829 (ada-prj-load-from-file): New function
17830 (ada-prj-save): Always save fields that depend on the current buffer
17831 (ada-prj-show-value): New function
17832
17833 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17834 Ada mode. This will allow us to display the Ada menu in any buffer
17835 we want (for project items).
17836 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17837 number of spaces in the header.
17838
17839 2000-07-24 Dave Love <fx@gnu.org>
17840
17841 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17842
17843 2000-07-23 Noah Friedman <friedman@splode.com>
17844
17845 * type-break.el (type-break): perform autosave.
17846 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17847 (type-break-do-query): Cancel query schedule while performing
17848 actual query, to avoid possibility of a second query being made
17849 while first one is already in progress.
17850 (type-break-time-stamp-format): New variable.
17851 (type-break-time-stamp): New function.
17852 (type-break-time-warning): Use it.
17853 (type-break-keystroke-warning): Use it.
17854 (type-break-noninteractive-query): Use it.
17855
17856 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17857 cookie.
17858 Use add-minor-mode to set minor-mode-alist, if available.
17859 (eldoc-echo-area-use-multiline-p): New user option.
17860 (eldoc-echo-area-multiline-supported-p): New variable.
17861 (eldoc-docstring-format-sym-doc): Use them.
17862 (eldoc-mode): If not using idle timers, append to local post and
17863 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17864 (eldoc-display-message-no-interference-p): Don't interfere with
17865 edebug.
17866 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17867 (eldoc-function-arglist): New function.
17868 (eldoc-function-argstring): Use it.
17869
17870 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17871 auto save directory exists before calling directory-files.
17872
17873 2000-07-23 Dave Love <fx@gnu.org>
17874
17875 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17876 ^o, ^u.
17877
17878 2000-07-21 Dave Love <fx@gnu.org>
17879
17880 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17881 now passed to the function. It now works properly.
17882
17883 * smerge-mode.el (smerge-mode-menu): Fill it out.
17884
17885 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17886
17887 * info-look.el (info-lookup): If *info* is shown in another frame
17888 on the same display, select that frame, instead of switching to
17889 the Info buffer in another window of the selected frame.
17890
17891 * simple.el (universal-argument-map): Bind numeric keypad keys
17892 kp-0 to kp-9 and kp-subtract.
17893 (digit-argument): Handle these keys.
17894
17895 2000-07-20 Dave Love <fx@gnu.org>
17896
17897 * net/goto-addr.el (goto-address-fontify): Don't bother with
17898 buffer-modified and read-only stuff -- irrelevant with overlays.
17899 Put an extra property on the overlays and use it to clean up in
17900 case goto-address is re-run.
17901
17902 2000-07-19 Richard M. Stallman <rms@gnu.org>
17903
17904 * timer.el (run-with-idle-timer): Doc fix.
17905
17906 * mail/mail-utils.el (mail-strip-quoted-names):
17907 Handle case where <...> appears inside "...".
17908 Use replace-match to edit the string more simply.
17909 (rmail-dont-reply-to): Cope with an unmatched ".
17910
17911 2000-07-19 Dave Love <fx@gnu.org>
17912
17913 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17914 implementation.
17915
17916 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17917 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17918 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17919
17920 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17921
17922 * textmodes/refer.el: Correct maintainer's email address.
17923
17924 * progmodes/hideif.el: Correct author's email address.
17925 Fix typo in comment.
17926
17927 * xml.el: New file.
17928
17929 * mail/mailheader.el: Correct author's mail address.
17930
17931 * gnus/parse-time.el: Correct author's mail address.
17932
17933 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17934
17935 * comint.el (comint-highlight-input, comint-highlight-face):
17936 New user options.
17937 (comint-input-ring-file-name): Change custom type.
17938 (comint-mode-map): Bind mouse-2.
17939 (comint-insert-clicked-input): New function.
17940 (comint-send-input): Handle input highlighting.
17941
17942 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17943
17944 * mouse.el (popup-menu): New function.
17945 (mouse-major-mode-menu): Use it.
17946
17947 2000-07-18 Dave Love <fx@gnu.org>
17948
17949 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17950 improvements.
17951
17952 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17953
17954 * faces.el (face-font-selection-order)
17955 (face-font-family-alternatives): Add custom type.
17956
17957 2000-07-18 Dave Love <fx@gnu.org>
17958
17959 * cus-edit.el (custom-variable-reset-saved)
17960 (custom-variable-reset-standard): Remove unused bindings.
17961
17962 * rect.el (open-rectangle-line): Remove unused let.
17963
17964 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17965
17966 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17967
17968 * cdl.el: Fix `Maintainer' keyword.
17969
17970 * play/pong.el: Add author's email address.
17971
17972 2000-07-17 Sam Steingold <sds@gnu.org>
17973
17974 * files.el (insert-directory): Call `split-string' instead of
17975 re-implementing it.
17976
17977 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17978
17979 * mail/vms-pmail.el: Change maintainer to FSF.
17980
17981 * net/goto-addr.el: Change maintainer to FSF.
17982
17983 * info.el (Info-title-face-alist): Removed.
17984
17985 2000-07-18 David Ponce <david@dponce.com>
17986
17987 * recentf.el (recentf-open-files): New command that works like
17988 `recentf-open-more-files', but shows the whole list of files (not just
17989 those omitted from the menu). Useful if you don't use a menu-bar!
17990 (recentf-open-more-files) Modified to use `recentf-open-files'.
17991
17992 (recentf-open-files, recentf-open-more-files)
17993 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17994
17995 (recentf-dialog-mode): New mode for dialogs. You can now just type
17996 "q" to cancel the dialogs.
17997
17998 2000-07-18 David Ponce <david@dponce.com>
17999
18000 * recentf.el: This is a major update of recentf.el. It adds new
18001 features to better organize the recentf menu and "More..." buffer.
18002
18003 Using new provided menu filtering functions you can now organize the
18004 recent files list:
18005
18006 - by major modes
18007 - by directories
18008 - by user defined rules
18009
18010 Finally, with the new `recentf-filter-changer' customizable filter you
18011 can define a ring of filters and dynamically (via the menu) cycle on
18012 each menu organization in the ring (a la msb).
18013
18014 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
18015
18016 * eshell/eshell.el (eshell): Replace links to eshell.info with
18017 links to eshell, to avoid problems on systems where the manual is
18018 installed as `eshell'.
18019 * eshell/esh-cmd.el (eshell-cmd): Ditto.
18020 * eshell/em-smart.el (eshell-smart): Ditto.
18021 * eshell/em-banner.el (eshell-banner): Ditto.
18022 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
18023
18024 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
18025 same-file check in the MS-DOS version (it does support inodes).
18026
18027 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
18028
18029 * eshell/eshell.el (eshell-directory-name):
18030 Run default directory name through convert-standard-filename.
18031
18032 2000-07-18 Kenichi Handa <handa@etl.go.jp>
18033
18034 * international/mule-cmds.el (select-safe-coding-system):
18035 Fix typo in the comment.
18036
18037 * language/european.el (compound-text):
18038 Force katakana-jisx0201 to be designated to G1.
18039
18040 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
18041 Don't translate some national variant characters of latin-jisx0201.
18042 (x-ctext): Force katakana-jisx0201 to be designated to G1.
18043
18044 * international/kkc.el (kkc-after-update-conversion-functions):
18045 New variable.
18046 (kkc-update-conversion): Run functions in it at the tail.
18047
18048 2000-07-16 John Wiegley <johnw@gnu.org>
18049
18050 * lisp/align.el (align-newline-and-indent):
18051 Adding new function. for auto-aligning blocks of code on RET.
18052 (align-region): Fixed badly formatted minibuffer message.
18053
18054 2000-07-17 Kenichi Handa <handa@etl.go.jp>
18055
18056 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
18057 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
18058 the conversion list at first if appropriate.
18059 (kkc-next): Don't update kkc-next-count here.
18060 (kkc-prev): Don't update kkc-prev-count here.
18061 (kkc-show-conversion-list-update): Fix setting up of conversion
18062 list message.
18063
18064 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
18065
18066 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
18067
18068 2000-07-16 Dave Love <fx@gnu.org>
18069
18070 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
18071 function to be more specific.
18072
18073 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
18074 non-string help-echo.
18075 (widget-types-convert-widget): Defsubst it.
18076 (widget-echo-help): Try to cope with a help-echo function of two
18077 possible sorts.
18078
18079 2000-07-15 Jason Rumney <jasonr@gnu.org>
18080
18081 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
18082 Declare as obsolete.
18083
18084 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
18085
18086 2000-07-14 Gerd Moellmann <gerd@gnu.org>
18087
18088 * hilit-chg.el: Fix typo.
18089
18090 2000-07-14 Dave Love <fx@gnu.org>
18091
18092 * info.el (Info-mode-menu): Fix use of :help, :enable.
18093
18094 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
18095
18096 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
18097
18098 2000-07-13 Dave Love <fx@gnu.org>
18099
18100 * emacs-lisp/easymenu.el: Doc fixes.
18101 (easy-menu-remove): Defalias to ignore.
18102
18103 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
18104 Call throw correctly.
18105
18106 2000-07-13 Gerd Moellmann <gerd@gnu.org>
18107
18108 * faces.el (frame-background-mode): Doc fix.
18109
18110 * simple.el (eval-expression-print-length): Change custom type to
18111 allow entering nil as value.
18112
18113 2000-07-13 Dave Love <fx@gnu.org>
18114
18115 * progmodes/fortran.el (fortran-imenu-generic-expression):
18116 Change definition layout.
18117 (fortran-mode-menu): Reinstate customize entries.
18118
18119 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18120 Use :filter, per old XEmacs code.
18121
18122 2000-07-12 Gerd Moellmann <gerd@gnu.org>
18123
18124 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18125 event when deciding what to send to the terminal.
18126
18127 2000-07-12 Dave Love <fx@gnu.org>
18128
18129 * cus-start.el: Add optional version as 4th element of specs and
18130 use it for several things new in v21. Remove load-path. Fix type
18131 of line-number-display-limit.
18132
18133 2000-07-11 Dave Love <fx@gnu.org>
18134
18135 * progmodes/fortran.el: Don't require easymenu.
18136 Use repeat counts in various regexps.
18137 (fortran-mode-syntax-table): Defvar directly.
18138 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18139 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18140 Use defvar, not defconst.
18141 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18142 (fortran-mode): Set fortran-comment-line-start-skip,
18143 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18144 (fortran-comment-indent): Use defsubst.
18145 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18146 Use fortran-comment-indent, not fortran-comment-indent-function.
18147 (fortran-comment-region, fortran-electric-line-number): Simplify.
18148 (fortran-auto-fill): New function.
18149 (fortran-do-auto-fill): Deleted.
18150 (fortran-find-comment-start-skip):
18151 Check for non-null comment-start-skip.
18152 (fortran-auto-fill-mode, fortran-fill-statement):
18153 Use fortran-auto-fill.
18154 (fortran-fill): Use fortran-auto-fill. Check for null
18155 comment-start-skip. Simplify final clause and use end-of-line finally.
18156
18157 * widget.el (widget-plist-member): New alias.
18158
18159 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18160
18161 * eshell/esh-module.el (toplevel): Reference
18162 byte-compile-current-file only if it is bound.
18163
18164 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18165
18166 * dired.el: Don't require `dired-aux'.
18167
18168 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18169
18170 * dired-aux.el (dired-show-file-type): New function.
18171 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18172 (dired-show-file-type): Add autoload.
18173
18174 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18175
18176 * international/mule-diag.el (describe-font): Adjusted for the
18177 change of fontset-info.
18178 (print-fontset): Likewise.
18179
18180 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18181
18182 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18183
18184 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18185
18186 * bindings.el: Bind `[delete]' to delete-char.
18187
18188 * dired.el (dired-find-alternate-file): New function.
18189 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18190 (toplevel): Require dired-aux when compiling.
18191 (dired-buffers): Move defvar within file to avoid compiler warning.
18192
18193 * info.el (Info-last-search): Variable removed.
18194 (Info-search-history): New variable.
18195 (Info-search): New Info-search-history.
18196
18197 * battery.el, info-look.el: Change author's mail address.
18198
18199 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18200
18201 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18202 if rmail-ignored-headers is nil.
18203 (rmail-retry-failure): Bind rmail-ignored-headers and
18204 rmail-displayed-headers to nil.
18205
18206 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18207
18208 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18209 (print-region-1): Don't hard code `-h' here.
18210
18211 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18212
18213 2000-07-01 Francesco Potorti` <pot@gnu.org>
18214
18215 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18216 exim can use "your message" instead of "the message".
18217
18218 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18219
18220 * facemenu.el: Docstrings fixes.
18221 (facemenu-get-face): Don't use internal-find-face.
18222 (facemenu-iterate): Rename arg to match the docstring.
18223
18224 * newcomment.el (uncomment-region): Be more careful when skipping
18225 backwards over `=' not to bump into BOBP.
18226
18227 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18228
18229 * ediff-diff.el (ediff-wordify): Use syntax table.
18230 * ediff-init.el (ediff-has-face-support-p): Use
18231 ediff-color-display-p.
18232 (ediff-color-display-p): Use display-color-p, changed to defun
18233 from defsubst.
18234 Got rid of special cases for NeXT and OS/2.
18235 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18236 face.
18237
18238 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18239
18240 * emacs-lisp/lucid.el: Require CL.
18241 (copy-tree, remprop): Remove, it's provided by CL.
18242 (map-keymap): Define in terms of cl-map-keymap.
18243 (extent-property, set-extent-end-glyph): New functions.
18244
18245 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18246
18247 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18248
18249 * Makefile.in (DONTCOMPILE): Add comment that the name may
18250 not be changed without changing the make-dist script.
18251
18252 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18253 (cl-mapc): Use mapc instead of cl-old-mapc.
18254
18255 2000-07-05 Andrew Innes <andrewi@gnu.org>
18256
18257 * makefile.nt: Add support for `bootstrap' and related targets.
18258
18259 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18260
18261 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18262 (easy-menu-do-define): Use `menu-item' format.
18263 Handle case where easy-menu-create-menu returns a symbol.
18264 Manually call the potential top-level filter in the function binding.
18265 (easy-menu-filter-return): New arg NAME.
18266 Convert to a keymap if MENU is an XEmacs menu.
18267 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18268 (easy-menu-converted-items-table, easy-menu-convert-item):
18269 New var and fun to memoize easy-menu-convert-item-1.
18270 (easy-menu-do-add-item): Use it.
18271 (easy-menu-create-menu): Use easy-menu-convert-item.
18272 Wrap easy-menu-filter-return around any :filter specification.
18273 Don't convert the menu if a filter was specified.
18274 Tell easy-menu-make-symbol not to check for MENU being an expression.
18275 (easy-menu-make-symbol): New arg NOEXP.
18276
18277 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18278
18279 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18280 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18281 (eval-defun): If called with prefix arg, instrument code for
18282 Edebug.
18283
18284 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18285 similar to that of eval-defun.
18286
18287 2000-07-04 Dave Love <fx@gnu.org>
18288
18289 * hl-line.el (hl-line-overlay): Make it permanent-local.
18290
18291 * calendar/todo-mode.el: Replaced with a working version, based on
18292 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18293
18294 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18295
18296 * paths.el (prune-directory-list): New function.
18297 (Info-default-directory-list): Rewritten to more methodically
18298 enumerate a big list of possible info directories (based on the
18299 list used by the standalone info reader).
18300
18301 * info.el (info-initialize): Use prune-directory-list to remove
18302 non-existent directories from Info-directory-list.
18303
18304 * paths.el (Info-default-directory-list): Try a list of possible
18305 info-directories instead of a single one. Add the possible
18306 info directory "/usr/share/info".
18307
18308 * woman.el (woman-man.conf-path): Explicitly include the debian
18309 man-db config file "/etc/manpath.config".
18310 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18311 are present in `manpath.config'.
18312 (woman-manpath): Include "/usr/share/man".
18313
18314 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18315
18316 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18317
18318 * startup.el (command-line): Initialize blink-cursor based
18319 on window-system.
18320
18321 * frame.el (blink-cursor): Default to nil if not running under
18322 a window-system.
18323
18324 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18325 (face-x-resources): Remove duplicate entry for :font.
18326
18327 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18328 instead of cycling through windows with next-window.
18329
18330 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18331 of cycling through windows with next-window.
18332
18333 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18334 of cycling through windows with next-window.
18335
18336 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18337 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18338 instead of cycling through windows with next-window.
18339
18340 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18341 instead of cycling through windows with next-window.
18342
18343 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18344 of cycling through windows with next-window.
18345
18346 * terminal.el (te-process-output): Use walk-windows instead of
18347 cycling through windows with next-window.
18348
18349 * server.el (server-switch-buffer): Use some-window instead of
18350 cycling through windows with next-window.
18351
18352 * window.el (some-window): New function.
18353 (walk-windows): Remove reference to walk-windows-start.
18354
18355 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18356
18357 2000-07-03 Richard Stallman <rms@gnu.org>
18358
18359 * window.el (walk-windows): Guarantee termination by keeping a list
18360 of all the windows already handled.
18361
18362 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18363
18364 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18365 window-system.
18366
18367 * man.el (Man-notify-when-ready): Don't use window-system. If
18368 Man-notify-method is newframe, and the display is not
18369 multi-frame, select the frame created for the man page.
18370 (Man-init-defvars): Doc fix.
18371
18372 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18373
18374 * faces.el (region): Change background color for light background.
18375
18376 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18377 attribute from mode-line face of Ediff control frame.
18378
18379 * replace.el (query-replace-map): Bind `e' like `E'.
18380
18381 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18382
18383 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18384 Change name to "Select All".
18385
18386 * dos-fns.el (convert-standard-filename): Fix last change.
18387
18388 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18389
18390 * help.el (describe-variable): Don't insert a second `'s' in front
18391 of the string `value is shown below'. Since the syntax-table is
18392 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18393 an existing `'s', so that this won't be deleted.
18394
18395 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18396 * pcmpl-unix.el: New files.
18397
18398 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18399
18400 * wid-edit.el (widget-member): Use the new plist-member.
18401
18402 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18403
18404 * replace.el (perform-replace): Undo change of 2000-04-04.
18405 Instead, move backward 1 character at the end of the loop when
18406 necessary.
18407
18408 * faces.el (fringe): Change face for different backgrounds.
18409
18410 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18411 patch from John.
18412
18413 * eshell/*.el: Change spelling of the Free Software Foundation.
18414
18415 * eshell/esh-toggle.el: Removed.
18416
18417 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18418
18419 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18420 interactively.
18421
18422 2000-06-26 Alex Schroeder <alex@gnu.org>
18423
18424 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18425 `define-key'; instead of checking `(emacs-version)' check for
18426 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18427 for `;' and `o' which might be electric.
18428
18429 (sql-electric-stuff): New user option.
18430 (sql-magic-go): New function which uses `sql-electric-stuff'.
18431 (sql-magic-semicolon): New function which uses
18432 `sql-electric-stuff'.
18433
18434 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18435 is not fboundp.
18436
18437 (sql-oracle-options): New variable.
18438 (sql-oracle): Use it.
18439
18440 (sql-imenu-generic-expression): Doc change.
18441 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18442 is used.
18443
18444 (sql-informix): Added command line parameter "-" to force
18445 sql-informix-program to use stdout.
18446
18447 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18448
18449 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18450 (cp864-decode-table): Doc fix.
18451 (cp720-decode-table): New variable, supports the Arabic OEM
18452 codepage used by Windows.
18453 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18454
18455 2000-06-23 Dave Love <fx@gnu.org>
18456
18457 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18458 (font-lock-fontify-anchored-keywords): Use
18459 line-beginning-position.
18460 (global-font-lock-mode): Use mapc.
18461
18462 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18463
18464 * eshell/esh-module.el: Require CL when compiling.
18465
18466 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18467
18468 * comint.el (comint-substitute-in-file-name): Call replace-match
18469 with second and third arg t.
18470
18471 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18472 Specify foreground color.
18473
18474 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18475 color.
18476
18477 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18478
18479 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18480 cddr instead of cdddr.
18481
18482 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18483 instead of copy-list.
18484
18485 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18486 of copy-list.
18487
18488 * subdirs.el: Add eshell subdirectory.
18489
18490 * eshell: New subdirectory containing the Eshell package.
18491
18492 * pcomplete.el: New file.
18493
18494 2000-06-23 Paul Eggert <eggert@twinsun.com>
18495
18496 * mail/mailpost.el (post-mail-send-it): Make sure file has
18497 proper permissions from birth.
18498
18499 * files.el (basic-save-buffer-2): When temporarily setting
18500 file modes, set them to current modes plus 0200, not to 0777.
18501
18502 * emerge.el (emerge-make-temp-file): Make sure file has proper
18503 permissions from birth.
18504
18505 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18506
18507 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18508 backup file name through convert-standard-filename.
18509
18510 * dos-fns.el (convert-standard-filename): Convert leading
18511 directories as well. When long file names are supported, convert
18512 characters that are invalid in Windows file names.
18513
18514 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18515
18516 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18517 ps-print crashes. New feature: page selection for printing. Create
18518 raw-text-unix coding system for XEmacs. Doc fix.
18519 (ps-print-version): New version number (5.2.3).
18520 (ps-plot-region): Bug fix.
18521 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18522 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18523 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18524 funs.
18525 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18526 (ps-last-page): New vars.
18527
18528 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18529
18530 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18531 empty option string.
18532
18533 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18534
18535 * man.el (man): Doc fix.
18536
18537 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18538
18539 * international/mule-cmds.el (set-language-info-alist): Docstring
18540 fixed.
18541
18542 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18543
18544 * version.el (emacs-version): Use ISO date format.
18545
18546 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18547 instead of `M-backspace'.
18548
18549 * simple.el (turn-off-auto-fill): New function.
18550
18551 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18552
18553 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18554 Renamed from with-buffer-prepared-for-font-lock and use
18555 inhibit-modification-hooks rather than setting *-change-functions.
18556 Update all functions to use the new name.
18557 (jit-lock-first-unfontify-pos): New semantics (and doc).
18558 (jit-lock-mode): Make non-interactive.
18559 Don't automatically turn on font-lock.
18560 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18561 Always use jit-lock-after-change.
18562 Remove and restore font-lock-after-change-function.
18563 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18564 (jit-lock-after-unfontify-buffer): Remove.
18565 (jit-lock-stealth-fontify):
18566 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18567 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18568
18569 2000-06-20 Sam Steingold <sds@gnu.org>
18570
18571 * emacs-lisp/cl-indent.el (toplevel): Indent
18572 `print-unreadable-object' properly. Untabify.
18573
18574 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18575
18576 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18577 Support for bibentry.
18578 (reftex-compile-variables): Fixed problem with end of section-re.
18579
18580 * texmodes/reftex-dcr.el (reftex-view-crossref,
18581 reftex-view-crossref-from-bibtex):
18582 Deal with changed `reftex-find-citation-regexp-format'.
18583 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18584 Replaced `remprop' with `put'.
18585 (reftex-view-crossref, reftex-view-crossref-when-idle):
18586 Support for bibentry.
18587
18588 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18589 New entry for bibentry package.
18590
18591 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18592 Regexp also matches "\nobibliography".
18593
18594 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18595 Call `reftex-ensure-write-access' before doing anything.
18596 (reftex-ensure-write-access): New function.
18597
18598 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18599
18600 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18601
18602 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18603
18604 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18605
18606 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18607
18608
18609 2000-06-20 Dave Love <fx@gnu.org>
18610
18611 * faces.el (frame-background-mode): Use set-default, not set, in
18612 setter.
18613 (frame-update-faces, frame-update-face-colors): Define with
18614 defalias.
18615
18616 * enriched.el (enriched-decode-foreground)
18617 (enriched-decode-background): Don't use internal-find-face.
18618
18619 * apropos.el: Doc fixes.
18620
18621 * cus-edit.el (customize-changed-options): Check arg.
18622 (customize-version-lessp): Don't require decimal point.
18623
18624 * custom.el (defcustom, defgroup): Doc fix.
18625
18626 * newcomment.el (comment) <defgroup>: Add :version.
18627 (comment-multi-line): Doc fix.
18628
18629 * emulation/mlsupport.el (define-hooked-local-abbrev,
18630 define-hooked-global-abbrev): Fix, using define-abbrev.
18631
18632 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18633
18634 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18635 the whole buffer.
18636
18637 2000-06-19 Dave Love <fx@gnu.org>
18638
18639 * menu-bar.el (menu-bar-options-save): New function.
18640 (menu-bar-options-menu): Use it.
18641 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18642 Simplify.
18643
18644 2000-06-19 Andreas Schwab <schwab@suse.de>
18645
18646 * progmodes/etags.el (tags-query-replace): Put new parameters
18647 START and END at the end, for backward compatibility.
18648
18649 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18650
18651 * international/codepage.el:
18652 (cp-coding-system-for-codepage-1): Delete special codes for
18653 generating xxx-dos coding system because now a CCL based coding
18654 system can handle EOL conversion by default.
18655
18656 * international/mule.el (make-coding-system): Generate subsidiary
18657 coding systems for EOL handling variants even for a CCL based
18658 coding system.
18659
18660 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18661
18662 * international/isearch-x.el (isearch-minibuffer-input-method)
18663 (isearch-minibuffer-input-method-function): These variables
18664 deleted.
18665 (isearch-with-input-method): Don't use the above variables.
18666 (isearch-process-search-multibyte-characters): Likewise. Call
18667 read-string with the arg INHERIT-INPUT-METHOD t.
18668
18669 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18670
18671 * font-lock.el (font-lock-after-fontify-buffer)
18672 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18673
18674 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18675 Use consistent make-local-variable style for font-lock-fontified.
18676 (jit-lock-fontify-buffer):
18677 Don't bother checking for font-lock-mode and jit-lock-mode.
18678
18679 * time.el: Remove trailing ^M that prevent CVS-merging.
18680
18681 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18682
18683 * Makefile.in (distclean): New target.
18684
18685 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18686
18687 * Makefile.in (srcdir): Define for update-subdirs.
18688
18689 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18690
18691 * find-lisp.el: New file.
18692
18693 2000-06-16 Andrew Innes <andrewi@gnu.org>
18694
18695 * time.el (display-time-mail-function): New variable, to allow
18696 external packages to indicate when new mail is available.
18697 (display-time-update): Use it.
18698
18699 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18700
18701 * international/mule.el (mule-version): Change version name to
18702 SAKAKI. AOI has already been used by Meadow.
18703
18704 * international/quail.el (quail-show-guidance-buf): To find the
18705 bottom window (but minibuffer), pay attention to the height of
18706 minibuffer.
18707
18708 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18709
18710 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18711 menu-bar menus. Add help strings. Don't remove the Edit menu
18712 from the menu bar, as the menu bar has enough space now.
18713
18714 * Makefile.in (SHELL): Make sure /bin/sh is used.
18715
18716 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18717 characters, which use series of two ^H characters instead of one.
18718
18719 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18720
18721 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18722 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18723 functions.
18724 (Info-find-node-2): Try a case-sensitive search first, then
18725 do a case-insensitive search.
18726
18727 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18728 tutorials.
18729
18730 * complete.el (PC-env-vars-alist): New variable.
18731 (PC-complete-as-file-name): New function.
18732 (partial-completion-mode): Initialize PC-env-vars-alist from
18733 process-environment.
18734 (PC-do-completion): Handle completion of env vars.
18735
18736 * info.el (Info-set-mode-line): Show file name in mode line,
18737 use `*Info*' instead of `Info:'.
18738
18739 * startup.el (command-line-1): Change copyright messages to year
18740 2000.
18741
18742 2000-06-15 Dave Love <fx@gnu.org>
18743
18744 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18745 not local-map.
18746
18747 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18748
18749 * international/mule.el (set-buffer-file-coding-system): Almost
18750 rewritten to handle `undecided' as no-op.
18751
18752 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18753
18754 * Makefile.in: New file.
18755
18756 * Makefile: Removed.
18757
18758 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18759 (goto-address-highlight-keymap): Bind C-c RET.
18760
18761 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18762
18763 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18764 inherits buffer-file-coding-system of the current buffer.
18765
18766 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18767 0. Give correct argument to set-auto-coding-function.
18768 (tar-expunge): For goto-char, use (point-min), not 0.
18769 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18770 (tar-subfile-save-buffer): Likewize.
18771
18772 * international/mule.el
18773 (after-insert-file-set-buffer-file-coding-system): Call
18774 set-buffer-file-coding-system with the arg FORCE t.
18775
18776 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18777
18778 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18779 nil. Contemporary sendmails issue an X-Authentication-Warning if
18780 the sender is set with `-f'.
18781
18782 2000-06-13 Dave Love <fx@gnu.org>
18783
18784 * help.el (describe-function-1): Kluge around cases of functions
18785 fset to subrs whose doc doesn't match their symbol-name.
18786
18787 * image.el (insert-image): Default STRING to a space.
18788
18789 * info.el Doc fixes.
18790 (Info-build-node-completions): Match Ref tags.
18791
18792 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18793
18794 * frame.el (display-multi-frame-p, display-multi-font-p): New
18795 defaliases for display-graphic-p.
18796
18797 * hl-line.el: Fixed a typo in commentary.
18798
18799 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18800
18801 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18802 fixed.
18803
18804 2000-06-12 Dave Love <fx@gnu.org>
18805
18806 * image.el (insert-image): Save a little consing.
18807
18808 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18809
18810 * language/tibet-util.el: Convert all tibetan-1-column characters
18811 to the corresponding tibetan characters.
18812 (tibetan-add-components): Delete code for the special treatment of
18813 'a chung.
18814
18815 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18816 change.
18817 (tibetan-vowel-transcription-alist): More rules added.
18818 (tibetan-composite-vowel-alist): New variable.
18819 (tibetan-precomposition-rule-alist): More rules added.
18820
18821 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18822
18823 * startup.el (command-line): Only call menu-bar-mode if interactive.
18824
18825 * thingatpt.el (toplevel symbol-properties):
18826 * textmodes/makeinfo.el (makeinfo-compile):
18827 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18828 * progmodes/hideif.el (hif-compress-define-list)
18829 (hide-ifdef-use-define-alist):
18830 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18831 (ange-ftp-vms-add-file-entry):
18832 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18833 * man.el (Man-build-man-command):
18834 * mail/rnewspost.el (news-reply-header-hook):
18835 * info.el (Info-insert-dir):
18836 * emulation/mlconvert.el (backward-word, forward-word, setq):
18837 * emacs-lisp/gulp.el (gulp-send-requests):
18838 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18839 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18840 (byte-optimize-apply, end of file):
18841 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18842 (ad-make-freeze-definition):
18843 * startup.el (command-line, command-line-1): Don't quote lambdas.
18844
18845 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18846 (cvs-cleanup-removed): New function.
18847 (cvs-cleanup-functions): New var.
18848 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18849 some flexibility in specifying additional entries to auto-cleanup.
18850 (cvs-quickdir): New function.
18851 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18852 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18853 (cvs-mode-find-file): Check that we are on a filename or dirname
18854 when invoked through a mouse-click.
18855 (cvs-full-path): Remove.
18856 (cvs-dired-action): Re-introduced.
18857 (cvs-dired-noselect): Use it.
18858 (vc-post-command-functions): use this new hook if available.
18859
18860 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18861 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18862 (cvs-filename-map, cvs-dirname-map): Remove.
18863 (cvs-default-action): Remove.
18864 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18865 if the arg is really a keymap.
18866 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18867 Don't hardcode the mapping from state (aka type) to face, but check
18868 the var cvs-fi-<type>-face instead.
18869 (cvs-fileinfo-from-entries): New function.
18870
18871 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18872 Docstring fix.
18873 (cvs-find-file-and-jump): Change default to be safer.
18874 (cvs-mode-diff-map): Define it as a function as well.
18875 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18876 Bind mouse-2 in this global map rather than with text-properties.
18877
18878 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18879 file to resolve the ambiguity between C(conflict) and C(need-merge).
18880
18881 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18882
18883 * international/mule.el (set-buffer-file-coding-system): If
18884 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18885 unconditionally.
18886
18887 2000-06-12 Dave Love <fx@gnu.org>
18888
18889 * wid-edit.el (widget-specify-button): Really suppress the face if
18890 required.
18891
18892 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18893
18894 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18895
18896 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18897
18898 * imenu.el (imenu-generic-expression): Docstring fix.
18899
18900 * composite.el (composition-function-table): Move the `put'
18901 below the autoload cookie so we can load the file before loaddefs.
18902
18903 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18904
18905 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18906 Handle easy-mmode-define-global-mode.
18907 For complex macros like define-minor-mode that can generate
18908 several autoload entries, try to autoload entries in the
18909 macroexpanded code.
18910
18911 * emacs-lisp/easy-mmode.el (define-minor-mode):
18912 If KEYMAP is a symbol, just use it.
18913 Use byte-compile-current-file and load-file-name to infer the
18914 proper :require to pass to defcustom.
18915 Wrap the hook var into `progn' so as not to autoload it.
18916 Add a :autoload-end cookie.
18917 Be more careful about the evaluation of KEYMAP.
18918 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18919 (define-derived-mode): Move define-abbrev-table outside of defvar.
18920
18921 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18922
18923 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18924 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18925 (backup-compiled-files): Ignore errors during `tar'.
18926 (bootstrap): Make autoloads before elc files.
18927
18928 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18929
18930 * international/mule.el (set-buffer-file-coding-system): If one of
18931 undecided-XXX is specified, change only EOL conversion.
18932
18933 * international/mule-conf.el (unix): New alias for the coding
18934 system undecided-unix.
18935
18936 2000-06-09 Dave Love <fx@gnu.org>
18937
18938 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18939
18940 * progmodes/executable.el: Byte compile dynamic.
18941 (executable-insert): Change custom type.
18942 (executable-find): Add autoload cookie.
18943 (executable-make-buffer-file-executable-if-script-p): New
18944 function. After Noah Friedman.
18945
18946 * files.el (after-save-hook): Customize, with
18947 executable-make-buffer-file-executable-if-script-p as an option.
18948
18949 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18950
18951 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18952 "tib24p-mule.bdf" for Tibetan.
18953
18954 * composite.el (decompose-composite-char): Declare it as obsolete.
18955
18956 * man.el (Man-fontify-manpage): Pay attention to underline and
18957 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18958
18959 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18960
18961 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18962 Set maintainer to FSF since author isn't reachable.
18963
18964 2000-06-08 Dave Love <fx@gnu.org>
18965
18966 * international/mule-cmds.el (select-safe-coding-system): If
18967 DEFAULT-CODING-SYSTEM is not specified, also check the most
18968 preferred coding-system if buffer-file-coding-system is
18969 `undecided'. From Handa.
18970
18971 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18972
18973 * international/mule.el
18974 (after-insert-file-set-buffer-file-coding-system): If the buffer
18975 size is greater than INSERTED, judget that we are not visiting.
18976
18977 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18978
18979 * whitespace.el (defgroup whitespace): Comment out `:version'.
18980 XEmacs 20.4 has problems defining the group with this present.
18981 We'll have this commented out till get resolve the problem.
18982
18983 2000-06-07 John Wiegley <johnw@gnu.org>
18984
18985 * align.el (align-dq-string-modes, align-sq-string-modes)
18986 (align-open-comment-modes): Add pyhton-mode.
18987 (align-rules-list): Use get-text-property instead of
18988 text-properties-at.
18989 (align-rules-list): Add python-assignment.
18990 (align-rules-list): Change perl-comma-delimiter to
18991 basic-comma-delimiter. Use if for Perl modes and python-mode.
18992 (align-rules-list): Add python-chain-logic and
18993 basic-line-continuation.
18994
18995 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18996
18997 * apropos.el (apropos-mode-hook): New user variable.
18998 (apropos-mode): Run apropos-mode-hook.
18999
19000 2000-06-07 David Ponce <david@dponce.com>
19001
19002 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
19003 commands. Require `wid-edit' at run-time.
19004
19005 2000-06-07 David Ponce <david@dponce.com>
19006
19007 * recentf.el: Added some "Commentary".
19008 (recentf-open-more-files, recentf-edit-list): Minor changes to
19009 move the point at the top of the file list. This behaviour is
19010 consistent with the menu one when the list contains a lot of
19011 files.
19012 (recentf-cleanup): Now displays the number of items removed from
19013 the list.
19014 (recentf-relative-filter) New menu filter to show filenames
19015 relative to `default-directory'.
19016
19017 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19018
19019 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
19020 with/without giving an error if PostScript printer doesn't have this
19021 kind of page size. Zebra Stripe continues or restarts on next page.
19022 Manual/automatic paper feeding. Switch or not the header.
19023 (ps-print-version): New version number (5.2.2).
19024 (ps-windows-system): Include emx as a Windows system.
19025 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
19026 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
19027 (ps-background-text): Code fix.
19028 (ps-error-handler-message, ps-user-defined-prologue)
19029 (ps-print-prologue-header, ps-printer-name)
19030 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
19031 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
19032 (ps-use-face-background): Customization fix.
19033 (ps-n-up-database): Data fix.
19034 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
19035 (ps-switch-header): New vars.
19036 (ps-xemacs-color-name, ps-face-foreground-name)
19037 (ps-face-background-name, ps-boolean-constant): New funs.
19038
19039 2000-06-07 Dave Love <fx@gnu.org>
19040
19041 * allout.el: New version from Manheimer.
19042
19043 2000-06-07 Kenichi Handa <handa@etl.go.jp>
19044
19045 * textmodes/fill.el (fill-find-break-point): Check the validity of
19046 charset.
19047
19048 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19049
19050 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19051 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
19052 Call display-color-p and display-mouse-p instead of looking at
19053 window-system.
19054
19055 2000-06-06 Dave Love <fx@gnu.org>
19056
19057 * image.el (find-image): Doc fix. Return nil if image not found.
19058 (put-image, insert-image): Make STRING arg optional.
19059
19060 2000-06-06 Kenichi Handa <handa@etl.go.jp>
19061
19062 * language/vietnamese.el: Remove eval-when-compile.
19063 (viet-viscii-nonascii-translation-table): Define it as a
19064 translation table made from viet-viscii-decode-table.
19065 (viet-viscii-encode-table): Define it as a translation table made
19066 from the reverse map of above.
19067 (viet-vscii-nonascii-translation-table): Define it as a
19068 translation table made from viet-vscii-decode-table.
19069 (viet-vscii-encode-table): Define it as a translation table made
19070 from the reverse map of above.
19071 (ccl-decode-viscii): Use translate-character.
19072 (ccl-encode-viscii, ccl-encode-viscii-font)
19073 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
19074 Likewize.
19075
19076 * language/cyrillic.el: Remove eval-when-compile.
19077 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
19078 translation table made from cyrillic-koi8-r-decode-table.
19079 (cyrillic-koi8-r-encode-table): Define it as a translation table
19080 made from the reverse map of above.
19081 (ccl-decode-koi8): Use translate-character.
19082 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
19083 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
19084 a translation table made from cyrillic-alternativnyj-decode-table.
19085 (cyrillic-alternativnyj-encode-table): Define it as a translation
19086 table made from the reverse map of above.
19087 (ccl-decode-alternativnyj): Use translate-character.
19088 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
19089 Likewize
19090
19091 * international/mule-diag.el (non-iso-charset-alist): Specify
19092 translation table symbol instead of translation table itself.
19093 (list-block-of-chars): CHARSET may be a translation table symbol.
19094
19095 * international/mule.el (make-coding-system): If CODING-SYSTEM
19096 already exists, override it.
19097
19098 * international/fontset.el: Use family `proportional' for Tibetan
19099 fonts.
19100
19101 * international/ccl.el (ccl-compile-translate-character): Don't
19102 check if Rrr has property translation-table.
19103 (ccl-compile-map-multiple): Modified to avoid compiler warning.
19104
19105 2000-06-05 Gerd Moellmann <gerd@gnu.org>
19106
19107 * info.el: Bind case-fold-search to t when searching in case
19108 a user sets it to nil in a hook.
19109
19110 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19111
19112 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19113 * hl-line.el (hl-line-mode): Use the new :global key argument.
19114
19115 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19116 (tar-clip-time-string): Prepend a space.
19117 (tar-grind-file-mode): Construct a string rather than modifying one.
19118 (tar-header-block-summarize): Fix docstring.
19119 Use `format' rather than an error-prone set of copy-loops.
19120
19121 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19122 (diff-goto-source, diff-unified->context, diff-context->unified)
19123 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19124 understand the format output by the `-p' argument to diff.
19125
19126 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19127 (sh-re-done): Use defconst.
19128 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19129 (sh-help-string-for-variable, sh-guess-basic-offset):
19130 Don't quote lambdas.
19131 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19132 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19133
19134 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19135 (mh-letter-mode): Derive from text-mode.
19136 This implicitly means that it now calls kill-all-local-variables.
19137 Also remove the Emacs-18 compatibility code.
19138
19139 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19140 Make use of symbol-property doc-string-elt.
19141 Use memq rather than a sequence of eq.
19142 (doc-string-elt): Fix the wrong or missing previously unused values.
19143 (autoload-print-form): New function extracted from
19144 generate-file-autoloads to allow recursion when handling progn
19145 so that defvar's and defun's docstrings are properly printed.
19146 (generate-file-autoloads): Use it.
19147
19148 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19149 Use find-file-hooks in the minor-mode function.
19150 Be careful not to loop indefinitely in the post-command-hook function.
19151
19152 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19153
19154 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19155 tty's.
19156 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19157 differences whenever appropriate.
19158 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19159 * viper.el (find-file, find-file-other-window): Get viper to do
19160 wildcards.
19161
19162 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19163
19164 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19165 (jit-lock-fontify-buffer): New function for JIT refontification.
19166 (jit-lock-mode): Fix docstring.
19167 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19168 Remove jit-lock-after-change from the _local_ hook.
19169 (jit-lock-function-1): Fix docstring.
19170
19171 * info.el (Info-on-current-buffer): Initialize info.
19172
19173 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19174
19175 * progmodes/tcl.el (tcl-indent-for-comment):
19176 Ignore comment-indent-hook.
19177
19178 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19179 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19180 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19181 and improve to use the lighter to guess the capitalization.
19182 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19183 Add keyword arguments to specify global-ness or the custom group.
19184 Add local-map and help-echo properties to the lighter.
19185 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19186 (easy-mmode-define-global-mode): New macro.
19187
19188 2000-06-02 Dave Love <fx@gnu.org>
19189
19190 * wid-edit.el: byte-compile-dynamic since we typically don't use
19191 all the widgets. Don't require cl or widget. Remove
19192 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19193 (widget-read-event): Removed. Callers changed to use read-event.
19194 (widget-button-release-event-p): Renamed from
19195 button-release-event-p.
19196 (widget-field-add-space, widget-field-use-before-change):
19197 Uncustomize.
19198 (widget-specify-field): Use keymap property, not local-map.
19199 (widget-specify-button): Obey :suppress-face.
19200 (widget-specify-insert): Use modern backquote syntax.
19201 (widget-image-directory): Renamed from widget-glyph-directory.
19202 (widget-image-enable): Renamed from widget-glyph-enable.
19203 (widget-image-find): Replaces widget-glyph-find.
19204 (widget-button-pressed-face): Move defvar.
19205 (widget-image-insert): Replaces widget-glyph-insert.
19206 (widget-convert): Use keywordp.
19207 (widget-leave-text, widget-children-value-delete): Use mapc.
19208 (widget-keymap): Remove XEmacs stuff.
19209 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19210 (widget-button-click): Don't set point at the click, but re-centre
19211 if we scroll out of window. Rewritten for images v. glyphs &c.
19212 (widget-tabable-at): Use POS arg, not point.
19213 (widget-beginning-of-line, widget-end-of-line)
19214 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19215 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19216 (widget-default-create): Use widget-image-insert; some rewriting.
19217 (widget-visibility-value-create)
19218 (widget-push-button-value-create, widget-toggle-value-create): Use
19219 widget-image-insert.
19220 (checkbox): Create on and off images dynamically.
19221 (documentation-link): Change :help-echo.
19222 (widget-documentation-link-echo-help): Remove.
19223
19224 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19225
19226 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19227
19228 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19229 (easy-mmode-define-toggle, define-minor-mode): Use it.
19230 (easy-mmode-define-keymap): Docstring fix.
19231 (define-derived-mode): Default PARENT to fundamental-mode.
19232 Add the derived-mode-parent symbol-property.
19233 (easy-mmode-derived-mode-p): New function.
19234
19235 2000-06-02 Dave Love <fx@gnu.org>
19236
19237 * files.el (convert-standard-filename): Doc fix.
19238 (normal-backup-enable-predicate): New function.
19239 (backup-enable-predicate): Use it to replace the lambda form.
19240
19241 * calendar/todo-mode.el: [This needs more work on the outline
19242 stuff.] Doc fixes.
19243 (todo) <defgroup>: Add :version.
19244 (todo-add-category): Don't use pushnew.
19245 (todo-cmd-raise): Fix typo.
19246 (todo-top-priorities): Change temp buffer name.
19247 (todo-category-alist): Avoid redundant lambda.
19248 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19249 Use outline-next-heading.
19250
19251 * autoarg.el: Rewritten to use define-minor-mode.
19252 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19253 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19254
19255 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19256
19257 * isearch.el (isearch-other-meta-char): Fix previous change.
19258
19259 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19260
19261 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19262 (log-edit-done): Only add the comment to the ring if it's different
19263 from the last comment entered.
19264
19265 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19266
19267 2000-06-01 Dave Love <fx@gnu.org>
19268
19269 * hl-line.el: Rewritten using define-minor-mode.
19270
19271 * help.el (describe-function-1): Distinguish special form from
19272 builtin function. Sanity-check presence of arglist for builtins.
19273
19274 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19275
19276 * international/characters.el: Fix syntax/category setting of
19277 Tibetan characters.
19278
19279 * language/tibet-util.el (tibetan-add-components): Fixes for new
19280 encoding of Tibetan characters.
19281 (tibetan-decompose-precomposition-alist): New variable.
19282 (tibetan-decompose-region): Convert precomposed characters to
19283 non-precomposed characters.
19284 (tibetan-decompose-string): Likewise.
19285 (tibetan-composition-function): Fix args to
19286 thibetan-compose-string.
19287
19288 * language/tibetan.el (tibetan-composable-pattern): More
19289 characters included.
19290 (tibetan-consonant-transcription-alist): Rule for "R" added.
19291 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19292 "+R" added.
19293 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19294
19295 * language/lao-util.el (lao-composition-function): Fix args to
19296 compose-string.
19297
19298 * language/thai-util.el (thai-composition-function): Fix args to
19299 compose-string.
19300
19301 * isearch.el (isearch-update): Set disable-point-adjustment to t
19302 to prevent the point moving to the end of a composition when a
19303 part of a composition is searched.
19304 (isearch-other-meta-char): If the key invoking this command can be
19305 mapped by function-key-map to a printing char, call
19306 isearch-process-search-char directly.
19307
19308 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19309
19310 * emacs-lisp/bytecomp.el:
19311 * frame.el:
19312 * international/mule-cmds.el:
19313 * international/mule-util.el:
19314 * international/mule.el:
19315 * mouse.el:
19316 * subr.el:
19317 * faces.el: Update calls to make-obsolete with a WHEN argument.
19318
19319 * byte-run.el (make-obsolete, make-obsolete-variable):
19320 Add an optional WHEN argument and change the format of the
19321 symbol-property information.
19322 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19323 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19324 new obsolete-symbol-property format and print WHEN if it is provided.
19325
19326 2000-05-31 Dave Love <fx@gnu.org>
19327
19328 * loadhist.el (loadhist-hook-functions): Remove
19329 before-change-function, after-change-function.
19330 (unload-feature): Deal with symbols which are both bound and
19331 fbound.
19332
19333 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19334 before-change-function, after-change-function.
19335
19336 * simple.el (newline): Don't bind before-change-function,
19337 after-change-function.
19338
19339 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19340
19341 * whitespace.el (whitespace-rescan-timer-time): Update interval
19342 set to 600 seconds (10 minutes) instead of 60 seconds since
19343 a large number of whitespace buffers causes emacs to `freeze'
19344 for a considerable amount of time.
19345
19346 * whitespace.el: Updated email address
19347
19348 2000-05-31 Dave Love <fx@gnu.org>
19349
19350 * add-log.el (change-log-font-lock-keywords) <function>: Add
19351 pattern for function of change.
19352 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19353 acknowledgements patterns.
19354
19355 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19356
19357 * isearch.el (isearch-printing-char): If keyboard coding system is
19358 being used, call isearch-process-search-multibyte-characters.
19359
19360 * international/isearch-x.el: Mostly rewritten.
19361
19362 * international/quail.el (quail-start-conversion): Don't include
19363 unhandled events in the returned events, but set them in
19364 unread-command-events. Exit if all inputs are deleted.
19365
19366 2000-05-30 Jason Rumney <jasonr@gnu.org>
19367
19368 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19369
19370 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19371 Reenable code to create initial fontsets.
19372 Use set-fontset-font in place of put-charset-property.
19373
19374 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19375
19376 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19377 label, ensure that the first colon isn't followed by another.
19378
19379 * paths.el (Info-default-directory-list): Doc fix.
19380
19381 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19382 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19383 send a query containing USER only, not USER@HOST.
19384
19385 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19386 and rmail-msgend to compute the restriction at the end, instead of
19387 computing it.
19388
19389 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19390
19391 * dabbrev.el (dabbrev-expand): Don't display messages in the
19392 echo area if the minibuffer window is active.
19393
19394 * jit-lock.el (jit-lock-mode): Add after change function to
19395 local hook.
19396
19397 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19398
19399 * antlr-mode.el: New commands: hide/unhide actions,
19400 upcase/downcase literals.
19401 (antlr-tiny-action-length): New user option.
19402 (antlr-hide-actions): New command. Suggested by
19403 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19404 (antlr-mode-map): New binding [C-c C-v].
19405 (antlr-mode-menu): New entries.
19406 (antlr-downcase-literals): New command.
19407 (antlr-upcase-literals): Ditto.
19408
19409 * antlr-mode.el: Minor changes: indendation, mode-name.
19410 (antlr-indent-line): Indent cpp directive at column 0.
19411 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19412
19413 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19414 (antlr-font-lock-additional-keywords): Workaround for intentional
19415 bug in XEmacs version of font-lock.
19416 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19417 be used by a smarter version of `buffers-menu-grouping-function'.
19418
19419 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19420
19421 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19422 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19423
19424 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19425
19426 * international/encoded-kb.el
19427 (encoded-kbd-iso2022-designation-map): Pay attention to that
19428 charset-iso-final-char return -1 for eight-bit-control and
19429 eight-bit-graphic.
19430
19431 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19432
19433 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19434 (speedbar-easymenu-definition-base): Use display-graphic-p where
19435 available, instead of window-system.
19436
19437 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19438
19439 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19440 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19441 coding systems.
19442
19443 2000-05-26 Dave Love <fx@gnu.org>
19444
19445 * disp-table.el (standard-display-underline): Don't use
19446 internal-find-face.
19447
19448 * mail/reporter.el: Maintainer change. Doc fixes.
19449 (reporter-version): Deleted.
19450
19451 * emacs-lisp/elp.el: Maintainer change.
19452 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19453
19454 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19455
19456 * add-log.el (add-change-log-entry): Merge the current entry with the
19457 previous one if the previous one is empty.
19458
19459 2000-05-26 Dave Love <fx@gnu.org>
19460
19461 * loadhist.el (unload-feature): Fix interactive spec [from
19462 lijnzaad@ebi.ac.uk].
19463
19464 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19465 subr-arity to check primitives.
19466 (byte-compile-flush-pending, byte-compile-file-form-progn)
19467 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19468 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19469 mapcar.
19470
19471 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19472
19473 * international/fontset.el: Set family names of non-latin charsets
19474 in default fontset to "*".
19475
19476 * international/mule-diag.el (print-fontset): Combine family part
19477 and registry part of the fontname by "-*-" instead of "-".
19478
19479 * international/mule-cmds.el (encode-coding-char): Make strings
19480 multibyte before calling encode-coding-string.
19481
19482 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19483
19484 * derived.el: Fix keywords.
19485 (define-derived-mode): Only define if needed.
19486
19487 * simple.el (fill-comment, comment-column, comment-start)
19488 (comment-start-skip, comment-end, comment-indent-function)
19489 (block-comment-start, block-comment-end, indent-for-comment)
19490 (set-comment-column, kill-comment, comment-padding, comment-region)
19491 (comment-multi-line, indent-new-comment-line): Remove.
19492
19493 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19494 function names for comment operations.
19495
19496 * newcomment.el: Add abundant autoload cookies.
19497 (comment-style): Don't depend on runtime data at compile-time.
19498 (comment-indent-hook): Remove.
19499 (comment-indent): Check if comment-indent-hook is bound.
19500 (comment-region): Docstring fix.
19501
19502 2000-05-25 Dave Love <fx@gnu.org>
19503
19504 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19505 byte-code-function-p.
19506
19507 * mail/rmailsum.el: Add provide.
19508
19509 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19510
19511 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19512 defcustom.
19513
19514 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19515
19516 * ediff-diff.el (ediff-exec-process): delete --binary option from
19517 non-buffer ediff jobs.
19518
19519 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19520
19521 * hilit-chg.el (highlight-changes-mode): Ask about color or
19522 grayscale support, not about window-system.
19523
19524 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19525 window-system.
19526 (ffap-highlight): Always default to t.
19527
19528 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19529 display-popup-menus-p instead of looking at window-system.
19530
19531 * disp-table.el (standard-display-g1, standard-display-graphic):
19532 Only refuse to use string glyphs on X and MS-Windows.
19533
19534 * avoid.el: Remove window-system from commentary, suggest to use
19535 display-*-p instead.
19536
19537 * apropos.el (apropos-print): Use display-mouse-p instead of
19538 window-system.
19539
19540 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19541
19542 * international/codepage.el (cp-decoding-vector-for-codepage):
19543 Fill up unsupported characters with their own codes. From Kenichi
19544 Handa.
19545
19546 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19547
19548 * international/mule-diag.el (describe-char-after): Use
19549 display-graphic-p instead of window-system, so that this function
19550 works on MS-DOS.
19551
19552 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19553
19554 * international/codepage.el (cp-make-coding-systems-for-codepage):
19555 Remove the eight-bit-graphic and eight-bit-control charsets from
19556 the list of charsets which we convert into `?'.
19557
19558 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19559
19560 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19561 private charsets.
19562 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19563 japanese-jisx0213-2): New charsets.
19564
19565 * international/fontset.el: Setup default fontset for new charsets.
19566
19567 2000-05-24 Dave Love <fx@gnu.org>
19568
19569 * info.el (Info-find-node-2): Restructure [following "Vadim
19570 S. Solomin" <sovs@uic.nnov.ru>].
19571
19572 * icomplete.el: Fix header for Finder.
19573
19574 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19575
19576 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19577 STAY.
19578
19579 * rmail.el (rmail-automatic-folder-directives): New user variable.
19580 (rmail-show-message): Add call to `rmail-auto-file' during
19581 display.
19582 (rmail-auto-file): New function.
19583
19584 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19585
19586 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19587 account.
19588 (ediff-test-utility,ediff-diff-mandatory-option)
19589 (ediff-reset-diff-options): Utilities for proper initialization of
19590 ediff-diff-options and ediff-diff3-options on Windows.
19591
19592 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19593 variable.
19594
19595 * ediff-mult.el (ediff-filegroup-action): Use
19596 ediff-merge-filename-prefix.
19597
19598 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19599
19600 * viper-ex.el (ex-write): Set selective display to nil.
19601
19602 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19603
19604 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19605 aliases for hebrew-iso-8bit.
19606
19607 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19608
19609 * woman.el: New version from Francis J. Wright
19610 <F.J.Wright@Maths.QMW.ac.uk>.
19611 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19612 names in environment variables regardless of the path separator.
19613 (woman-topic-all-completions-1): Don't call file-name-directory-p
19614 on all files, since woman-file-regexp already filters out any
19615 directories.
19616
19617 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19618
19619 * international/quail.el (quail-start-translation): Don't change
19620 modified-p of the current buffer.
19621 (quail-start-conversion): Likewise.
19622
19623 * international/kkc.el (kkc-region): Don't change modified-p of
19624 the current buffer.
19625
19626 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19627 conform to RFC1468.
19628 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19629
19630 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19631
19632 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19633 (speedbar-insert-button): Invisible text property fix.
19634 (speedbar-directory-plus): Renamed from speedbar-directory-+
19635 (speedbar-directory-minus): Renamed from speedbar-directory--
19636 (speedbar-page-plus): Renamed from speedbar-file-+
19637 (speedbar-page-minus): Renamed from speedbar-file--
19638 (speedbar-page): Renamed from speedbar-file-
19639 (speedbar-tag): Renamed from speedbar-tag-
19640 (speedbar-tag-plus): Renamed from speedbar-tag-+
19641 (speedbar-tag-minus): Renamed from speedbar-tag--
19642 (speedbar-expand-image-button-alist): Use above renames.
19643
19644 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19645 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19646 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19647 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19648 * sb-pg.xpm: Renamed from sb-file.xpm
19649 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19650 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19651
19652 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19653
19654 * international/quail.el (quail-show-guidance-buf): Set
19655 current-input-method of the guidance buffer to the name of the
19656 curren input method.
19657
19658 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19659
19660 * progmodes/compile.el (compile-internal): Style typo.
19661
19662 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19663 quote vars and functions in the docstring.
19664
19665 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19666
19667 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19668 Don't quote lambdas.
19669
19670 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19671
19672 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19673
19674 * startup.el (command-line): Determine source file of compiled
19675 user init file differently. Warn if compiled user init file
19676 is older than its source file.
19677
19678 * ffap.el (ffap-url-regexp): Add `https'.
19679
19680 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19681
19682 * files.el (make-backup-file-name-1): Replace slashes with `!'
19683 rather than `|' (which is not allowed on Windows). Replace the
19684 drive letters with a string "drive_X".
19685
19686 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19687
19688 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19689
19690 * files.el (interpreter-mode-alist): Add `bash2'.
19691
19692 2000-05-22 Dave Love <fx@gnu.org>
19693
19694 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19695 mapc.
19696 (feature-file): Avoid calling symbol-name. Doc fix.
19697 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19698 (loadhist-hook-functions): Add mouse-position-function.
19699 (unload-feature): Change uses of mapcar.
19700
19701 * files.el (parse-colon-path): Doc fix.
19702 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19703 (set-auto-mode): Use mapc.
19704
19705 * complete.el (PC-look-for-include-file): Use :alnum: character
19706 class.
19707 (partial-completion-mode): Add autoload cookie.
19708
19709 2000-05-22 Sam Steingold <sds@gnu.org>
19710
19711 * info.el (Info-fontify-node): Fixed the call to
19712 `add-text-properties' (bug introduced on 2000-05-18).
19713
19714 2000-05-22 Dave Love <fx@gnu.org>
19715
19716 * bindings.el: Remove debug-ignored-errors set in other files.
19717
19718 * progmodes/etags.el: Add to debug-ignored-errors.
19719 (visit-tags-table-buffer): Clear out buffers holding old tables
19720 when making a new list.
19721 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19722 mapc.
19723
19724 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19725 quote keywords.
19726 (cmpl-string-case-type): Use character classes.
19727
19728 * comint.el:
19729 * textmodes/ispell.el:
19730 * imenu.el:
19731 * mail/mh-e.el:
19732 * progmodes/compile.el: Add to debug-ignored-errors.
19733
19734 * dabbrev.el: Add to debug-ignored-errors.
19735 (dabbrev-completion): Use mapc.
19736
19737 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19738
19739 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19740 (woman-mapcan, woman-parse-man.conf)
19741 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19742 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19743 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19744 path syntax better.
19745 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19746 (woman-manpath): Call woman-parse-man.conf.
19747 (woman-emulation): New defcustom, defaults to nroff.
19748 (woman-font-support): New defconst.
19749 (woman-use-symbol-font): New defcustom.
19750 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19751 "Emulation".
19752 Many functions: Doc fix.
19753
19754 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19755
19756 * international/quail.el (quail-simple-translation-keymap): Map
19757 128..255 to quail-self-insert-command.
19758 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19759
19760 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19761
19762 * help.el (help-manyarg-func-alist): Typo.
19763
19764 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19765 intervals which makes it heaps simpler.
19766
19767 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19768 the nested comment markers.
19769
19770 * subr.el (remove-hook): Don't turn the hook's value into a list.
19771
19772 2000-05-21 Dave Love <fx@gnu.org>
19773
19774 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19775 are invalid characters.
19776
19777 * international/mule-util.el (detect-coding-with-priority): Use
19778 mapc. Remove redundant lambda.
19779
19780 * international/mule-diag.el (list-non-iso-charset-chars)
19781 (describe-fontset): Remove redundant lambda.
19782
19783 * emulation/crisp.el (brief-mode): New alias.
19784
19785 * emacs-lisp/ring.el (ring-elements): New function.
19786
19787 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19788 (easy-menu-do-add-item): Use keywordp.
19789
19790 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19791
19792 * replace.el: Doc and error message fixes.
19793 (replace-highlight): Use facep, not internal-find-face.
19794
19795 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19796
19797 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19798
19799 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19800 (log-edit-insert-changelog): Drop `:' as well.
19801
19802 * log-view.el: Fix file description.
19803 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19804 available.
19805 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19806 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19807
19808 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19809 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19810 Print a status message if the toggle is called interactively.
19811 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19812 for global minor modes and use `defcustom' for them.
19813 Use add-minor-mode.
19814 (easy-mmode-define-derived-mode): Remove.
19815 (define-derived-mode): Fancier default docstring.
19816 (easy-mmode-define-navigation): Signal an error rather than (ding).
19817
19818 * newcomment.el (comment-styles): New `box-multi'.
19819 (comment-normalize-vars): Better default for comment-continue to
19820 avoid whitespace-only continuations.
19821 (comment-search-forward): Always move even in the no-syntax case.
19822 (comment-padright): Only obey N if it's only obeyed for padleft.
19823 (comment-make-extra-lines): Better handling of empty continuations.
19824 Use `=' for the filler if comment-start has only one character.
19825 (uncomment-region): Try handling the special `=' filler.
19826 (comment-region): Allow LINES even if MULTI is nil.
19827 (comment-box): Choose box style based on comment-style.
19828
19829 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19830
19831 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19832 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19833
19834 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19835
19836 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19837 and insert, not subst-char-in-region.
19838
19839 * international/mule-diag.el (list-character-sets-1): Handle
19840 charsets eight-bit-control and eight-bit-graphic.
19841 (list-iso-charset-chars): Likewise.
19842 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19843 charactes as is. Use indent-to to align characters.
19844
19845 * international/mule-cmds.el (find-multibyte-characters): Never
19846 exclude charsets eight-bit-control and eight-bit-graphic.
19847
19848 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19849
19850 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19851 Don't quote lambdas.
19852
19853 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19854
19855 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19856
19857 * gud.el (gud-jdb-directories): Doc fix.
19858
19859 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19860
19861 * newcomment.el: New file.
19862
19863 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19864
19865 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19866
19867 2000-05-18 Andreas Schwab <schwab@suse.de>
19868
19869 * dired.el (dired-between-files): Also skip lines beginning with
19870 `used'.
19871
19872 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19873
19874 * msb.el (msb-menu-cond): Add choice `user'.
19875
19876 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19877
19878 * ps-print.el: Compatibility, customization and doc fix.
19879 (ps-printer-name-option): Replace defconst by defvar.
19880 (ps-postscript-code-directory): XEmacs compatibility.
19881 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19882 fix.
19883 (ps-user-defined-prologue, ps-print-prologue-header)
19884 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19885 compatibility and code fix.
19886 (ps-print-background-image, ps-print-background-text):
19887 Customization fix.
19888 (ps-line-number-start, ps-n-up-on): New vars.
19889
19890 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19891
19892 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19893 the indent-comment function to just return the appropriate indent.
19894
19895 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19896
19897 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19898 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19899 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19900
19901 2000-05-18 Dave Love <fx@gnu.org>
19902
19903 * info.el (Info-fontify-node): Add intangible property as well as
19904 invisible.
19905
19906 * calendar/appt.el (appt-make-list): Match all lines of entry.
19907 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19908
19909 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19910
19911 * international/mule-diag.el (describe-char-after): Call
19912 internal-char-font, not char-font. If internal-char-font returns
19913 nil, display "-- none --".
19914
19915 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19916
19917 * image.el (image-type-available-p): Don't reference image-types
19918 if it isn't bound.
19919
19920 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19921
19922 * autoarg.el (autoarg-mode): Typo in the :set argument.
19923
19924 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19925
19926 * startup.el (command-line-1): Don't signal an error if the
19927 directory for auto-save-list files does not yet exist.
19928
19929 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19930
19931 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19932
19933 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19934
19935 * subr.el (remove-hook): `setq' hook-value, not `set'.
19936
19937 2000-05-16 Sam Steingold <sds@gnu.org>
19938
19939 * info.el (debug-ignored-errors): More errors to ignore.
19940
19941 2000-05-16 Dave Love <fx@gnu.org>
19942
19943 * cus-edit.el: Don't require cl or easymenu.
19944 (custom-variable-prompt): Test standard-value property, not
19945 user-variable-p.
19946
19947 2000-05-16 Sam Steingold <sds@gnu.org>
19948
19949 * subr.el (add-hook): `setq' hook-value, not `set'.
19950
19951 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19952
19953 * startup.el (command-line-1): Mention the FAQ in the startup
19954 message.
19955
19956 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19957
19958 * progmodes/compile.el (compilation-parse-errors): Collect
19959 `nomessage' regexps last.
19960
19961 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19962
19963 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19964 to the function name.
19965
19966 2000-05-15 Dave Love <fx@gnu.org>
19967
19968 * speedbar.el (speedbar-recenter): Typo.
19969 (speedbar-expand-line): Make arg optional.
19970 (speedbar-mode): Avoid a compiler warning.
19971
19972 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19973
19974 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19975 user-specified option string is empty.
19976
19977 * mouse.el (mouse-yank-at-click): Doc fix.
19978
19979 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19980
19981 * term/internal.el (IT-character-translations): More updates of
19982 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19983 documents.
19984
19985 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19986
19987 * env.el (getenv): New function, interactively callable.
19988 (setenv, getenv): Remove autoload cookies.
19989
19990 * loadup.el: Load `env'.
19991
19992 * progmodes/f90.el: Change author's mail address.
19993
19994 2000-05-14 Dave Love <fx@gnu.org>
19995
19996 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19997 goto-addr as an option.
19998
19999 * help.el (help-xref-stack): Doc fix.
20000 (help-xref-following): New variable.
20001 (help-make-xrefs): Use it.
20002 (help-xref-go-back): Use position information from stack element.
20003 (help-follow): Make position in stack element a pair. Use
20004 help-xref-following.
20005
20006 * autoarg.el: New file.
20007
20008 * faces.el: Declare more functions obsolete.
20009
20010 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
20011 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
20012 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
20013 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
20014 Remove all the setup-...-environment functions.
20015
20016 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
20017
20018 * speedbar.el: Updated the commentary section. xemacs20p now uses
20019 >= when detecting. Require `defimage' safely.
20020 (speedbar-easymenu-definition-base): Add toggle for images.
20021 (speedbar-easymenu-definition-special): Add flush cache & expand.
20022 (speedbar-visiting-tag-hook): Set new defaults. Added options.
20023 (speedbar-reconfigure-keymaps-hook): New variable.
20024 (speedbar-frame-parameters): Updated documentation.
20025 (speedbar-use-imenu-flag): Updated custom tag
20026 (speedbar-dynamic-tags-function-list): New variable.
20027 (speedbar-tag-hierarchy-method): Updated doc & custom.
20028 (speedbar-indentation-width, speedbar-indentation-width) New
20029 variables.
20030 (speedbar-hide-button-brackets-flag): Customizable.
20031 (speedbar-vc-indicator): Doc update.
20032 (speedbar-ignored-path-expressions): Updated default value.
20033 (speedbar-supported-extension-expressions): Updated default value.
20034 (speedbar-syntax-table): Remove {} paren status.
20035 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
20036 as "+". Added overlay aliases.
20037 (speedbar-mode): Use `speedbar-mode-line-update' instead of
20038 `force-mode-line-update'.
20039 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
20040 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
20041 `mouse-set-point'
20042 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
20043 (speedbar-item-info-tag-helper): Revamped to handle a wider range
20044 of arbitrary text, and new helper functions.
20045 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
20046 filename finder.
20047 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
20048 (speedbar-directory-buttons): Update path search/expansion.
20049 (speedbar-make-tag-line): Pay attention to
20050 `speedbar-indentation-width'. Use more care w/ invisible
20051 properties.
20052 (speedbar-change-expand-button-char): Call
20053 `speedbar-insert-image-button-maybe'.
20054 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
20055 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
20056 (speedbar-trim-words-tag-hierarchy)
20057 (speedbar-simple-group-tag-hierarchy): New functions
20058 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
20059 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
20060 functions.
20061 (speedbar-mouse-set-point): New function
20062 (speedbar-power-click): Updated documentation.
20063 (speedbar-line-token, speedbar-goto-this-file): Handle more types
20064 of tag prefix text.
20065 (speedbar-expand-line, speedbar-contract-line): Make more robust
20066 to strange text.
20067 (speedbar-expand-line): Takes universal argument to flush the
20068 cache.
20069 (speedbar-flush-expand-line): New function.
20070 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
20071 Use new generator insertion method.
20072 (speedbar-fetch-dynamic-tags): New function.
20073 (speedbar-fetch-dynamic-imenu): Removed code now handled in
20074 `speedbar-fetch-dynamic-imenu'.
20075 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
20076 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
20077 "Revert Buffer" menu items.
20078 (speedbar-buffer-buttons-engine): Be smarter when creating a
20079 filename tag (for expansion purposes.).
20080 (speedbar-highlight-one-tag-line,
20081 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
20082 (speedbar-recenter): New functions.
20083 (defimage-speedbar): Image loading abstraction.
20084 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
20085 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
20086 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
20087 (speedbar-tag-type, speedbar-tag-mail): New images.
20088 (speedbar-expand-image-button-alist): New variable.
20089 (speedbar-insert-image-button-maybe): Insert an image over some
20090 buttons.
20091
20092 2000-05-13 Kenichi Handa <handa@etl.go.jp>
20093
20094 * international/mule-cmds.el (encode-coding-char): An ASCII
20095 character is always encodable.
20096
20097 * international/mule-conf.el: Add more information in descriptions
20098 of character sets.
20099
20100 * international/mule-diag.el (describe-char-after): New function.
20101 (describe-font-internal): Adjusted for the change of font-info.
20102 (describe-font): Likewise.
20103 (print-fontset): Rewritten for the new fontset implementation.
20104 (describe-fontset): Include fontset alias names in completion.
20105 (list-fontsets): Adjusted for the change of print-fontset.
20106
20107 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20108 describe-char-after instead of displaying the detail in the echo
20109 area.
20110 (syntax-code-table): Format changed.
20111 (string-to-syntax): Adjusted for the above change.
20112
20113 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20114
20115 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20116
20117 2000-05-12 Dave Love <fx@gnu.org>
20118
20119 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20120 dependence. Use line-{beginning,end}-position, not
20121 point-at{b,e}ol. Some doc fixes.
20122 (todo-position): New function. Fix callers of position to use it.
20123 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20124
20125 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20126
20127 * time.el (display-time-mail-icon): Use `:ascent center'.
20128
20129 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20130 handling FTP security extensions.
20131
20132 2000-05-11 Dave Love <fx@gnu.org>
20133
20134 * calendar/todo-mode.el: New file.
20135
20136 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20137
20138 * comint.el (comint-read-input-ring): Move reference to
20139 comint-input-ring-size outside of the save-excursion. It was
20140 causing the default value to be the only one ever seen.
20141
20142 * font-lock.el: Update copyright. Remove Simon Marshall's email
20143 address on request from him.
20144
20145 * subr.el (substitute-key-definition): Add comment describing
20146 the meaning of PREFIX.
20147
20148 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20149
20150 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20151
20152 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20153 (add-minor-mode): Don't make the variable buffer-local and add a
20154 reference to define-minor-mode in the docstring.
20155
20156 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20157 HEADER/FOOTER and fix bug with trailing empty directory.
20158 (cvs-append-to-ignore): Use vc-editable-p if available.
20159 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20160 (vc-do-command): Tweak advice to handle the new VC.
20161
20162 * log-view.el (log-view-goto-rev): New function for the new VC.
20163 (log-view-minor-wrap): Use mark-active.
20164
20165 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20166 (log-edit-changelog-full-paragraphs): New var.
20167 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20168 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20169 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20170 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20171 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20172 Replace the `cvs' prefix with `log-edit'.
20173
20174 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20175
20176 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20177 (diff-font-lock-defaults): Explicitly turn off multiline.
20178 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20179 (diff-ediff-patch): Fix call to ediff-patch-file.
20180 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20181 Handle comments.
20182
20183 * frame.el (automatic-hscrolling): Typo.
20184
20185 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20186
20187 2000-05-09 Sam Steingold <sds@goems.com>
20188
20189 * apropos.el (apropos-print): use `describe-face' instead of
20190 `customize-face-other-window'.
20191
20192 2000-05-09 Dave Love <fx@gnu.org>
20193
20194 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20195
20196 * help.el (describe-variable): Have customize button pop the
20197 help-xref stack when invoked.
20198 (help-xref-symbol-regexp): Add `face'.
20199 (help-make-xrefs): Check for quoted face names and adapt regexp
20200 submatch numbers to cope.
20201 (help-xref-interned): Maybe insert face doc too. Separate
20202 sections with a line of hyphens.
20203
20204 * faces.el: Some doc fixes. Declare some functions obsolete.
20205 (describe-face): Add customize button. Return the help
20206 text. Fix prompt.
20207
20208 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20209
20210 * term/internal.el (IT-character-translations): Fix last change.
20211
20212 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20213
20214 * woman.el: New file
20215 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20216
20217 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20218
20219 * term/internal.el (IT-character-translations): Update ASCII
20220 simulations for greek-iso8859-7, add latin-iso8859-14 and
20221 latin-iso8859-15.
20222
20223 * international/mule-cmds.el (set-language-info-alist): Call
20224 define-prefix-command with 3 arguments, to make the map suitable
20225 for a menu.
20226
20227 2000-05-07 Dave Love <fx@gnu.org>
20228
20229 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20230
20231 2000-05-05 Dave Love <fx@gnu.org>
20232
20233 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20234 list in doc string. Don't quote keyword symbols.
20235 * emacs-lisp/cl.el: Likewise
20236 * emacs-lisp/cl-seq.el: Likewise
20237
20238 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20239
20240 * abbrev.el (abbrev-mode): Make ARG optional.
20241
20242 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20243
20244 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20245
20246 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20247
20248 * subr.el (substitute-key-definition): Clarify documentation.
20249
20250 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20251
20252 * glasses.el (glasses-convert-to-unreadable): Use
20253 `glasses-separator' instead of the hard-wired "_".
20254 (glasses-mode): Call `glasses-make-unreadable' only in a single
20255 place.
20256
20257 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20258
20259 * term/internal.el (cjk-codepages-alist): Add associations for
20260 Chinese and Korean codepages. Remove FIXME comment.
20261
20262 2000-05-03 Dave Love <fx@gnu.org>
20263
20264 * time.el (display-time-mail-face, display-time-use-mail-icon):
20265 New option.
20266 (display-time-mail-icon): New variable.
20267 (display-time-string-forms): Use the above. Fix the local-map.
20268
20269 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20270
20271 * replace.el (query-replace-map): Add binding for `E'.
20272 (query-replace-help): Extend help text.
20273 (perform-replace): Allow editing the replacement string.
20274
20275 * make-mode.el (makefile-mode-abbrev-table): New variable.
20276 (makefile-mode): Set local abbrev table to
20277 makefile-mode-abbrev-table.
20278 (makefile-font-lock-keywords): Fontify includes and conditionals.
20279
20280 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20281 set TOGGLE's value.
20282
20283 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20284 mail-interactive-insert-alias.
20285 (mail-abbrev-complete-alias): New command.
20286 (mail-mode-map): Bind it to `M-TAB'.
20287
20288 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20289
20290 * language/lao-util.el (lao-compose-region): New function.
20291
20292 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20293
20294 * files.el (recover-session): Make directories as necessary
20295 if they don't exist yet.
20296
20297 * calendar/cal-french.el
20298 (french-calendar-multibyte-special-days-array)
20299 (french-calendar-special-days-array): Change French text.
20300 (calendar-french-date-string): Change output.
20301 (calendar-goto-french-date): Likewise.
20302
20303 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20304
20305 * wid-edit.el (widget-default-active): Obey `:always-active'.
20306 (widget-documentation-string-value-create): Set `:always-active'.
20307
20308 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20309
20310 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20311 default prefix to `~/_emacs.d/auto-save.list/_s'.
20312 (normal-top-level): Create the directory for auto-save files, if
20313 it doesn't already exist (in the ms-dos case only).
20314
20315 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20316
20317 * international/mule-cmds.el (set-language-environment): Don't
20318 concat an integer (dos-codepage), use format instead.
20319
20320 2000-05-02 Dave Love <fx@gnu.org>
20321
20322 * help.el (help-xref-on-pp): Check for constant symbols.
20323
20324 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20325
20326 * startup.el (normal-top-level): Put a condition-case around
20327 the code loading subdirs.el.
20328
20329 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20330
20331 * ps-print.el: Upside-down and face background color printing,
20332 line number step, doc fix.
20333 (ps-print-version): New version number (5.2).
20334 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20335 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20336 (ps-spool-config): Var fix.
20337 (ps-printer-name-option): Const fix.
20338 (ps-print-upside-down, ps-use-face-background)
20339 (ps-line-number-step): New vars.
20340 (ps-window-system, ps-lp-system): New consts.
20341 (ps-face-background): New fun.
20342
20343 2000-04-28 Richard Stallman <rms@gnu.org>
20344
20345 * files.el (make-auto-save-file-name):
20346 Apply auto-save-file-name-transforms to visited file name
20347 before generating auto save file name.
20348 (auto-save-file-name-transforms): New variable.
20349
20350 * files.el (backup-enable-predicate):
20351 Correctly test for a file under a temporary directory.
20352
20353 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20354
20355 * subr.el (add-minor-mode): Rewritten.
20356
20357 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20358
20359 * mail/sendmail.el (sendmail-send-it): Set
20360 buffer-file-coding-system to the selected coding system for MIME
20361 header.
20362
20363 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20364
20365 * dired.el (dired-move-to-filename-regexp): Allow format where
20366 YYYY is followed by two spaces.
20367
20368 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20369 in the second character class of the regexp.
20370
20371 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20372 mh-etc, too.
20373
20374 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20375 nil.
20376
20377 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20378
20379 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20380 argument.
20381
20382 2000-04-27 Sen Nagata <sen@eccosys.com>
20383
20384 * emacs-lisp/crm.el (crm-completion-table): New variable.
20385 (crm-collection-fn, crm-test-completion)
20386 (completing-read-multiple): Use it.
20387
20388 2000-04-27 Dave Love <fx@gnu.org>
20389
20390 * help.el (locate-library): Use mapc.
20391 (help-manyarg-func-alist): Add call-process-region.
20392
20393 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20394
20395 * subr.el (add-minor-mode): Make argument MAP optional.
20396
20397 * desktop.el (desktop-save): Save list of minor modes.
20398 (desktop-create-buffer): Restore minor modes.
20399 (desktop-minor-mode-table): New user-option.
20400
20401 * subr.el (add-minor-mode): New function.
20402
20403 * image.el (find-image): New function.
20404 (defimage): Rewritten to find image at load time.
20405
20406 * startup.el (normal-top-level-add-to-load-path): Handle
20407 case that the default directory is not in load-path.
20408
20409 * help.el: Old patch from Stefan Monnier.
20410 (help-xref-on-pp): New function.
20411 (describe-variable): Use it to display xrefs in a symbol's value.
20412
20413 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20414
20415 * cus-edit.el (custom-face): Fix parenthesis.
20416
20417 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20418
20419 * mail/rmail.el (rmail-expunge): When there are no deleted
20420 messages, do nothing.
20421
20422 2000-04-26 Dave Love <fx@gnu.org>
20423
20424 * international/mule-cmds.el (locale-translation-file-name):
20425 Defvar to nil.
20426 (set-locale-environment): Set it here (at runtime).
20427
20428 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20429
20430 * replace.el (perform-replace): Add parameters START and END. Use
20431 them instead of the check for a region in Transient Mark mode.
20432 (query-replace-read-args): Return two more list elements for the
20433 start and end of the region in Transient Mark mode.
20434 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20435 (map-query-replace-regexp, replace-string, replace-regexp): Add
20436 optional last arguments START and END and pass them to
20437 perform-replace.
20438
20439 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20440 form with additional arguments for perform-replace.
20441
20442 * progmodes/etags.el (tags-query-replace): Add parameters START
20443 and END. Construct a form with additional arguments for
20444 perform-replace.
20445
20446 * simple.el (shell-command): Set default directory for "*Shell
20447 Command Output" buffer.
20448
20449 * language/european.el (iso-latin-4): Fix typo.
20450
20451 * emacs-lisp/crm.el: New file.
20452
20453 2000-04-24 Dave Love <fx@gnu.org>
20454
20455 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20456 (Custom-reset-saved, Custom-reset-standard)
20457 (custom-group-value-create, custom-group-set, custom-group-save)
20458 (custom-group-reset-current, custom-group-reset-saved)
20459 (custom-group-reset-standard): Use mapc.
20460 (custom-buffer-create-internal): Disable undo when creating items.
20461 Use mapc.
20462 (custom-face): Avoid redundant lambda.
20463
20464 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20465
20466 * startup.el (auto-save-list-file-prefix): Set default to
20467 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20468
20469 2000-04-24 Sam Steingold <sds@gnu.org>
20470
20471 * time-stamp.el (time-stamp-string-preprocess): Always convert
20472 `field-result' to a string.
20473
20474 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20475
20476 * frame.el (scrolling): New group.
20477 (automatic-hscrolling): New user-option.
20478
20479 * startup.el (command-line-x-option-alist): Add `-lsp' and
20480 `--line-spacing'.
20481
20482 2000-04-19 Dave Love <fx@gnu.org>
20483
20484 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20485 (cl-mapc): Rename from mapc. Fix the funcall.
20486
20487 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20488
20489 * simple.el (clone-indirect-buffer-other-window): New command.
20490 (clone-indirect-buffer): Add optional arg NORECROD.
20491 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20492
20493 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20494
20495 * window.el (count-screen-lines): New function.
20496 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20497 instead of window-buffer-height.
20498
20499 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20500 non-existing variable comint-input-sentinel.
20501 (inferior-lisp-args-to-list): Removed.
20502 (inferior-lisp): Use split-string instead of
20503 inferior-lisp-args-to-list.
20504
20505 * hexl.el (hexl-insert-hex-string): New command.
20506
20507 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20508 instead of concat.
20509
20510 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20511
20512 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20513 at the start of an existing but empty folder.
20514
20515 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20516
20517 * ps-mule.el: Customization fix, doc fix.
20518 (ps-multibyte-buffer): Customization fix.
20519
20520 2000-04-17 Richard M. Stallman <rms@gnu.org>
20521
20522 * subr.el (read-passwd): Use read-char-exclusive.
20523
20524 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20525
20526 * textmodes/texinfo.el (texinfo-insert-@email)
20527 (texinfo-insert-@emph, texinfo-insert-@quotation)
20528 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20529 (texinfo-mode-map): Add key bindings for them.
20530
20531 * files.el (basic-save-buffer-2): Use a template with `$'
20532 instead of `#' for VMS.
20533
20534 * simple.el (clone-indirect-buffer): New function.
20535
20536 2000-04-16 Stephen Eglen <stephen@gnu.org>
20537
20538 * iswitchb.el (iswitchb-case): New function. If the user input
20539 contains any upper-case characters, the search is made
20540 case-sensitive.
20541
20542 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20543
20544 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20545 comment-end.
20546 (texinfo-font-lock-syntactic-keywords): New var.
20547 (texinfo-font-lock-keywords): Remove comment regexp.
20548 (texinfo-insert-block): New function.
20549 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20550 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20551 and font-lock-defaults. Use regexp-opt for outline-regexp.
20552 (texinfo-environments): New var.
20553 (texinfo-environment-regexp): Use regexp-opt and
20554 texinfo-environments.
20555
20556 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20557 ispell-process is bound since this might be eval'd before ispell
20558 is loaded.
20559 (ispell-message): Use a tiny bit less magic and a bit more hard
20560 data to figure out what kind of sc-cite-regexp to use.
20561
20562 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20563
20564 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20565 (insert-cyclic-diary-entry): Unquote the lambda.
20566
20567 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20568
20569 * files.el (backup-enable-predicate): Unquote the lambda.
20570
20571 * cus-edit.el (custom-face, face): Unquote the lambda.
20572
20573 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20574
20575 * ps-print.el: Check for line-beginning-position definition.
20576
20577 * ps-print.el: Fix counting lines in a region.
20578 (ps-print-version): New version number (5.1.5).
20579 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20580 (ps-printing-region): Fun code fix.
20581
20582 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20583
20584 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20585 to file-directory-p.
20586
20587 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20588
20589 * gud.el (gud-jdb-build-source-files-list): Check that directory
20590 exists before calling directory-files.
20591
20592 2000-04-13 Dave Love <fx@gnu.org>
20593
20594 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20595 syntax.
20596
20597 * emacs-lisp/cl-specs.el: Remove when, unless.
20598
20599 * emacs-lisp/cl-extra.el: Don't quote keywords.
20600 (cl-old-mapc): New variable.
20601 (mapc): Use it.
20602 (cl-map-intervals): Use with-current-buffer. Don't check for
20603 next-property-change.
20604 (cl-map-overlays): Use with-current-buffer.
20605 (cl-expt): Remove.
20606 (copy-tree, remprop): Define unconditionally.
20607
20608 * emacs-lisp/cl-compat.el (keywordp): Remove.
20609
20610 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20611 to use keywordp.
20612 (edebug-spec): Enable keywordp.
20613
20614 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20615 string-lessp.
20616
20617 * cus-start.el: Use keywordp.
20618
20619 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20620
20621 * diary-lib.el (include-other-diary-files): Fix the fix of
20622 2000-02-18 by doing a save-excursion.
20623
20624 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20625
20626 * ps-print.el: Customization fix, doc fix.
20627 (ps-print-version): New version number (5.1.4).
20628 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20629 (ps-print-preprint): Adjust code.
20630 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20631 (ps-print-prologue-header, ps-print-control-characters)
20632 (ps-spool-config): Customization fix.
20633
20634 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20635
20636 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20637 converted to the new menu-item format, names silightly changed,
20638 help strings added.
20639
20640 Support for spelling without async subprocesses:
20641
20642 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20643 (ispell-session-buffer): New variables.
20644 (ispell-start-process, ispell-process-status,
20645 ispell-accept-output, ispell-send-string): New functions, for
20646 Ispell invocation when async subprocesses aren't supported.
20647 (ispell-word, ispell-pdict-save, ispell-command-loop,
20648 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20649 to process-send-string with calls to ispell-send-string, and
20650 accept-process-output with ispell-accept-output.
20651 (ispell-init-process): Call ispell-process-status instead of
20652 process-status with.
20653 (ispell-init-process): Call ispell-start-process. Call
20654 ispell-accept-output and ispell-send-string. Don't call
20655 process-kill-without-query and kill-process if they are unbound.
20656 (ispell-async-processp): New function.
20657
20658 2000-04-12 Dave Love <fx@gnu.org>
20659
20660 * info.el: Add debug-ignored-errors.
20661 (Info-mode-menu): Add some items.
20662 (Info-directory): Add autoload cookie.
20663
20664 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20665 Modify `truncate-lines'. Make `describe-language-environment'
20666 always visible and add help. Modify `describe-key' help. Invoke
20667 Info-directory from `info'. New entry `emacs-manual'.
20668
20669 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20670
20671 * progmodes/ebrowse.el (ebrowse-tree-mode):
20672 Use propertized-buffer-identification.
20673 (ebrowse-update-member-buffer-mode-line): Likewise.
20674 (ebrowse--mode-strings): Removed.
20675 (ebrowse--mode-line-props): Removed.
20676
20677 * files.el (auto-mode-alist): Add `EBROWSE'.
20678
20679 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20680 space before testing for end of buffer.
20681 (ebrowse-load): Removed.
20682 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20683 (ebrowse-create-tree-buffer): Rewritten.
20684 (ebrowse-tree-mode): Read tree from buffer.
20685
20686 * progmodes/ebrowse-ffh.el: Removed.
20687
20688 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20689
20690 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20691
20692 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20693
20694 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20695 at the wrong place.
20696
20697 2000-04-09 Dave Love <fx@gnu.org>
20698
20699 * files.el (backup-enable-predicate):
20700 Use temporary-file-directory, small-temporary-file-directory.
20701 (make-backup-file-name-function, backup-directory-alist): New vars.
20702 (make-backup-file-name-1): New function.
20703 (make-backup-file-name): Use it.
20704 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20705 (file-newest-backup): Use make-backup-file-name.
20706
20707 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20708
20709 * progmodes/ebrowse-ffh.el: New file.
20710
20711 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20712 Moved to ebrowse-ffh.el.
20713 (ebrowse-load): Add autoload.
20714
20715 * finder.el (finder-commentary): Add autoload cookie.
20716
20717 * mail/rfc2368.el: Correct author's email address.
20718
20719 * progmodes/ebrowse.el: New file.
20720
20721 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20722 item help string.
20723 (easy-menu-do-add-item): Ditto.
20724 (easy-menu-define): Extend doc string.
20725
20726 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20727 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20728 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20729 with-buffer-unmodified.
20730
20731 2000-04-08 Dave Love <fx@gnu.org>
20732
20733 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20734 unless, when.
20735
20736 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20737
20738 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20739 (viper-flash-search-pattern): No operation when using Emacs
20740 doesn't support face.
20741 Use `viper-put-on-search-overlay'.
20742
20743 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20744
20745 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20746 like C-r.
20747
20748 * progmodes/make-mode.el: Some doc fixes.
20749 (makefile-mode-abbrev-table): New variable.
20750 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20751 (makefile-font-lock-keywords): Fontify includes and conditionals.
20752 (toplevel): Require `dabbrev' and `add-log' when compiling.
20753
20754 * replace.el (perform-replace): Don't move forward one char
20755 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20756 to do that because it leaves point 1 position after the last
20757 replacement, after everything has been replaced.
20758
20759 * jit-lock.el (with-buffer-unmodified): New macro.
20760 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20761 modified state.
20762 (jit-lock-function-1): Extracted from jit-lock-function; not
20763 preserving buffer's modified state.
20764 (jit-lock-function, jit-lock-stealth-fontify):
20765 Call jit-lock-function-1.
20766
20767 * mail/rfc2368.el: Remove supernumerary copyright line.
20768
20769 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20770
20771 * glasses.el: Provide facilities for inserting space before left
20772 parentheses and uncapitalization of identifiers.
20773 (glasses-mode): Try to remove old overlays in all cases.
20774
20775 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20776
20777 * progmodes/compile.el (compile-internal): Display the compilation
20778 buffer in a different frame, if it's already displayed there.
20779
20780 * mail/rfc2368.el: New file.
20781
20782 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20783 header and insert its value as mail body.
20784
20785 * subr.el (member-ignore-case): New function.
20786
20787 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20788 (dabbrev--find-expansion): Ignore buffers matching a regexp
20789 from dabbrev-ignored-regexps.
20790
20791 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20792 to extensions handled by gzip.
20793
20794 2000-04-03 Richard M. Stallman <rms@gnu.org>
20795
20796 * files.el (insert-directory): List the total free space
20797 along with the used space.
20798
20799 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20800 line is followed by one that matches CITATION-REGEXP, end the
20801 paragraph.
20802
20803 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20804
20805 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20806 (rmail-make-basic-summary-line): Use that option.
20807
20808 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20809
20810 * international/mule-cmds.el (encoded-string-description):
20811 Rewritten. Try pretty description for ISO 2022 escape sequences
20812 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20813 for hexadecimal format.
20814
20815 2000-04-01 Dave Love <fx@gnu.org>
20816
20817 * cpp.el: Change customization group to `c' from `C'.
20818
20819 * vcursor.el (vcursor-move): Use display-color-p.
20820
20821 * international/mule-util.el: Provide mule-utils.
20822 (string-to-sequence): Simplify and speed up.
20823
20824 * international/mule.el (make-coding-system): Purecopy doc-string.
20825
20826 * international/mule-cmds.el: Various menu changes.
20827 (describe-specified-language-support): Handle `Default'.
20828 (set-language-info): Purecopy `info'.
20829
20830 2000-03-31 Andrew Innes <andrewi@gnu.org>
20831
20832 * vc.el (vc-backend-diff): Return the correct status if we had to
20833 retry the rcsdiff command without the --brief option.
20834
20835 2000-03-31 Dave Love <fx@gnu.org>
20836
20837 * help.el (help-manyarg-func-alist): Correct several omissions.
20838
20839 * add-log.el: Don't require cl, fortran.
20840 (add-log-current-defun-function): Doc fix.
20841 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20842 (change-log-version-rcs): Function deleted.
20843 (change-log-version-number-search): Doc fix.
20844 Use vc-workfile-version. Avoid CL dolist.
20845 (add-change-log-entry): Just call add-log-current-defun to get
20846 defun. Simplify somewhat.
20847 (change-log-get-method-definition-1): Likewise.
20848 (add-log-current-defun): Return nil if calling
20849 add-log-current-defun-function does so. Move Fortran stuff to
20850 fortran.el. Return string without properties.
20851
20852 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20853 and :alpha: char classes.
20854
20855 * mail/supercite.el: Defvar curline when compiling.
20856 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20857 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20858 rather than a-zA-Z0-9 to allow non-ASCII characters.
20859
20860 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20861
20862 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20863
20864 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20865 Re-enable new code.
20866
20867 * lpr.el (print-region-1): Use -d to specify printer name for
20868 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20869
20870 2000-03-31 Dave Love <fx@gnu.org>
20871
20872 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20873 Look for function definition in symbol's function value slot first
20874 instead of first consulting byte-compile-function-environment.
20875
20876 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20877
20878 * language/european.el ("Polish"): New language environment.
20879 (setup-polish-environment): New function.
20880
20881 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20882
20883 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20884 Disable new code.
20885
20886 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20887 trying to `load' the symbol of an autoload instead of the file
20888 recorded in the autoload. Fix error messages.
20889
20890 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20891
20892 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20893 (ps-print-version): New version number (5.1.3).
20894 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20895 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20896 (ps-generate-postscript-with-faces): Code fix.
20897 (ps-color-values): XEmacs compatibility.
20898 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20899 (ps-default-fg, ps-default-bg): Adjust customization.
20900 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20901 (ps-color-scale): Renaming old ps-color-value fun.
20902 (ps-print-headers): Replace ps-print-header group to avoid conflict
20903 with ps-print-header variable.
20904 (ps-print-miscellany): New group.
20905 (ps-format-color, ps-rgb-color): New funs.
20906 (ps-default-foreground): New var.
20907 (ps-printer-name-option): New const.
20908
20909 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20910
20911 * net/net-utils.el:
20912 (network-connection-host, network-connection-service): New variables
20913 (network-connection-mode): New mode, derived from comint-mode
20914 (network-connection-mode-setup): New function, saves host and
20915 service information in local variables.
20916
20917 * lisp/locate.el:
20918 (locate-word-at-point): Added this function
20919 (locate): Default to using locate-word-at-point as input
20920 Run dired-mode-hook
20921
20922 2000-03-29 Dave Love <fx@gnu.org>
20923
20924 * calendar/appt.el: Doc fixes.
20925 (appt-check): Convert min-to-app to a string before passing to
20926 appt-disp-window-function or concat.
20927 (appt-delete-window): Remove test for frame-root-window.
20928 (appt-select-lowest-window, appt-convert-time): Simplify.
20929
20930 * emacs-lisp/bytecomp.el: Doc fixes.
20931 (byte-compile-file-form-autoload):
20932 Update byte-compile-function-environment.
20933
20934 2000-03-29 Andreas Schwab <schwab@suse.de>
20935
20936 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20937
20938 * dired.el (dired-insert-directory): If dired-free-space-program
20939 failed just delete its output.
20940
20941 2000-03-29 Dave Love <fx@gnu.org>
20942
20943 * international/iso-cvt.el: Move provide to end. Doc fixes.
20944 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20945 (iso-iso2sgml, iso-sgml2iso): New functions.
20946 (iso-cvt-define-menu): Fix some entries and use backquote for
20947 clarity.
20948
20949 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20950
20951 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20952
20953 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20954 ISO-DATE. If non-nil, return date in ISO 8601 format.
20955
20956 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20957
20958 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20959 if it ever becomes used.
20960 (log-edit-mode-hook): Default to vc-log-mode-hook.
20961 (log-edit-mode): Fix the docstring.
20962
20963 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20964 the code.
20965
20966 2000-03-26 Dave Love <fx@gnu.org>
20967
20968 * net/browse-url.el (browse-url): Re-fix case of
20969 browse-url-browser-function being an alist.
20970 (browse-url): Add :link to defgroup.
20971
20972 * files.el: Doc fixes.
20973 (file-truename): Include `[' in wildcard characters.
20974 (automount-dir-prefix): Customize.
20975 (find-file-wildcards): Add :version.
20976 (find-file-noselect): Simplify a mapcar call.
20977
20978 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20979 compatible with inf-lisp version.
20980 (eval-defun-1): Fix custom-declare-variable case.
20981
20982 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20983
20984 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20985
20986 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20987
20988 * Makefile (COMPILE_FIRST): New macro.
20989 (compile-files): Compile files from COMPILE_FIRST first.
20990
20991 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20992
20993 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20994 matching open parenthesis in column 0 to defun-prompt-regexp
20995 only if open-paren-in-column-0-is-defun-start is set.
20996
20997 * sun-curs.el: Require CL at compile-time only.
20998
20999 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
21000 instead of copy-list which is a function from CL.
21001 (msb--choose-menu, msb--mode-menu-cond)
21002 (msb--create-buffer-menu-2): Use dolist instead of mapc.
21003 (msb--init-file-alist): Use mapcar instead of mapcan.
21004 (msb--aggregate-alist): Use mapcar instead of mapcan.
21005 Fix `(' in column 0 in doc string.
21006 (msb--add-separators): Use mapcar instead of mapcan.
21007
21008 * cus-dep.el: Require CL at compile-time only.
21009
21010 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
21011
21012 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
21013 (byte-compile-warnings): New warning `noruntime'.
21014 (byte-compile-constants, byte-compile-variables): Fix docstring.
21015 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
21016 execute `eval-whenc-compile's body.
21017 (byte-compile-unresolved-functions): Fix docstring.
21018 (byte-compile-eval): New function.
21019 (byte-compile-callargs-warn): Check if the function will be available
21020 at runtime (via property `byte-compile-noruntime').
21021 (byte-compile-print-syms): New function.
21022 (byte-compile-warn-about-unresolved-functions): Also warn about
21023 `noruntime' functions (and use `byte-compile-print-syms').
21024 (byte-compile-file): Capitalize the message.
21025
21026 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21027
21028 * mail/rmail.el (rmail-confirm-expunge): New user-option.
21029 (rmail-expunge): Ask for confirmation depending on the setting
21030 of rmail-confirm-expunge.
21031
21032 2000-03-23 Gerd Moellmann <gerd@gnu.org>
21033
21034 * Makefile (bootstrap-clean): If $(emacs) exists, build
21035 loaddefs.el first. A loaddefs.el that's not up-to-date might
21036 cause a bootstrap failure because things don't autoload as expected.
21037
21038 2000-03-23 Dave Love <fx@gnu.org>
21039
21040 * net/browse-url.el: Restore previous use of
21041 browse-url-maybe-new-window.
21042
21043 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21044
21045 * ps-print.el: Skip banner page fix.
21046 (ps-print-version): New version number (5.1.2).
21047 (ps-begin-file, ps-end-file, ps-generate): Code fix.
21048
21049 2000-03-23 Dave Pearson <davep@davep.org>
21050
21051 * net/quickurl.el Changed the type of parameter passed to the
21052 function defined by `quickurl-format-function'. Before only the
21053 text of the URL was passed. Now the whole URL structure is passed
21054 and the function is responsible for extracting the parts it requires.
21055 Changed the default of `quickurl-format-function' accordingly.
21056 (quickurl-insert): Changed the `funcall' of
21057 `quickurl-format-function' to match the above change.
21058 (quickurl-list-insert): Changed the `url' case so that it makes
21059 use of `quickurl-format-function', previous to this the format was
21060 hard wired.
21061
21062 2000-03-22 Gerd Moellmann <gerd@gnu.org>
21063
21064 * startup.el: Change some spellings for the X Window System.
21065
21066 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
21067
21068 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
21069 Clean up the code and the regexp and make sure the cursor is
21070 temporarily moved to the suspicious line while querying the user.
21071
21072 2000-03-22 Jason Rumney <jasonr@gnu.org>
21073
21074 * w32-fns.el (w32-charset-info-alist): Initialize.
21075
21076 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21077
21078 * ps-print.el: N-up last page fix.
21079 (ps-print-version): New version number (5.1.1).
21080 (ps-end-file, ps-end-job, ps-generate): Code fix.
21081
21082 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21083
21084 * files.el (find-file-run-dired): Update docstring.
21085 (find-directory-functions): New hook.
21086 (find-file-noselect): Run find-directory-functions rather than
21087 calling dired directly.
21088
21089 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
21090
21091 * pcvs.el: Add a minimal leading commentary.
21092 (cvs-make-cvs-buffer): Change the header part by removing the startup
21093 message and adding a `Module' entry. Also replace the FOOTER and
21094 HEADER special fileinfos with the new support in ewoc for updating
21095 its own footer and header.
21096 (cvs-update-header): Update to use the header/footer of the ewoc.
21097 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
21098 (cvs-is-within-p): New function.
21099 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
21100 to only examine some subset of the buffers.
21101
21102 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
21103 `format' instead of our own ad-hoc functions.
21104 Remove HEADER and FOOTER cases, now handled in the EWOC.
21105 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
21106
21107 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21108 output to avoid scaring the user.
21109 (cvs-parse-table): Catch message for non-up-to-date commits.
21110
21111 * pcvs-defs.el (cvs-startup-message): Remove.
21112 (cvs-global-menu): New autoloaded menu.
21113
21114 * pcvs-util.el (cvs-string-fill): Remove.
21115
21116 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21117 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21118 PP part of it and also make it work for footers and headers.
21119 (ewoc-create): Drop POS and BUFFER arguments.
21120 Use the DLL's dummy node to store the end-of-footer position.
21121 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21122 (ewoc-refresh): Remove unused `header' variable.
21123 (ewoc-(get|set)-hf): New functions.
21124
21125 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21126 log-view-*-(message|file) and use easy-mmode-define-navigation.
21127 (log-view-message-re): Match SCCS format as well.
21128 And match the revision line rather than the dashed separator line.
21129 (log-view-mode): Use the new define-derived-mode.
21130 (log-view-current-tag): Fill in with an actual implementation.
21131
21132 * cvs-status.el (cvs-status-(prev|next)): Rename from
21133 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21134 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21135 to let the output "breathe" a little more (more readable).
21136 (cvs-status-mode): Use the new define-derived-mode.
21137
21138 * smerge-mode.el (smerge-auto-leave): New function and variable.
21139 (smerge-basic-map): Rename from smerge-basic-keymap.
21140 Change the bindings for smerge-diff-*.
21141 (smerge-*-map): Use easy-mmode-defmap.
21142 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21143 (smerge-keep-*): Use smerge-auto-leave.
21144
21145 2000-03-21 Jason Rumney <jasonr@gnu.org>
21146
21147 * cus-edit.el (custom-button-face): Use 3D look for w32.
21148 (custom-button-pressed-face): Likewise.
21149
21150 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21151
21152 * progmodes/etags.el (tags-case-fold-search): New user-option.
21153 (tags-loop-eval): New function. Bind case-fold-search around eval
21154 depending on the value of tags-case-fold-search.
21155 (tags-loop-continue): Use tags-loop-eval.
21156 (find-tag-in-order): Bind case-fold-search depending on the value
21157 of tags-case-fold-search.
21158
21159 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21160
21161 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21162 (diff-end-of-hunk): Return the end position for use in
21163 `easy-mmode-define-navigation'.
21164 (diff-recenter): Remove.
21165 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21166 of `easy-mmode-define-navigation'.
21167 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21168 previous renaming) and fix to use new names.
21169 (diff-merge-strings): Use \n as separator: simpler, faster.
21170 (diff-mode): Use `define-derived-mode'.
21171
21172 * derived.el (define-derived-mode): Don't autoload anymore.
21173 Prefer the macro-only version provided by easy-mmode.el.
21174
21175 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21176 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21177 (easy-mmode-define-navigation): New macro.
21178
21179 * subr.el (combine-run-hooks): New function.
21180
21181 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21182
21183 * term/x-win.el: Fontsets related initialization is simplified.
21184
21185 * international/mule-diag.el (describe-font): Don't refer to
21186 global-fontset-alist, instead call font-list.
21187 (describe-fontset, list-fontsets, mule-diag): Likewise.
21188 (print-fontset): Adjusted for the change of fontset implementation.
21189
21190 * international/fontset.el (x-charset-registries): Variable removed,
21191 instead the corresponding data is stored in the default fontset.
21192 (register-alternate-fontnames): Function removed.
21193 (resolved-ascii-font): Variable removed.
21194 (x-compose-font-name): Ignore the second argument REDOCE.
21195 (x-complement-fontset-spec): Complement only an ASCII font and
21196 element for those charsets than can use that ASCII font.
21197 (generate-fontset-menu): Don't refer to global-fontset-alist,
21198 instead call fontset-list.
21199 (uninstantiated-fontset-alist): Variable removed.
21200 (x-style-funcs-alist): Likewise.
21201 (fontset-default-styles): Likewise.
21202 (x-modify-font-name): Function removed.
21203 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21204 (create-fontset-from-ascii-font): Docsting adjusted for the above
21205 change.
21206 (instantiate-fontset, resolve-fontset-name): Functions removed.
21207 (fontset-list): Now implemented by C code.
21208
21209 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21210 (describe-face): Include `font' attribute in the description.
21211
21212 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21213
21214 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21215
21216 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21217
21218 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21219 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21220 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21221
21222 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21223 about behavior of set-buffer-modified-p wrt redisplay.
21224
21225 2000-03-19 Richard M. Stallman <rms@gnu.org>
21226
21227 * view.el (view-mode-disable): Kill local binding of view-read-only.
21228
21229 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21230
21231 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21232 is a string, convert it to a syntax cell using string-to-syntax.
21233
21234 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21235 (string-to-syntax): New function.
21236
21237 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21238 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21239 try to use passive ftp mode.
21240
21241 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21242
21243 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21244
21245 * simple.el (append-to-buffer): Update point of windows after
21246 insertion.
21247
21248 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21249 forward then moving backward. Reindent.
21250
21251 * frame.el (other-frame): Call x-focus-frame only if
21252 focus-follows-mouse is off.
21253
21254 2000-03-17 Dave Love <fx@gnu.org>
21255
21256 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21257
21258 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21259
21260 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21261 regexp for labels cannot span several lines.
21262
21263 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21264 `(setq :<key> ':<key>)' to the macro expansion.
21265
21266 2000-03-16 Dave Love <fx@gnu.org>
21267
21268 * progmodes/f90.el (f90): Put custom group under `languages', not
21269 `fortran'.
21270 (f90-mode-hook): Customize.
21271 (f90-mode): Set add-log-current-defun-function.
21272 (f90-current-defun): New function.
21273
21274 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21275
21276 * cus-edit.el (custom-variable-tag-face): Handle case that
21277 default face's height is not a number.
21278 (custom-face-tag-face, custom-group-tag-face-1)
21279 (custom-group-tag-face): Ditto.
21280 (custom-group-tag-face-1): Add :group.
21281
21282 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21283
21284 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21285
21286 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21287 requiring easymenu.
21288
21289 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21290
21291 * ps-print.el: PostScript user-defined prologue, PostScript error
21292 handler, doc fix.
21293 (ps-print-version): New version number (5.1).
21294 (ps-user-defined-prologue, ps-error-handler-message)
21295 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21296 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21297 (ps-insert-string): New function.
21298
21299 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21300
21301 * international/ccl.el (ccl-compile-expression): Don't generate
21302 invalid self-assignment code.
21303
21304 2000-03-14 Dave Love <fx@gnu.org>
21305
21306 * subr.el (replace-regexp-in-string): Renamed from
21307 replace-regexps-in-string. Doc fix.
21308
21309 2000-03-12 Dave Love <fx@gnu.org>
21310
21311 * cus-edit.el: Doc fixes.
21312 (customize-set-variable, customize-save-variable): Rename args for doc.
21313 (custom-variable-tag-face, custom-face-tag-face)
21314 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21315 style which user identify as hyperlink.
21316 (hook): Don't add undefined functions to the hook.
21317 (debug-ignored-errors): Transfer message from bindings.el.
21318
21319 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21320
21321 * recentf.el (recentf-keep-non-readable-files-p):
21322 Remove double/nested definition.
21323
21324 2000-03-12 Dave Love <fx@gnu.org>
21325
21326 * facemenu.el (facemenu-get-face): Use display-color-p.
21327 * enriched.el (enriched-decode-foreground): Likewise.
21328 (enriched-decode-background): Likewise.
21329 * isearch.el (isearch-highlight): Likewise.
21330 * info-look.el (info-lookup): Likewise.
21331 * simple.el (completion-setup-function): Likewise.
21332
21333 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21334 :options.
21335
21336 * bindings.el (mode-line-format): Fix line-number and
21337 column-number items. Add help-echo for the background.
21338 (mode-line-mule-info): Modify help-echo.
21339
21340 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21341
21342 * files.el (load-file): Allow completion to .elc.
21343
21344 * man.el: Doc fixes.
21345 (Man-init-defvars): Use display-color-p to set fontification.
21346
21347 * play/hanoi.el (hanoi-internal): Don't use oddp.
21348
21349 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21350
21351 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21352
21353 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21354
21355 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21356
21357 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21358 Fix comment.
21359
21360 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21361
21362 * font-lock.el (font-lock-keywords): Fix the doc now that
21363 regexp-opt-depth is unnecessary.
21364 (save-buffer-state): Set an edebug spec.
21365 (font-lock-fontify-anchored-keywords): Properly handle the case when
21366 the matcher goes past the limit.
21367
21368 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21369 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21370
21371 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21372 dll.el and cookie.el (from Elib) with heavy renaming and other
21373 massaging.
21374
21375 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21376 Autoload the functions used.
21377 (easy-mmode-define-syntax): Fix CL typo.
21378 (easy-mmode-define-derived-mode): Improve the docstring generation.
21379
21380 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21381
21382 * textmodes/texinfo.el (texinfo-version): Variable and function
21383 removed.
21384
21385 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21386
21387 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21388 allow more flexibility.
21389 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21390 (easy-mmode-defmap, easy-mmode-defsyntax)
21391 (easy-mmode-define-derived-mode): New macros.
21392
21393 2000-03-09 Didier Verna <didier@xemacs.org>
21394
21395 * rect.el (replace-rectangle): New function.
21396
21397 2000-03-09 Dave Love <fx@gnu.org>
21398
21399 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21400 (fortran-comment-line-start-skip): Don't match cpp stuff.
21401 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21402 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21403 (fortran-mode): Don't set fortran-comment-line-start-skip,
21404 fortran-comment-line-start here. Set comment-start,
21405 add-log-current-defun.
21406 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21407 (fortran-current-defun): New function.
21408
21409 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21410
21411 * emacs-lisp/re-builder.el: New file.
21412
21413 * mouse.el (mouse-drag-region): Don't run up-event handler
21414 if hscroll has changed.
21415
21416 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21417 builtin operators, use `font-lock-builtin-face' for Emacs and
21418 `font-lock-preprocessor-face' otherwise.
21419
21420 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21421 `(defun (setf foo)' differently.
21422
21423 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21424
21425 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21426 (regexp-opt): Update comment and adapt the code the new meaning of
21427 the `paren' argument of regex-opt-group for shy-groups.
21428 (regexp-opt-depth): Handle shy groups as well as backslashed
21429 backslashes.
21430 (regexp-opt-group): Turn the leading comment into a docstring.
21431 Allow `paren' to be a string (the string to use to open a group).
21432 Remove open-presuf and close-presuf. Instead of checking for `all
21433 one-char' and then later on check for `several one-char', handle
21434 both cases close together. Also apply a more generic algorithm
21435 for suffixes (the mirror image of the algorithm used for
21436 prefixes). Use shy-groups. Use nreverse rather than reverse.
21437 (regexp-opt-try-suffix): Removed.
21438
21439 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21440 from comint-mode-map, so we can just inherit from it. Also, move
21441 the initialization into the `defvar' since there's no docstring
21442 anyway and it's fairly short.
21443 (inferior-scheme-mode): Define it as derived-mode: the code is
21444 shorter and this way we inherit from comint-mode-map rather than
21445 copying it.
21446
21447 * subr.el (replace-regexps-in-string): Properly handle the case
21448 where we match an empty string.
21449
21450 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21451 when the command has a directory component (such as "./testml").
21452 Also fix a typo in the comment.
21453
21454 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21455
21456 * Makefile (compile-files): Compile files one by one because
21457 that's the only way to ensure a clean compilation environment for
21458 each individual file.
21459
21460 * frame.el (other-frame): Call x-focus-frame.
21461
21462 2000-03-07 Dave Love <fx@gnu.org>
21463
21464 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21465 :require to defcustom.
21466
21467 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21468
21469 * files.el (auto-mode-alist): Add configure.in.
21470
21471 * progmodes/autoconf.el: New file.
21472
21473 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21474
21475 * mail/mh-e.el: Change maintainer to `none'.
21476
21477 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21478 to remove-hook and add-hook.
21479
21480 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21481
21482 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21483 it as the default.
21484 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21485 (sendmail-send-it): Conditionally add MIME headers specifying the
21486 used character set.
21487
21488 2000-03-07 Dave Love <fx@gnu.org>
21489
21490 * winner.el: Fix keywords, autoload cookies.
21491 Split eval-when-compile form to avoid compilation failure.
21492
21493 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21494
21495 * international/mule.el: Modify comment about coding system
21496 property `coding-category'.
21497 (make-coding-system): New argument EOL-TYPE. Pay attention to
21498 coding-category property of PROPERTIES.
21499
21500 * international/mule-conf.el (coding-category-utf-8)
21501 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21502 categories. Include them in the argument for set-coding-priority.
21503
21504 * international/mule-cmds.el (reset-language-environment):
21505 Include coding-category-utf-8, coding-category-utf-16-be, and
21506 coding-category-utf-16-le in the argument for set-coding-priority.
21507 (reset-language-environment): Initialize coding-category-utf-8,
21508 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21509
21510 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21511
21512 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21513 code abstracted out of `bookmark-jump-noselect'. Now tries info
21514 extensions as well as compression extensions.
21515 (bookmark-jump-noselect): Use above new func.
21516
21517 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21518
21519 * strokes.el: Change maintainer's mail address.
21520
21521 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21522
21523 * international/mule-diag.el (list-character-sets): Make help-echo
21524 string by substitute-command-keys.
21525 (list-character-sets): Likewise.
21526 (sort-listed-character-sets): Call help-setup-xref.
21527
21528 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21529
21530 * time.el (display-time-mail-file): Add `none' to the list of choices.
21531
21532 2000-03-01 Dave Love <fx@gnu.org>
21533
21534 * help.el (help-xref-go-back): Don't try to set position.
21535
21536 * international/mule-diag.el (list-character-sets):
21537 Call help-setup-xref. Add help-echo to xrefs.
21538 (list-character-sets-1): Add help-echo to xrefs.
21539
21540 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21541
21542 * frame.el (blink-cursor-mode): Switch cursor on when turning
21543 the mode off.
21544
21545 * add-log.el (add-log-current-defun): Add support for
21546 Autoconf mode.
21547
21548 * mail/rmail.el (rmail-quit-hook): New variable.
21549
21550 2000-03-01 Dave Love <fx@gnu.org>
21551
21552 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21553
21554 * help.el (help-xref-button): Add help-echo arg.
21555 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21556
21557 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21558
21559 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21560
21561 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21562
21563 * image.el (defimage): Look for image files in load-path.
21564
21565 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21566
21567 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21568
21569 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21570
21571 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21572
21573 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21574 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21575 action to select/unselect a file.
21576 (recentf-edit-list): Code cleanup and improvement.
21577 (recentf-open-more-files-action): `recentf-open-more-files' button
21578 widget action to open a file.
21579 (recentf-open-more-files): No more use standard completion but widgets.
21580 (recentf-more-collection): Deleted.
21581 (recentf-more-history): Deleted.
21582 (recentf-setup-more-completion): Deleted.
21583
21584 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21585
21586 * recentf.el (recentf-mode): No more needs that Emacs is running
21587 under a window-system.
21588
21589 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21590
21591 * recentf.el (recentf-edit-list): New command to edit the recent
21592 list which allow the user to remove files.
21593 (recentf-edit-selected-items): New global variable, used by
21594 `recentf-edit-list' to hold the list of files to be removed from
21595 the recent list.
21596 (recentf-make-menu-items): Updated to display a "Edit list..."
21597 menu item. Minor code cleanup.
21598
21599 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21600
21601 * recentf.el (recentf-open-more-files): New command to open files
21602 that are not displayed in the menu.
21603 (recentf-more-collection): New global variable holding the set of
21604 permissible completions used by `recentf-open-more-files'.
21605 (recentf-more-history): New global variable holding the history list
21606 used by `recentf-open-more-files' completion.
21607 (recentf-setup-more-completion): New function to setup completion for
21608 `recentf-open-more-files'.
21609 (recentf-make-menu-items): Updated to display a "More..." menu item.
21610
21611 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21612
21613 * recentf.el (recentf-menu-action): Doc fixed.
21614
21615 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21616
21617 * recentf.el (recentf-menu-filter): Doc updated.
21618 (recentf-update-menu-hook): Allow menu filters to force menu update.
21619 (recentf-make-menu-items): New menu filter handling.
21620 (recentf-make-menu-item): New helper function.
21621 (recentf-menu-elements): New menu handling function.
21622 (recentf-sort-ascending): Updated to new menu filter handling.
21623 (recentf-sort-descending): Updated to new menu filter handling.
21624 (recentf-sort-basenames-ascending): New menu filter function.
21625 (recentf-sort-basenames-descending): New menu filter function.
21626 (recentf-show-basenames): New menu filter function.
21627 (recentf-show-basenames-ascending): New menu filter function.
21628 (recentf-show-basenames-descending): New menu filter function.
21629
21630 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21631
21632 * diary-lib.el (list-diary-entries): Don't try to go forward at
21633 the end of the buffer.
21634
21635 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21636
21637 * international/mule-diag.el (list-character-sets):
21638 Completely rewritten.
21639 (sort-listed-character-sets): New function.
21640 (list-character-sets-1): Completely rewritten.
21641 (list-character-sets-2): New function.
21642 (non-iso-charset-alist): New variable.
21643 (decode-codepage-char): New function.
21644 (charset-history): New variable.
21645 (read-charset) (list-block-of-chars)
21646 (list-iso-charset-chars)
21647 (list-non-iso-charset-chars)
21648 (list-charset-chars): New functions.
21649 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21650 (dump-charsets): Likewise.
21651
21652 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21653
21654 * dired-x.el (dired-filename-at-point): Add `@' to valid
21655 file name characters.
21656 (dired-filename-at-point): Handle ange-ftp file names.
21657
21658 * frame.el (frame-notice-user-settings): Use assq-delete-all
21659 instead of assoc-delete-all.
21660 (frame-notice-user-settings): Ditto.
21661
21662 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21663 Don't copy alist.
21664
21665 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21666
21667 * calculator.el (calculator-use-menu): New option.
21668 (calculator-initial-bindings): Changed some bindings to work as macros.
21669 (calculator-forced-input): Removed.
21670 (calculator-restart-other-mode): New variable.
21671 (calculator-mode-map): Set up menu.
21672
21673 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21674
21675 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21676
21677 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21678
21679 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21680 translate all ESC key sequences.
21681 (viper-goto-mark-subr): Restore markers for files for which
21682 they were saved.
21683 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21684 * viper-util.el (viper-set-replace-overlay-glyphs)
21685 (viper-set-replace-overlay): Always check if the replacement
21686 overlay is live.
21687 * viper.el (viper-vi-state-mode-list): Add major modes.
21688 * ediff-wind.el: Minor comment changes.
21689 * ediff.el: Copyright notice date fix.
21690
21691 2000-02-27 Jason Rumney <jasonr@gnu.org>
21692
21693 * faces.el (face-font-family-alternatives): Add arial to helv.
21694 (mode-line, header-line, tool-bar): Same default as x for w32.
21695 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21696 face-font-family-alternatives from working.
21697 * term/w32-win.el (mouse-set-font): Do not build fontset from
21698 chosen font.
21699
21700 2000-02-25 Sam Steingold <sds@goems.com>
21701
21702 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21703 properly.
21704
21705 2000-02-25 Richard M. Stallman <rms@gnu.org>
21706
21707 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21708
21709 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21710
21711 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21712
21713 * frame.el (busy-cursor-delay-seconds): New option.
21714
21715 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21716
21717 * frame.el (show-cursor-in-non-selected-windows): New option.
21718
21719 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21720
21721 * diary-lib.el (include-other-diary-files): Undo the selective
21722 display in any included file and don't kill it.
21723
21724 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21725
21726 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21727 Menu items converted to (menu-item format, help strings added.
21728 [downcase, upcase]: Don't enable on MS-DOS.
21729 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21730 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21731
21732 2000-02-23 Dave Love <fx@gnu.org>
21733
21734 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21735 (backward-kill-word): Revert addition of * to interactive spec --
21736 it's a feature.
21737
21738 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21739 (backward-kill-sentence, kill-sentence): Likewise.
21740
21741 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21742 scratch buffer name.
21743 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21744
21745 * term/w32-win.el (internal-face-interactive): Update prompt for
21746 new read-face-name.
21747
21748 * mail/footnote.el (footnote): Add :version to defgroup.
21749 (footnote-section-tag-regexp): Customize.
21750 (footnote-start-tag, footnote-end-tag): New option.
21751 (footnote-latin-regexp): New variable.
21752 (Footnote-latin): New function.
21753 (footnote-style-alist): Add element for latin style.
21754 (footnote-style): Moved.
21755 (Footnote-goto-footnote): Use eq to test arg.
21756
21757 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21758
21759 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21760 (byte-compile-trueconstp): Include keywords.
21761 (byte-optimize-quote, byte-optimize-lapcode):
21762 Use byte-compile-const-symbol-p.
21763 (byte-optimize-char-before): New optimization.
21764
21765 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21766 (byte-compile-const-symbol-p): New function.
21767 (byte-compile-constp, byte-compile-out-toplevel)
21768 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21769 Use it.
21770
21771 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21772
21773 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21774
21775 * international/encoded-kb.el: Be sure to update minor-mode-alist
21776 and minor-mode-map-alist.
21777 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21778 codes SS2 and SS3 correctly.
21779 (encoded-kbd-self-insert-ccl): New function.
21780 (encoded-kbd-setup-keymap): New function.
21781 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21782 by calling encoded-kbd-setup-keymap.
21783
21784 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21785 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21786
21787 2000-02-22 Dave Love <fx@gnu.org>
21788
21789 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21790 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21791 (lisp-mode-syntax-table): Set up for #|...|# comments.
21792 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21793 classes. Match `defface'.
21794 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21795 (eval-defun-1): Fix for defcustom.
21796 (lisp-indent-region): Doc fix.
21797
21798 * subr.el (when, unless, split-string): Doc fix.
21799 (read-passwd): Move call of clear-this-command-keys to the right place.
21800 (replace-regexps-in-string): New function.
21801
21802 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21803
21804 * help.el (describe-variable): Set syntax table to
21805 emacs-lisp-mode-syntax-table when moving forward over the
21806 symbol's name.
21807
21808 2000-02-22 Dave Love <fx@gnu.org>
21809
21810 * xt-mouse.el: Doc fixes.
21811 (xterm-mouse-position-function): New function, replacing advice of
21812 mouse-position.
21813 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21814
21815 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21816
21817 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21818
21819 * format.el (format-annotate-single-property-change):
21820 Handle properties.with dotted-list values.
21821 (format-proper-list-p): New function.
21822
21823 * enriched.el (enriched-face-ans): Handle '(foreground-color
21824 . COLOR) and (background-color . COLOR).
21825
21826 2000-02-20 Dave Love <fx@gnu.org>
21827
21828 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21829 and assignments to it.
21830 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21831 current local map.
21832 (make-flyspell-overlay): Use it.
21833 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21834
21835 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21836 (lm-get-header-re): Defun, not defsubst.
21837 (lm-get-package-name): Defun, not defsubst. Simplify.
21838 (lm-version): Doc fix. Simplify.
21839 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21840 (lm-crack-address, lm-last-modified-date, lm-commentary)
21841 (lm-verify, lm-synopsis): Simplify.
21842 (lm-report-bug): Require emacsbug. Use compose-mail.
21843
21844 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21845
21846 * dired.el (dired-mode): Call propertized-buffer-identification
21847 to set mode-line-buffer-identification to something having
21848 the right text properties.
21849
21850 * bindings.el (propertized-buffer-identification): New function.
21851
21852 2000-02-20 Dave Love <fx@gnu.org>
21853
21854 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21855 check for t-mouse too.
21856
21857 * cus-start.el: Make echo-keystrokes `number'.
21858
21859 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21860
21861 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21862 Don't call ring-empty-p unless tags-location-ring is bound.
21863 From Noah Friedman <friedman@splode.com>.
21864
21865 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21866
21867 * progmodes/hideshow.el (hs-flag-region): No longer use
21868 `intangible' overlay property.
21869
21870 (hs-toggle-hiding): New command.
21871 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21872
21873 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21874 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21875 and deactivation.
21876
21877 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21878
21879 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21880
21881 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21882
21883 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21884
21885 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21886 of `*' to handle `(* ... *)' comments.
21887
21888 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21889
21890 * faces.el (list-faces-display): Use display-mouse-p instead of
21891 window-system.
21892
21893 * menu-bar.el (global-map): Menu-bar items converted to the new
21894 format (menu-item..., rearranged for better CUA compliance, and
21895 their names changed for better clarity. Help strings added.
21896
21897 * international/mule-cmds.el (mule-menu-keymap)
21898 (describe-language-environment-map, set-coding-system-map)
21899 (setup-language-environment-map): Convert to new (menu-item...
21900 form, add help strings. Change names of menu items for better clarity.
21901 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21902
21903 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21904
21905 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21906 within the code.
21907
21908 2000-02-16 Dave Love <fx@gnu.org>
21909
21910 * faces.el: Don't require custom. Add more specific :groups to
21911 various deffaces.
21912 (set-face-attribute): Purecopy args.
21913 (read-face-name): Default to name at point and use it in prompt.
21914 Remove colon from arg in all callers.
21915 (list-faces-display): Hyperlink to face descriptions and customize
21916 buffers.
21917
21918 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21919
21920 * wid-edit.el (widget-match-inline): An atom never matches a list.
21921
21922 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21923
21924 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21925 at ':' characters by call to split-string.
21926
21927 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21928
21929 * textmodes/bibtex.el: Added RCS version identification.
21930
21931 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21932
21933 * textmodes/bibtex.el: Some temporary comments removed.
21934 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21935 (bibtex-field-const): Allow capital letters.
21936 (bibtex-start-of-string): Deleted because unused.
21937
21938 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21939 use the term 'reference' to describe a bibtex entry as a whole.
21940 Further, reference keys are no longer called 'labels'.
21941 (bibtex-keys): Renamed to bibtex-reference-keys.
21942 (bibtex-reformat-previous-labels): Renamed to
21943 bibtex-reformat-previous-reference-keys.
21944 (bibtex-reference-type): Renamed to bibtex-entry-type.
21945 (bibtex-reference-head): Renamed to bibtex-entry-head.
21946 (bibtex-reference-maybe-empty-head): Renamed to
21947 bibtex-entry-maybe-empty-head.
21948 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21949 (bibtex-search-reference): Renamed to bibtex-search-entry.
21950 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21951 bibtex-enclosing-entry-maybe-empty-head.
21952 (bibtex-entry-field-alist, bibtex-entry-head)
21953 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21954 (bibtex-map-entries, bibtex-search-entry)
21955 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21956 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21957 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21958 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21959 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21960 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21961 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21962
21963 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21964
21965 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21966 comment.
21967 (bibtex-format-field-delimiters): New function, functionality
21968 extracted from bibtex-format-entry.
21969 (bibtex-autokey-get-yearfield-digits): New function, functionality
21970 extracted from bibtex-autokey-get-yearfield.
21971
21972 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21973 entries in order to avoid stack overflow in the regexp matcher if
21974 field contents become large.
21975 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21976 (bibtex-field-string-part-not-braced)
21977 (bibtex-field-string-part-no-inner-braces)
21978 (bibtex-field-string-part-1-inner-brace)
21979 (bibtex-field-string-part-2-inner-braces)
21980 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21981 (bibtex-field-string-quoted, bibtex-field-string)
21982 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21983 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21984 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21985 Deleted as parsing is now performed by the following functions.
21986 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21987 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21988 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21989 (bibtex-parse-association, bibtex-field-name-for-parsing)
21990 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21991 (bibtex-search-forward-field, bibtex-search-backward-field)
21992 (bibtex-start-of-field, bibtex-end-of-field)
21993 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21994 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21995 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21996 (bibtex-parse-string, bibtex-search-forward-string)
21997 (bibtex-search-backward-string, bibtex-start-of-string)
21998 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21999 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
22000 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
22001 entries. Instead of reporting the results of the parsing by
22002 match-beginning or match-end, these functions return data structures
22003 that hold the corresponding positions.
22004 (bibtex-enclosing-field): Changed to also report field boundaries by
22005 return values rather than by match-beginning or match-end.
22006 The following functions have been adapted to use the new
22007 parsing functions.
22008 (bibtex-skip-to-valid-entry, bibtex-search-reference)
22009 (bibtex-enclosing-field, bibtex-format-entry)
22010 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
22011 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
22012 (bibtex-print-help-message, bibtex-end-of-entry)
22013 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
22014 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22015 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
22016 Use the new method for parsing.
22017 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
22018 (bibtex-map-entries, bibtex-flash-head)
22019 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
22020 (bibtex-autokey-change, bibtex-autokey-get-namefield)
22021 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
22022 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22023 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
22024 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22025 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
22026 order to make the new binding of case-fold-search immediately visible.
22027
22028 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22029
22030 * textmodes/bibtex.el: Copyright notice is up to date.
22031 Added constant 'bibtex-maintainer-salutation.
22032
22033 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
22034 than make-temp-name, use match-string-no-properties and eliminate
22035 a quadratic behavior when building bibtex-strings.
22036
22037 * bibtex.el (bibtex-reference-key): Accept string entries whose
22038 reference key contains upper case letters.
22039
22040 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22041
22042 * bibtex.el (bibtex-reference-head): Allow entries to start with
22043 a new line.
22044
22045 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22046
22047 * bibtex.el: Hiding of entry bodies is not longer provided by
22048 bibtex.el directly. Instead the hideshow package can be used.
22049 Added a special bibtex entry to hs-special-modes-alist.
22050 (bibtex-hs-forward-sexp): Added for hideshow.el.
22051
22052 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22053
22054 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
22055 proceedings entry type (for cross referencing). Thanks to Wagner
22056 Toledo Correa for the suggestion.
22057
22058 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
22059
22060 2000-02-14 Kenichi Handa <handa@etl.go.jp>
22061
22062 * international/characters.el: Setup case table for Vietnamese.
22063
22064 2000-02-12 Gerd Moellmann <gerd@gnu.org>
22065
22066 * uniquify.el (toplevel): Require CL at compile time.
22067 (uniquify-push): Removed.
22068
22069 * shadowfile.el (shadow-when): Removed.
22070
22071 * tempo.el (tempo-dolist, tempo-mapc): Removed.
22072 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
22073
22074 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
22075 regexp for paragraph-start.
22076
22077 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
22078 commas as well.
22079
22080 2000-02-10 Dave Love <fx@gnu.org>
22081
22082 * wid-edit.el: (widgets) [defgroup]: Remove url link.
22083 (widget-color-choice-list, widget-color-history, widget-mouse-help):
22084 Deleted.
22085 (widget-specify-field, widget-specify-button): Don't use
22086 widget-mouse-help as help-echo property.
22087 (default): Use #'ignore for :validate and :mouse-down-action.
22088 (checkbox): Add help-echo.
22089 (widget-sexp-validate): Rewritten to clarify error messages.
22090 (character): Use char-valid-p in :match function.
22091 (widget-color-complete): Use facemenu-color-alist.
22092 (widget-color-action): Use facemenu-read-color.
22093
22094 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
22095 set up `caar' &c that we now have.
22096
22097 2000-02-09 Ray Blaak <blaak@gnu.org>
22098
22099 * delphi.el: Make resourcestring a declaration region, like const
22100 and var.
22101
22102 2000-02-09 Dave Love <fx@gnu.org>
22103
22104 * bindings.el (mode-line-input-method-map): New variable.
22105 (mode-line-mule-info): Use it; fix last change.
22106 (mode-line-mode-menu): Move definition.
22107 (mode-line-mouse-sensitive-p): Deleted.
22108 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
22109 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
22110
22111 * startup.el (command-line-1): Don't call
22112 make-mode-line-mouse-sensitive.
22113
22114 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22115
22116 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22117 before rmail-toggle-header, because the former toggles headers.
22118
22119 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22120
22121 * diff-mode.el (diff-kill-junk): New interactive function.
22122 (diff-reverse-direction): Use delete-and-extract-region.
22123 (diff-post-command-hook): Restrict the area so that the hook also works
22124 outside of any diff hunk. This is necessary for the minor-mode.
22125 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22126 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22127
22128 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22129 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22130 so that it can be used more easily in <foo>-mode-hook. Also make sure
22131 to avoid duplicate entries.
22132 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22133 (font-lock-remove-keywords): Just as was done for `add', allow it to
22134 work even if font-lock-mode is nil. Also make sure we don't modify
22135 any pre-existing list by forcing a copy-sequence. Finally rename
22136 `major-mode' to `mode'.
22137 (font-lock-fontify-syntactic-anchored-keywords)
22138 (font-lock-fontify-anchored-keywords)
22139 (font-lock-fontify-keywords-region): Use line-end-position.
22140 Don't make `font-lock-multiline' local (it's now done in
22141 font-lock-set-defaults).
22142 (font-lock-set-defaults): Make `font-lock-multiline' local.
22143 Move the `font-lock-fontified' creation to inside the `unless'.
22144
22145 2000-02-06 Andrew Innes <andrewi@gnu.org>
22146
22147 * term/w32-win.el (x-handle-args): Comment out call to message,
22148 which occurs before window system is initialized.
22149
22150 * makefile.nt: Add support for recompiling lisp code.
22151
22152 2000-02-04 Dave Love <fx@gnu.org>
22153
22154 * bindings.el (mode-line-mule-info): Fix/extend last change.
22155
22156 * completion.el: Replace completion-dolist with dolist.
22157
22158 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22159
22160 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22161
22162 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22163 environment names before they go into the section regexp.
22164
22165 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22166 char class in regexp.
22167
22168 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22169 Bind `case-fold-search' to nil.
22170
22171 * progmodes/idlwave.el (idlwave-template):
22172 Respect `idlwave-abbrev-change-case'.
22173 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22174 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22175 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22176 (idlwave-rw-case): New function.
22177 (idlwave-statement-match): Fixed problem with assignment regexp.
22178 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22179 (idlwave-surround): New argument LENGTH to support padding of
22180 operators longer than 1 char.
22181
22182 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22183 idlwave-shell-expression-overlay. Implemented printing of
22184 expressions on higher levels of the calling stack.
22185 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22186 (idlwave-retrieve-expression-from-level): New function.
22187 (idlwave-shell-last-calling-stack): Variable removed.
22188 (idlwave-shell-reset): Argument action reversed (`visible' to
22189 `hidden'). Also remove stop-line overlay.
22190 (idlwave-shell-calling-stack-routine): New variable.
22191 (idlwave-shell-parse-stack-and-display): Messages now display
22192 negative level numbers.
22193 (idlwave-shell-mode): Set `modeline-format'.
22194 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22195 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22196 (idlwave-shell-print-expression-function): New option.
22197
22198 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22199 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22200 `tool-bar' instead of `toolbar'.
22201
22202 2000-02-02 Dave Love <fx@gnu.org>
22203
22204 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22205 emacs-lisp-mode-hook. Don't check for defalias being defined.
22206
22207 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22208 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22209 Use the new builtins directly.
22210
22211 * whitespace.el (whitespace): Add :version to defgroup.
22212
22213 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22214 Doc fix.
22215
22216 * thingatpt.el (sexp-at-point, symbol-at-point)
22217 (number-at-point, list-at-point): Add autoload cookie.
22218
22219 * recentf.el (recentf): Add :version to defgroup.
22220
22221 * quickurl.el (quickurl): Add :version to defgroup.
22222
22223 * elide-head.el (elide-head): Use point-marker more.
22224
22225 * bs.el (bs): Add :version to defgroup.
22226
22227 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22228
22229 * progmodes/delphi.el (delphi): Add :version to defgroup.
22230
22231 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22232
22233 * ange-ftp.el (ange-ftp-write-region): Handle case that
22234 succeeding process operation sets a different coding system.
22235
22236 * calculator.el: New file.
22237
22238 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22239
22240 * frame.el (frames-on-display-list, framep-on-display): New functions.
22241 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22242 (display-selections-p, display-screens, display-pixel-width)
22243 (display-pixel-height, display-mm-width, display-mm-height)
22244 (display-backing-store, display-save-under, display-planes)
22245 (display-color-cells, display-visual-class): New functions.
22246
22247 * term/tty-colors.el (tty-color-gray-shades): New function.
22248
22249 * faces.el (display-color-p): Use framep-on-display.
22250 (display-grayscale-p): New function.
22251
22252 2000-01-31 Dave Love <fx@gnu.org>
22253
22254 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22255 (create-fontset-from-x-resource): Don't concat integers.
22256
22257 2000-01-31 Inge Frick <inge@nada.kth.se>
22258
22259 * view.el: Some changes in documentation. Removed some trailing
22260 whitespace. Changed some parameter names to agree with documentation.
22261 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22262 window is not deleted. Modifies change 1998-04-26.
22263
22264 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22265
22266 * windmove.el: New file.
22267
22268 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22269 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22270 progmodes/ebnf-yac.el: Update copyright and license info.
22271
22272 * jit-lock.el (jit-lock-function): Widen before calculating
22273 end position.
22274 (jit-lock-stealth-chunk-start): Rewritten.
22275
22276 * info.el (Info-title-face-alist): Removed.
22277 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22278 (Info-fontify-node): Use these faces.
22279
22280 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22281
22282 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22283 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22284 `&allow-other-keywords'.
22285
22286 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22287 the list of directories scanned heuristically.
22288
22289 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22290
22291 2000-01-30 Jason Rumney <jasonr@gnu.org>
22292
22293 * w32-fns.el: Define w32-tty-standard-colors.
22294
22295 * startup.el (command-line): Use w32-tty-standard-colors when in
22296 w32 console mode.
22297
22298 2000-01-30 Dave Love <fx@gnu.org>
22299
22300 * jka-compr.el (jka-compr-load): Fix up load-history.
22301
22302 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22303
22304 * emacs-lisp/cl-macs.el: Revert previous change.
22305
22306 2000-01-29 Dave Love <fx@gnu.org>
22307
22308 * facemenu.el: Purecopy various strings.
22309
22310 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22311 years. Deal with three-digit years.
22312
22313 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22314 Use defconst, purecopy.
22315 (help-back-label): Purecopy it.
22316
22317 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22318
22319 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22320 variable. If non-nil, order the buffer list according to the
22321 currently selected frame.
22322 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22323 non-nil, pass the selected frame to function buffer-list.
22324
22325 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22326
22327 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22328
22329 2000-01-28 Dave Love <fx@gnu.org>
22330
22331 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22332
22333 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22334 Don't use lisp-indent-hook property.
22335 (cl-abs): Remove.
22336
22337 * subr.el: Move out indent and edebug specs for when and unless.
22338
22339 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22340 when, unless.
22341
22342 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22343 unless, when.
22344
22345 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22346
22347 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22348 `collecting' as synonym for `collect'.
22349
22350 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22351 for the case it contains spaces.
22352
22353 * simple.el (what-cursor-position): Change formatting of messages.
22354
22355 * frame.el (delete-other-frames): New function.
22356 (toplevel): Bind it to C-x 5 1.
22357
22358 * sort.el (sort-numeric-base): New option.
22359 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22360 interpret it as octal or hexadecimal. Use sort-numeric-base
22361 as default base.
22362
22363 * progmodes/glasses.el: New file.
22364
22365 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22366
22367 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22368 userids differently.
22369
22370 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22371 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22372 progmodes/ebnf-yac.el: New files.
22373
22374 2000-01-26 Dave Love <fx@gnu.org>
22375
22376 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22377 on a function with an empty body. [From Eric Ludlam.]
22378
22379 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22380
22381 * vc.el (vc-version-diff): Make sure file name is expanded.
22382
22383 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22384
22385 * scroll-bar.el (scroll-bar-timer): Variable removed.
22386 (scroll-bar-toolkit-scroll): Don't use a timer.
22387
22388 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22389
22390 * language/thai-util.el (thai-composition-function):
22391 Delete superfluous `a'.
22392
22393 2000-01-24 Dave Love <fx@gnu.org>
22394
22395 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22396 end-of-defun-function.
22397
22398 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22399
22400 2000-01-22 Jason Rumney <jasonr@gnu.org>
22401
22402 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22403 conflicts with new face support.
22404
22405 2000-01-22 Richard M. Stallman <rms@gnu.org>
22406
22407 * replace.el (query-replace): Rename last arg to DELIMITED.
22408 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22409 (query-replace-regexp): Likewise.
22410
22411 2000-01-20 Richard M. Stallman <rms@gnu.org>
22412
22413 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22414
22415 * emacs-lisp/lisp.el (beginning-of-defun-function):
22416 Variable renamed from beginning-of-defun.
22417 Do not call make-variable-buffer-local.
22418 (beginning-of-defun-raw): Use new variable name; doc fix.
22419 (beginning-of-defun): Doc fix.
22420 (end-of-defun-function): Variable renamed from end-of-defun.
22421 Do not call make-variable-buffer-local.
22422 (end-of-defun): Use new variable name; doc fix.
22423
22424 * subr.el (dolist, dotimes): Copied from cl-macs.el
22425 and made to work.
22426
22427 * mail/undigest.el (rmail-digest-end-regexps):
22428 Variable replaces rmail-digest-end-regexp.
22429 Allows multiple regexps for detecting the end line.
22430 (undigestify-rmail-message): Corresponding changes.
22431
22432 2000-01-19 Dave Love <fx@gnu.org>
22433
22434 * files.el (user-init-file): Don't declare here -- is primitive.
22435
22436 * startup.el (command-line): Check for compiled user-init-file and
22437 set to uncompiled version if necessary.
22438
22439 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22440
22441 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22442 (undigestify-rmail-message): Use it.
22443
22444 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22445
22446 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22447
22448 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22449 of mini-buffer.
22450
22451 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22452
22453 * emacs-lisp/copyright.el (copyright-update): Removed the
22454 requirement for a trailing space from `copyright-regexp', to
22455 support copyrights with owner specified on a separate line..
22456
22457 * align.el: New file.
22458
22459 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22460
22461 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22462
22463 2000-01-13 Dave Love <fx@gnu.org>
22464
22465 * ph.el: Removed. (Obsoleted by EUDC.)
22466
22467 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22468
22469 * net/eudc.el (toplevel): Remove autoloaded code installing
22470 menu with easymenu, because that causes build problems.
22471
22472 * frame.el (frame-notice-user-settings): New variable.
22473 (frame-notice-user-settings): Don't modify frame parameters
22474 if called a second time.
22475
22476 2000-01-13 Richard M. Stallman <rms@gnu.org>
22477
22478 * frame.el (frame-notice-user-settings):
22479 Notice default-frame-parameters even for non-window frames.
22480
22481 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22482
22483 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22484 for Emacs.
22485 (eudc-bob-can-display-inline-images): Extend for Emacs.
22486 (eudc-bob-toggle-inline-display): Ditto.
22487 (eudc-bob-display-jpeg): Ditto.
22488
22489 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22490
22491 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22492 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22493 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22494
22495 * add-log.el (add-change-log-entry): Fix error trying an
22496 `(insert nil)'.
22497
22498 * subdirs.el: Add `net' directory.
22499
22500 * net: New directory.
22501
22502 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22503 eval-last-sexp. Don't bind debug-on-error here.
22504 (eval-last-sexp): New function. Bind debug-on-error if
22505 eval-expression-debug-on-error is non-nil.
22506 (eval-defun-2, eval-defun): Likewise.
22507
22508 * simple.el (eval-expression): Don't bind debug-on-error if
22509 eval-expression-debug-on-error is nil. Detect changed
22510 debug-on-error, and propagate new value to global binding, if
22511 eval-expression-debug-on-error is non-nil,
22512 (eval-expression-debug-on-error): Change doc string.
22513
22514 2000-01-11 Richard M. Stallman <rms@gnu.org>
22515
22516 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22517
22518 * emacs-lisp/lisp-mode.el (with-syntax-table):
22519 Set up lisp-indent-function property.
22520
22521 * subr.el (with-syntax-table): Moved from simple.el.
22522
22523 * simple.el (with-syntax-table): Moved to subr.el.
22524
22525 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22526
22527 * tmm.el (tmm-shortcut): Delete region after prompt instead
22528 of erasing buffer.
22529
22530 * textmodes/fill.el (fill-common-string-prefix): New function.
22531 (fill-context-prefix): Use the longest common prefix of first
22532 and second line fill prefix, if there is one.
22533
22534 2000-01-11 Richard M. Stallman <rms@gnu.org>
22535
22536 * array.el (array-mode): Don't use make-variable-buffer-local.
22537 Use make-local-variable for `truncate-lines'.
22538
22539 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22540
22541 * add-log.el (add-log-current-defun): Handle user-defined
22542 add-log-current-function returning nil,
22543
22544 * add-log.el (add-change-log-entry): Insert version number
22545 if having found a current function
22546
22547 * add-log.el (add-log-current-defun):
22548 Call `add-log-current-defun-function'. Try matches at level 0 and
22549 level 1. Strip whitespace from defun found.
22550
22551 2000-01-10 John Wiegley <johnw@gnu.org>
22552
22553 * allout.el (isearch-done/outline-provisions): Added `edit'
22554 argument to correspond with the current definition of `isearch-done'.
22555
22556 2000-01-10 Dave Love <fx@gnu.org>
22557
22558 * elide-head.el (elide-head): Use point-marker, not point.
22559
22560 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22561
22562 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22563 before and after the year 2000.
22564
22565 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22566 Add ispell- prefix.
22567
22568 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22569
22570 * ispell.el: Only define dictionaries in menus when they exist.
22571 (version18p): New variable.
22572 (version20p): New variable.
22573 (xemacsp): New variable.
22574 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22575 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22576 (ispell-dictionary-alist6): Russian command lines no longer accept
22577 run-together words.
22578 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22579 (ispell-dictionary-alist): Add koi8-r to customize definition.
22580 (check-ispell-version): Added documentation string. Return library
22581 path when called non-interactively.
22582 (ispell-menu-map-needed): Uses new variables.
22583 (ispell-library-path): New variable.
22584 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22585 (ispell-word): Improved documentation string. Test for valid
22586 character mappings. Correctly check typed in word changes that can
22587 result in single words split into multiple words.
22588 Return replacement word.
22589 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22590 replace in recursive query replace mode. Help message for
22591 recursive edit mode.
22592 (ispell-show-choices): Protect against bad framepop bindings.
22593 (ispell-help): Fix to work with XEmacs.
22594 (ispell-highlight-spelling-error): Use new variables.
22595 (ispell-overlay-window): Fix to work with XEmacs.
22596 (ispell-parse-output): Passed and returns location information
22597 tracking spelling corrections. Doesn't recheck same word on
22598 current line.
22599 (ispell-init-process): Protect against bogus XEmacs variable binding.
22600 Fix call to single argument in sleep-for. Use new variables.
22601 (ispell-region): Passed and returns location information tracking
22602 spelling corrections. Doesn't check same word on current line.
22603 Improved documentation string. Doesn't resend a line already
22604 checked to the ispell process - fixes bug in LaTeX parsing.
22605 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22606 (ispell-skip-region): No longer skips <TT> in SGML.
22607 (ispell-process-line): Tracks location information with spelling
22608 corrections. Added documentation string. Accounts for words
22609 already accepted on this line. Don't allow query-replace on line
22610 starting with math characters. Doesn't resend a line already sent
22611 to ispell process. Fixes alignment error bug.
22612
22613 2000-01-10 Richard M. Stallman <rms@gnu.org>
22614
22615 * dired-x.el (dired-guess-shell-alist-default):
22616 Suggest xloadimage, which is free, not xv, which isn't.
22617
22618 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22619 Don't ever include the host name or user name in the value.
22620
22621 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22622
22623 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22624 of a real newline.
22625
22626 2000-01-09 Stephen Eglen <stephen@gnu.org>
22627
22628 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22629 for .png files.
22630
22631 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22632
22633 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22634
22635 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22636
22637 * progmodes/cperl-mode.el: Replace ^F with ^L.
22638
22639 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22640 `require'ing rmail and mailalias to prevent infinite recursion.
22641
22642 2000-01-08 Dave Love <fx@gnu.org>
22643
22644 * emacs-lisp/backquote.el: Remove inappropriate customization
22645 (allowing custom.el to use backquote).
22646
22647 2000-01-07 Dave Love <fx@gnu.org>
22648
22649 * add-log.el (add-log-debugging): Deleted.
22650 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22651 file. Remove debugging code.
22652 (change-log-get-method-definition, change-log-name): Add doc.
22653 (change-log-sortable-date-at): New function.
22654 (change-log-merge): New command.
22655
22656 * time.el (display-time-string-forms): Make the Mail string active.
22657 (display-time-update): Provide help-echo for load average.
22658
22659 * bindings.el (make-mode-line-mouse2-map): New function.
22660 (mode-line-modified): Use it and simplify.
22661 (mode-line-mule-info): Provide help-echo info.
22662 (minor-mode-alist): Activate the strings.
22663 (make-mode-line-mouse-sensitive): Simplify for
22664 mode-line-buffer-identification.
22665
22666 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22667
22668 * play/pong.el: New file.
22669
22670 2000-01-06 Dave Love <fx@gnu.org>
22671
22672 * array.el: Assorted cleanups for compiler warnings, doc strings,
22673 `array-' prefix for symbols.
22674
22675 2000-01-05 Dave Love <fx@gnu.org>
22676
22677 * textmodes/outline.el (outline-mode-menu-bar-map):
22678 Add outline-headers-as-kill.
22679 (outline-mode): Define imenu-generic-expression.
22680 (outline-headers-as-kill): New command.
22681
22682 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22683 from paragraph-start.
22684 (paragraph-indent-minor-mode): New command.
22685
22686 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22687 M-C-e, M-C-h, C-j, C-xnd, TAB.
22688 (fortran-mode): Set beginning-of-defun, end-of-defun.
22689 (fortran-column-ruler): Simplify.
22690 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22691 (fortran-with-subprogram-narrowing): Likewise.
22692 (fortran-indent-subprogram): Call mark-defun.
22693 (fortran-check-for-matching-do): Change narrowing.
22694
22695 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22696 (cl-lucid-hash-tag): Delete.
22697 (cl-hash-table-p): Correct test for native table.
22698 (cl-hash-table-count): Use hash-table-count.
22699
22700 * browse-url.el (browse-url): Fix case of
22701 browse-url-browser-function being an alist.
22702
22703 2000-01-05 Carsten Dominik <cd@gnu.org>
22704
22705 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22706 (reftex-index-phrase-file-extension): New options.
22707
22708 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22709 Use new option `reftex-index-phrase-file-extension'.
22710
22711 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22712 `reftex-parse-file-extension'.
22713
22714 2000-01-05 Dave Love <fx@gnu.org>
22715
22716 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22717 (beginning-of-defun-raw): Use it.
22718 (end-of-defun): New variable.
22719 (end-of-defun): Use it.
22720 (check-parens): New command.
22721
22722 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22723
22724 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22725 (hs-show-block): Don't use `mapcar' when not accumulating.
22726
22727 Fix buglet in local variables initialization.
22728
22729 2000-01-05 Andreas Schwab <schwab@suse.de>
22730
22731 * hscroll.el (hscroll): Doc fix.
22732
22733 2000-01-05 Carsten Dominik <cd@gnu.org>
22734
22735 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22736 Require idlw-toolbar.
22737
22738 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22739 file idlw-rinfo.el.
22740 (idlwave-customize): Load must read file idlw-shell.el.
22741 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22742
22743 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22744
22745 * progmodes/idlw-shell.el: Also provide idlwave-shell
22746 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22747 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22748
22749 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22750 both reftex-dcr and reftex-vcr.
22751
22752 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22753
22754 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22755
22756 * ps-print.el: PostScript code now is in separate files, doc fix.
22757 (ps-print-version): New version number (5.0.3).
22758 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22759 local.
22760 (ps-spool-config): Initialization fix.
22761 (ps-print-prologue-1, ps-print-prologue-2)
22762 (ps-print-duplex-feature): PostScript code moved to separated file.
22763 (ps-background-image): Little code reformating.
22764 (ps-begin-file, ps-begin-job): Fix code.
22765 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22766 (ps-prologue-file): New fun.
22767
22768 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22769
22770 * ps-vars.el: Eliminated.
22771
22772 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22773 `;;;###autoload'.
22774
22775 * ps-print.el: ps-vars eliminated, doc fix.
22776 (ps-print-version): New version number (5.0.2).
22777 (ps-spool-config): Initialization fix.
22778 (ps-print-customize): New fun.
22779
22780 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22781
22782 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22783
22784 2000-01-04 Dave Love <fx@gnu.org>
22785
22786 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22787 menu items.
22788
22789 2000-01-03 Dave Love <fx@gnu.org>
22790
22791 * elide-head.el (elide-head) [defgroup]: Add :version.
22792
22793 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22794 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22795 Use `cl-hash-table-p', not `hash-table-p'.
22796 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22797
22798 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22799
22800 * faces.el (face-read-integer, read-face-attribute)
22801 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22802
22803 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22804
22805 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22806 at comment end, and re-insert them after filling.
22807
22808 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22809
22810 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22811 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22812 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22813
22814 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22815
22816 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22817 the new name of face-color-supported-p.
22818
22819 * term/w32-win.el (xw-defined-colors): Likewise.
22820
22821 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22822
22823 * simple.el (completion-setup-function): Count completion-size
22824 from minibuffer-prompt-end, not from point-min.
22825
22826 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22827
22828 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22829 Pass the frame to tty-color-* functions.
22830 (display-color-p, frame-set-background-mode): Pass the frame to
22831 tty-display-color-p.
22832
22833 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22834 tty-color-alist.
22835 (tty-color-alist, tty-modify-color-alist): New functions.
22836 (tty-color-define, tty-color-clear, tty-color-approximate)
22837 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22838 optional parameter FRAME.
22839
22840 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22841
22842 * image.el (create-image, defimage): Don't assume image data is
22843 a string.
22844
22845 * image.el (defimage): Handle specifications containing :data
22846 instead of :file.
22847 (image-type-from-data): New function.
22848 (image-type-from-file-header): Use it.
22849 (create-image): Add parameter DATA-P.
22850
22851 See ChangeLog.8 for earlier changes.
22852
22853 ;; Local Variables:
22854 ;; coding: iso-2022-7bit
22855 ;; End:
22856
22857 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22858 Copying and distribution of this file, with or without modification,
22859 are permitted provided the copyright notice and this notice are preserved.